- 09 Jan, 2020 4 commits
-
-
Ralf Jung authored
-
Ralf Jung authored
Fix and test `awp_apply` error message, and also use `tactic3` everywhere See merge request iris/iris!355
-
Robbert Krebbers authored
Use &&& from lazy_bool_scope instead of redefining the && notation. See merge request iris/iris!349
-
Ralf Jung authored
-
- 08 Jan, 2020 3 commits
- 20 Dec, 2019 2 commits
-
-
Ralf Jung authored
fix big_sepM2_fmap and friend to work for keys other than nat Closes #283 See merge request iris/iris!351
-
Michael Sammler authored
-
- 19 Dec, 2019 3 commits
-
-
Ralf Jung authored
[doc] Fix links to doc files Closes #281 See merge request iris/iris!350
-
-
Ralf Jung authored
-
- 18 Dec, 2019 1 commit
-
-
Jacques-Henri Jourdan authored
-
- 14 Dec, 2019 2 commits
-
-
Robbert Krebbers authored
[doc] Copy edit the heap lang documentation See merge request !346
-
Tej Chajed authored
-
- 13 Dec, 2019 4 commits
-
-
Robbert Krebbers authored
Fix two scripts due to bugfix in mode-checking See merge request !344
-
That should not be allowed
-
Robbert Krebbers authored
Avoid unwanted subgoals when applying `from_assumption_exact` See merge request !343
-
Maxime Dénès authored
-
- 10 Dec, 2019 1 commit
-
-
Robbert Krebbers authored
-
- 09 Dec, 2019 2 commits
-
-
Ralf Jung authored
- 06 Dec, 2019 4 commits
-
-
Robbert Krebbers authored
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
-
- 05 Dec, 2019 1 commit
-
-
Robbert Krebbers authored
-
- 04 Dec, 2019 1 commit
-
-
Robbert Krebbers authored
-
- 02 Dec, 2019 3 commits
-
-
Robbert Krebbers authored
Try getting rid of total Core typeclass See merge request !294
-
Ralf Jung authored
-
Ralf Jung authored
-
- 25 Nov, 2019 2 commits
-
-
Robbert Krebbers authored
Also refactor the proofs to make better reuse of existing lemmas.
- 22 Nov, 2019 7 commits
-
-
Robbert Krebbers authored
-
Ralf Jung authored
-
Robbert Krebbers authored
Fix iPoseProof on recursive lemmas (fix #274) Closes #274 See merge request !338
-
When proving `foo` through a fixpoint, Coq's guardedness checker needs to see to which arguments `foo` is applied. Opaque lemmas applied to `foo` itself prevent that, so make them transparent. * Make `IntoEmpValid` lemmas transparent. * Expose application of `IntoEmpValid` instance to its argument. * Add comment to `tac_pose_proof` This MR brings back the type of `tac_pose_proof` to the one it had before !329. Hence, this seems worth a comment.
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
-