- 25 Feb, 2020 5 commits
-
-
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
-
- 24 Feb, 2020 5 commits
-
-
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
-
- 23 Feb, 2020 4 commits
-
-
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
-
- 20 Feb, 2020 2 commits
-
-
Ralf Jung authored
say things about modalities See merge request iris/iris!377
-
Ralf Jung authored
-
- 19 Feb, 2020 5 commits
-
-
Ralf Jung authored
-
Robbert Krebbers authored
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
-
- 18 Feb, 2020 15 commits
-
-
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
- 17 Feb, 2020 1 commit
-
-
Ralf Jung authored
-
- 15 Feb, 2020 2 commits
-
-
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.
-
- 14 Feb, 2020 1 commit
-
-
Robbert Krebbers authored
Adding a constructor for reflexive transitive closures into bi's See merge request iris/iris!375
-