Skip to content

Commit cf5d88b

Browse files
committed
Infra updates
1 parent f039b97 commit cf5d88b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/this-month/2025-11/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ In this section, we collect recent updates to `rustc`, `cargo`, and other toolin
4444
- (optional) Some additional context
4545
-->
4646

47+
- [Switching to Rust's own mangling scheme on nightly](https://blog.rust-lang.org/2025/11/20/switching-to-v0-mangling-on-nightly/)
48+
- [Stabilize `asm_cfg`](https://github.com/rust-lang/rust/pull/147736)
49+
- [Stabilize `-Zno-jump-tables` into `-Cjump-tables=bool`](https://github.com/rust-lang/rust/pull/145974)
50+
- [Pass pointers to `const` in assembly](https://github.com/rust-lang/rfcs/pull/3848)
51+
- [Add Allocator proxy impls for Box, Rc, and Arc](https://github.com/rust-lang/rust/pull/148539)
52+
- [Stabilise `as_array` in `[_]` and `*const [_]`; stabilise `as_mut_array` in `[_]` and `*mut [_]`](https://github.com/rust-lang/rust/pull/147540)
4753

4854

4955
## `rust-osdev` Projects

0 commit comments

Comments
 (0)