| Age | Commit message (Expand) | Author | Lines |
| 2025-06-27 | Rollup merge of #143065 - compiler-errors:enum-recovery, r=oli-obk | Guillaume Gomez | -0/+23 |
| 2025-06-27 | Rollup merge of #142818 - JonathanBrouwer:used_new_parser, r=jdonszelmann | Guillaume Gomez | -25/+71 |
| 2025-06-27 | Rollup merge of #142671 - davidtwco:no-default-bounds-attr, r=lcnr | Guillaume Gomez | -89/+109 |
| 2025-06-27 | const-eval: error when initializing a static writes to that static | Ralf Jung | -30/+92 |
| 2025-06-27 | Insert checks for enum discriminants when debug assertions are enabled | Bastian Kersting | -0/+339 |
| 2025-06-27 | Report infer ty errors during hir ty lowering | Oli Scherer | -522/+322 |
| 2025-06-27 | Port `#[rustc_layout_scalar_valid_range_start/end]` to the new attribute pars... | Jonathan Brouwer | -13/+38 |
| 2025-06-27 | Port `#[used]` to new attribute parsing infrastructure | Jonathan Brouwer | -25/+71 |
| 2025-06-27 | tests: add #![rustc_no_implicit_bounds] | David Wood | -89/+109 |
| 2025-06-27 | tests | bendn | -0/+64 |
| 2025-06-27 | Auto merge of #143074 - compiler-errors:rollup-cv64hdh, r=compiler-errors | bors | -254/+352 |
| 2025-06-26 | Rollup merge of #143056 - fmease:mv-ace-test-out-of-gci-dir, r=BoxyUwU | Michael Goulet | -35/+17 |
| 2025-06-26 | Rollup merge of #142986 - JonathanBrouwer:export_name_parser, r=jdonszelmann | Michael Goulet | -23/+94 |
| 2025-06-26 | Rollup merge of #140942 - RalfJung:const-ref-to-mut, r=oli-obk | Michael Goulet | -196/+241 |
| 2025-06-26 | Rewrite `macro_rules!` parser to not use the MBE engine itself | Josh Triplett | -10/+12 |
| 2025-06-26 | Auto merge of #143057 - matthiaskrgr:rollup-bulih8o, r=matthiaskrgr | bors | -206/+428 |
| 2025-06-26 | Better recovery | Michael Goulet | -6/+13 |
| 2025-06-26 | Make recovery for enum with struct field a bit more accurate | Michael Goulet | -0/+16 |
| 2025-06-26 | clarify and unify 'transient mutable borrow' errors | Ralf Jung | -61/+61 |
| 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 | -127/+159 |
| 2025-06-26 | Rollup merge of #142981 - compiler-errors:verbose-missing-suggestion, r=estebank | Matthias Krüger | -117/+246 |
| 2025-06-26 | Rollup merge of #142393 - compiler-errors:nofield, r=petrochenkov | Matthias Krüger | -0/+44 |
| 2025-06-26 | Rollup merge of #142285 - workingjubilee:dont-use-bad-assembly, r=nnethercote | Matthias Krüger | -7/+10 |
| 2025-06-26 | Rollup merge of #139594 - compiler-errors:if-cause, r=oli-obk | Matthias Krüger | -78/+70 |
| 2025-06-26 | Rollup merge of #124595 - estebank:issue-104232, r=davidtwco | Matthias Krüger | -4/+58 |
| 2025-06-26 | Rename `tilde const` test files to `conditionally const` | Oli Scherer | -61/+65 |
| 2025-06-26 | Change const trait bound syntax from ~const to [const] | Oli Scherer | -1155/+1204 |
| 2025-06-26 | Move an ACE test out of the GCI directory | León Orell Valerian Liehr | -35/+17 |
| 2025-06-26 | Auto merge of #142255 - estebank:edition-diagnostic-changes, r=fee1-dead,Waff... | bors | -130/+1201 |
| 2025-06-26 | const validation: properly ignore zero-sized UnsafeCell | Ralf Jung | -0/+15 |
| 2025-06-26 | Move mixed export_name/no_mangle check to check_attr.rs and improve the error | Jonathan Brouwer | -10/+81 |
| 2025-06-26 | Port `#[export_name]` to the new attribute parsing infrastructure | Jonathan Brouwer | -13/+13 |
| 2025-06-26 | Simplify IfCause | Michael Goulet | -78/+70 |
| 2025-06-25 | Bless `tests/ui/macros/must-use-in-macro-55516.rs` | Urgau | -1/+4 |
| 2025-06-25 | Fix suggestion spans inside macros for the `unused_must_use` lint | Urgau | -0/+168 |
| 2025-06-25 | Rollup merge of #142992 - workingjubilee:dont-validate-naughty-abis, r=jieyouxu | Jana Dönszelmann | -188/+83 |
| 2025-06-25 | Rollup merge of #142976 - compiler-errors:coerce-ice, r=fee1-dead | Jana Dönszelmann | -0/+32 |
| 2025-06-25 | Rollup merge of #142200 - Kivooeo:tf8, r=jieyouxu | Jana Dönszelmann | -148/+151 |
| 2025-06-25 | tests: Do not run afoul of asm.validity.non-exhaustive in input-stats | Jubilee Young | -7/+10 |
| 2025-06-25 | emit `StorageLive` and schedule `StorageDead` for `let`-`else` after matching | dianne | -5/+22 |
| 2025-06-25 | Add edition checks for some tests that had divergent output | Esteban Küber | -113/+1184 |
| 2025-06-25 | Do not use `gen` as binding name | Esteban Küber | -17/+17 |
| 2025-06-25 | Don't give APITs names with macro expansion placeholder fragments in it | Michael Goulet | -0/+44 |
| 2025-06-25 | Normalize before computing ConstArgHasType goal | Michael Goulet | -0/+28 |
| 2025-06-25 | update ui/import tests | LorrensP-2158466 | -124/+497 |
| 2025-06-25 | Sprinkle breadcrumbs around to lead people to the rust-invalid ABI | Jubilee Young | -0/+2 |
| 2025-06-25 | tests: specify why extern "rust-invalid" cannot be used in varargs test | Jubilee Young | -1/+2 |
| 2025-06-25 | tests: migrate unsupported-abi-transmute.rs to extern "rust-invalid" | Jubilee Young | -13/+13 |
| 2025-06-25 | tests: split out unsupported-in-impls.rs | Jubilee Young | -174/+66 |