@@ -146,23 +146,25 @@ If you are an event organizer hoping to expand the reach of your event, please s
146
146
147
147
[ merged ] : https://github.com/search?q=is%3Apr+org%3Arust-lang+is%3Amerged+merged%3A2025-09-30..2025-10-07
148
148
149
- #### Compiler
149
+ #### Compiler
150
150
* [ add a dummy codegen backend] ( https://github.com/rust-lang/rust/pull/146596 )
151
151
* [ don't normalize higher-ranked assumptions if they're not used] ( https://github.com/rust-lang/rust/pull/147299 )
152
152
* [ extending ` #[rustc_force_inline] ` to be applicable to inherent methods] ( https://github.com/rust-lang/rust/pull/147231 )
153
153
* [ fix the bevy implied bounds hack for the next solver] ( https://github.com/rust-lang/rust/pull/147184 )
154
154
* [ Global Value Numbering: support unions] ( https://github.com/rust-lang/rust/pull/146355 )
155
155
* [ Global Value Numbering: use a VnIndex in Address projection] ( https://github.com/rust-lang/rust/pull/144477 )
156
156
* [ miri: add support for temporal mixing of atomic and non-atomic accesses in GenMC mode] ( https://github.com/rust-lang/miri/pull/4611 )
157
- #### Library
157
+
158
+ #### Library
158
159
* [ add ` CloneFromCell ` and ` Cell::get_cloned ` ] ( https://github.com/rust-lang/rust/pull/145685 )
159
160
* [ add ` Path::has_trailing_sep ` and related methods] ( https://github.com/rust-lang/rust/pull/142506 )
160
161
* [ add ` mem::conjure_zst ` ] ( https://github.com/rust-lang/rust/pull/146479 )
161
162
* [ add fast-path for accessing the current thread id] ( https://github.com/rust-lang/rust/pull/143069 )
162
163
* [ implement ` Box::take ` ] ( https://github.com/rust-lang/rust/pull/147227 )
163
164
* [ implement non-poisoning ` Mutex::with_mut ` , ` RwLock::with ` and ` RwLock::with_mut ` ] ( https://github.com/rust-lang/rust/pull/147328 )
164
165
* [ hashbrown: recognize and use over sized allocations] ( https://github.com/rust-lang/hashbrown/pull/523 )
165
- #### Cargo
166
+
167
+ #### Cargo
166
168
* [ ` fix(run) ` : Override arg0 for cargo scripts] ( https://github.com/rust-lang/cargo/pull/16027 )
167
169
* [ ` fix(timings) ` : compute codegen start time to draw dep lines] ( https://github.com/rust-lang/cargo/pull/16055 )
168
170
* [ ` fix(toml) ` : Prevent non-script fields in Cargo scripts] ( https://github.com/rust-lang/cargo/pull/16026 )
@@ -178,9 +180,11 @@ If you are an event organizer hoping to expand the reach of your event, please s
178
180
* [ public in private manifest errors] ( https://github.com/rust-lang/cargo/pull/16002 )
179
181
* [ recommend ` package.rust-version ` in the Rust version section of ` reference/semver.md ` ] ( https://github.com/rust-lang/cargo/pull/15806 )
180
182
* [ test: null-terminated path for reserved windows name detection] ( https://github.com/rust-lang/cargo/pull/16052 )
181
- #### Rustdoc
183
+
184
+ #### Rustdoc
182
185
* [ replace ` rustc_span::Span ` with a stripped down version for librustdoc's highlighter] ( https://github.com/rust-lang/rust/pull/147189 )
183
- #### Clippy
186
+
187
+ #### Clippy
184
188
* [ ` assertions_on_constants ` : Suggest using a const block when using a named constant] ( https://github.com/rust-lang/rust-clippy/pull/15774 )
185
189
* [ ` zero_repeat_side_effects ` : better identify exprs with side effects] ( https://github.com/rust-lang/rust-clippy/pull/15814 )
186
190
* [ const eval changes] ( https://github.com/rust-lang/rust-clippy/pull/15773 )
@@ -191,7 +195,8 @@ If you are an event organizer hoping to expand the reach of your event, please s
191
195
* [ fix ` let_unit_value ` suggests wrongly for field init shorthand] ( https://github.com/rust-lang/rust-clippy/pull/15791 )
192
196
* [ fix ` mem_replace_with_default ` wrongly unmangled macros] ( https://github.com/rust-lang/rust-clippy/pull/15786 )
193
197
* [ implement ` volatile_composites ` lint] ( https://github.com/rust-lang/rust-clippy/pull/15686 )
194
- #### Rust-Analyzer
198
+
199
+ #### Rust-Analyzer
195
200
* [ make rust-analyzer use a dedicated build directory] ( https://github.com/rust-lang/rust/pull/141839 )
196
201
* [ deduplicate sort+dedup calls] ( https://github.com/rust-lang/rust-analyzer/pull/20794 )
197
202
* [ log flycheck stdout and stderr to files] ( https://github.com/rust-lang/rust-analyzer/pull/20806 )
0 commit comments