Skip to content

Commit 728b4f6

Browse files
committed
Add infra updates and announcements
1 parent ba99c3a commit 728b4f6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ Please follow this template:
3434

3535
- [Redox OS - Porting Strategy](https://www.redox-os.org/news/porting-strategy/)
3636
- [This Month in Redox](https://redox-os.org/news/this-month-240229/)
37+
- [Tock Compiles on Stable Rust!](https://tockos.org/blog/2024/talking-tock-55/)
38+
- [Making an RISC-V OS (Part 2): Kernel in virtual addresses](https://traxys.me/riscv_os_2.html)
39+
- The Embedded Rustacean [Issue 13](https://www.theembeddedrustacean.com/p/the-embedded-rustacean-issue-13) and [Issue 14](https://www.theembeddedrustacean.com/p/the-embedded-rustacean-issue-14)
40+
- [Linux Kernel: Rewrite the VP9 codec library in Rust](https://lore.kernel.org/lkml/[email protected]/)
41+
- [Anouncing stabby 3.0.0](https://www.reddit.com/r/rust/comments/1amjknw/anouncing_stabby_300_and_rustconf_video_available/)
3742

3843
## Infrastructure and Tooling
3944

@@ -46,6 +51,13 @@ In this section, we collect recent updates to `rustc`, `cargo`, and other toolin
4651
- (optional) Some additional context
4752
-->
4853

54+
- [only set noalias on Box with the global allocator](https://github.com/rust-lang/rust/pull/122018)
55+
- [Add stubs in IR and ABI for `f16` and `f128`](https://github.com/rust-lang/rust/pull/121728)
56+
- [`f16` and `f128` step 2: intrinsics](https://github.com/rust-lang/rust/pull/121841)
57+
- [Add armv8r-none-eabihf target for the Cortex-R52](https://github.com/rust-lang/rust/pull/110482)
58+
- [Add a new `wasm32-wasip1` target to rustc](https://github.com/rust-lang/rust/pull/120468)
59+
- [Add a new `wasm32-wasi-preview2` target](https://github.com/rust-lang/rust/pull/119616)
60+
- [rename `ptr::invalid` -> `ptr::without_provenance`](https://github.com/rust-lang/rust/pull/117658)
4961

5062
## `rust-osdev` Projects
5163

0 commit comments

Comments
 (0)