@@ -128,7 +128,7 @@ If you are an event organizer hoping to expand the reach of your event, please s
128128
129129[ merged ] : https://github.com/search?q=is%3Apr+org%3Arust-lang+is%3Amerged+merged%3A2025-08-05..2025-08-12
130130
131- #### Compiler
131+ #### Compiler
132132* [ account for bare tuples and ` Pin ` methods in field searching logic] ( https://github.com/rust-lang/rust/pull/144649 )
133133* [ detect ` struct ` construction with private field in field with default] ( https://github.com/rust-lang/rust/pull/135846 )
134134* [ emit ` StorageLive ` and schedule ` StorageDead ` for ` let ` -` else ` 's bindings after matching] ( https://github.com/rust-lang/rust/pull/143028 )
@@ -155,12 +155,15 @@ If you are an event organizer hoping to expand the reach of your event, please s
155155* [ optimize ` char::is_alphanumeric ` ] ( https://github.com/rust-lang/rust/pull/145027 )
156156* [ print thread ID in panic message] ( https://github.com/rust-lang/rust/pull/115746 )
157157* [ ` std::sys::io::io_slice ` : Add UEFI types] ( https://github.com/rust-lang/rust/pull/144350 )
158- #### Cargo
158+
159+ #### Cargo
159160* [ accessing each build script's ` OUT_DIR ` and in the correct order] ( https://github.com/rust-lang/cargo/pull/15776 )
160- #### Rustdoc
161+
162+ #### Rustdoc
161163* [ search: prefer stable items in search results] ( https://github.com/rust-lang/rust/pull/141658 )
162164* [ fix caching of intra-doc links on reexports] ( https://github.com/rust-lang/rust/pull/144970 )
163- #### Clippy
165+
166+ #### Clippy
164167* [ fix ` infinite_loop ` positive] ( https://github.com/rust-lang/rust-clippy/pull/15157 )
165168* [ do not attempt to compute size of a type with escaping lifetimes] ( https://github.com/rust-lang/rust-clippy/pull/15434 )
166169* [ do not lint for ` wildcard_imports ` in external macro] ( https://github.com/rust-lang/rust-clippy/pull/15413 )
@@ -171,7 +174,8 @@ If you are an event organizer hoping to expand the reach of your event, please s
171174* [ optimize ` incompatible_msrv ` lint] ( https://github.com/rust-lang/rust-clippy/pull/15422 )
172175* [ optimize ` needless_bool ` lint] ( https://github.com/rust-lang/rust-clippy/pull/15423 )
173176* [ reuse previous ` Vec ` allocation in loop] ( https://github.com/rust-lang/rust-clippy/pull/15428 )
174- #### Rust-Analyzer
177+
178+ #### Rust-Analyzer
175179* [ add assignment type analysis for ide-completion] ( https://github.com/rust-lang/rust-analyzer/pull/20381 )
176180* [ add remove literal dbg stmt for ` remove_dbg ` ] ( https://github.com/rust-lang/rust-analyzer/pull/20354 )
177181* [ add write! and writeln! to minicore] ( https://github.com/rust-lang/rust-analyzer/pull/20409 )
0 commit comments