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
Copy file name to clipboardExpand all lines: draft/2024-12-25-this-week-in-rust.md
+25-32Lines changed: 25 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,8 @@ and just ask the editors to select the category.
37
37
38
38
### Project/Tooling Updates
39
39
40
-
[Nutype 0.5.1: better no_std support and bug fixes](https://github.com/greyblake/nutype/releases/tag/v0.5.1)
40
+
*[Nutype 0.5.1: better no_std support and bug fixes](https://github.com/greyblake/nutype/releases/tag/v0.5.1)
41
+
*[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
42
42
43
### Observations/Thoughts
43
44
@@ -47,6 +48,8 @@ and just ask the editors to select the category.
47
48
48
49
### Miscellaneous
49
50
51
+
*[Rust university course exercises](https://kobzol.github.io/teaching/2024/12/18/rust-exercises.html)
52
+
50
53
## Crate of the Week
51
54
52
55
<!-- COTW goes here -->
@@ -56,25 +59,18 @@ and just ask the editors to select the category.
*[disposition: merge][Tracking Issue for get_many_mut](https://github.com/rust-lang/rust/issues/104642)
135
+
*[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)
136
+
*[disposition: merge][Tracking Issue for `sub_ptr` (feature `ptr_sub_ptr`)](https://github.com/rust-lang/rust/issues/95892)
137
+
*[disposition: merge][From iterator for more tuples](https://github.com/rust-lang/rust/pull/132431)
138
+
*[disposition: merge][Tracking Issue for const_swap](https://github.com/rust-lang/rust/issues/83163)
139
+
*[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
152
158
153
#### [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] []() -->
154
+
*[new][unsized params in traits](https://github.com/rust-lang/rfcs/pull/3745)
155
+
*[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