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
*[add support for Arm64EC inline assembly (as unstable)](https://github.com/rust-lang/rust/pull/123507)
105
+
*[`statx` probe: `ENOSYS` might come from a faulty FUSE driver](https://github.com/rust-lang/rust/pull/123928)
106
+
*[account for trait/impl difference when suggesting changing argument from ref to mut ref](https://github.com/rust-lang/rust/pull/123523)
107
+
*[add `REDUNDANT_LIFETIMES` lint to detect lifetimes which are semantically redundant](https://github.com/rust-lang/rust/pull/118391)
108
+
*[add `unsafe` to two functions with safety invariants](https://github.com/rust-lang/rust/pull/123867)
109
+
*[add const generics support for pattern types](https://github.com/rust-lang/rust/pull/123689)
110
+
*[add support to intrinsics fallback body](https://github.com/rust-lang/rust/pull/123659)
111
+
*[async closure coroutine by move body MirPass refactoring](https://github.com/rust-lang/rust/pull/123668)
112
+
*[avoid a panic in `set_output_capture` in the default panic handler](https://github.com/rust-lang/rust/pull/122882)
113
+
*[be more specific when flagging imports as redundant due to the extern prelude](https://github.com/rust-lang/rust/pull/122954)
114
+
*[call `lower_const_param` instead of duplicating the code](https://github.com/rust-lang/rust/pull/123738)
115
+
*[call the panic hook for non-unwind panics in proc-macros](https://github.com/rust-lang/rust/pull/123825)
116
+
*[detect borrow checker errors where `.clone()` would be an appropriate user action](https://github.com/rust-lang/rust/pull/122603)
117
+
*[disable Ctrl-C handling on WASM](https://github.com/rust-lang/rust/pull/123788)
118
+
*[discard overflow obligations in `impl_may_apply`](https://github.com/rust-lang/rust/pull/123618)
119
+
*[do not add prolog for variadic naked functions](https://github.com/rust-lang/rust/pull/123249)
120
+
*[do not allocate for ZST ThinBox (attempt 2 using `const_allocate`)](https://github.com/rust-lang/rust/pull/123254)
121
+
*[don't delay a bug if we suggest adding a semicolon to the RHS of an assign operator](https://github.com/rust-lang/rust/pull/123736)
122
+
*[don't do coroutine-closure-specific upvar analysis if tainted by errors](https://github.com/rust-lang/rust/pull/123834)
123
+
*[don't even parse an intrinsic unless the feature gate is enabled](https://github.com/rust-lang/rust/pull/123603)
124
+
*[don't leak unnameable types in `-> _` recover](https://github.com/rust-lang/rust/pull/123931)
125
+
*[don't rely on upvars being assigned just because coroutine-closure kind is assigned](https://github.com/rust-lang/rust/pull/123662)
126
+
*[fix UB in LLVM FFI when passing zero or \>1 bundle](https://github.com/rust-lang/rust/pull/123941)
127
+
*[fix invalid silencing of parsing error](https://github.com/rust-lang/rust/pull/123223)
128
+
*[fix various bugs in `ty_kind_suggestion`](https://github.com/rust-lang/rust/pull/123924)
129
+
*[generic associated consts: Check regions earlier when comparing impl with trait item def](https://github.com/rust-lang/rust/pull/123898)
130
+
*[improve diagnostic by suggesting to remove visibility qualifier](https://github.com/rust-lang/rust/pull/123841)
131
+
*[just use `type_dependent_def_id` to figure out what the method is for an expr](https://github.com/rust-lang/rust/pull/123989)
132
+
*[linker flavors next steps: linker features](https://github.com/rust-lang/rust/pull/123656)
133
+
*[linker: avoid some allocations in search directory iteration](https://github.com/rust-lang/rust/pull/123827)
134
+
*[linker: remove laziness and caching from native search directory walks](https://github.com/rust-lang/rust/pull/123854)
135
+
*[make `PlaceRef` and `OperandValue::Ref` share a common `PlaceValue` type](https://github.com/rust-lang/rust/pull/123775)
136
+
*[make the computation of `coroutine_captures_by_ref_ty` more sophisticated](https://github.com/rust-lang/rust/pull/123660)
137
+
*[only assert for child/parent projection compatibility AFTER checking that theyre coming from the same place](https://github.com/rust-lang/rust/pull/123701)
138
+
*[only collect mono items from reachable blocks](https://github.com/rust-lang/rust/pull/123272)
139
+
*[openBSD fix long socket addresses](https://github.com/rust-lang/rust/pull/123779)
140
+
*[panic on overflow in `BorrowedCursor::advance`](https://github.com/rust-lang/rust/pull/123806)
141
+
*[propagate temporary lifetime extension into if and match](https://github.com/rust-lang/rust/pull/121346)
142
+
*[provide suggestion to dereference closure tail if appropriate](https://github.com/rust-lang/rust/pull/122213)
*[rust-analyzer: fix inlay hint resolution being broken](https://github.com/rust-lang/rust-analyzer/pull/17063)
197
+
*[rust-analyzer: fix: support auto-closing for triple backticks](https://github.com/rust-lang/rust-analyzer/pull/17051)
198
+
*[rust-analyzer: run cargo test per workspace in the test explorer](https://github.com/rust-lang/rust-analyzer/pull/17056)
99
199
100
200
### Rust Compiler Performance Triage
101
201
@@ -309,7 +409,15 @@ Please see the latest [Who's Hiring thread on r/rust](INSERT_LINK_HERE)
309
409
310
410
# Quote of the Week
311
411
312
-
<!-- QOTW goes here -->
412
+
> There is absolutely no way I can imagine that `Option` is causing that error. That'd be like turning on the "Hide Taskbar" setting causing your GPU to catch fire.
413
+
>
414
+
> [...]
415
+
>
416
+
> If it's not any of those, consider an exorcist because your machine *might* be haunted.
417
+
418
+
– [Daniel Keep on rust-users](https://users.rust-lang.org/t/access-is-denied-os-error-5/109515/2)
419
+
420
+
Thanks to [Hayden Brown](https://users.rust-lang.org/t/twir-quote-of-the-week/328/1561) for the suggestion!
313
421
314
422
[Please submit quotes and vote for next week!](https://users.rust-lang.org/t/twir-quote-of-the-week/328)
0 commit comments