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.
cc4741b4e8b6f48a1a343e6e26ed7c447f675bb8
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
9
Mar
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
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
Bump Iris.
Use the new LimitPreserving stuff.
Params instances for Copy, Sync, Send.
Declare some Params instances to speed up rewrites.
update to latest Iris
Rc::clone
introduce notation for the magic return variable name
force typed_val to be used only on values
mask tweaking
rc can be created
rc is still a type, but a more complicated one
later-P and static-borrow-of-P are view-shift equivalent
add typing.base; declare solve_typing and its DBs there
factor out the "delayed sharing" pattern used by own, uniq, refcell, rwlock
Fix build
function types: make FP the nice constructor and FP' the ugly one
Merge branch 'jh/alive_coercions' into 'master'
Notation FP' as a wrapper for FP, so that the arguments are in the right order.
Make the notation for function types work even if used with more than on variable.
Make [ELCtx_Alive] a coercion.
Make [lft] an Opaque type, when seen from outside of the lifetime logic model.
Merge branch 'master' of https://gitlab.mpi-sws.org/FP/LambdaRust-coq
rc is a type
Merge branch 'jh/undiscriminated_hintdb'
Merge branch 'master' of https://gitlab.mpi-sws.org/FP/LambdaRust-coq
Move non-core typings into theories/typing/lib
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
Loading