Skip to content

Commit 6bdaa3f

Browse files
committed
Add announcements and infra updates
1 parent 5b36f28 commit 6bdaa3f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

+8
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ Please follow this template:
3232
- (optional) Some additional context
3333
-->
3434

35+
- [Rust, compiled to Holy C, running on TempleOS](https://www.reddit.com/r/rust/comments/1jp9227/media_rust_compiled_to_holly_c_running_on_templeos/)
36+
- [My non-unix like rust OS SafaOS, now has a rust libstd port](https://www.reddit.com/r/rust/comments/1jkkufh/media_my_nonunix_like_rust_os_safaos_now_has_a/)
37+
- [Introducing Ariel OS - an embedded library OS for small MCUs](https://www.reddit.com/r/rust/comments/1jo070l/introducing_ariel_os_an_embedded_library_os_for/)
38+
- [Stalloc: fast memory allocation on the stack](https://www.reddit.com/r/rust/comments/1jqjs6n/stalloc_fast_memory_allocation_on_the_stack/)
39+
3540
## Infrastructure and Tooling
3641

3742
In this section, we collect recent updates to `rustc`, `cargo`, and other tooling that are relevant to Rust OS development.
@@ -43,6 +48,9 @@ In this section, we collect recent updates to `rustc`, `cargo`, and other toolin
4348
- (optional) Some additional context
4449
-->
4550

51+
- [Allow `*const W<dyn A> -> *const dyn A` ptr cast](https://github.com/rust-lang/rust/pull/136127)
52+
- [Stabilize `asm_goto` feature gate](https://github.com/rust-lang/rust/pull/133870)
53+
4654
## `rust-osdev` Projects
4755

4856
In this section, we give an overview of notable changes to the projects hosted under the [`rust-osdev`](https://github.com/rust-osdev/about) organization.

0 commit comments

Comments
 (0)