- 26 Jan, 2021 3 commits
- 19 Jan, 2021 1 commit
-
-
Robbert Krebbers authored
-
- 15 Jan, 2021 2 commits
- 07 Jan, 2021 2 commits
-
-
Ralf Jung authored
-
Ralf Jung authored
Done with a script by Tej; see iris/iris!609 for details.
-
- 11 Nov, 2020 1 commit
-
-
Ralf Jung authored
-
- 04 Nov, 2020 1 commit
-
-
Simon Friis Vindum authored
This reverts commit 71a1fbf0, reversing changes made to ce12f3a6.
-
- 03 Nov, 2020 1 commit
-
-
- 02 Nov, 2020 7 commits
-
-
Robbert Krebbers authored
That is, `big_sepL2_intuitionistically_forall`, `big_sepL2_forall`, and `big_sepM2_intuitionistically_forall`.
-
Robbert Krebbers authored
-
Robbert Krebbers authored
That is, `big_sepMS_intuitionistically_forall`, `big_sepMS_forall`, `big_sepMS_impl`, and `big_sepMS_dup`.
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
- 20 Oct, 2020 1 commit
-
-
Ralf Jung authored
-
- 30 Sep, 2020 1 commit
-
-
Michael Sammler authored
-
- 10 Sep, 2020 1 commit
-
-
Ralf Jung authored
-
- 12 Aug, 2020 1 commit
-
-
Ralf Jung authored
-
- 29 Jun, 2020 2 commits
-
-
Simon Friis Vindum authored
-
Simon Friis Vindum authored
-
- 19 Jun, 2020 1 commit
-
-
Robbert Krebbers authored
-
- 24 May, 2020 2 commits
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
- 23 May, 2020 1 commit
-
-
Robbert Krebbers authored
-
- 13 May, 2020 1 commit
-
-
- 06 Apr, 2020 1 commit
-
-
- 31 Mar, 2020 1 commit
-
-
Paolo G. Giarrusso authored
This helps async proof checking (see iris/iris!406 (comment 46759)). Done with ``` gsed -i 's/seal \(.*\)\. by eexists. Qed./seal \1. Proof. by eexists. Qed./' \ $(find theories/ -name '*.v') ``` And checked by inspecting the output of: ``` git grep '\bseal\b'|fgrep -v 'Proof. by eexists. Qed.' ```
-
- 03 Feb, 2020 1 commit
-
-
Michael Sammler authored
-
- 17 Jan, 2020 4 commits
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
- Renamed them from `_forall` into `_gen_proper`, to avoid confusion with `big_sep{L,M,S,MS}_forall`, which are actually about `∀`. - For lists and maps there now two variants, `_gen_proper_2`, in case the maps or lists on both sides are different, and `_gen_proper`, in case the maps or lists on both sides are the same.
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
- 16 Jan, 2020 1 commit
-
-
Michael Sammler authored
-
- 20 Dec, 2019 1 commit
-
-
Michael Sammler authored
-
- 13 Sep, 2019 1 commit
-
-
Jacques-Henri Jourdan authored
The general idea is to first import/export modules which are further than the current one, and then import/export modules which are close dependencies. This commit tries to use the same order of imports for every file, and describes the convention in ProofGuide.md. There is one exception, where we do not follow said convention: in program_logic/weakestpre.v, using that order would break printing of texan triples (??).
-
- 26 Aug, 2019 1 commit
-
-