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
*[clippy: ignore underscore-prefixed args for `needless_pass_by_value` lint](https://github.com/rust-lang/rust-clippy/pull/13113)
228
+
*[clippy: rewrite `empty_line_after_doc_comments` and `empty_line_after_outer_attr`, move them from `nursery` to `suspicious`](https://github.com/rust-lang/rust-clippy/pull/13091)
229
+
*[clippy: start removing `snippet_opt` in favor of `get_source_text`](https://github.com/rust-lang/rust-clippy/pull/13244)
230
+
*[rust-analyzer: add new assist `toggle_macro_delimiter`](https://github.com/rust-lang/rust-analyzer/pull/17757)
231
+
*[rust-analyzer: allow declaring cfg groups in rust-project.json, to help sharing common cfgs](https://github.com/rust-lang/rust-analyzer/pull/17857)
232
+
*[rust-analyzer: add workspace level config to ratoml](https://github.com/rust-lang/rust-analyzer/pull/17913)
233
+
*[rust-analyzer: always show error lifetime arguments as `'_`](https://github.com/rust-lang/rust-analyzer/pull/17963)
234
+
*[rust-analyzer: don't enable the search fast path for short associated functions when a search scope is set](https://github.com/rust-lang/rust-analyzer/pull/17955)
235
+
*[rust-analyzer: expand proc-macros in workspace root, not package root](https://github.com/rust-lang/rust-analyzer/pull/17973)
236
+
*[rust-analyzer: fix "Unwrap block" assist with block modifiers](https://github.com/rust-lang/rust-analyzer/pull/17970)
237
+
*[rust-analyzer: fix Return Type Syntax to include `..` (i.e. `method(..)` and not `method()`) as specified in the RFC](https://github.com/rust-lang/rust-analyzer/pull/17962)
238
+
*[rust-analyzer: fix metadata retrying eating original errors](https://github.com/rust-lang/rust-analyzer/pull/17956)
239
+
*[rust-analyzer: fix trait method completions not acknowledging `Deref` impls](https://github.com/rust-lang/rust-analyzer/pull/17958)
240
+
*[rust-analyzer: improve proc-macro panic message and workspace loading failure diagnostic](https://github.com/rust-lang/rust-analyzer/pull/17943)
241
+
*[rust-analyzer: run flycheck without `rev_deps` when target is specified](https://github.com/rust-lang/rust-analyzer/pull/17912)
242
+
*[rust-analyzer: rust-analyzer should watch build files from rust-project.json](https://github.com/rust-lang/rust-analyzer/pull/17949)
243
+
*[rust-analyzer: wrong `Self: Sized` predicate for trait assoc items](https://github.com/rust-lang/rust-analyzer/pull/17948)
244
+
*[rust-analyzer: wrong `Sized` predicate for `generic_predicates_for_param`](https://github.com/rust-lang/rust-analyzer/pull/17939)
245
+
*[rust-analyzer: implement floating point casts in const eval](https://github.com/rust-lang/rust-analyzer/pull/17942)
246
+
*[rust-analyzer: perf: speed up search for short associated functions, especially very common identifiers such as `new`](https://github.com/rust-lang/rust-analyzer/pull/17927)
247
+
*[rust-analyzer: remove the ability to configure the user config path](https://github.com/rust-lang/rust-analyzer/pull/17930)
136
248
137
249
### Rust Compiler Performance Triage
138
250
@@ -320,7 +432,11 @@ Please see the latest [Who's Hiring thread on r/rust](INSERT_LINK_HERE)
320
432
321
433
# Quote of the Week
322
434
323
-
<!-- QOTW goes here -->
435
+
> ... opaque number sequences (\<GitHub\> "issue numbers") are not very informative about what is behind that pointer, and pretending they are is harmful. People could provide, instead, actual reasons for things, which do not require dereferencing random pointers, which thrashes cache.
436
+
437
+
– [Jubilee on rust-internals](https://internals.rust-lang.org/t/type-inference-breakage-in-1-80-has-not-been-handled-well/21374/29)
438
+
439
+
Thanks to [Anton Fetisov](https://users.rust-lang.org/t/twir-quote-of-the-week/328/1603) for the suggestion!
324
440
325
441
[Please submit quotes and vote for next week!](https://users.rust-lang.org/t/twir-quote-of-the-week/328)
0 commit comments