| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2024-08-25 | Rollup merge of #129091 - RalfJung:box_as_ptr, r=Amanieu | Matthias Krüger | -4/+3 |
| 2024-08-25 | Auto merge of #129521 - matthiaskrgr:rollup-uigv77m, r=matthiaskrgr | bors | -11/+23 |
| 2024-08-24 | Rollup merge of #128467 - estebank:unsized-args, r=cjgillot | Trevor Gross | -1/+1 |
| 2024-08-24 | Get rid of predicates_defined_on | Michael Goulet | -19/+0 |
| 2024-08-24 | Don't use TyKind in lint | Michael Goulet | -1/+1 |
| 2024-08-24 | Rollup merge of #129510 - GrigorenkoPV:fix-elided-named-lifetimes, r=cjgillot | Matthias Krüger | -1/+1 |
| 2024-08-24 | Rollup merge of #129246 - BoxyUwU:feature_gate_const_arg_path, r=cjgillot | Matthias Krüger | -10/+22 |
| 2024-08-24 | Fix `elided_named_lifetimes` in code | Pavel Grigorenko | -1/+1 |
| 2024-08-23 | Rollup merge of #129386 - cjgillot:local-resolved-arg, r=compiler-errors | Matthias Krüger | -13/+13 |
| 2024-08-22 | Rollup merge of #129395 - fmease:pp-dyn-w-gat, r=compiler-errors | Matthias Krüger | -1/+4 |
| 2024-08-22 | Pretty-print own args of existential projections | León Orell Valerian Liehr | -1/+4 |
| 2024-08-22 | Use a LocalDefId in ResolvedArg. | Camille GILLOT | -13/+13 |
| 2024-08-21 | Rollup merge of #129355 - RalfJung:PlaceMention, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-08-21 | Rollup merge of #129344 - compiler-errors:less-option-unit-diagnostics, r=jie... | Matthias Krüger | -3/+3 |
| 2024-08-21 | fix comment on PlaceMention semantics | Ralf Jung | -1/+1 |
| 2024-08-21 | Use bool in favor of Option<()> for diagnostics | Michael Goulet | -3/+3 |
| 2024-08-21 | fix link in mir/mod | kyoto7250 | -1/+1 |
| 2024-08-19 | Auto merge of #122551 - RayMuir:copy_fmt, r=saethlin | bors | -1/+1 |
| 2024-08-19 | Retroactively feature gate `ConstArgKind::Path` | Boxy | -10/+22 |
| 2024-08-18 | Added "copy" to Debug fmt for copy operands | RayMuir | -1/+1 |
| 2024-08-18 | rename AddressOf -> RawBorrow inside the compiler | Ralf Jung | -18/+18 |
| 2024-08-18 | Rollup merge of #129203 - compiler-errors:extern_crate_data, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -7/+5 |
| 2024-08-17 | Auto merge of #128792 - compiler-errors:foreign-sig, r=spastorino | bors | -5/+7 |
| 2024-08-17 | Use cnum for extern crate data | Michael Goulet | -7/+5 |