Skip to content

Commit bd305e2

Browse files
authored
Merge branch 'master' into master
2 parents 0d65978 + 0dac9b7 commit bd305e2

File tree

4 files changed

+203
-349
lines changed

4 files changed

+203
-349
lines changed

draft/2024-12-25-this-week-in-rust.md

Lines changed: 50 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,13 @@ and just ask the editors to select the category.
3434
### Foundation
3535

3636
### Newsletters
37+
* [The Embedded Rustacean Issue #35](https://www.theembeddedrustacean.com/p/the-embedded-rustacean-issue-35)
3738

3839
### Project/Tooling Updates
3940

40-
[musi lili retro game engine 0.1 released](https://crates.io/crates/musi_lili)
41+
* [musi lili retro game engine 0.1 released](https://crates.io/crates/musi_lili)
42+
* [Nutype 0.5.1: better no_std support and bug fixes](https://github.com/greyblake/nutype/releases/tag/v0.5.1)
43+
* [Ibis 0.2.0 - Federated Wiki with Shiny Redesign, based on Diesel, Actix and Leptos](https://ibis.wiki/article/Ibis_release_0.2.0_-_Federated_Wiki_with_Shiny_Redesign@ibis.wiki)
4144

4245
### Observations/Thoughts
4346

@@ -47,6 +50,8 @@ and just ask the editors to select the category.
4750

4851
### Miscellaneous
4952

53+
* [Rust university course exercises](https://kobzol.github.io/teaching/2024/12/18/rust-exercises.html)
54+
5055
## Crate of the Week
5156

5257
<!-- COTW goes here -->
@@ -56,25 +61,18 @@ and just ask the editors to select the category.
5661
[submit_crate]: https://users.rust-lang.org/t/crate-of-the-week/2704
5762

5863
## Calls for Testing
59-
6064
An important step for RFC implementation is for people to experiment with the
6165
implementation and give feedback, especially before stabilization. The following
6266
RFCs would benefit from user testing before moving forward:
6367

64-
<!-- Calls for Testing go here, use this format:
65-
* [<RFC Topic>](<RFC URL>)
66-
* [Tracking Issue](<Tracking Issue URL>)
67-
* [Testing steps](<Testing Steps URL>)
68-
-->
69-
<!-- or if there are no new or updated RFCs this week, use: -->
70-
<!-- * *No New or Updated RFCs were created this week.* -->
71-
<!-- Remember to remove the `call-for-testing` label from the RFC so that the maintainer can signal for testers again, if desired. -->
72-
7368
### [RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing)
69+
* *No calls for testing were issued this week.*
7470

7571
### [Rust](https://github.com/rust-lang/rust/labels/call-for-testing)
72+
* *No calls for testing were issued this week.*
7673

7774
### [Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing)
75+
* *No calls for testing were issued this week.*
7876

7977
If you are a feature implementer and would like your RFC to appear on the above list, add the new `call-for-testing`
8078
label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature
@@ -93,6 +91,10 @@ Some of these tasks may also have mentors available, visit the task page for mor
9391
<!-- * [ - ]() -->
9492
<!-- or if none - *No Calls for participation were submitted this week.* -->
9593

94+
* [Rama — provide constants for common (network) hosts to rama-net's Host](https://github.com/plabayo/rama/issues/363)
95+
* [Rama — support vec/array impl for DnsResolver](https://github.com/plabayo/rama/issues/332)
96+
* [Rama — support HAR exporter (http) layer in rama](https://github.com/plabayo/rama/issues/357)
97+
9698
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 [X (formerly Twitter)](https://x.com/ThisWeekInRust) or [Mastodon](https://mastodon.social/@thisweekinrust)!
9799

98100
[guidelines]:https://github.com/rust-lang/this-week-in-rust?tab=readme-ov-file#call-for-participation-guidelines
@@ -112,54 +114,69 @@ If you are an event organizer hoping to expand the reach of your event, please s
112114

113115
### Rust Compiler Performance Triage
114116

115-
<!-- Perf results go here -->
117+
We missed triage last week due to some process issues, so this triage includes two weeks of data. The overall result is positive, due to parser optimizations ([#133793](https://github.com/rust-lang/rust/pull/133793)), trait solving optimizations ([#134501](https://github.com/rust-lang/rust/pull/134501), [#132325](https://github.com/rust-lang/rust/pull/132325)) and bumping the cc crate ([#134505](https://github.com/rust-lang/rust/pull/134505)), which [improved the performance](https://github.com/rust-lang/cc-rs/pull/1279) of C/C++ dependencies of the compiler.
118+
119+
Triage done by **@kobzol**.
120+
Revision range: [1b3fb316..0eca4dd3](https://perf.rust-lang.org/?start=1b3fb316751227d30b1523ed0e3f00d83956d4d0&end=0eca4dd3205a01dba4bd7b7c140ec370aff03440&absolute=false&stat=instructions%3Au)
121+
122+
**Summary**:
123+
124+
| (instructions:u) | mean | range | count |
125+
|:----------------------------------:|:-----:|:--------------:|:-----:|
126+
| Regressions ❌ <br /> (primary) | 0.5% | [0.3%, 0.8%] | 3 |
127+
| Regressions ❌ <br /> (secondary) | 1.0% | [1.0%, 1.0%] | 1 |
128+
| Improvements ✅ <br /> (primary) | -1.8% | [-7.5%, -0.3%] | 254 |
129+
| Improvements ✅ <br /> (secondary) | -1.3% | [-5.4%, -0.3%] | 224 |
130+
| All ❌✅ (primary) | -1.8% | [-7.5%, 0.8%] | 257 |
131+
132+
4 Regressions, 10 Improvements, 12 Mixed; 9 of them in rollups
133+
90 artifact comparisons made in total
134+
135+
[Full report here](https://github.com/rust-lang/rustc-perf/blob/457d83dc231ed684e9f09e96fdf41f45bed0fe67/triage/2024-12-23.md)
116136

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

119139
Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These
120140
are the RFCs that were approved for implementation this week:
121141

122-
<!-- Approved RFCs go here, use this format: * [Topic](URL) -->
123-
<!-- or if none were approved this week, use: * *No RFCs were approved this week.* -->
124-
<!-- * []() -->
125-
126-
<!--
127-
### [Approved Major Change Proposals (MCP)](https://forge.rust-lang.org/compiler/mcp.html)
128-
<!~~ MCPs occur infrequently, so this section is commented out by default. ~~>
129-
<!~~ MCPs which have been approved or rejected this week go here, use this format: * [major change accepted|rejected] [Topic](URL) ~~>
130-
-->
142+
* [crates.io: Trusted Publishing Support](https://github.com/rust-lang/rfcs/pull/3691)
131143

132144
### Final Comment Period
133145

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

137149
#### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)
138-
<!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
139-
<!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* -->
140-
<!-- * [disposition: ] []() -->
150+
* *No RFCs entered Final Comment Period this week.*
141151

142152
#### Tracking Issues & PRs
143-
<!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
144-
<!-- or if none entered FCP this week, use: -->
145-
<!-- * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
146-
<!-- * [disposition: ] []() -->
147-
148153
##### [Rust](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
154+
* [disposition: merge] [Specify the behavior of `file!`](https://github.com/rust-lang/rust/pull/134442)
155+
* [disposition: merge] [Stabilize `feature(trait_upcasting)`](https://github.com/rust-lang/rust/pull/134367)
156+
* [disposition: merge] [Stabilize `derive(CoercePointee)`](https://github.com/rust-lang/rust/pull/133820)
157+
* [disposition: merge] [Stabilize `asm_goto feature gate`](https://github.com/rust-lang/rust/pull/133870)
158+
* [disposition: merge] [Tracking Issue for get_many_mut](https://github.com/rust-lang/rust/issues/104642)
159+
* [disposition: merge] [`--nocapture` doesn't follow common CLI conventions, making it a stumbling block to people debugging failures](https://github.com/rust-lang/rust/issues/133073)
160+
* [disposition: merge] [Tracking Issue for `sub_ptr` (feature `ptr_sub_ptr`)](https://github.com/rust-lang/rust/issues/95892)
161+
* [disposition: merge] [From iterator for more tuples](https://github.com/rust-lang/rust/pull/132431)
162+
* [disposition: merge] [Tracking Issue for const_swap](https://github.com/rust-lang/rust/issues/83163)
163+
* [disposition: merge] [Tracking issue for const `alloc::Layout`](https://github.com/rust-lang/rust/issues/67521)
149164

150165
##### [Cargo](https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
166+
* *No Cargo Tracking Issues or PRs entered Final Comment Period this week.*
151167

152168
##### [Language Team](https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+)
169+
* *No Language Team Proposals entered Final Comment Period this week.*
153170

154171
##### [Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
172+
* *No Language Reference RFCs entered Final Comment Period this week.*
155173

156174
##### [Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
175+
* *No Unsafe Code Guideline Tracking Issues or PRs entered Final Comment Period this week.*
157176

158177
#### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
159-
<!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) -->
160-
<!-- or if there are no new or updated RFCs this week, use: -->
161-
<!-- * *No New or Updated RFCs were created this week.* -->
162-
<!-- * [new|updated] []() -->
178+
* [new] [unsized params in traits](https://github.com/rust-lang/rfcs/pull/3745)
179+
* [new] [Convert "reassignment of immutable local" and "mutable borrow of immutable local" from a hard error to a deny-by-default lint](https://github.com/rust-lang/rfcs/pull/3742)
163180

164181
## Upcoming Events
165182

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
"https://www.meetup.com/barcelona-free-software/events/",
3+
"https://www.meetup.com/bellinghamcodes/events/",
4+
"https://www.meetup.com/bergen-html-css-meetup-group/events/",
5+
"https://www.meetup.com/bitdevsla/events/",
6+
"https://www.meetup.com/blockchaincenter/events/",
7+
"https://www.meetup.com/boulder-elixir/events/",
8+
"https://www.meetup.com/code-mavens/events/",
9+
"https://www.meetup.com/coderrange-endless-programming-languages/events/",
10+
"https://www.meetup.com/conf42/events/",
11+
"https://www.meetup.com/data-ai-online/events/",
12+
"https://www.meetup.com/func-prog-sweden/events/",
13+
"https://www.meetup.com/hackerdojo/events/",
14+
"https://www.meetup.com/hackschool-rhein-neckar/events/",
15+
"https://www.meetup.com/houston-functional-programming-users-group/events/",
16+
"https://www.meetup.com/pydelhi/events/",
17+
"https://www.meetup.com/stacja-it-krakow/events/",
18+
"https://www.meetup.com/stacja-it-trojmiasto/events/",
19+
"https://www.meetup.com/stacja-it-wroclaw/events/",
20+
"https://www.meetup.com/techmeetupostrava/events/",
21+
"https://www.meetup.com/the-karlsruhe-functional-programmers-meetup-group/events/",
22+
"https://www.meetup.com/ucsc-extension-community/events/",
23+
"https://www.meetup.com/vancouver-postgres/events/",
24+
"https://www.meetup.com/vilnius-rust-go-meetup-group/events/",
25+
"https://www.meetup.com/wasm-rust-meetup/events/",
26+
"https://www.meetup.com/wearedevelopers-community/events/"
27+
]

0 commit comments

Comments
 (0)