- Feb 25, 2020
-
-
Ralf Jung authored
-
Ralf Jung authored
Add array_copy to heap_lang Closes #293 See merge request iris/iris!379
-
Add array_copy_to (copy in-place to destination array) and array_clone (copy to a freshly allocated array). The heap_lang spec and proof for array_copy_to are inspired by https://gitlab.mpi-sws.org/iris/lambda-rust/blob/3b4ae69fa3be1344245245bf05e5e80e790e064d/theories/lang/lib/memcpy.v. Fixes #293.
-
Ralf Jung authored
Derive WP lifting and array rules from TWP rules See merge request iris/iris!383
-
Ralf Jung authored
-
- Feb 24, 2020
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
- Export `total_weakestpre` in `lifting` already, like we do for `weakestpre`. - Do not export modules that are already exported by exported modules.
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
- Feb 23, 2020
-
-
Robbert Krebbers authored
Fix wp_alloc when applying twp_allocN See merge request iris/iris!382
-
-
Robbert Krebbers authored
Add ownership fraction to array assertion See merge request iris/iris!380
-
Tej Chajed authored
-
- Feb 20, 2020
-
-
Ralf Jung authored
say things about modalities See merge request iris/iris!377
-
Ralf Jung authored
-
- Feb 19, 2020
-
-
Ralf Jung authored
-
Robbert Krebbers authored
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
-
- Feb 18, 2020
-
-
Ralf Jung authored
Add introduction pattern `-# pat` to move a hypothesis to the spatial context Closes #213 See merge request iris/iris!370
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
It was already marked as deprecated in `doc/proof_mode.md`.
-
Robbert Krebbers authored
- Rename `IPureElim` -> `iPure`, `IAlwaysElim` -> `IIntuitionistic` - Drop `IAlwaysIntro` (it's just `IModalIntro`).
-
Ralf Jung authored
-
Ralf Jung authored
-
- Feb 17, 2020
-
-
Ralf Jung authored
-
- Feb 15, 2020
-
-
Ralf Jung authored
Remove useless implicit annotation on binder See merge request iris/iris!376
-
Fixes a new warning on Coq 8.12+alpha when implicit annotations are used in positions where they are ignored.
-
- Feb 14, 2020
-
-
Robbert Krebbers authored
Adding a constructor for reflexive transitive closures into bi's See merge request iris/iris!375
-