| Age | Commit message (Expand) | Author | Lines |
| 2025-08-28 | Create new `Item::is_fake_item` method as equivalent to check for `is_primiti... | Guillaume Gomez | -23/+58 |
| 2025-08-28 | Add documentation for `doc(attribute = "...")` attribute | Guillaume Gomez | -1/+18 |
| 2025-08-28 | Don't require a full `InferenceTable` for `CastTy` | Chayim Refael Friedman | -59/+52 |
| 2025-08-28 | dates(infra): refresh date-check annotations for Aug 2025; preserve local style | Ali Nazzal | -12/+12 |
| 2025-08-28 | Add progress bars to more places in analysis-stats | Chayim Refael Friedman | -3/+52 |
| 2025-08-28 | Fix `print_literal` suggests wrongly for inline literal following a numbered ... | Samuel Tardieu | -10/+68 |
| 2025-08-28 | fix: `print_literal` suggests wrongly for inline literal following a numbered... | yanglsh | -10/+68 |
| 2025-08-28 | Add tests for `doc(attribute = "...")` attribute | Guillaume Gomez | -5/+135 |
| 2025-08-28 | Add new `doc(attribute = "...")` attribute | Guillaume Gomez | -47/+168 |
| 2025-08-28 | Auto merge of #145958 - Zalathar:rollup-ii9z77c, r=Zalathar | bors | -1712/+2182 |
| 2025-08-28 | `map_identity`: suggest making the variable mutable when necessary (#15268) | Timo | -50/+148 |
| 2025-08-28 | Merge pull request #4539 from Stypox/tracing-docs | Ralf Jung | -0/+292 |
| 2025-08-28 | Rollup merge of #145953 - robertbastian:master, r=Manishearth | Stuart Cook | -442/+193 |
| 2025-08-28 | Rollup merge of #145941 - Urgau:int_to_ptr_transmutes-unsized, r=lcnr | Stuart Cook | -13/+69 |
| 2025-08-28 | Rollup merge of #145930 - GrigorenkoPV:const_str_as_str, r=joshtriplett | Stuart Cook | -1/+1 |
| 2025-08-28 | Rollup merge of #145928 - Darksonn:file_as_c_str, r=joshtriplett | Stuart Cook | -5/+5 |
| 2025-08-28 | Rollup merge of #145926 - Zalathar:no-libtest, r=jieyouxu | Stuart Cook | -90/+53 |
| 2025-08-28 | Rollup merge of #145913 - heiher:loong-hint, r=joshtriplett | Stuart Cook | -33/+23 |
| 2025-08-28 | Rollup merge of #144864 - Muscraft:no-source-fixes, r=jieyouxu | Stuart Cook | -43/+128 |
| 2025-08-28 | Rollup merge of #143193 - JonathanBrouwer:link_rework, r=jdonszelmann | Stuart Cook | -1078/+1700 |
| 2025-08-28 | Rollup merge of #142727 - hkBst:rm-static-mut-wasm, r=ChrisDenton | Stuart Cook | -7/+10 |
| 2025-08-28 | Add documentation for tracing | Stypox | -0/+292 |
| 2025-08-28 | Add `rustc-demangle` to `[workspace.dependencies]`. | Nicholas Nethercote | -3/+4 |
| 2025-08-28 | Add `polonius-engine` to `[workspace.dependencies]`. | Nicholas Nethercote | -3/+4 |
| 2025-08-28 | Add `odht` to `[workspace.dependencies]`. | Nicholas Nethercote | -2/+3 |
| 2025-08-28 | Add `scoped-tls` to `[workspace.dependencies]`. | Nicholas Nethercote | -3/+4 |
| 2025-08-28 | Add `measureme` to `[workspace.dependencies]`. | Nicholas Nethercote | -3/+4 |
| 2025-08-28 | Add `derive-where` to `[workspace.dependencies]`. | Nicholas Nethercote | -3/+4 |
| 2025-08-28 | Add `rustc-hash` to `[workspace.dependencies]`. | Nicholas Nethercote | -5/+6 |
| 2025-08-28 | Add `indexmap` to `[workspace.dependencies]`. | Nicholas Nethercote | -7/+8 |
| 2025-08-28 | Add `tempfile` to `[workspace.dependencies]`. | Nicholas Nethercote | -8/+9 |
| 2025-08-28 | Add `rustc_apfloat` to `[workspace.dependencies]`. | Nicholas Nethercote | -4/+5 |
| 2025-08-28 | Add `proc-macro2` and `quote` to `[workspace.dependencies]`. | Nicholas Nethercote | -8/+10 |
| 2025-08-28 | Add `either` to `[workspace.dependencies]`. | Nicholas Nethercote | -5/+6 |
| 2025-08-28 | Add `serde_json` to `[workspace.dependencies]`. | Nicholas Nethercote | -18/+19 |
| 2025-08-28 | Add `libc` to `[workspace.dependencies]`. | Nicholas Nethercote | -12/+13 |
| 2025-08-28 | Add an overlooked `tracing` to `[workspace.dependencies]`. | Nicholas Nethercote | -1/+1 |
| 2025-08-28 | Use default locale fallback data | Robert Bastian | -216/+30 |
| 2025-08-28 | Bump icu_list to 2.0 | Robert Bastian | -434/+371 |
| 2025-08-28 | dates(diagnostics,tests): refresh annotated dates to Aug 2025; preserve local... | Ali Nazzal | -9/+9 |
| 2025-08-28 | triagebot: Amend a review to include a link to what was changed since (#15580) | Philipp Krones | -0/+3 |
| 2025-08-28 | Auto merge of #145891 - nikic:llvm-21.1.0, r=cuviper | bors | -0/+0 |
| 2025-08-28 | Merge ref 'd36f96412516' from rust-lang/rust | The rustc-josh-sync Cronjob Bot | -35082/+61054 |
| 2025-08-28 | Prepare for merging from rust-lang/rust | The rustc-josh-sync Cronjob Bot | -1/+1 |
| 2025-08-28 | Auto merge of #145949 - jhpratt:rollup-smzd7tr, r=jhpratt | bors | -47/+179 |
| 2025-08-27 | Rollup merge of #145946 - nnethercote:cargo-style, r=jdonszelmann | Jacob Pratt | -14/+3 |
| 2025-08-27 | Rollup merge of #145894 - zetanumbers:issue-142949, r=WaffleLapkin | Jacob Pratt | -2/+5 |
| 2025-08-27 | Rollup merge of #145826 - scrabsha:push-vrpwttmzqwpt, r=jdonszelmann | Jacob Pratt | -29/+17 |
| 2025-08-27 | Rollup merge of #145746 - ivmarkov:fix-nofollow-espidf, r=ibraheemdev | Jacob Pratt | -2/+11 |
| 2025-08-27 | Rollup merge of #145382 - winstonallo:reg-struct-return-asm-test, r=tgross35 | Jacob Pratt | -0/+143 |