| Age | Commit message (Expand) | Author | Lines |
| 2025-06-21 | rustdoc_json: represent generic args consistently. | Nicholas Nethercote | -2/+2 |
| 2025-06-21 | rustdoc_json: Fix handling of paths with no generic args. | Nicholas Nethercote | -1/+1 |
| 2025-06-21 | rustdoc_json: Add a test for some `GenericArgs` cases. | Nicholas Nethercote | -0/+20 |
| 2025-06-20 | Rollup merge of #142571 - cjgillot:borrowed-classes, r=oli-obk | Trevor Gross | -0/+75 |
| 2025-06-20 | Rollup merge of #142485 - mu001999-contrib:dead-code/adt-pattern, r=petrochenkov | Trevor Gross | -16/+133 |
| 2025-06-20 | Rollup merge of #142476 - dtolnay:attrbinop, r=fmease | Trevor Gross | -0/+20 |
| 2025-06-20 | Auto merge of #142794 - tgross35:rollup-iae7okj, r=tgross35 | bors | -25/+79 |
| 2025-06-20 | Add an attribute-related parenthesization edge case | David Tolnay | -0/+6 |
| 2025-06-20 | Add AST pretty-printer tests involving attr on binary operation | David Tolnay | -0/+9 |
| 2025-06-20 | Recover from semicolon field separator | Cameron Steffen | -9/+9 |
| 2025-06-20 | Make some `use _` tests multi-edition | Esteban Küber | -13/+104 |
| 2025-06-20 | Rollup merge of #142767 - nnethercote:symbol-cleanups, r=petrochenkov | Jakub Beránek | -1/+1 |
| 2025-06-20 | Rollup merge of #142715 - folkertdev:fn-align-corrections, r=jdonszelmann | Jakub Beránek | -31/+33 |
| 2025-06-20 | Rollup merge of #142575 - oli-obk:sneaky-self-init, r=RalfJung | Trevor Gross | -0/+39 |
| 2025-06-20 | Rollup merge of #142495 - jdonszelmann:better-repr-template, r=oli-obk | Trevor Gross | -5/+5 |
| 2025-06-20 | Bless UI tests: do not print alternate implementors of `Step` | Samuel Tardieu | -10/+0 |
| 2025-06-20 | error on calls to ABIs that cannot be called | Folkert de Vries | -184/+1307 |
| 2025-06-20 | add doc(alias("AsciiChar")) to core::ascii::Char | binarycat | -0/+12 |
| 2025-06-20 | expected word diagnostic test | Jana Dönszelmann | -0/+15 |
| 2025-06-20 | cold | Jana Dönszelmann | -20/+20 |
| 2025-06-20 | Ensure copy* intrinsics also perform the static self-init checks | Oli Scherer | -1/+25 |
| 2025-06-20 | Rollup merge of #140920 - RalfJung:target-feature-unification, r=nnethercote,... | Trevor Gross | -27/+46 |
| 2025-06-20 | Rollup merge of #138291 - jdonszelmann:optimize-attr, r=oli-obk | Trevor Gross | -6/+9 |
| 2025-06-20 | Add regression test | Oli Scherer | -0/+15 |
| 2025-06-19 | Avoid a bitcast FFI call in transmuting | Scott McMurray | -0/+45 |
| 2025-06-20 | Fix `tests/ui/asm/naked-invalid-attr.stderr`. | Nicholas Nethercote | -1/+1 |
| 2025-06-19 | Auto merge of #140748 - m-ou-se:super-format-args3, r=jdonszelmann | bors | -141/+118 |
| 2025-06-19 | Preserve Paren expression's attributes during Unparenthesize | David Tolnay | -0/+5 |
| 2025-06-19 | Improve diagnostics for `concat_bytes!` with C string literals | Trevor Gross | -33/+45 |
| 2025-06-19 | expose abi information on ppc64 targets | ostylk | -1/+1 |
| 2025-06-19 | correct template for `#[align]` | Folkert de Vries | -31/+33 |
| 2025-06-19 | completely deduplicate `Visitor` and `MutVisitor` | Deadbeef | -2/+4 |
| 2025-06-19 | Auto merge of #139244 - jieyouxu:exp/auto-cross-run-make, r=Kobzol | bors | -98/+148 |
| 2025-06-19 | various minor target feature cleanups | Ralf Jung | -8/+10 |
| 2025-06-18 | Add a test for `concat_bytes!` with C strings | Trevor Gross | -29/+83 |
| 2025-06-19 | unify two -Ctarget-feature parsers | Ralf Jung | -16/+36 |
| 2025-06-19 | move -Ctarget-feature handling into shared code | Ralf Jung | -3/+0 |
| 2025-06-18 | Rollup merge of #142639 - dpaoliello:needcolon, r=WaffleLapkin | Trevor Gross | -1/+1 |
| 2025-06-18 | Rollup merge of #142606 - azhogin:azhogin/async-drop-without-sync-drop-error,... | Trevor Gross | -0/+29 |
| 2025-06-18 | Rollup merge of #142524 - rust-lang:cargo_update, r=Mark-Simulacrum | Trevor Gross | -1/+1 |
| 2025-06-18 | Rollup merge of #142507 - folkertdev:fn-align-align-attribute, r=jdonszelmann | Trevor Gross | -68/+161 |
| 2025-06-18 | Rollup merge of #140247 - BoxyUwU:iats_no_query_cycles, r=lcnr | Trevor Gross | -161/+364 |
| 2025-06-19 | Adjust some run-make tests on cross-compile | Jieyou Xu | -79/+143 |
| 2025-06-18 | Auto merge of #142689 - Urgau:rollup-4ho6835, r=Urgau | bors | -0/+128 |
| 2025-06-18 | Rollup merge of #142377 - Urgau:unremap-rustc-dev, r=jieyouxu | Urgau | -0/+63 |
| 2025-06-18 | Emit the usages suggestions as tool-only suggestions | Urgau | -25/+0 |
| 2025-06-18 | Reviews | Boxy | -7/+13 |
| 2025-06-18 | Rollup merge of #141610 - BoxyUwU:stabilize_generic_arg_infer, r=lcnr,travisc... | Jakub Beránek | -319/+100 |
| 2025-06-18 | Rollup merge of #140774 - workingjubilee:should-force-frame-pointers-favor-th... | Jakub Beránek | -0/+61 |
| 2025-06-18 | Implement lint against direct uses of rustc_type_ir in compiler crates | Romain Perier | -0/+65 |