@@ -143,10 +143,10 @@ If you are an event organizer hoping to expand the reach of your event, please s
143143
144144[ merged ] : https://github.com/search?q=is%3Apr+org%3Arust-lang+is%3Amerged+merged%3A2025-11-11..2025-11-18
145145
146- #### Compiler
146+ #### Compiler
147147* [ add new ` function_casts_as_integer ` lint] ( https://github.com/rust-lang/rust/pull/141470 )
148148* [ miri: initial implementation of wildcard provenence for tree borrows] ( https://github.com/rust-lang/miri/pull/4630 )
149- #### Library
149+ #### Library
150150* [ new ` format_args!() ` and ` fmt::Arguments ` implementation] ( https://github.com/rust-lang/rust/pull/148789 )
151151* [ ` vec_recycle ` : implementation] ( https://github.com/rust-lang/rust/pull/148416 )
152152* [ implement ` Read::read_array ` ] ( https://github.com/rust-lang/rust/pull/148850 )
@@ -157,21 +157,21 @@ If you are an event organizer hoping to expand the reach of your event, please s
157157* [ constify ` ManuallyDrop::take ` ] ( https://github.com/rust-lang/rust/pull/148752 )
158158* [ constify ` mem::take ` ] ( https://github.com/rust-lang/rust/pull/148757 )
159159* [ remove ` rustc_inherit_overflow_checks ` from ` position() ` in slice iterators] ( https://github.com/rust-lang/rust/pull/148944 )
160- #### Cargo
160+ #### Cargo
161161* [ ` cli ` : add support for completing ` --config ` values in Bash] ( https://github.com/rust-lang/cargo/pull/16245 )
162162* [ ` tree ` : support long forms for --format variables] ( https://github.com/rust-lang/cargo/pull/16204 )
163163* [ ` config ` : fallback to non-canonical path for workspace-path-hash] ( https://github.com/rust-lang/cargo/pull/16248 )
164164* [ ` manifest ` : point out when a key belongs to config] ( https://github.com/rust-lang/cargo/pull/16256 )
165165* [ ` package ` : all tar entries timestamp be the same] ( https://github.com/rust-lang/cargo/pull/16242 )
166166* [ do not lock the artifact-dir for check builds] ( https://github.com/rust-lang/cargo/pull/16230 )
167167* [ add unstable rustc-unicode flag] ( https://github.com/rust-lang/cargo/pull/16243 )
168- #### Rustdoc
168+ #### Rustdoc
169169* [ Fix invalid jump to def macro link generation] ( https://github.com/rust-lang/rust/pull/148080 )
170170* [ don't ignore path distance for doc aliases] ( https://github.com/rust-lang/rust/pull/147701 )
171171* [ don't pass ` RenderOptions ` to ` DocContext ` ] ( https://github.com/rust-lang/rust/pull/147832 )
172172* [ microoptimize ` render_item, ` move stuff out of common path] ( https://github.com/rust-lang/rust/pull/148877 )
173173* [ quality of life changes] ( https://github.com/rust-lang/rust/pull/148466 )
174- #### Clippy
174+ #### Clippy
175175* [ ` ok_expect ` : add autofix] ( https://github.com/rust-lang/rust-clippy/pull/15867 )
176176* [ {` unnecessary ` , ` panicking ` }` _unwrap ` : lint field accesses] ( https://github.com/rust-lang/rust-clippy/pull/15949 )
177177* [ ` equatable_if_let ` : don't suggest ` = ` in const context] ( https://github.com/rust-lang/rust-clippy/pull/16092 )
@@ -182,7 +182,7 @@ If you are an event organizer hoping to expand the reach of your event, please s
182182* [ fix ` sliced_string_as_bytes ` false positive with a ` RangeFull ` ] ( https://github.com/rust-lang/rust-clippy/pull/15873 )
183183* [ fix website history interactions] ( https://github.com/rust-lang/rust-clippy/pull/16060 )
184184* [ rework ` missing_docs_in_private_items ` ] ( https://github.com/rust-lang/rust-clippy/pull/14741 )
185- #### Rust-Analyzer
185+ #### Rust-Analyzer
186186* [ fix removed feature ` doc_auto_cfg ` for ` smol_str ` lib] ( https://github.com/rust-lang/rust-analyzer/pull/21021 )
187187
188188### Rust Compiler Performance Triage
0 commit comments