Skip to content

Commit 8ad38d5

Browse files
authored
Merge pull request #596 from rust-osdev/release/0.15.5
release 0.15.5
2 parents 98d498b + 88e5176 commit 8ad38d5

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ license = "MIT/Apache-2.0"
1515
name = "x86_64"
1616
readme = "README.md"
1717
repository = "https://github.com/rust-osdev/x86_64"
18-
version = "0.15.4"
18+
version = "0.15.5"
1919
edition = "2018"
2020
rust-version = "1.59" # Needed to support inline asm and default const generics
2121

Changelog.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Unreleased
22

3+
# 0.15.5 – 2026-07-11
4+
5+
This release is compatible with Rust nightlies starting with `nightly-2026-07-10` (this only applies when the `nightly` feature is used).
6+
7+
## New Features
8+
9+
- [implement DoubleEndedIterator for ranges + implement more iterator methods](https://github.com/rust-osdev/x86_64/pull/589)
10+
- [feat: Added the "from_pfn" in PhysFrame](https://github.com/rust-osdev/x86_64/pull/593)
11+
12+
## Fixes
13+
14+
- [fix(instructions): allow unused_unsafe for cpuid](https://github.com/rust-osdev/x86_64/pull/575)
15+
- [fix(mapper): inline internal map_to\_\* functions](https://github.com/rust-osdev/x86_64/pull/578)
16+
- [docs: fix typos](https://github.com/rust-osdev/x86_64/pull/579)
17+
- [docs(page): fix typos](https://github.com/rust-osdev/x86_64/pull/582)
18+
- [don't enable abi_x86_interrupt if not needed](https://github.com/rust-osdev/x86_64/pull/585)
19+
- [insert NOP after STI](https://github.com/rust-osdev/x86_64/pull/588)
20+
- [add missing {forward,backward}\_overflowing impls](https://github.com/rust-osdev/x86_64/pull/595)
21+
22+
## Other Improvements
23+
24+
- [Bump actions/cache from 4 to 5](https://github.com/rust-osdev/x86_64/pull/573)
25+
- [ci: add typos job](https://github.com/rust-osdev/x86_64/pull/580)
26+
- [Bump actions/checkout from 6 to 7](https://github.com/rust-osdev/x86_64/pull/590)
27+
328
# 0.15.4 – 2025-11-24
429

530
## New Features

0 commit comments

Comments
 (0)