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
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Service Desk
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
Iris
lambda-rust
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
a28f1888371baa88e7bcd6b5dd647f13adc7b55f
Select Git revision
Branches
20
ci/ike/frame_exist
ci/janno/reduction_no_check
ci/janno/strict-tc-resolution
ci/pinning
ci/places
ci/pm_red
ci/ralf/const-rf
ci/ralf/sections
ci/weak_mem
protected
coqbug/match
ghostcell
gpirlea/pin_semantic
gpirlea/pinning
jh/closures
jh/dynamic_masks
jh/lifetime_no_dead_trade
jh/typecheck_foo
master
default
protected
masters/rusthornbelt
protected
masters/weak_mem
protected
Tags
3
RBrlx-POPL20-artifact
popl18
popl18-aec
23 results
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
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
update Iris
Loading