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 `x86_64-unknown-trusty` as tier 3 target](https://github.com/rust-lang/rust/pull/130453)
119
+
*[initial support for `riscv32{e|em|emc}_unknown_none_elf`](https://github.com/rust-lang/rust/pull/130555)
120
+
*[increase Stack Size for AIX](https://github.com/rust-lang/rust/pull/131116)
121
+
*[allow boolean literals as cfg predicates](https://github.com/rust-lang/rust/pull/131034) (RFC [#3695](https://rust-lang.github.io/rfcs/3695-cfg-boolean-literals.html))
122
+
*[account for `impl Trait {` when `impl Trait for Type {` was intended](https://github.com/rust-lang/rust/pull/131273)
123
+
*[add `naked_asm!` macro for use in `#[naked]` functions](https://github.com/rust-lang/rust/pull/128651)
124
+
*[add a lint for pointer to integer transmutes in consts](https://github.com/rust-lang/rust/pull/130540)
125
+
*[add caching to most type folders, rm region uniquification](https://github.com/rust-lang/rust/pull/130821)
126
+
*[add missing module flags for `-Zfunction-return=thunk-extern`](https://github.com/rust-lang/rust/pull/130824)
127
+
*[add support for reborrowing pinned method receivers](https://github.com/rust-lang/rust/pull/130633)
128
+
*[add unstable support for outputting file checksums for use in cargo](https://github.com/rust-lang/rust/pull/126930)
129
+
*[avoid ICE in coverage builds with bad `#[coverage(..)]` attributes](https://github.com/rust-lang/rust/pull/131187)
130
+
*[check elaborated projections from dyn don't mention unconstrained late bound lifetimes](https://github.com/rust-lang/rust/pull/130367)
131
+
*[compute array length from type for unconditional panic lint](https://github.com/rust-lang/rust/pull/129517)
132
+
*[couple of changes to make it easier to compile rustc for wasm](https://github.com/rust-lang/rust/pull/130899)
133
+
*[coverage: multiple small tweaks to counter creation](https://github.com/rust-lang/rust/pull/131325)
134
+
*[disable jump threading `UnOp::Not` for non-bool](https://github.com/rust-lang/rust/pull/131201)
135
+
*[do not consider match/let/ref of place that evaluates to `!` to diverge, disallow coercions from them too](https://github.com/rust-lang/rust/pull/129392)
136
+
*[don't allow the `#[pointee]` attribute where it doesn't belong](https://github.com/rust-lang/rust/pull/128721)
137
+
*[don't give method suggestions when method probe fails due to bad implementation of `Deref`](https://github.com/rust-lang/rust/pull/131024)
138
+
*[improve const traits diagnostics for new desugaring](https://github.com/rust-lang/rust/pull/131152)
139
+
*[instantiate binders in `supertrait_vtable_slot`](https://github.com/rust-lang/rust/pull/131042)
140
+
*[make `deprecated_cfg_attr_crate_type_name` a hard error](https://github.com/rust-lang/rust/pull/129670)
141
+
*[make `test_lots_of_insertions` test take less long in Miri](https://github.com/rust-lang/rust/pull/131085)
142
+
*[make opaque types regular HIR nodes](https://github.com/rust-lang/rust/pull/129244)
143
+
*[only query `params_in_repr` if def kind is adt](https://github.com/rust-lang/rust/pull/131150)
144
+
*[panic when an interpreter error gets unintentionally discarded](https://github.com/rust-lang/rust/pull/130885)
145
+
*[parser: better error messages for `@` in `struct` patterns](https://github.com/rust-lang/rust/pull/130725)
146
+
*[replace -Z default-hidden-visibility with -Z default-visibility](https://github.com/rust-lang/rust/pull/130005)
*[clippy: style: do not defensively use `saturating_sub()`](https://github.com/rust-lang/rust-clippy/pull/13513)
197
+
*[rust-analyzer: fix: fix bootstrap error message being incorrect](https://github.com/rust-lang/rust-analyzer/pull/18219)
198
+
*[rust-analyzer: use external stack in borrowck DFS](https://github.com/rust-lang/rust-analyzer/pull/18255)
113
199
114
200
### Rust Compiler Performance Triage
115
201
@@ -309,7 +395,11 @@ Please see the latest [Who's Hiring thread on r/rust](INSERT_LINK_HERE)
309
395
310
396
# Quote of the Week
311
397
312
-
<!-- QOTW goes here -->
398
+
> I'm the wrong side of 45. I have zero interest in wasting any time that I might have left writing C from scratch. Writing Rust is pure joy. I can go from an idea to a working, tested, robust, published and packaged implementation in the time it would take me to even begin the first few lines of a C version. The tooling is beautiful, makes programming fun, and the end result usually outperforms the equivalent C. Once it builds I know it will run perfectly on all of the platforms I care about, and I don't have to go around manually testing on them to find all of the various platform and compiler quirks that will break it.
399
+
400
+
– [Jonathan Perkins on the NetBSD mailing list](http://mail-index.netbsd.org/pkgsrc-users/2024/08/25/msg040053.html)
401
+
402
+
Thanks to [blonk](https://users.rust-lang.org/t/twir-quote-of-the-week/328/1617) for the suggestion!
313
403
314
404
[Please submit quotes and vote for next week!](https://users.rust-lang.org/t/twir-quote-of-the-week/328)
0 commit comments