| Age | Commit message (Expand) | Author | Lines |
| 2024-09-06 | Rollup merge of #129969 - GrigorenkoPV:boxed-ty, r=compiler-errors | Matthias Krüger | -8/+15 |
| 2024-09-06 | Auto merge of #129999 - matthiaskrgr:rollup-pzr9c8p, r=matthiaskrgr | bors | -0/+3 |
| 2024-09-06 | Make `Ty::boxed_ty` return an `Option` | Pavel Grigorenko | -8/+15 |
| 2024-09-05 | Rollup merge of #129939 - RalfJung:rvalue-len, r=compiler-errors | Matthias Krüger | -0/+3 |
| 2024-09-05 | Rollup merge of #129706 - compiler-errors:scratch, r=estebank | Matthias Krüger | -1/+3 |
| 2024-09-05 | update cfgs | Boxy | -1/+0 |
| 2024-09-05 | Don't store region in CapturedPlace | Michael Goulet | -3/+0 |
| 2024-09-05 | stabilize `-Znext-solver=coherence` | lcnr | -2/+2 |
| 2024-09-05 | Rollup merge of #101339 - the8472:ci-randomize-debug, r=Mark-Simulacrum | Matthias Krüger | -1/+11 |
| 2024-09-03 | Don't ICE when dumping MIR of a synthetic coroutine body | Michael Goulet | -1/+3 |
| 2024-09-03 | explain why Rvalue::Len still exists | Ralf Jung | -0/+3 |
| 2024-09-03 | Rollup merge of #129926 - nnethercote:mv-SanityCheck-and-MirPass, r=cjgillot | Matthias Krüger | -78/+0 |
| 2024-09-03 | Rollup merge of #128934 - Nadrieril:fix-empty-non-exhaustive, r=compiler-errors | Matthias Krüger | -4/+0 |
| 2024-09-03 | Move `MirPass` to `rustc_mir_transform`. | Nicholas Nethercote | -78/+0 |
| 2024-09-02 | Rollup merge of #129877 - Sajjon:sajjon_fix_typos_batch_2, r=fee1-dead | Matthias Krüger | -9/+9 |
| 2024-09-02 | Non-exhaustive structs may be empty | Nadrieril | -4/+0 |
| 2024-09-02 | Use `DeepRejectCtxt` to quickly reject `ParamEnv` candidates | Bryanskiy | -7/+17 |
| 2024-09-02 | chore: Fix typos in 'compiler' (batch 2) | Alexander Cyon | -9/+9 |
| 2024-09-01 | Auto merge of #129854 - Kobzol:revert-127537, r=lqd | bors | -11/+5 |
| 2024-09-01 | Auto merge of #127313 - cjgillot:single-expect, r=jieyouxu | bors | -1/+2 |
| 2024-09-01 | Revert "Auto merge of #127537 - veluca93:struct_tf, r=BoxyUwU" | Jakub Beránek | -11/+5 |
| 2024-08-31 | inhibit layout randomization for Box | The 8472 | -1/+9 |
| 2024-08-31 | disable size asserts in the compiler when randomizing layouts | The 8472 | -0/+2 |
| 2024-08-31 | Auto merge of #129831 - matthiaskrgr:rollup-befq6zx, r=matthiaskrgr | bors | -1/+2 |
| 2024-08-31 | Rollup merge of #129684 - Strophox:miri-pass-pointer-to-ffi, r=RalfJung | Matthias Krüger | -1/+2 |
| 2024-08-31 | Rewrite lint_expectations in a single pass. | Camille GILLOT | -1/+2 |
| 2024-08-31 | Rollup merge of #129812 - RalfJung:box-custom-alloc, r=compiler-errors | Matthias Krüger | -1/+4 |
| 2024-08-31 | Rollup merge of #129711 - lqd:nll-mir-dumps, r=compiler-errors | Matthias Krüger | -27/+89 |
| 2024-08-31 | Rollup merge of #129659 - RalfJung:const-fn-lang-feat, r=fee1-dead | Matthias Krüger | -4/+1 |
| 2024-08-31 | const fn stability checking: also check declared language features | Ralf Jung | -4/+1 |
| 2024-08-31 | interpret, codegen: tweak some comments and checks regarding Box with custom ... | Ralf Jung | -1/+4 |
| 2024-08-31 | Rollup merge of #129725 - compiler-errors:predicates-of, r=fmease | Matthias Krüger | -8/+10 |
| 2024-08-31 | Rollup merge of #129527 - compiler-errors:lint-nit, r=Nadrieril | Matthias Krüger | -1/+1 |
| 2024-08-30 | enable Miri to pass const pointers through FFI | Strophox | -1/+2 |
| 2024-08-30 | make `-Z mir-include-spans` a dedicated enum | Rémy Rakic | -1/+1 |
| 2024-08-30 | introduce `PrettyPrintMirOptions` for cosmetic MIR dump options | Rémy Rakic | -27/+89 |
| 2024-08-29 | Add `warn(unreachable_pub)` to `rustc_middle`. | Nicholas Nethercote | -8/+10 |
| 2024-08-29 | Stop using ty::GenericPredicates for non-predicates_of queries | Michael Goulet | -8/+10 |
| 2024-08-28 | Rollup merge of #129401 - workingjubilee:partial-initialization-of-stabilizat... | Jubilee | -1/+0 |
| 2024-08-28 | Auto merge of #127537 - veluca93:struct_tf, r=BoxyUwU | bors | -5/+11 |
| 2024-08-28 | coverage: Rename `CodeRegion` to `SourceRegion` | Zalathar | -5/+5 |
| 2024-08-28 | coverage: `CodeRegion` is never stored in an arena | Zalathar | -2/+0 |
| 2024-08-28 | Implement RFC 3525. | Luca Versari | -5/+11 |
| 2024-08-28 | Auto merge of #129546 - compiler-errors:no-pred-on, r=fee1-dead | bors | -19/+0 |
| 2024-08-27 | Auto merge of #128506 - compiler-errors:by-move-body, r=cjgillot | bors | -35/+39 |
| 2024-08-27 | compiler: Remove feature(new_uninit) | Jubilee Young | -1/+0 |
| 2024-08-26 | Use unsafe extern blocks throughout the compiler | Michael Goulet | -2/+2 |
| 2024-08-26 | Stop using a special inner body for the coroutine by-move body for async clos... | Michael Goulet | -35/+39 |
| 2024-08-26 | Rollup merge of #129590 - compiler-errors:ref-tykind, r=fmease | Matthias Krüger | -2/+2 |
| 2024-08-25 | Avoid taking reference of &TyKind | Michael Goulet | -2/+2 |