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
427363dca4d5bf9628deba9b75cbaa85fdd92d54
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
31
Jul
19
17
16
11
10
7
6
4
3
2
20
Jun
18
May
17
16
15
13
12
9
4
2
29
Apr
28
27
26
25
24
22
20
19
18
14
13
11
7
30
Mar
28
27
24
23
22
21
16
15
13
10
9
7
6
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
Put the shift_loc notation in the right scope so that it is parsed/printed properly even when appearing in expressions.
Notation for shift_loc (finally \!).
Tactical support for null comparison.
Merge branch 'master' of gitlab.mpi-sws.org:FP/LambdaRust-coq
Make valid comparisons between pointers and 0.
unfix a FIXME
add a note about the arc protocol so that it does not get lost
Fix a FIXME.
Fix lines lenght.
fix a comment
prove rayon::join
add comment to spawn verification
add a stub for rayon::join
rename
Add .gitattribute to ignore some files during the export.
Anonymize.
better explanation what goes on in panic.v
README
Simplify the model of mutexes by removing the exclusive token.
Simplifications
Merge branch 'master' of gitlab.mpi-sws.org:FP/LambdaRust-coq
Derive unnesting and reborrowing from a common principle.
Bump Iris.
Lifetime logic: rename shared borrows to atomic (persistent) borrows
Merge branch 'master' of gitlab.mpi-sws.org:FP/LambdaRust-coq
Comment on function type.
expand on a comment
Make emp be defined as the empty sum. Make panic return the empty type.
Do not allow na reads and CAS to race on the same location.
strong_cas_fail
strong_cas_fail
Merge branch 'master' of gitlab.mpi-sws.org:FP/LambdaRust-coq
An example with non-lexical lifetimes.
explain a weird design choice
Use return: instead of "return".
Use type_call_iris to simplify some proofs.
Fake a shared cell from a mutable borrow.
Fix FIXME.
Bump Iris.
fix FIXME
fix build
Use new function call lemma in spawn, take_mut
Loading