@@ -34,13 +34,17 @@ and just ask the editors to select the category.
3434### Foundation
3535
3636### Newsletters
37+ * [ The Embedded Rustacean Issue #42 ] ( https://www.theembeddedrustacean.com/p/the-embedded-rustacean-issue-42 )
3738
3839### Project/Tooling Updates
3940* [ EtherCrab, the pure Rust EtherCAT MainDevice, version 0.6 released] ( https://wapl.es/ethercrab-0-6/ )
41+ * [ A process for handling Rust code in the core kernel] ( https://lwn.net/SubscriberLink/1015409/be9d004a43a7102d/ )
42+ * [ api-version: axum middleware for header based version selection] ( https://heikoseeberger.de/2025-03-20-api-version/ )
4043
4144### Observations/Thoughts
4245
4346### Rust Walkthroughs
47+ * [ Building a CoAP application on Ariel OS] ( https://christian.amsuess.com/blog/website/2025-03-27_ariel_coap/ )
4448
4549### Research
4650
@@ -111,7 +115,22 @@ If you are an event organizer hoping to expand the reach of your event, please s
111115
112116### Rust Compiler Performance Triage
113117
114- <!-- Perf results go here -->
118+ Positive week, with a lot of primary improvements and just a few secondary regressions. Single big regression got reverted.
119+
120+ Triage done by ** @panstromek ** .
121+ Revision range: [ 4510e86a..2ea33b59] ( https://perf.rust-lang.org/?start=4510e86a41388733675465a8647d4235f3bf2023&end=2ea33b591050c4ca1a3752830b29112638faecf6&absolute=false&stat=instructions%3Au )
122+
123+ ** Summary** :
124+
125+ | (instructions: u ) | mean | range | count |
126+ | :----------------------------------:| :-----:| :--------------:| :-----:|
127+ | Regressions ❌ <br /> (primary) | - | - | 0 |
128+ | Regressions ❌ <br /> (secondary) | 0.9% | [ 0.2%, 1.5%] | 17 |
129+ | Improvements ✅ <br /> (primary) | -0.4% | [ -4.5%, -0.1%] | 136 |
130+ | Improvements ✅ <br /> (secondary) | -0.6% | [ -3.2%, -0.1%] | 59 |
131+ | All ❌✅ (primary) | -0.4% | [ -4.5%, -0.1%] | 136 |
132+
133+ [ Full report here] ( https://github.com/rust-lang/rustc-perf/blob/9bd6fc2f4594023b82acd8d876dcf659aee9a931/triage/2025-03-31.md ) .
115134
116135### [ Approved RFCs] ( https://github.com/rust-lang/rfcs/commits/master )
117136
0 commit comments