- Nov 08, 2021
-
-
Ralf Jung authored
-
Ralf Jung authored
lemmas to merge a sepL and a sepL2 See merge request iris/iris!735
-
Ralf Jung authored
-
Ralf Jung authored
bi/fixpoint lemmas See merge request iris/iris!725
-
Ralf Jung authored
-
- Nov 06, 2021
-
-
Ralf Jung authored
-
Lennard Gäher authored
-
- Nov 05, 2021
- Oct 27, 2021
-
-
Robbert Krebbers authored
Improve documentation of convention for `AsFractional` instances See merge request iris/iris!747
-
- Oct 26, 2021
-
-
Ralf Jung authored
update package descriptions Closes #436 See merge request iris/iris!746
-
Robbert Krebbers authored
-
Ralf Jung authored
Prove missing fractional_big_sepL2 See merge request iris/iris!737
-
Ralf Jung authored
-
Paolo G. Giarrusso authored
To match the suggestion in iris/iris!737 (comment 75017).
-
Paolo G. Giarrusso authored
-
- Oct 25, 2021
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
- Oct 19, 2021
-
-
Ralf Jung authored
fixes #437
-
- Oct 15, 2021
-
-
Ralf Jung authored
Editor docs: add information on how to use vim for working with Iris See merge request iris/iris!744
-
Lennard Gäher authored
-
- Oct 13, 2021
-
-
Ralf Jung authored
Normalize focused goal output See merge request iris/iris!743
-
Tej Chajed authored
Merge the "1 focused goal" line with the subsequent "(shelved: 1)" line, since this is the new output in Coq 8.15+. Iris does not currently produce this output, since no test calls `Show` with shelved goals, but this future-proofs the test normalization.
-
- Oct 11, 2021
-
-
Robbert Krebbers authored
-
- Oct 02, 2021
-
-
Ralf Jung authored
make f_contractive consistent with f_equiv See merge request iris/iris!741
-
Ralf Jung authored
-
Ralf Jung authored
relax AsFractional Hint Mode See merge request iris/iris!740
-
Robbert Krebbers authored
Optimize iDestruct by avoiding superfluous iRenames See merge request iris/iris!733
-
Ralf Jung authored
-
- Oct 01, 2021
-
-
Armaël Guéneau authored
-
Armaël Guéneau authored
-
Armaël Guéneau authored
-
Armaël Guéneau authored
-
Armaël Guéneau authored
Following up on the previous commit, this slightly generalizes the lemmas associated to the intuitionistic/spatial/modalelim cases of iDestruct to support renaming on the fly, and use these to save a later renaming.
-
Armaël Guéneau authored
The idea is to avoid unnecessary calls to iRename: when choosing names for sub-patterns, instead of generating fresh names or reusing an existing (unrelated) name, if the sub-pattern is an identifier, then directly chose this identifier as the new name, thus saving a rename later on.
-
Ralf Jung authored
-
Ralf Jung authored
[triviality] Clarify funny proof of `tac_twp_cmpxchg_fail` See merge request iris/iris!738
-