| Age | Commit message (Expand) | Author | Lines |
| 2025-06-22 | Use `join_with_double_colon` in `write_shared.rs`. | Nicholas Nethercote | -2/+2 |
| 2025-06-22 | remove few from bootstrap too | klensy | -2/+1 |
| 2025-06-22 | remove allow(dead_code) leftovers from serial/parallel compiler | klensy | -4/+0 |
| 2025-06-22 | Auto merge of #142864 - jhpratt:rollup-mf0yq8o, r=jhpratt | bors | -913/+536 |
| 2025-06-22 | Stop dbg! macro yapping about format modifiers | mejrs | -10/+33 |
| 2025-06-22 | Implement DesugaringKind::FormatLiteral | mejrs | -159/+261 |
| 2025-06-22 | Rollup merge of #142860 - jieyouxu:notify-tidy, r=jieyouxu | Jacob Pratt | -0/+4 |
| 2025-06-22 | Rollup merge of #142850 - tshepang:patch-1, r=jieyouxu | Jacob Pratt | -1/+0 |
| 2025-06-22 | Rollup merge of #142845 - dpaoliello:textrel-on-minimal-lib, r=jieyouxu | Jacob Pratt | -5/+3 |
| 2025-06-22 | Rollup merge of #142841 - dpaoliello:fmt-write-bloat, r=jieyouxu | Jacob Pratt | -7/+2 |
| 2025-06-22 | Rollup merge of #142800 - tshepang:extraneous, r=Mark-Simulacrum | Jacob Pratt | -455/+0 |
| 2025-06-22 | Rollup merge of #142776 - dtolnay:hirattrstyle2, r=jdonszelmann | Jacob Pratt | -167/+197 |
| 2025-06-22 | Rollup merge of #142747 - nnethercote:json-conversion-cleanups, r=aDotInTheVoid | Jacob Pratt | -189/+169 |
| 2025-06-22 | Rollup merge of #142617 - lcnr:search_graph-3, r=compiler-errors | Jacob Pratt | -73/+122 |
| 2025-06-22 | Rollup merge of #142600 - GrigorenkoPV:attributes/rustc_pub_transparent, r=jd... | Jacob Pratt | -4/+29 |
| 2025-06-22 | Rollup merge of #140254 - bjorn3:rustc_panic_abort_abort, r=petrochenkov | Jacob Pratt | -12/+10 |
| 2025-06-22 | Auto merge of #142675 - tmiasko:preserve-cache, r=oli-obk | bors | -1/+1 |
| 2025-06-22 | Merge pull request #20056 from ShoyuVanilla/fmt-args-new | Chayim Refael Friedman | -46/+412 |
| 2025-06-22 | Minic rustc's new `format_args!` expansion | Shoyu Vanilla | -41/+366 |
| 2025-06-22 | Implement region negation to minicore and add a flag `fmt_before_1_89_0` | Shoyu Vanilla | -8/+49 |
| 2025-06-22 | Auto merge of #141856 - folkertdev:run-make-forward-compiletest-runner, r=jie... | bors | -2/+30 |
| 2025-06-21 | target-feature: enable rust target features implied by target-cpu | Jed Brown | -8/+44 |
| 2025-06-21 | add nvptx_target_feature | Jed Brown | -2/+178 |
| 2025-06-22 | Notify `jieyouxu` on tidy changes | Jieyou Xu | -0/+4 |
| 2025-06-21 | Add a few inline directives in rustc_serialize. | Camille GILLOT | -0/+4 |
| 2025-06-22 | forward the bootstrap `runner` to `run-make` | Folkert de Vries | -2/+30 |
| 2025-06-21 | Auto merge of #142667 - yotamofek:pr/rustdoc/more-write-shared-perf, r=nnethe... | bors | -27/+12 |
| 2025-06-21 | Skip collecting no-op DropGlue in vtables | Mark Rousskov | -2/+33 |
| 2025-06-22 | centralize `-Zmin-function-alignment` logic | Folkert de Vries | -17/+10 |
| 2025-06-22 | Rename some methods. | Nicholas Nethercote | -8/+12 |
| 2025-06-22 | Use `FromClean` more. | Nicholas Nethercote | -121/+156 |
| 2025-06-22 | Remove some code. | Nicholas Nethercote | -32/+1 |
| 2025-06-22 | Remove some dead code. | Nicholas Nethercote | -25/+0 |
| 2025-06-22 | Use `sym::asterisk` to avoid a `Symbol::intern` call. | Nicholas Nethercote | -5/+2 |
| 2025-06-21 | remove asm_goto feature annotation, for it is now stabilized | Tshepang Mbambo | -1/+0 |
| 2025-06-21 | Merge pull request #20050 from LHolten/better-docs-for-exclude-imports-in-sym... | Chayim Refael Friedman | -3/+11 |
| 2025-06-21 | Enable textrel-on-minimal-lib for Windows | Daniel Paoliello | -5/+3 |
| 2025-06-21 | Auto merge of #142546 - cjgillot:reachable-jump, r=compiler-errors | bors | -2/+13 |
| 2025-06-21 | Port `#[rustc_pub_transparent]` to the new attribute system | Pavel Grigorenko | -4/+29 |
| 2025-06-21 | Enable fmt-write-bloat for Windows | Daniel Paoliello | -7/+2 |
| 2025-06-21 | All HIR attributes are outer | David Tolnay | -3/+10 |
| 2025-06-21 | All HIR attributes are outer | David Tolnay | -156/+140 |
| 2025-06-21 | Add regression test for issue 142649 | David Tolnay | -0/+22 |
| 2025-06-21 | Remove style() from AttributeExt trait | David Tolnay | -23/+11 |
| 2025-06-21 | Add AttributeExt::doc_resolution_scope | David Tolnay | -1/+37 |
| 2025-06-21 | Update to Cranelift 0.121 | bjorn3 | -46/+62 |
| 2025-06-21 | Add missing space when expanding a struct-like variant (#15096) | Timo | -3/+39 |
| 2025-06-21 | Add missing space when expanding a struct-like variant | Samuel Tardieu | -3/+39 |
| 2025-06-21 | Fix `wildcard_enum_match_arm` suggests wrongly with raw identifiers (#15093) | Samuel Tardieu | -6/+42 |
| 2025-06-21 | Make sure spans are from the root | y21 | -4/+14 |