We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ea8c94 commit f3c597aCopy full SHA for f3c597a
Changelog.md
@@ -1,5 +1,10 @@
1
# Unreleased
2
3
+- **Breaking**: Decouple instructions into a separate feature flag ([#179](https://github.com/rust-osdev/x86_64/pull/179))
4
+ - Gates the `instructions` module by a new `instructions` feature (enabled by default).
5
+ - Rename the `stable` feature to `external_asm`
6
+ - `PageTable::new` is no longer a `const fn` on stable (i.e. without the `nightly` feature)
7
+
8
# 0.11.8 – 2020-09-23
9
10
- Add `VirtAddr::is_null` ([#180](https://github.com/rust-osdev/x86_64/pull/180))
0 commit comments