- Mar 20, 2020
-
-
Robbert Krebbers authored
-
- Mar 18, 2020
-
-
Robbert Krebbers authored
-
Ralf Jung authored
-
Ralf Jung authored
-
Robbert Krebbers authored
-
Ralf Jung authored
-
- Mar 16, 2020
-
-
- remove "odd" comment - move atomic triples to bi_scope
-
- Mar 12, 2020
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
- Mar 10, 2020
-
-
Robbert Krebbers authored
Use `_inv` for the reverse direction.
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Ralf Jung authored
-
Ralf Jung authored
-
Robbert Krebbers authored
-
Tej Chajed authored
This feature is now deprecated in Coq master (see https://github.com/coq/coq/pull/7791). Instead of passing a partially-applied lemma directly to Hint Resolve, first create a definition and then make that reference a hint.
-
- Mar 09, 2020
-
-
Robbert Krebbers authored
-
- Mar 06, 2020
-
-
Ralf Jung authored
-
- Feb 25, 2020
-
-
Add array_copy_to (copy in-place to destination array) and array_clone (copy to a freshly allocated array). The heap_lang spec and proof for array_copy_to are inspired by https://gitlab.mpi-sws.org/iris/lambda-rust/blob/3b4ae69fa3be1344245245bf05e5e80e790e064d/theories/lang/lib/memcpy.v. Fixes #293.
-
Ralf Jung authored
-
- Feb 24, 2020
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
- Export `total_weakestpre` in `lifting` already, like we do for `weakestpre`. - Do not export modules that are already exported by exported modules.
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
Thanks to @Blaisorblade, based on https://gitlab.mpi-sws.org/Blaisorblade/iris-coq/commit/0739608d32272ca5679bf504a569b3ddd50c7b29, but applied to similar notations too.
-
- Feb 23, 2020
-
-
-
Tej Chajed authored
-
- Feb 18, 2020
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
It was already marked as deprecated in `doc/proof_mode.md`.
-
Robbert Krebbers authored
- Rename `IPureElim` -> `iPure`, `IAlwaysElim` -> `IIntuitionistic` - Drop `IAlwaysIntro` (it's just `IModalIntro`).
-
- Feb 15, 2020
-
-
Fixes a new warning on Coq 8.12+alpha when implicit annotations are used in positions where they are ignored.
-
- Feb 14, 2020
-
-
- Feb 11, 2020
-
-
Robbert Krebbers authored
-
Ralf Jung authored
-
Ralf Jung authored
-
- Feb 10, 2020
-
-
Robbert Krebbers authored
-
Dan Frumin authored
-