You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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)
41
44
42
45
### Observations/Thoughts
43
46
@@ -47,6 +50,8 @@ and just ask the editors to select the category.
47
50
48
51
### Miscellaneous
49
52
53
+
*[Rust university course exercises](https://kobzol.github.io/teaching/2024/12/18/rust-exercises.html)
54
+
50
55
## Crate of the Week
51
56
52
57
<!-- COTW goes here -->
@@ -56,25 +61,18 @@ and just ask the editors to select the category.
If you are a feature implementer and would like your RFC to appear on the above list, add the new `call-for-testing`
80
78
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
93
91
<!-- * [ - ]() -->
94
92
<!-- or if none - *No Calls for participation were submitted this week.* -->
95
93
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
+
96
98
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)!
@@ -112,54 +114,69 @@ If you are an event organizer hoping to expand the reach of your event, please s
112
114
113
115
### Rust Compiler Performance Triage
114
116
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.
*[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)
**No Unsafe Code Guideline Tracking Issues or PRs entered Final Comment Period this week.*
157
176
158
177
#### [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)
0 commit comments