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
*[`VecDeque::resize` should re-use the buffer in the passed-in element](https://github.com/rust-lang/rust/pull/104435)
113
+
*[`unchecked_`{`shl`, `shr`} should use `u32` as the RHS](https://github.com/rust-lang/rust/pull/103456)
114
+
*[constify `is_aligned` via `align_offset`](https://github.com/rust-lang/rust/pull/102795)
115
+
*[`x86_64` SSE2 fast-path for `str.contains(&str)` and short needles](https://github.com/rust-lang/rust/pull/103779)
116
+
*[remove HRTB from `[T]::is_sorted_by`{,`_key`}](https://github.com/rust-lang/rust/pull/102977)
117
+
*[portable-simd: scatter/gather for pointers](https://github.com/rust-lang/portable-simd/pull/315)
118
+
*[stdarch: fix undefined behavior in `movemask_epi8`](https://github.com/rust-lang/stdarch/pull/1354)
119
+
*[compiler-builtins: skip assembly implementations on the UEFI targets](https://github.com/rust-lang/compiler-builtins/pull/504)
120
+
*[compiler-builtins: use a stub stdlib.h when compiling for UEFI targets](https://github.com/rust-lang/compiler-builtins/pull/506)
121
+
*[cargo: fix cargo install --index when used with registry.default](https://github.com/rust-lang/cargo/pull/11302)
122
+
*[cargo: alternative registry authentication support](https://github.com/rust-lang/cargo/pull/10592) (RFC [#3139](https://rust-lang.github.io/rfcs/3139-cargo-alternative-registry-auth.html))
123
+
*[cargo: improve error message for cargo add/remove](https://github.com/rust-lang/cargo/pull/11375)
124
+
*[rustdoc: fix missing minification for static files](https://github.com/rust-lang/rust/pull/104404)
125
+
*[rustdoc: resolve doc links in external traits having local impls](https://github.com/rust-lang/rust/pull/104364)
126
+
*[clippy: `never_loop`: don't emit AlwaysBreaks if it targets a block](https://github.com/rust-lang/rust-clippy/pull/9858)
127
+
*[clippy: add new lint `misnamed-getters`](https://github.com/rust-lang/rust-clippy/pull/9770)
128
+
*[clippy: allow manual swap in const fn](https://github.com/rust-lang/rust-clippy/pull/9871)
129
+
*[clippy: allow return types for closures with lifetime binder](https://github.com/rust-lang/rust-clippy/pull/9849)
130
+
*[clippy: `arithmetic_side_effects`: detect overflowing associated constants of integers](https://github.com/rust-lang/rust-clippy/pull/9592)
131
+
*[clippy: extend `needless_borrowed_reference` to structs and tuples, ignore `_`](https://github.com/rust-lang/rust-clippy/pull/9855)
132
+
*[clippy: lint unchecked subtraction of a 'Duration' from an 'Instant'](https://github.com/rust-lang/rust-clippy/pull/9570)
133
+
*[clippy: fix `#[allow]` for `module_name_repetitions` & `single_component_path_imports`](https://github.com/rust-lang/rust-clippy/pull/9879)
134
+
*[clippy: preserve `ref` on `infallible_destructuring_match` suggestion](https://github.com/rust-lang/rust-clippy/pull/9850)
135
+
*[rust-analyzer: allow viewing the full compiler diagnostic in a readonly textview](https://github.com/rust-lang/rust-analyzer/pull/13633)
136
+
*[rust-analyzer: make "Remove dbg!()" assist work on selections](https://github.com/rust-lang/rust-analyzer/pull/13629)
137
+
*[rust-analyzer: remove `item_const` which had default value when implement missing members](https://github.com/rust-lang/rust-analyzer/pull/13642)
138
+
*[rust-analyzer: format expression parsing edge-cases](https://github.com/rust-lang/rust-analyzer/pull/13641)
139
+
*[rust-analyzer: include generic parameter in GAT completions](https://github.com/rust-lang/rust-analyzer/pull/13622)
140
+
*[rust-analyzer: resolve inference variable before applying adjustments](https://github.com/rust-lang/rust-analyzer/pull/13624)
141
+
*[rust-analyzer: strip comments and attributes off of all trait item completions](https://github.com/rust-lang/rust-analyzer/pull/13623)
142
+
*[rust-analyzer: support multiple targets for checkOnSave (in conjunction with cargo 1.64.0+)](https://github.com/rust-lang/rust-analyzer/pull/13290)
78
143
79
144
### Rust Compiler Performance Triage
80
145
@@ -259,7 +324,19 @@ Please see the latest [Who's Hiring thread on r/rust](INSERT_LINK_HERE)
259
324
260
325
# Quote of the Week
261
326
262
-
<!-- QOTW goes here -->
327
+
> While working on these userspace Mesa changes today, I did not hit a single GPU kernel driver bug. Not. A. Single. Bug.
328
+
>
329
+
> This is thanks to Lina's phenomenal efforts. She took a gamble writing the kernel driver in Rust, knowing it would take longer to get to the first triangle but believing it would make for a more robust driver in the end. She was right.
330
+
>
331
+
> A few months of Lina's Rust development has produced a more stable driver than years of development in C on certain mainline Linux GPU kernel drivers.
332
+
>
333
+
> I think... I think I have Rust envy 🦀
334
+
>
335
+
> ....Or maybe just Lina envy 😊
336
+
337
+
– [Alyssa Rosenzweig tooting on Mastodon](https://social.treehouse.systems/@alyssa/109311654876060384)
338
+
339
+
Thanks to [Brian Kung](https://users.rust-lang.org/t/twir-quote-of-the-week/328/1331) for the suggestion!
263
340
264
341
[Please submit quotes and vote for next week!](https://users.rust-lang.org/t/twir-quote-of-the-week/328)
0 commit comments