Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iris-coq
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michael Sammler
iris-coq
Graph
065bfdfcf254a083751499719b9853d60bafc117
Select Git revision
Branches
20
atomic
ci/3.1.0
ci/debug
ci/janno/debug-opam
ci/janno/vmcast
ci/ralf/ci
ci/ralf/pm_red
ci/robbert/into_val_pures
ci/stability
ci/value_constructor
fast_string
iris-3.0
iris-3.1
janno/metacoq
jh/done_contradiction
jh/evar_iframe
jh/independent_metric
jh/sprop_upred
jh_inductive_pairs
joe/bupd_derived
Tags
10
iris-3.1.0
iris-3.0.0
iris-2.0
iris-2.0-rc2
iris-2.0-rc1
iris-1.1
iris-1.0
hope-2015-coq-1
appendix-1.0.0
appendix-1
30 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
4
Jun
3
1
31
May
30
29
28
27
25
24
23
20
18
17
15
14
11
10
9
8
7
4
3
2
30
Apr
29
28
27
26
25
24
23
22
21
20
19
18
12
11
10
9
6
5
4
3
31
Mar
30
28
27
24
22
21
20
19
17
16
15
14
13
12
11
9
8
7
6
5
4
3
2
1
28
Feb
27
26
25
24
23
22
21
20
19
18
16
15
14
13
12
9
8
7
6
3
2
31
Jan
30
29
27
25
24
23
22
21
20
19
18
16
13
rename atomic_step -> atomic_acc
prove lemmas to compose atomic steps
Show that atomic_step is an AccElim so we can open invariants; get entirely rid of the Em ⊆ Eo side-condition
add iAuIntro tactic to prove an atomic update; introduce atomic_step
New atomic updates: defined as a fixed point with existential quantifier; intro lemma using class of Laterable assertions
update CI and Makefile
use beq instead of Bool.eqb in envs_replace
ci/ralf/pm_red
ci/ralf/pm_red
add an interesting test output
tests/ipm_paper: show goals where they were shown in the paper
tests/mosel_paper: show the two goals separately
Examples from MoSeL paper.
Comments in tests/ipm_paper.
rename the proofmode copies to pm_option_bind and pm_default, respectively; move them to base and rename pm_red to reduction
rename maybe_wand -> bi_wandM
improve README structure
Merge branch 'master' into gen_proofmode
When framing, `▷ emp` should be turned into `emp` if the BI is affine.
Typo typo.
bump Mtac commit
moved of_expr to M because it made code simpler
adapting to reflexivity as ttac
adapting to reflexivity as ttac
Fix typo in ProofMode.md (thanks to Hai).
update Makefile
make maybe_wand a BI connective; simplify BI connectives in proof mode
instead of maybe_wand_sound, let the proofmode support maybe_wand
More reduction control
move the reduction control of the proofmode to its own file and tweak it
move comment closer to where it is exploited
bump std++, use the new [default] notation
remove bi.big_... compatibility aliases for big-ops
Merge branch 'gen_proofmode' of https://gitlab.mpi-sws.org/FP/iris-coq into gen_proofmode
Fix iInv for monpred and test that
Better `IntoWand` instances for `<affine> ⎡ ... ⎤` as an alternative for ec4ac846.
Stronger `IntoWand` instance for the □ modality.
`IntoWand` instances for the affine modality.
Revert `IntoWand` part of ec4ac846, and associated change in 9b14f90a.
fix into_wand for monpred proofmode
Merge branch 'ralf/bigop' into 'gen_proofmode'
Bump Mtac2 commit.
Loading