Skip to content

Commit a8b8e25

Browse files
committed
Add announcements, blog posts, and infra updates
1 parent 5bc163f commit a8b8e25

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

content/this-month/2024-09/index.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,18 @@ Please follow this template:
3232
- (optional) Some additional context
3333
-->
3434

35+
- [Redox OS 0.9.0](https://www.redox-os.org/news/release-0.9.0/)
36+
- [This Month in Redox OS - September 2024](https://www.redox-os.org/news/this-month-240930/)
37+
- [Google's Shift to Rust Programming Cuts Android Memory Vulnerabilities by 68%](https://thehackernews.com/2024/09/googles-shift-to-rust-programming-cuts.html?m=1)
38+
- [Binsider: new tool to analyze ELF binaries with a user-friendly TUI](https://binsider.dev/)
39+
- Rust in the Linux Kernel
40+
- [Best practices for error handling in kernel Rust](https://lwn.net/SubscriberLink/990489/eab6106fa595052e/)
41+
- [Resources for learning Rust for kernel development](https://lwn.net/SubscriberLink/990619/cb5f47f5d88818e4/)
42+
- [Committing to Rust in the kernel](https://lwn.net/SubscriberLink/991062/b0df468b40b21f5d/)
43+
- [Rust in illumos](https://wegmueller.it/blog/posts/2024-09-02-rust-on-illumos)
44+
- [I compiled Rust code to Nintendo Gameboy!](https://www.reddit.com/r/rust/comments/1fhdi28/i_compiled_rust_code_to_nintendo_gameboy/)
45+
- [Rust for Android](https://www.reddit.com/r/rust/comments/1fs798t/rust_for_android/)
46+
- [Rust is rolling off the Volvo assembly line](https://tweedegolf.nl/en/blog/137/rust-is-rolling-off-the-volvo-assembly-line)
3547

3648
## Infrastructure and Tooling
3749

@@ -44,6 +56,12 @@ In this section, we collect recent updates to `rustc`, `cargo`, and other toolin
4456
- (optional) Some additional context
4557
-->
4658

59+
- [Safety Goggles for Alchemists: The Path Towards Safer Transmute](https://jack.wrenn.fyi/blog/safety-goggles-for-alchemists/)
60+
- [Deprecate -Csoft-float because it is unsound (and not fixable)](https://github.com/rust-lang/rust/pull/129897)
61+
- [Stabilize `const_refs_to_static`](https://github.com/rust-lang/rust/pull/129759)
62+
- [Stabilize &mut (and *mut) as well as &Cell (and *const Cell) in const](https://github.com/rust-lang/rust/pull/129195)
63+
- [Implement raw lifetimes and labels (`'r#ident`)](https://github.com/rust-lang/rust/pull/126452)
64+
4765

4866
## `rust-osdev` Projects
4967

0 commit comments

Comments
 (0)