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.
015a5d5254cb46191e47d5092002a5cac0864a8d
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
May
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
1
28
Oct
27
26
25
16
6
3
16
Sep
15
14
13
12
11
Bump Iris.
fix FIXME
fix build
Use new function call lemma in spawn, take_mut
tune ty_own simplification behavior; make uninit.(ty_own) compute the right way
Merge branch 'master' of https://gitlab.mpi-sws.org/FP/LambdaRust-coq
should fix the error
keep building as many files as possible
Fix use of iInduction, we had to generalize first.
fix compile
*oops* did not mean to commit this yet
Lemma to call a rust-typed function from Iris
Merge commit '3f39048dec610092e963c74c8995eee456cb0328'
Remove obsolete FIXME.
notations
notations
Remove a bunch of uses of lock that are no longer needed after 3f39048d.
make the static dispatch for closures look more like it looks in Rust
Turn CNT into a context in the notation.
Start working on notations for typing judgments.
Printing boxes for let, ;; and letcont.
Make ty_own simpl nomatch to avoid many matches in proof states.
Delimit scopes of list variants of subst.
Fix another FIXME.
Bump Iris, fix FIXME.
swap
Use a "static dispatch" way of presenting higher order functions.
prove take_mut
Arc comments
Mutex and MutexGuard subtyping. This completes the Mutex proof.
MutexGuard Sync bound
Merge branch 'master' of https://gitlab.mpi-sws.org/FP/LambdaRust-coq
Mutex: Send+Sync
Merge branch 'master' of gitlab.mpi-sws.org:FP/LambdaRust-coq
weak_count and strong_count for Arc.
refine comments even more
refine comments
Guards for rwlock are sync.
Merge branch 'master' of gitlab.mpi-sws.org:FP/LambdaRust-coq
arc_make_mut.
TODO comments
simplification of ty_own is now fairly well-behaved, remove a TODO
Loading