You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/this-month/2021-04/index.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -36,12 +36,12 @@ The `x86_64` crate provides various abstractions for `x86_64` systems, including
36
36
37
37
In April, we merged the following changes:
38
38
39
-
- Added XCR0 register ([#239](https://github.com/rust-osdev/x86_64/pull/239)) <spanclass="gray">(published as `v0.13.5`)</span>
40
-
-_Breaking:_ Fixes for x86-interrupt calling convention ([#242](https://github.com/rust-osdev/x86_64/pull/242)) <spanclass="gray">(published as `v0.14.0`)</span>
41
-
- Fix some warnings ([#243](https://github.com/rust-osdev/x86_64/pull/243))
42
-
- Add `sidt` support ([#246](https://github.com/rust-osdev/x86_64/pull/246))
43
-
- Fix `Debug` and `PartialEq` implementations for `IDT` entry type ([#249](https://github.com/rust-osdev/x86_64/pull/249))
44
-
- Looser trait bounds for `Port` types ([#247](https://github.com/rust-osdev/x86_64/pull/247))
39
+
-[Added XCR0 register](https://github.com/rust-osdev/x86_64/pull/239) <spanclass="gray">(published as `v0.13.5`)</span>
40
+
-_Breaking:_[Fixes for x86-interrupt calling convention](https://github.com/rust-osdev/x86_64/pull/242) <spanclass="gray">(published as `v0.14.0`)</span>
41
+
-[Fix some warnings](https://github.com/rust-osdev/x86_64/pull/243)
-[Fix `Debug` and `PartialEq` implementations for `IDT` entry type](https://github.com/rust-osdev/x86_64/pull/249)
44
+
-[Looser trait bounds for `Port` types](https://github.com/rust-osdev/x86_64/pull/247)
45
45
46
46
Thanks to [@Luis-Hebendanz](https://github.com/Luis-Hebendanz), [@CraftSpider](https://github.com/CraftSpider), and [@dbeckwith](https://github.com/dbeckwith) for their contributions!
0 commit comments