| Age | Commit message (Expand) | Author | Lines |
| 2024-08-13 | Rollup merge of #128841 - lqd:rustc-args, r=onur-ozkan | Matthias Krüger | -2/+2 |
| 2024-08-13 | Rollup merge of #128643 - beetrees:ppc64-abi-fix, r=bjorn3 | Matthias Krüger | -55/+12 |
| 2024-08-13 | Auto merge of #128742 - RalfJung:miri-vtable-uniqueness, r=saethlin | bors | -105/+97 |
| 2024-08-12 | Rollup merge of #128912 - compiler-errors:do-not-recommend-impl, r=lcnr | Matthias Krüger | -20/+13 |
| 2024-08-12 | Rollup merge of #128712 - compiler-errors:normalize-borrowck, r=lcnr | Matthias Krüger | -37/+76 |
| 2024-08-12 | rename `./x test`'s `--rustc-args` to `--compiletest-rustc-args` | Rémy Rakic | -2/+2 |
| 2024-08-12 | Rollup merge of #128994 - nnethercote:fix-Parser-look_ahead-more, r=compiler-... | Guillaume Gomez | -4/+6 |
| 2024-08-12 | Rollup merge of #128978 - compiler-errors:assert-matches, r=jieyouxu | Guillaume Gomez | -49/+100 |
| 2024-08-12 | Rollup merge of #128886 - GrigorenkoPV:untranslatable-diagnostic, r=nnethercote | Guillaume Gomez | -73/+125 |
| 2024-08-12 | Rollup merge of #128537 - Jamesbarford:118980-const-vector, r=RalfJung,nikic | Guillaume Gomez | -17/+63 |
| 2024-08-12 | Rollup merge of #128149 - RalfJung:nontemporal_store, r=jieyouxu,Amanieu,Jubilee | Guillaume Gomez | -8/+30 |
| 2024-08-12 | Auto merge of #128371 - andjo403:rangeAttribute, r=nikic | bors | -14/+82 |
| 2024-08-12 | make the codegen test also cover an ill-behaved arch, and add links | Ralf Jung | -0/+2 |
| 2024-08-12 | Fix bug in `Parser::look_ahead`. | Nicholas Nethercote | -4/+6 |
| 2024-08-11 | Remove struct_tail_no_normalization | Michael Goulet | -13/+10 |
| 2024-08-11 | Rename normalization functions to raw | Michael Goulet | -16/+18 |
| 2024-08-11 | Normalize struct tail properly in borrowck and hir typeck | Michael Goulet | -11/+51 |
| 2024-08-11 | Add range attribute to scalar function results and arguments | Andreas Jonson | -14/+82 |
| 2024-08-11 | Use assert_matches around the compiler | Michael Goulet | -49/+100 |
| 2024-08-11 | Auto merge of #122362 - Zoxc:rustc_driver_static_std, r=oli-obk,lqd,bjorn3,Ko... | bors | -13/+55 |
| 2024-08-11 | Refactor `powerpc64` call ABI handling | beetrees | -55/+12 |
| 2024-08-11 | Rollup merge of #128875 - bvanjoi:cleanup-import-used, r=petrochenkov | Matthias Krüger | -15/+16 |
| 2024-08-11 | Rollup merge of #128762 - fmease:use-more-slice-pats, r=compiler-errors | Matthias Krüger | -221/+191 |
| 2024-08-11 | Rollup merge of #128592 - evelynharthbrooke:master, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2024-08-11 | Rollup merge of #128536 - Zalathar:print-cleanup, r=Nadrieril | Matthias Krüger | -185/+216 |
| 2024-08-11 | Ask the user to use `feature(rustc_private)` when linking to `rustc_driver` | John Kåre Alsaker | -8/+23 |
| 2024-08-11 | Link `std` statically in `rustc_driver` | John Kåre Alsaker | -6/+33 |
| 2024-08-10 | Auto merge of #128572 - compiler-errors:fix-elaborate-box-derefs-on-debug, r=... | bors | -8/+9 |
| 2024-08-10 | Auto merge of #128400 - petrochenkov:nowhole3, r=bjorn3 | bors | -10/+1 |
| 2024-08-10 | Auto merge of #128927 - GuillaumeGomez:rollup-ei2lr0f, r=GuillaumeGomez | bors | -23/+39 |
| 2024-08-10 | Rollup merge of #128910 - estebank:assoc-fn, r=compiler-errors | Guillaume Gomez | -17/+24 |
| 2024-08-10 | Rollup merge of #128908 - notriddle:notriddle/self-inferred-lifetime-bounds, ... | Guillaume Gomez | -6/+15 |
| 2024-08-10 | Auto merge of #122792 - Nadrieril:stabilize-min-exh-pats2, r=fee1-dead | bors | -40/+25 |
| 2024-08-10 | rm `import.used` | bohan | -15/+16 |
| 2024-08-10 | rustc_passes: make some messages in check_attr translatable | Pavel Grigorenko | -4/+8 |
| 2024-08-10 | rustc_passes: remove a redundant `#[allow(rustc::untranslatable_diagnostic)]` | Pavel Grigorenko | -1/+0 |
| 2024-08-10 | rustc_metadata: make "link {arg,cfg} is unstable" translatable | Pavel Grigorenko | -5/+17 |
| 2024-08-10 | rustc_metadata: remove a redundant `#[allow(rustc::untranslatable_diagnostic)]` | Pavel Grigorenko | -1/+0 |
| 2024-08-10 | rustc_lint: remove some redundant `#[allow(rustc::untranslatable_diagnostic)]` | Pavel Grigorenko | -2/+0 |
| 2024-08-10 | rustc_interface: remove a redundant `#[allow(rustc::untranslatable_diagnostic)]` | Pavel Grigorenko | -1/+0 |
| 2024-08-10 | rustc_expand: make a message translatable | Pavel Grigorenko | -2/+5 |
| 2024-08-10 | rustc_expand: remove some redundant `#[allow(rustc::untranslatable_diagnostic)]` | Pavel Grigorenko | -3/+0 |
| 2024-08-10 | rustc_borrowck: fmt | Pavel Grigorenko | -29/+31 |
| 2024-08-10 | rustc_borrowck: make "implicit static" suff translatable | Pavel Grigorenko | -4/+12 |
| 2024-08-10 | rustc_borrowck: make some suggestion about static lifetimes translatable | Pavel Grigorenko | -3/+8 |
| 2024-08-10 | rustc_borrowck: make suggestion to move closure translatable | Pavel Grigorenko | -2/+4 |
| 2024-08-10 | rustc_borrowck: make dereference suggestion translatable | Pavel Grigorenko | -3/+5 |
| 2024-08-10 | rustc_ast_lowering: make asm-related unstability messages translatable | Pavel Grigorenko | -7/+21 |
| 2024-08-10 | rustc_ast_lowering: make "yield syntax is experimental" translatable | Pavel Grigorenko | -4/+5 |
| 2024-08-10 | rustc_ast_lowering: make "using `_` for array lengths is unstable" translatable | Pavel Grigorenko | -2/+4 |