Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iris
Manage
Activity
Members
Labels
Plan
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
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
Paolo G. Giarrusso
iris
Commits
c63b6a35
Commit
c63b6a35
authored
4 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
edit release notes
parent
7228c461
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+8
-8
8 additions, 8 deletions
CHANGELOG.md
with
8 additions
and
8 deletions
CHANGELOG.md
+
8
−
8
View file @
c63b6a35
...
...
@@ -6,26 +6,26 @@ lemma.
## Iris master
This release does not have any outstanding highlights, but contains a large
amount
of improvements all over the board. For instance:
number
of improvements all over the board. For instance:
*
`heap_lang`
now supports deallocation as well as better reasoning about
"invariant locations"
that are not deallocated and whose value
satisf
ies
some
Coq-level
invariant.
"invariant locations"
(locations that perpetually
satisf
y
some
Coq-level
invariant
)
.
*
Invariants (
`inv N P`
) are more flexible, now also supporting splitting
and merging of invariants with respect to separating conjunction.
*
Performance of the proofmode for BIs constructed on top of other BIs (e.g.,
`monPred`
) was greatly improved, leading to up to 70% speedup in individual
files. As part of this refactoring, the proofmode can now also be instantiated
with entirely "logical" notion of BIs that do not have a metric structure, and
still support reasoning about ▷.
with entirely "logical" notion of BIs that do not have a (non-trivial) metric
structure, and still support reasoning about ▷.
*
The proof mode now provides experimental support for naming pure facts in
intro patterns. See
[
iris/string-ident
](
https://gitlab.mpi-sws.org/iris/string-ident
)
for details.
*
Iris now provides official ASCII notation. We still recommend using the
Unicode notation for better consistency and interoperability with other Iris
libraries, but provide ASCII notation for when Unicode is not an option.
*
We removed several coercions, fixing "ambiguous coercion path" warnings and
solving some readability issues.
*
The proof mode now provides experimental support for naming pure facts in
intro patterns. See
[
iris/string-ident
](
https://gitlab.mpi-sws.org/iris/string-ident
)
for details.
*
Coq 8.10, 8.11, and 8.12 are newly supported by this release, and Coq 8.7 and
8.
8 are no longer supported.
...
...
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