File: CHANGELOG.md

package info (click to toggle)
rustc 1.85.0%2Bdfsg3-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, sid, trixie
  • size: 893,396 kB
  • sloc: xml: 158,127; python: 35,830; javascript: 19,497; cpp: 19,002; sh: 17,245; ansic: 13,127; asm: 4,376; makefile: 1,051; perl: 29; lisp: 29; ruby: 19; sql: 11
file content (32 lines) | stat: -rw-r--r-- 742 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Changelog

## Unreleased

## v0.9.1 (26/03/2024)
### Added
 - Added changelog

### Changed
 - Clarify documentation about macro indirection
 - Turn the crate into a thin stdlib wrapper on rustc>=1.77
 - Turn `unstable_offset_of` and `unstable_const` into NOPs; they are not needed any more on recent nightlies

## v0.9.0 (18/05/2023)
### Added
 - Cargo feature `unstable_offset_of` which turns the crate into a stdlib polyfill

## v0.8.0 (15/12/2022)
### Changed
 - Constant-evaluation is automatically enabled

## v0.7.1 (17/10/2022)
### Changed
 - Version in `README.md`

## v0.7.0 (17/10/2022)
### Added
 - `offset_of_union!`

## v0.6.5 (03/12/2021)
### Removed
 - [nightly] `#![feature(const_raw_ptr_deref, const_maybe_uninit_as_ptr)]`