- Feb 11, 2020
- Feb 07, 2020
-
-
Ralf Jung authored
Linear invariant counterexample, and more cinv rules Closes #132 See merge request iris/iris!368
-
Ralf Jung authored
-
- Feb 06, 2020
-
-
Ralf Jung authored
-
Ralf Jung authored
-
Robbert Krebbers authored
Document CoqIDE Unicode binding configuration Closes #269 See merge request iris/iris!347
-
Fixes #269.
-
Robbert Krebbers 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
-
- Feb 05, 2020
-
-
Robbert Krebbers authored
heap_lang/lifting.v: Don't run auto on hopeless goals See merge request iris/iris!369
-
Those goals happen to be solvable by [done] as well, so use that. I also dropped some inconsistent line breaks.
-
- Feb 04, 2020
-
-
Robbert Krebbers authored
Added variant of big_sepL_lookup_acc which allows updating the value See merge request iris/iris!365
-
- Feb 03, 2020
-
-
Michael Sammler authored
-
- Feb 02, 2020
-
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
Fix unexpected implicit binder warning See merge request iris/iris!367
-
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
-
- Feb 01, 2020
-
-
Robbert Krebbers 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
-
-
Ralf Jung authored
-
- Jan 30, 2020
-
-
Robbert Krebbers authored
Disclaimer for STSs. See merge request iris/iris!366
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
- Jan 29, 2020
-
-
Dmitry Khalanskiy authored
This version allows to relate structures over different types.
-