- Oct 01, 2021
-
-
Paolo G. Giarrusso authored
To avoid confusion from iris/iris@d2c226e7 (comment 73999).
-
- Sep 27, 2021
-
-
Ralf Jung authored
-
- Jun 02, 2021
-
-
Ralf Jung authored
-
- May 17, 2021
-
-
Simon Hudon authored
-
Simon Hudon authored
-
Simon Hudon authored
-
Simon Hudon authored
-
- May 11, 2021
-
-
Ralf Jung authored
-
- Feb 02, 2021
-
-
Tej Chajed authored
Fixes #401
-
- Jan 17, 2021
-
-
Robbert Krebbers authored
that performs `wp_pure` in small steps until the lemma matches the goal.
-
- Jan 04, 2021
-
-
Robbert Krebbers authored
-
- Dec 16, 2020
-
-
Simon Friis Vindum authored
-
- Dec 04, 2020
- Nov 26, 2020
-
-
-
Ralf Jung authored
-
- Nov 12, 2020
-
-
Robbert Krebbers authored
-
- Nov 11, 2020
- Nov 10, 2020
- Nov 09, 2020
-
-
Ralf Jung authored
-
- Sep 10, 2020
-
-
Ralf Jung authored
-
- Jul 15, 2020
-
-
Addresses #315 for several tactics (`wp_alloc`, `wp_load`, `wp_store`, `wp_free`).
-
- Jun 15, 2020
-
-
Tej Chajed authored
This is more consistent with other tac_wp tactics for HeapLang and also a tiny bit more efficient, which is good to embody in the basic tactics so derived code follows the same patterns.
-
- May 28, 2020
-
-
Robbert Krebbers authored
-
- May 25, 2020
-
-
Ralf Jung authored
-
- May 20, 2020
-
-
Ralf Jung authored
-
- May 18, 2020
-
-
Ralf Jung authored
-
- May 15, 2020
-
-
Robbert Krebbers authored
-
- Feb 24, 2020
-
-
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.
-
- Feb 23, 2020
-
-
-
Tej Chajed authored
-
- Jan 09, 2020
-
-
Ralf Jung authored
-
- Jan 08, 2020
- Sep 13, 2019
-
-
Jacques-Henri Jourdan authored
The general idea is to first import/export modules which are further than the current one, and then import/export modules which are close dependencies. This commit tries to use the same order of imports for every file, and describes the convention in ProofGuide.md. There is one exception, where we do not follow said convention: in program_logic/weakestpre.v, using that order would break printing of texan triples (??).
-
- Aug 07, 2019
-
-
Ralf Jung authored
-
- Jun 29, 2019
-
-
Ralf Jung authored
This also gets rid of [val_for_compare]-normalization; instead we introduce a [LitErased] literal that is suited for use by erasure theorems.
-
- Jun 24, 2019
-
-
Ralf Jung authored
-