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
Commits
2ba796ff
Commit
2ba796ff
authored
1 year ago
by
Hai Dang
Browse files
Options
Downloads
Plain Diff
Merge branch 'ci/weak_mem_mangle_names' into 'masters/weak_mem'
Enable mangled names See merge request
!30
parents
623d628b
ed863f8b
No related branches found
No related tags found
1 merge request
!30
Enable mangled names
Pipeline
#83632
failed
1 year ago
Stage: build
Changes
2
Pipelines
9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-0
1 addition, 0 deletions
.gitlab-ci.yml
theories/lang/memcpy.v
+0
-1
0 additions, 1 deletion
theories/lang/memcpy.v
with
1 addition
and
1 deletion
.gitlab-ci.yml
+
1
−
0
View file @
2ba796ff
...
@@ -33,6 +33,7 @@ build-coq.8.17.0:
...
@@ -33,6 +33,7 @@ build-coq.8.17.0:
variables
:
variables
:
OPAM_PINS
:
"
coq
version
8.17.0"
OPAM_PINS
:
"
coq
version
8.17.0"
DENY_WARNINGS
:
"
1"
DENY_WARNINGS
:
"
1"
MANGLE_NAMES
:
"
1"
tags
:
tags
:
-
fp-timing
-
fp-timing
...
...
This diff is collapsed.
Click to expand it.
theories/lang/memcpy.v
+
0
−
1
View file @
2ba796ff
...
@@ -32,7 +32,6 @@ Proof.
...
@@ -32,7 +32,6 @@ Proof.
-
destruct
vl1
as
[|
v1
vl1
],
vl2
as
[|
v2
vl2
],
n
as
[|
n
|];
try
(
discriminate
||
lia
)
.
-
destruct
vl1
as
[|
v1
vl1
],
vl2
as
[|
v2
vl2
],
n
as
[|
n
|];
try
(
discriminate
||
lia
)
.
revert
Hvl1
Hvl2
.
intros
[
=
Hvl1
]
[
=
Hvl2
];
rewrite
!
own_loc_na_vec_cons
.
subst
n
.
revert
Hvl1
Hvl2
.
intros
[
=
Hvl1
]
[
=
Hvl2
];
rewrite
!
own_loc_na_vec_cons
.
subst
n
.
iDestruct
"Hl1"
as
"[Hv1 Hl1]"
.
iDestruct
"Hl2"
as
"[Hv2 Hl2]"
.
iDestruct
"Hl1"
as
"[Hv1 Hl1]"
.
iDestruct
"Hl2"
as
"[Hv2 Hl2]"
.
Local
Opaque
Zminus
.
wp_read
;
wp_write
.
do
3
wp_op
.
iApply
(
"IH"
with
"[%] [%] Hl1 Hl2"
);
[
lia
..|]
.
wp_read
;
wp_write
.
do
3
wp_op
.
iApply
(
"IH"
with
"[%] [%] Hl1 Hl2"
);
[
lia
..|]
.
iIntros
"!> [Hl1 Hl2]"
;
iApply
"HΦ"
;
by
iFrame
.
iIntros
"!> [Hl1 Hl2]"
;
iApply
"HΦ"
;
by
iFrame
.
Qed
.
Qed
.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment