Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lambda-rust
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
Package Registry
Model registry
Operate
Environments
Terraform modules
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
Simon Spies
lambda-rust
Graph
08cc4d2be9e1eca3bded6d28b3a1872d2e45c685
Select Git revision
Branches
20
ci/janno/reduction_no_check
ci/places
ci/pm_red
ci/ralf/const-rf
ci/ralf/lia-experiment
ci/ralf/old-timing-data
ci/ralf/sections
ci/robbert/faster_iDestruct2
ci/robbert/iprop_structures
ci/robbert/merge_sbi
ci/robbert/merge_sbi_new
ci/robbert/merge_sbi_new_weak
ci/robbert/merge_sbi_weak
ci/robbert/naive_solver
ci/weak_mem
contractiveness
coqbug/match
fast_string
ghostcell
gpirlea/pinning
Tags
3
RBrlx-POPL20-artifact
popl18
popl18-aec
23 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
13
Jan
12
11
10
9
8
7
6
5
4
3
1
28
Dec
26
25
24
23
22
21
20
19
18
17
16
15
14
13
12
11
9
8
7
6
2
1
30
Nov
29
28
27
26
25
24
23
22
16
15
11
10
9
8
7
4
3
1
28
Oct
27
26
25
16
6
3
16
Sep
15
14
13
12
11
10
9
6
5
2
26
Aug
24
18
9
8
4
21
Jul
13
12
11
8
7
3
2
1
30
Jun
27
24
23
opam-ci: avoid re-downloading already properly pinned packages
rename tests -> examples
change notation for memcpy. notation for sum injection has a \Sigma.
Revert "rename soundness -> adequacy"
Merge branch 'master' of gitlab.mpi-sws.org:FP/LambdaRust-coq
Fix typo.
Simplify proof of soundness/adequacy.
solve_inG ftw
rename soundness -> adequacy
I can't make a commit with a new file without forgetting to add it...
Merge branch 'master' of gitlab.mpi-sws.org:FP/LambdaRust-coq
Soundness of the type system. Also, added a file typing.v that reexports all the type system.
lang/heap: do sealing with primitive projections
Make it possible to nest uninit products for subtyping.
Alpha renaming.
Have subtyping between product of uninit and uninit automatically proved.
More uses of [iDestruct ty_size_eq].
Forgot a file.
Cleaning : remove hints about [product2] from solve_typing (this type is only for internal use), and removed unnecessary unfold lemmas.
Merge branch 'master' of gitlab.mpi-sws.org:FP/LambdaRust-coq
Typechecked lazy lifetime initialization. Also, switched from eauto to typeclasses eauto, which seems way less bugged (but I still found something strange...).
use the fact that we can specialize lemmas below later
Typechecking unwrap_or.
Merge branch 'master' of https://gitlab.mpi-sws.org/FP/LambdaRust-coq
prove writing to Cell; tune some notation
Merge branch 'master' of gitlab.mpi-sws.org:FP/LambdaRust-coq
Type-checking option_as_mut.
forgot to add cell to _CoqProject
typing/tests: make all the functions values as they should be
Prove that Cell<T> is a type and copy if T is copy
try and fail to make using ty_size_eq on \later own more convenient
awk.Makefile: uninstall .v and .glob files
awk.Makefile: uninstall: also delete empty directories
fix awk.Makefile
hide the lifetime logic CMRAs behind the signature as well
update awk.Makefile
Merge commit '7726a27bb6ee6b89e1f4333bef098357ca0b8cf0'
Trying to clarify priorities of mergeing and splitting lemmas. Clearly, this is still not optimal.
Merge branch 'master' of https://gitlab.mpi-sws.org/FP/LambdaRust-coq
use solve_inG tactic
Loading