Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
Iris
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
Model registry
Operate
Environments
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
Rodolphe Lepigre
Iris
Commits
feccb48c
Commit
feccb48c
authored
7 years ago
by
Ralf Jung
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
https://gitlab.mpi-sws.org/FP/iris-coq
parents
2038efcb
94446fec
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+4
-3
4 additions, 3 deletions
CHANGELOG.md
with
4 additions
and
3 deletions
CHANGELOG.md
+
4
−
3
View file @
feccb48c
...
@@ -27,7 +27,8 @@ Changes in and extensions of the theory:
...
@@ -27,7 +27,8 @@ Changes in and extensions of the theory:
Changes in Coq:
Changes in Coq:
*
Move the
`prelude`
folder to its own project: std++
*
Move the
`prelude`
folder to its own project:
[
coq-std++
](
https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp
)
*
Some extensions/improvements of heap_lang:
*
Some extensions/improvements of heap_lang:
-
Improve handling of pure (non-state-dependent) reductions.
-
Improve handling of pure (non-state-dependent) reductions.
-
Add fetch-and-add (
`FAA`
) operation.
-
Add fetch-and-add (
`FAA`
) operation.
...
@@ -110,8 +111,8 @@ sed 's/\bPersistentP\b/Persistent/g; s/\bTimelessP\b/Timeless/g; s/\bCMRADiscret
...
@@ -110,8 +111,8 @@ sed 's/\bPersistentP\b/Persistent/g; s/\bTimelessP\b/Timeless/g; s/\bCMRADiscret
setup Iris for your language.
setup Iris for your language.
*
Restore the original, stronger notion of atomicity alongside the weaker
*
Restore the original, stronger notion of atomicity alongside the weaker
notion. These are
`Atomic a e`
where the stuckness bit
`s`
indicates whether
notion. These are
`Atomic a e`
where the stuckness bit
`s`
indicates whether
expression
`e`
is weakly (
`a = WeaklyAtomic`
) or strongly
(
`a =
expression
`e`
is weakly (
`a = WeaklyAtomic`
) or strongly
StronglyAtomic`
) atomic.
(
`a =
StronglyAtomic`
) atomic.
*
Various improvements to
`solve_ndisj`
.
*
Various improvements to
`solve_ndisj`
.
*
Use
`Hint Mode`
to prevent Coq from making arbitrary guesses in the presence
*
Use
`Hint Mode`
to prevent Coq from making arbitrary guesses in the presence
of evars, which often led to divergence. There are a few places where type
of evars, which often led to divergence. There are a few places where type
...
...
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