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
094592e76eb9ec7fc4b8d2cf4de11c8c634c23db
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
6
Mar
5
4
3
1
28
Feb
25
24
23
22
21
19
18
17
16
15
13
12
11
10
9
8
30
Jan
26
25
24
23
22
21
19
17
16
13
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
Try making [lrust_typing] non-discriminated to see whether anything changes.
Tweak.
Merge branch 'master' of gitlab.mpi-sws.org:FP/LambdaRust-coq
Faking a shared box.
Make solve_typing able to solve [typed_read] and [typed_write].
lrust_typing: make sum type opaque, for consistency with the other types
fix comment in spawn.v
Merge branch 'ralf/ci/box' into 'master'
Fix [solve__typing] by changing the hint on [tctx_extract_hasty_here_eq] into a [Hint Resolve], so that the opaqueness annotations are not ignored.
Make box a definition and prove it contractive
New notation : typed_val.
bump Iris
switch to new CI machine
forgot to bump Iris
make join_handle a contractive type
show all type-non-expansive functions to also be properly non-expansive
new fixpoint
Clarify the API of shared borrows: create specific lemmas for lftN.
Use the empty set for the mask of the closing update of borrows.
Dynamic masks for lifetimes.
jh/dynamic_masks
jh/dynamic_masks
Proove that RWlock is safe.
Cosmetic changes in refcell.
Change the masks of shared borrows, so that the previous commit has a purpose.
Make it possible to specify a namespace for shared borrows.
Cosmetic changes in spawn.v.
Remove a file from _Coqproject.
Define the type option. Merge some examples in this file.
bump Iris
try to improve parallelism by putting the examples last
Merge branch 'master' of https://gitlab.mpi-sws.org/FP/LambdaRust-coq
remove lft_ctx from subtype and eqtype
Use fast_string.
fast_string
fast_string
Bump Iris.
RefCell: add comments explaining the data layout
Map for refmut.
Map for Ref.
Make (most of) the typing lemmas implications in Iris.
Oops, forgot to bump Iris.
Use Iris' iso_ofe infrastructure for types and seal off equiv and dist.
Bump Iris version and make use of improved solve_ndisj.
Loading