| Age | Commit message (Expand) | Author | Lines |
| 2025-06-26 | Rollup merge of #142986 - JonathanBrouwer:export_name_parser, r=jdonszelmann | Michael Goulet | -125/+215 |
| 2025-06-26 | Rollup merge of #142967 - krikera:fix-rwlock-try-write-docs, r=jhpratt | Michael Goulet | -1/+1 |
| 2025-06-26 | Rollup merge of #142927 - compiler-errors:note-find-const, r=BoxyUwU | Michael Goulet | -48/+64 |
| 2025-06-26 | Rollup merge of #142700 - theemathas:remove-weak-comment, r=ibraheemdev | Michael Goulet | -2/+0 |
| 2025-06-26 | Rollup merge of #142647 - compiler-errors:less-work-in-coherence, r=lcnr | Michael Goulet | -24/+28 |
| 2025-06-26 | Rollup merge of #142637 - compiler-errors:less-globs, r=lcnr | Michael Goulet | -208/+259 |
| 2025-06-26 | Rollup merge of #142549 - the8472:intersperse-fold-tweak, r=tgross35 | Michael Goulet | -1/+10 |
| 2025-06-26 | Rollup merge of #140942 - RalfJung:const-ref-to-mut, r=oli-obk | Michael Goulet | -373/+448 |
| 2025-06-26 | Rollup merge of #137843 - Daniel-Aaron-Bloom:const_cell, r=oli-obk | Michael Goulet | -35/+138 |
| 2025-06-26 | Fix some fixmes that were waiting for let chains | Yotam Ofek | -12/+11 |
| 2025-06-26 | mbe: Fold calls to `check_meta_variables` into the parser loop | Josh Triplett | -18/+8 |
| 2025-06-26 | Rewrite `macro_rules!` parser to not use the MBE engine itself | Josh Triplett | -199/+65 |
| 2025-06-27 | Fix completion in when typing `integer.|` | Chayim Refael Friedman | -1/+50 |
| 2025-06-26 | `zero_ptr`: lint in `const` context as well | Samuel Tardieu | -5/+30 |
| 2025-06-26 | Merge pull request #20100 from ShoyuVanilla/ignore-sized-hierarchy | Chayim Refael Friedman | -65/+142 |
| 2025-06-26 | Auto merge of #143057 - matthiaskrgr:rollup-bulih8o, r=matthiaskrgr | bors | -569/+1204 |
| 2025-06-26 | Lint docs: Sort versions, so that stable comes first (#15149) | Samuel Tardieu | -3/+3 |
| 2025-06-26 | Tracking issue number for `iter_macro` | Pavel Grigorenko | -3/+3 |
| 2025-06-26 | Better recovery | Michael Goulet | -6/+27 |
| 2025-06-26 | Make recovery for enum with struct field a bit more accurate | Michael Goulet | -1/+18 |
| 2025-06-26 | Add Ident::is_non_reserved_ident | Michael Goulet | -15/+14 |
| 2025-06-26 | Lint docs: Sort versions, so that stable comes first | Philipp Krones | -3/+3 |
| 2025-06-26 | Ping notriddle when a clippy lint in `clippy_lints/doc` is modified (#15147) | Philipp Krones | -0/+3 |
| 2025-06-27 | generate new for tuple field | Hayashi Mikihiro | -22/+337 |
| 2025-06-26 | Rustup (#15148) | Philipp Krones | -213/+277 |
| 2025-06-26 | rustdoc: show attributes on enum variants | binarycat | -0/+26 |
| 2025-06-26 | Bump Clippy version -> 0.1.90 | Philipp Krones | -5/+5 |
| 2025-06-26 | Bump nightly version -> 2025-06-26 | Philipp Krones | -2/+2 |
| 2025-06-26 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -855/+3168 |
| 2025-06-26 | rustdoc js: several typechecking improvments | binarycat | -77/+43 |
| 2025-06-26 | Auto merge of #142774 - lcnr:search_graph-2, r=oli-obk | bors | -163/+73 |
| 2025-06-26 | Update book and templates with feature freeze (#14456) | Philipp Krones | -1/+95 |
| 2025-06-26 | Ping notriddle when a clippy lint in `clippy_lints/doc` is modified | Samuel Tardieu | -0/+3 |
| 2025-06-26 | Add link to the feature freeze tracking issue to the book | Philipp Krones | -1/+5 |
| 2025-06-26 | Add beta-accepted to CHANGELOG for 1.88 (#15130) | Philipp Krones | -0/+16 |
| 2025-06-26 | doc_nested_refdefs: do not falsely report checkboxes as refdefs | Michael Howell | -32/+6 |
| 2025-06-27 | Add more missing APIs, and minor fixes | Jieyou Xu | -6/+8 |
| 2025-06-26 | clarify and unify 'transient mutable borrow' errors | Ralf Jung | -112/+83 |
| 2025-06-26 | add more sensible mut-ref-to-immutable test | Ralf Jung | -8/+21 |
| 2025-06-26 | const-eval: allow constants to refer to mutable/external memory, but reject s... | Ralf Jung | -253/+344 |
| 2025-06-26 | Add a note and one more fast path | Michael Goulet | -0/+23 |
| 2025-06-26 | Shallowly bail from coerce_unsized more | Michael Goulet | -0/+25 |
| 2025-06-26 | Assert shallow resolved args in coerce | Michael Goulet | -19/+22 |
| 2025-06-26 | Only args in main diag are saved and restored without removing the newly adde... | xizheyin | -11/+5 |
| 2025-06-26 | Add `arguments sharing and isolation` section in `diagnostic-struct` of rdg | xizheyin | -8/+39 |
| 2025-06-26 | Add missing stabilized slice chunk methods | Jieyou Xu | -0/+6 |
| 2025-06-26 | Use stable std links | Jieyou Xu | -2/+2 |
| 2025-06-26 | Backport new sized-hierarchy trait bounds in old ways | Shoyu Vanilla | -24/+78 |
| 2025-06-26 | Rollup merge of #142981 - compiler-errors:verbose-missing-suggestion, r=estebank | Matthias Krüger | -123/+247 |
| 2025-06-26 | Rollup merge of #142884 - makai410:coroutine-body, r=celinval | Matthias Krüger | -0/+111 |