Skip to content

Commit

Permalink
Mention #1096 in the {crucible,crux}-mir CHANGELOGs
Browse files Browse the repository at this point in the history
(cherry picked from commit cd84599)
  • Loading branch information
RyanGlScott committed Feb 6, 2024
1 parent f53de1e commit 0f275cd
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions crucible-mir/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# next

* `crucible-mir` now supports the `nightly-2023-01-23` Rust toolchain. Some of
the highlights of this include:

* Properly support for Rust's new constant forms
* Better support for zero-sized constants
* Encoding enum discriminant types so that `crucible-mir` can know about
non-`isize` discriminant types (e.g., `Ordering`, which uses an `i8`
discriminant)
* A more intelligent way of computing crate disambiguators for looking up
known types such as `MaybeUninit` and `Option`

# 0.1

* Much of the `crux-mir` library has been split off into a `crucible-mir`
Expand Down
13 changes: 13 additions & 0 deletions crux-mir/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# next

* `crux-mir` now supports the `nightly-2023-01-23` Rust toolchain. Some of the
highlights of this include:

* Properly support for Rust's new constant forms
* Better support for zero-sized constants
* Encoding enum discriminant types so that `crux-mir` can know about
non-`isize` discriminant types (e.g., `Ordering`, which uses an `i8`
discriminant)
* A more intelligent way of computing crate disambiguators for looking up
known types such as `MaybeUninit` and `Option`

# 0.7 -- 2023-06-26

## API changes
Expand Down

0 comments on commit 0f275cd

Please sign in to comment.