- Sep 27, 2020
-
-
Robbert Krebbers authored
For example, `auth_auth_valid`.
-
Robbert Krebbers authored
-
- Sep 26, 2020
-
-
Ralf Jung authored
-
- Sep 24, 2020
-
-
Robbert Krebbers authored
Fix error when destructing as multiple pats See merge request iris/iris!512
-
Tej Chajed authored
`iDestruct H as "H1 H2"` produces an error that says the pattern should contain exactly one proper introduction pattern. When multiple patterns are provided, due to Ltac variable shadowing iDestructHypFindPat was instead reporting only the first pattern in the error message (and even that was printed as the parsed AST rather than the original string).
-
- Sep 21, 2020
-
-
Robbert Krebbers authored
Report an error when iIntro fails to find a forall See merge request iris/iris!510
-
Tej Chajed authored
The error handling for `iIntro (?)` and similar tactics didn't correctly report failures when the goal couldn't be turned into a universal quantifier. This is something missing from !482 due to no test triggering the error.
-
- Sep 16, 2020
-
-
Ralf Jung authored
-
Ralf Jung authored
use sep. conjunction instead of conjunction for allocation lemmas See merge request iris/iris!508
-
Ralf Jung authored
-
Ralf Jung authored
-
Robbert Krebbers authored
Fix compilation with Coq 8.10 See merge request iris/iris!507
-
- Sep 15, 2020
-
-
Tej Chajed authored
Fixes a bug from iris/iris!488
-
Robbert Krebbers authored
add a simple logic-level ghost_var library See merge request iris/iris!488
-
-
Robbert Krebbers authored
-
Ralf Jung authored
wtf, sed?!??
-
Ralf Jung authored
-
Ralf Jung authored
-
- Sep 14, 2020
-
-
Ralf Jung authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
Fix argument order in comment. See merge request iris/iris!506
-
Arthur Azevedo de Amorim authored
-
Robbert Krebbers authored
Isomorphism and validy restriction constructions for cameras. See merge request iris/iris!504
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Ralf Jung authored
-
Ralf Jung authored
rename `agree_op_{inv,invL}'` to `to_agree_op_{inv,invL}` See merge request iris/iris!505
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
-
- Sep 12, 2020
-
-
Robbert Krebbers authored
-
- Sep 11, 2020
-
-
Ralf Jung authored
improve [core] docs See merge request iris/iris!503
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
Fixes #345
-
- Sep 10, 2020
-
-
Robbert Krebbers authored
The old code contained a bunch of unused spaghetti that was not cleaned up after a refactoring. @jihgfee menaged to trigger a wrong code path in the old code, but I failed to turn his test case into a self-contained one.
-
Ralf Jung authored
add conversions between functors Closes #342 See merge request iris/iris!498
-