- 11 Feb, 2020 2 commits
- 07 Feb, 2020 2 commits
-
-
Ralf Jung authored
Linear invariant counterexample, and more cinv rules Closes #132 See merge request iris/iris!368
-
Ralf Jung authored
-
- 06 Feb, 2020 10 commits
-
-
Ralf Jung authored
-
Ralf Jung authored
-
Robbert authored
Document CoqIDE Unicode binding configuration Closes #269 See merge request iris/iris!347
-
Tej Chajed authored
Fixes #269.
-
Robbert authored
Make `big_op{L,M}_gen_proper_2` stronger See merge request iris/iris!363
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
another variant of the linear-inv counterexample, based on an accessor that gives back the token earlier
-
- 05 Feb, 2020 2 commits
-
-
Robbert authored
heap_lang/lifting.v: Don't run auto on hopeless goals See merge request iris/iris!369
-
Paolo G. Giarrusso authored
Those goals happen to be solvable by [done] as well, so use that. I also dropped some inconsistent line breaks.
-
- 04 Feb, 2020 1 commit
-
-
Robbert authored
Added variant of big_sepL_lookup_acc which allows updating the value See merge request iris/iris!365
-
- 03 Feb, 2020 1 commit
-
-
Michael Sammler authored
-
- 02 Feb, 2020 7 commits
-
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
Fix unexpected implicit binder warning See merge request iris/iris!367
-
Tej Chajed authored
Coq master is stricter about checking for meaningless implicit binders; see https://github.com/coq/coq/pull/10202.
-
Ralf Jung authored
-
Ralf Jung authored
-
Robbert Krebbers authored
-
- 01 Feb, 2020 11 commits
-
-
Robbert authored
Better handling of persistent results in `iDestruct`, `iPoseProof`, `iAssert` and friends See merge request iris/iris!341
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
Make handling of `AddModal` in `tac_specialize_frame` consistent with that in `tac_specialize_assert`.
-
Robbert Krebbers authored
The result of `iSpecialize ("H" with "[H1 .. Hn]")` was always put in the spatial context. This commit strenghtens this tactic by putting the result in the intuitionistic context if the following conditions hold: 1. The hypothesis `H` is persistent. 2. All the hypotheses `H1 .. Hn` are intuitionistic (or similarly, in case `[-H1 .. Hn]` is used, if all remaining hypotheses are intuitionistic). 3. If the pattern `[> ..]` for adding a modality is not used.
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Ralf Jung authored
Clarify use of Require See merge request iris/iris!345
-
Paolo G. Giarrusso authored
-
Ralf Jung authored
-
- 30 Jan, 2020 3 commits
-
-
Robbert authored
Disclaimer for STSs. See merge request iris/iris!366
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
- 29 Jan, 2020 1 commit
-
-
Dmitry Khalanskiy authored
This version allows to relate structures over different types.
-