Skip to content

Commit 0cb9b59

Browse files
committed
Add some announcements and infra updates
1 parent 8e7b807 commit 0cb9b59

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ Please follow this template:
3535
- [This Month in Redox](https://redox-os.org/news/this-month-240330/)
3636
- [Redox Kernel Improvements](https://redox-os.org/news/kernel-10/)
3737
- [MOROS 0.10.3](https://github.com/vinc/moros/releases/tag/v0.10.3)
38+
- [Embedded Rust Bluetooth on ESP: BLE Client](https://apollolabsblog.hashnode.dev/embedded-rust-bluetooth-on-esp-ble-client)
39+
- [EtherCrab 0.4: Distributed Clocks, `io_uring`, Derives, Oh My](https://wapl.es/ethercrab-0-4-io-uring-derives-ethercat-distributed-clocks/)
40+
- The Embedded Rustacean: [Issue 15](https://www.theembeddedrustacean.com/p/the-embedded-rustacean-issue-15) and [Issue 16](https://www.theembeddedrustacean.com/p/the-embedded-rustacean-issue-16)
3841

3942
## Infrastructure and Tooling
4043

@@ -47,6 +50,16 @@ In this section, we collect recent updates to `rustc`, `cargo`, and other toolin
4750
- (optional) Some additional context
4851
-->
4952

53+
- [Add basic trait impls for `f16` and `f128`](https://github.com/rust-lang/rust/pull/123085)
54+
- [RFC: patchable-function-entry](https://github.com/rust-lang/rfcs/pull/3543) was merged
55+
- [unsafe attributes RFC](https://github.com/rust-lang/rfcs/pull/3325) completed FCP
56+
- FCP complete to stabilize [raw slice len() method (slice_ptr_len, const_slice_ptr_len)](https://github.com/rust-lang/rust/issues/71146)
57+
- [stabilize ptr.is_aligned](https://github.com/rust-lang/rust/pull/121948)
58+
- [downgrade ptr.is_aligned_to crate-private](https://github.com/rust-lang/rust/pull/121920)
59+
- [transmute: caution against int2ptr transmutation](https://github.com/rust-lang/rust/pull/122379)
60+
- New RFC: [Add realign_stack attribute to rustc](https://github.com/rust-lang/rfcs/pull/3594)
61+
- [`c_unwind` full stabilization request: change in extern "C" behavior](https://github.com/rust-lang/rust/issues/115285)
62+
5063
## `rust-osdev` Projects
5164

5265
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)