Skip to content

Commit 9de4c98

Browse files
authored
Merge branch 'main' into tg-blogpost-real-time-rust
2 parents 6a2aafe + fbe14e6 commit 9de4c98

File tree

2 files changed

+63
-53
lines changed

2 files changed

+63
-53
lines changed

content/2025-11-19-this-week-in-rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,11 @@ If you are a Rust project owner and are looking for contributors, please submit
135135
### CFP - Events
136136

137137
Are you a new or experienced speaker looking for a place to share something cool? This section highlights events that are being planned and are accepting submissions to join their event as a speaker.
138-
* [**Rustikon 2026**](https://sessionize.com/rustikon-2026/) \| CFP closes: 2025-11-24 23:59 \| Warsaw, Poland \| Event: 2025-03-19–2025-03-20 [Event website](https://www.rustikon.dev/)<!-- CFPs go here, use this format: * [**event name**](URL to CFP)| Date CFP closes in YYYY-MM-DD | city,state,country | Date of event in YYYY-MM-DD -->
139138

140139
<!-- CFPs go here, use this format: * [**event name**](URL to CFP)| Date CFP closes in YYYY-MM-DD | city,state,country | Date of event in YYYY-MM-DD -->
141140
<!-- or if none - *No Calls for papers or presentations were submitted this week.* -->
142141

142+
* [**Rustikon 2026**](https://sessionize.com/rustikon-2026/)| CFP closes 2025-11-24 | Warsaw, Poland | 2025-03-19 - 2025-03-20 | [Event Website](https://www.rustikon.dev/)
143143
* [**TokioConf 2026**](https://tokio.rs/blog/2025-09-26-announcing-tokio-conf-cfp)| CFP closes 2025-12-08 | Portland, Oregon, USA | 2026-04-20
144144
* [**RustWeek 2026**](https://sessionize.com/rustweek-2026/)| CFP closes 2025-12-31 | Utrecht, The Netherlands | 2026-05-19 - 2026-05-20
145145

draft/2025-11-26-this-week-in-rust.md

Lines changed: 62 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,29 @@ and just ask the editors to select the category.
4040
### Official
4141

4242
### Foundation
43+
* [video] [Interview: Christian Legnitto, Maintainer: rust-gpu, rust-cuda](https://www.youtube.com/watch?v=monOq_uHHcg)
4344

4445
### Newsletters
4546

4647
### Project/Tooling Updates
48+
* [SeaORM 2.0: Nested ActiveModel and Cascade Operations](https://www.sea-ql.org/blog/2025-11-25-sea-orm-2.0/)
4749

4850
### Observations/Thoughts
4951
* [Running real-time Rust](https://tweedegolf.nl/en/blog/198/running-real-time-rust)
52+
* [How Cloudflare uses Rust to serve (and break) millions of websites at 50+ millions requests per second](https://kerkour.com/how-cloudflare-uses-rust)
53+
* [audio] [Netstack.FM episode 15 — Pingora with Edward and Noah from Cloudflare](https://netstack.fm/#episode-15)
5054

5155
### Rust Walkthroughs
56+
- [Rust Unit Testing: File reading](https://jorgeortiz.dev/posts/rust_unit_testing_file_reading/)
57+
58+
* [Describing binary data with Deku](https://codeconstruct.com.au/docs/deku-elf-parser/)
5259

5360
### Research
5461

5562
### Miscellaneous
5663

64+
* [JetBrains supports the open source Rust projects Ratatui and Biome](https://blog.jetbrains.com/blog/2025/11/18/open-source-in-focus-projects-we-re-proud-to-support/)
65+
5766
## Crate of the Week
5867

5968
<!-- COTW goes here -->
@@ -63,40 +72,19 @@ and just ask the editors to select the category.
6372
[submit_crate]: https://users.rust-lang.org/t/crate-of-the-week/2704
6473

6574
## Calls for Testing
75+
6676
An important step for RFC implementation is for people to experiment with the
6777
implementation and give feedback, especially before stabilization.
6878

6979
If you are a feature implementer and would like your RFC to appear in this list, add a
7080
`call-for-testing` label to your RFC along with a comment providing testing instructions and/or
7181
guidance on which aspect(s) of the feature need testing.
7282

73-
<!-- If there are new CfT items this week, include:
74-
75-
[Repo Name](Repo URL)
76-
* [<Feature name>](<Feature URL>)
77-
* [Testing steps](<Testing Steps URL>)
78-
79-
- and make note in the item so the authors know to remove the `call-for-testing` label:
80-
This RFC will appear in the **Call for Testing** section of the next issue (#) of This Week in Rust (TWiR).
81-
You may remove the `call-for-testing` label. Please feel free to leave the `call-for-testing` label in place if you would like this RFC to appear again in another issue of TWiR.
82-
83-
- where `Repo Name` and `Repo URL` are one of:
84-
[Rust](https://github.com/rust-lang/rust/labels/call-for-testing),
85-
[Rust language RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing),
86-
[Cargo](https://github.com/rust-lang/cargo/labels/call-for-testing) or
87-
[Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing)
88-
89-
- and `Testing steps` points directly to the procedures the item wants users to exercise.
90-
91-
- For all `Repo Names` with no new CfT items this week: use (removing the repos for which new
92-
CfT items did appear, of course)
93-
9483
* *No calls for testing were issued this week by
9584
[Rust](https://github.com/rust-lang/rust/labels/call-for-testing),
96-
[Rust language RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing),
97-
[Cargo](https://github.com/rust-lang/cargo/labels/call-for-testing) or
85+
[Cargo](https://github.com/rust-lang/cargo/labels/call-for-testing),
86+
[Rust language RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing) or
9887
[Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing).*
99-
-->
10088

10189
[Let us know](https://github.com/rust-lang/this-week-in-rust/issues) if you would like your feature to be tracked as a part of this list.
10290

@@ -121,7 +109,7 @@ Some of these tasks may also have mentors available, visit the task page for mor
121109

122110
<!-- CFPs go here, use this format: * [project name - title of issue](URL to issue) -->
123111
<!-- * [ - ]() -->
124-
<!-- or if none - *No Calls for participation were submitted this week.* -->
112+
*No Calls for participation were submitted this week.*
125113

126114
If you are a Rust project owner and are looking for contributors, please submit tasks [here][guidelines] or through a [PR to TWiR](https://github.com/rust-lang/this-week-in-rust) or by reaching out on [Bluesky](https://bsky.app/profile/thisweekinrust.bsky.social) or [Mastodon](https://mastodon.social/@thisweekinrust)!
127115

@@ -133,6 +121,11 @@ Are you a new or experienced speaker looking for a place to share something cool
133121

134122
<!-- CFPs go here, use this format: * [**event name**](URL to CFP)| Date CFP closes in YYYY-MM-DD | city,state,country | Date of event in YYYY-MM-DD -->
135123
<!-- or if none - *No Calls for papers or presentations were submitted this week.* -->
124+
* [**Rustikon 2026**](https://sessionize.com/rustikon-2026/)| CFP closes 2025-11-24 | Warsaw, Poland | 2025-03-19 - 2025-03-20 | [Event Website](https://www.rustikon.dev/)
125+
* [**TokioConf 2026**](https://tokio.rs/blog/2025-09-26-announcing-tokio-conf-cfp)| CFP closes 2025-12-08 | Portland, Oregon, USA | 2026-04-20
126+
* [**RustWeek 2026**](https://sessionize.com/rustweek-2026/)| CFP closes 2025-12-31 | Utrecht, The Netherlands | 2026-05-19 - 2026-05-20
127+
128+
136129

137130
If you are an event organizer hoping to expand the reach of your event, please submit a link to the website through a [PR to TWiR](https://github.com/rust-lang/this-week-in-rust) or by reaching out on [Bluesky](https://bsky.app/profile/thisweekinrust.bsky.social) or [Mastodon](https://mastodon.social/@thisweekinrust)!
138131

@@ -142,7 +135,25 @@ If you are an event organizer hoping to expand the reach of your event, please s
142135

143136
### Rust Compiler Performance Triage
144137

145-
<!-- Perf results go here -->
138+
Only a handful of performance-related changes landed this week. The largest one was changing the default name mangling scheme in nightly to the v0 version, which produces slightly larger symbol names, so it had a small negative effect on binary sizes and compilation time.
139+
140+
Triage done by **@kobzol**.
141+
Revision range: [6159a440..b64df9d1](https://perf.rust-lang.org/?start=6159a44067ebce42b38f062cc7df267a1348e092&end=b64df9d1012f2482b54a4d959548cf8fc67e820c&absolute=false&stat=instructions%3Au)
142+
143+
**Summary**:
144+
145+
| (instructions:u) | mean | range | count |
146+
|:----------------------------------:|:-----:|:--------------:|:-----:|
147+
| Regressions ❌ <br /> (primary) | 0.9% | [0.3%, 2.7%] | 48 |
148+
| Regressions ❌ <br /> (secondary) | 0.9% | [0.2%, 2.1%] | 25 |
149+
| Improvements ✅ <br /> (primary) | -0.5% | [-6.8%, -0.1%] | 33 |
150+
| Improvements ✅ <br /> (secondary) | -0.5% | [-1.4%, -0.1%] | 53 |
151+
| All ❌✅ (primary) | 0.4% | [-6.8%, 2.7%] | 81 |
152+
153+
1 Regression, 2 Improvements, 5 Mixed; 1 of them in rollups
154+
28 artifact comparisons made in total
155+
156+
[Full report here](https://github.com/rust-lang/rustc-perf/blob/abaa823dbb9569ddf8d5c8a9fa4738106a4eb947/triage/2025/2025-11-25.md).
146157

147158
### [Approved RFCs](https://github.com/rust-lang/rfcs/commits/master)
148159

@@ -155,48 +166,45 @@ are the RFCs that were approved for implementation this week:
155166
* *No RFCs were approved this week.*
156167
-->
157168

169+
### [Approved RFCs](https://github.com/rust-lang/rfcs/commits/master)
170+
171+
Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These
172+
are the RFCs that were approved for implementation this week:
173+
174+
* *No RFCs were approved this week.*
175+
158176
### Final Comment Period
159177

160178
Every week, [the team](https://www.rust-lang.org/team.html) announces the 'final comment period' for RFCs and key PRs
161179
which are reaching a decision. Express your opinions now.
162180

163181
#### Tracking Issues & PRs
164-
<!-- Either remove the group from the "No Items Entered Final Comment Period this week for" section
165-
and add the item(s) which entered Final comment period:
166-
##### [Group](Group URL)
167-
* [Item title](Item URL)
168-
- for `disposition-merge` `final-comment-period` items, or
169-
* [disposition: postpone]
170-
- for `disposition-postpone` `final-comment-period` items, or
171-
* [disposition: close]
172-
- for `disposition-close` `final-comment-period` items,
173-
* [disposition: unspecified]
174-
- when `disposition` is unspecified or ensure the group is a part of the
175-
"No Items Entered Final Comment Period this week for" section
182+
183+
##### [Rust](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
184+
185+
* [Make closure capturing have consistent and correct behaviour around patterns](https://github.com/rust-lang/rust/pull/138961)
186+
* [misc coercion cleanups and handle safety correctly](https://github.com/rust-lang/rust/pull/148602)
187+
* [Implement `TryFrom<char>` for `usize`.](https://github.com/rust-lang/rust/pull/146792)
188+
* [Contracts: primitive ownership assertions: `owned` and `block`](https://github.com/rust-lang/compiler-team/issues/942)
189+
* [const validation: remove check for mutable refs in final value of const](https://github.com/rust-lang/rust/pull/148746)
190+
176191
*No Items entered Final Comment Period this week for
177-
[Rust RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period),
178-
[Cargo](https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc),
179192
[Compiler Team](https://github.com/rust-lang/compiler-team/issues?q=label%3Amajor-change%20%20label%3Afinal-comment-period) [(MCPs only)](https://forge.rust-lang.org/compiler/mcp.html),
193+
[Cargo](https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc),
194+
[Rust RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period),
180195
[Language Team](https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+),
181196
[Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc),
182-
[Leadership Council](https://github.com/rust-lang/leadership-council/issues?q=state%3Aopen%20label%3Afinal-comment-period) or
197+
[Leadership Council](https://github.com/rust-lang/leadership-council/issues?q=state%3Aopen%20label%3Afinal-comment-period) or
183198
[Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc).*
184199

185200
Let us know if you would like your PRs, Tracking Issues or RFCs to be tracked as a part of this list.
186-
-->
187201

188202
#### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
189-
<!-- Use either
190-
* [Item title](Item URL)
191-
- for new items, or
192-
* [updated] [Item title](Item URL)
193-
- for updated items, or
194-
* *No New or Updated RFCs were created this week.*
195-
-->
196203

197-
<!-- Sample commit message
198-
Update CFT, FCP, MCP and RFC sections for TWiR-xxx
199-
-->
204+
* [RFC: Exhaustive traits. Traits that enable cross trait casting between trait objects.](https://github.com/rust-lang/rfcs/pull/3885)
205+
* [CMSE calling conventions](https://github.com/rust-lang/rfcs/pull/3884)
206+
* [`RUSTC_ALLOW_UNSTABLE_<feature>`: a `RUSTC_BOOTSTRAP` alternative](https://github.com/rust-lang/rfcs/pull/3882)
207+
* [Target Stages, an improvement of the incremental system](https://github.com/rust-lang/rfcs/pull/3881)
200208

201209
## Upcoming Events
202210

@@ -291,6 +299,8 @@ Rusty Events between 2025-11-26 - 2025-12-24 🦀
291299
* [**Reading Rust Meetup**](https://www.meetup.com/reading-rust-workshop/events/308944053/)
292300
* 2025-12-16 | Leipzig, SN, DE | [Rust - Modern Systems Programming in Leipzig](https://www.meetup.com/rust-modern-systems-programming-in-leipzig)
293301
* [**Topic TBD**](https://www.meetup.com/rust-modern-systems-programming-in-leipzig/events/308592258/)
302+
* 2025-12-16 | Bergen, NO | [Rust Bergen](https://www.meetup.com/bergen-rust-new-technology/events/)
303+
* [**Rust Bergen #3 @ Zrch**](https://www.meetup.com/de-de/bergen-rust-new-technology/events/312037597)
294304

295305
### North America
296306
* 2025-11-19 | Hybrid (Vancouver, BC, CA) | [Vancouver Rust](https://www.meetup.com/vancouver-rust)

0 commit comments

Comments
 (0)