- Feb 17, 2021
-
-
Ralf Jung authored
-
- Feb 16, 2021
-
-
Ralf Jung authored
finalize changelog for Iris 3.4 release See merge request iris/iris!639
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
add better lemmas for working with mask-changing fupd, and rearrange names a bit See merge request iris/iris!637
-
Ralf Jung authored
-
- Feb 15, 2021
-
-
Ralf Jung authored
-
Robbert Krebbers authored
-
Ralf Jung authored
-
- Feb 14, 2021
-
-
Robbert Krebbers authored
fix monPred scope binding See merge request iris/iris!638
-
- Feb 13, 2021
-
-
Ralf Jung authored
-
- Feb 12, 2021
-
-
Robbert Krebbers authored
Rename `equiv_spec` → `equiv_entails` to be consistent with conventions in std++. See merge request iris/iris!628
-
Robbert Krebbers authored
Hence, also rename (the old) `equiv_entails` → `equiv_entails_1_1` and `equiv_entails_sym` → `equiv_entails_1_2`, and add `equiv_entails_2` for completeness.
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
adapt to coq/coq#13840 See merge request iris/iris!635
-
- Feb 11, 2021
-
-
Enrico Tassi authored
-
- Feb 10, 2021
-
-
Ralf Jung authored
rename u?frac_op/valid' to remove the final ' See merge request iris/iris!632
-
Ralf Jung authored
-
Ralf Jung authored
-
- Feb 05, 2021
-
-
Ralf Jung authored
mostly make Iris compatible with name mangling See merge request iris/iris!624
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
-
- Feb 04, 2021
-
-
Ralf Jung authored
-
- Feb 03, 2021
-
-
Ralf Jung authored
add "deprecated" and "staging" packages and deprecate some modules See merge request iris/iris!602
-
Ralf Jung authored
create iris-deprecated and iris-staging packages, and deprecate some hard-to-use logic-level wrappers as well as view shift and Hoare triple notation
-
- Feb 02, 2021
-
-
Robbert Krebbers authored
Fix wp_bind's error message Closes #401 See merge request iris/iris!633
-
Tej Chajed authored
Fixes #401
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
Add tests for wp_load and wp_store failures See merge request iris/iris!634
-
Tej Chajed authored
-
- Feb 01, 2021
-
-
Ralf Jung authored
-
Ralf Jung authored
Rename monoid-related operational typeclass instances to include the suffix '_instance' See merge request iris/iris!629
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
This was done using the following sed script: sed -i -E 's/Instance ([a-zA-Z0-9_]+)( .*: (Op|P?Core|ValidN?|Unit) )/Instance \1_instance\2/' $(find iris/algebra -name "*.v")
-