@@ -91,7 +91,7 @@ If you are a feature implementer and would like your RFC to appear in this list,
91
91
` call-for-testing ` label to your RFC along with a comment providing testing instructions and/or
92
92
guidance on which aspect(s) of the feature need testing.
93
93
94
- [ Rust] ( https://github.com/rust-lang/rust/labels/call-for-testing ) ,
94
+ [ Rust] ( https://github.com/rust-lang/rust/labels/call-for-testing )
95
95
96
96
* [ FR: Add a --fail-fast option to libtest] ( https://github.com/rust-lang/rust/issues/142859 )
97
97
* [ Testing instructions] ( https://github.com/rust-lang/rust/issues/142859#issuecomment-3339090064 )
@@ -140,7 +140,7 @@ If you are an event organizer hoping to expand the reach of your event, please s
140
140
141
141
[ merged ] : https://github.com/search?q=is%3Apr+org%3Arust-lang+is%3Amerged+merged%3A2025-09-23..2025-09-30
142
142
143
- #### Compiler
143
+ #### Compiler
144
144
* [ add an attribute to check the number of lanes in a SIMD vector after monomorphization] ( https://github.com/rust-lang/rust/pull/146667 )
145
145
* [ add panic=immediate-abort] ( https://github.com/rust-lang/rust/pull/146317 )
146
146
* [ skip stack overflow handler for panic=immediate-abort] ( https://github.com/rust-lang/rust/pull/147090 )
@@ -150,7 +150,7 @@ If you are an event organizer hoping to expand the reach of your event, please s
150
150
* [ do not compute optimized MIR if code does not type-check] ( https://github.com/rust-lang/rust/pull/147092 )
151
151
* [ do not materialise X in ` [X; 0] ` when X is unsizing a const] ( https://github.com/rust-lang/rust/pull/145277 )
152
152
* [ improve diagnostics for empty attributes] ( https://github.com/rust-lang/rust/pull/146653 )
153
- #### Library
153
+ #### Library
154
154
* [ BTreeMap: don't leak allocators when initializing nodes] ( https://github.com/rust-lang/rust/pull/146859 )
155
155
* [ constify {` Mutex ` , ` RwLock ` , ` ReentrantLock ` }` ::data_ptr ` ] ( https://github.com/rust-lang/rust/pull/146904 )
156
156
* [ constify Default on Nanoseconds] ( https://github.com/rust-lang/rust/pull/146979 )
@@ -160,20 +160,20 @@ If you are an event organizer hoping to expand the reach of your event, please s
160
160
* [ fix infinite recursion in ` Path::eq ` with String] ( https://github.com/rust-lang/rust/pull/146958 )
161
161
* [ implement ` hostname ` ] ( https://github.com/rust-lang/rust/pull/146937 )
162
162
* [ remove most ` #[track_caller] ` from allocating Vec methods] ( https://github.com/rust-lang/rust/pull/147042 )
163
- #### Cargo
163
+ #### Cargo
164
164
* [ config: combine key error context into one] ( https://github.com/rust-lang/cargo/pull/16004 )
165
165
* [ shell: Use a distinct style for transient status] ( https://github.com/rust-lang/cargo/pull/16019 )
166
166
* [ add retry for ` git fetch ` failures in ` CARGO_NET_GIT_FETCH_WITH_CLI ` path] ( https://github.com/rust-lang/cargo/pull/16016 )
167
167
* [ better error message for rust version incompatibility] ( https://github.com/rust-lang/cargo/pull/16021 )
168
168
* [ sparse URLs in ` TomlLockfileSourceId ` ] ( https://github.com/rust-lang/cargo/pull/15990 )
169
169
* [ use ` host-tuple ` for host target subsitution] ( https://github.com/rust-lang/cargo/pull/16003 )
170
- #### Rustdoc
170
+ #### Rustdoc
171
171
* [ Add support for associated items in "jump to def" feature] ( https://github.com/rust-lang/rust/pull/135771 )
172
172
* [ add rustdoc ` doc_cfg ` features] ( https://github.com/rust-lang/rust/pull/138907 ) (RFC [ #3631 ] ( https://rust-lang.github.io/rfcs/3631-rustdoc-cfgs-handling.html ) )
173
173
* [ search: use the same ID for entry and path to same item] ( https://github.com/rust-lang/rust/pull/147045 )
174
174
* [ hide ` #[repr] ` if it isn't part of the public ABI] ( https://github.com/rust-lang/rust/pull/116882 )
175
175
* [ put the toolbar on the all item index] ( https://github.com/rust-lang/rust/pull/147047 )
176
- #### Clippy
176
+ #### Clippy
177
177
* [ ` double_parens ` : add structured suggestions, fix bug] ( https://github.com/rust-lang/rust-clippy/pull/15420 )
178
178
* [ ` filter_next ` : check for ` filter().next_back() ` ] ( https://github.com/rust-lang/rust-clippy/pull/15748 )
179
179
* [ ` collapsible ` (` _else ` )` _if ` : respect ` #[expect] ` on inner ` if ` ] ( https://github.com/rust-lang/rust-clippy/pull/15647 )
@@ -187,7 +187,7 @@ If you are an event organizer hoping to expand the reach of your event, please s
187
187
* [ overhaul ` mut_mut ` ] ( https://github.com/rust-lang/rust-clippy/pull/15417 )
188
188
* [ refactor ` module_style ` ] ( https://github.com/rust-lang/rust-clippy/pull/15469 )
189
189
* [ rename ` unchecked_duration_subtraction ` to ` unchecked_time_subtraction ` and check for ` Duration - Duration ` ] ( https://github.com/rust-lang/rust-clippy/pull/13800 )
190
- #### Rust-Analyzer
190
+ #### Rust-Analyzer
191
191
* [ add ` all ` , ` any ` and ` not ` completions in ` #[cfg] ` ] ( https://github.com/rust-lang/rust-analyzer/pull/20760 )
192
192
* [ add ` cfg_attr ` predicate completion] ( https://github.com/rust-lang/rust-analyzer/pull/20604 )
193
193
* [ add applicable on bang ` ! ` for ` apply_demorgan ` ] ( https://github.com/rust-lang/rust-analyzer/pull/20599 )
0 commit comments