| Age | Commit message (Expand) | Author | Lines |
| 2024-05-28 | Don't format `tests/run-make/*/rmake.rs`. | Nicholas Nethercote | -5/+3 |
| 2024-05-27 | Rollup merge of #125616 - RalfJung:mir-validate-downcast-projection, r=compil... | Matthias Krüger | -5/+25 |
| 2024-05-27 | Auto merge of #125413 - lcnr:ambig-drop-region-constraints, r=compiler-errors | bors | -25/+39 |
| 2024-05-27 | MIR validation: ensure that downcast projection is followed by field projection | Ralf Jung | -5/+25 |
| 2024-05-27 | Auto merge of #125611 - GuillaumeGomez:rollup-dfavpgg, r=GuillaumeGomez | bors | -743/+831 |
| 2024-05-27 | Rollup merge of #125597 - compiler-errors:early-binder, r=jackh726 | Guillaume Gomez | -705/+785 |
| 2024-05-27 | Rollup merge of #125530 - SparrowLii:expand2, r=petrochenkov | Guillaume Gomez | -32/+31 |
| 2024-05-27 | Rollup merge of #125522 - spastorino:fix-lint-docs-edition-handling, r=Urgau,... | Guillaume Gomez | -2/+2 |
| 2024-05-27 | Rollup merge of #125148 - RalfJung:codegen-sh, r=scottmcm | Guillaume Gomez | -4/+13 |
| 2024-05-27 | Auto merge of #125602 - RalfJung:interpret-mir-lifetime, r=oli-obk | bors | -310/+269 |
| 2024-05-27 | Auto merge of #125410 - fmease:adj-lint-diag-api, r=nnethercote | bors | -657/+458 |
| 2024-05-27 | Auto merge of #125468 - BoxyUwU:remove_defid_from_regionparam, r=compiler-errors | bors | -200/+309 |
| 2024-05-27 | interpret: get rid of 'mir lifetime everywhere | Ralf Jung | -267/+231 |
| 2024-05-27 | interpret: the MIR is actually at lifetime 'tcx | Ralf Jung | -51/+46 |
| 2024-05-26 | Use EarlyBinder in rustc_type_ir, simplify imports | Michael Goulet | -27/+23 |
| 2024-05-26 | Uplift EarlyBinder | Michael Goulet | -613/+678 |
| 2024-05-26 | Give EarlyBinder a tcx parameter | Michael Goulet | -110/+129 |
| 2024-05-26 | Rollup merge of #125582 - scottmcm:less-from-usize, r=jieyouxu | Jubilee | -5/+4 |
| 2024-05-26 | Rollup merge of #125469 - compiler-errors:dont-skip-inner-const-body, r=cjgillot | Jubilee | -6/+3 |
| 2024-05-26 | Rollup merge of #125466 - compiler-errors:dont-probe-for-ambig-in-sugg, r=jie... | Jubilee | -2/+9 |
| 2024-05-26 | Rollup merge of #125046 - bjorn3:no_mutable_static_linkage, r=cjgillot | Jubilee | -0/+12 |
| 2024-05-26 | Rollup merge of #124048 - veera-sivarajan:bugfix-123773-c23-variadics, r=comp... | Jubilee | -17/+5 |
| 2024-05-26 | Avoid a `FieldIdx::from_usize` in InstSimplify | Scott McMurray | -5/+4 |
| 2024-05-26 | Rollup merge of #125508 - scottmcm:fix-125506, r=Nilstrieb | Matthias Krüger | -0/+5 |
| 2024-05-26 | Auto merge of #124661 - RalfJung:only-structural-consts-in-patterns, r=pnkfelix | bors | -191/+21 |
| 2024-05-25 | Rollup merge of #125523 - saethlin:ctrlc-timeout, r=bjorn3 | Matthias Krüger | -9/+8 |
| 2024-05-25 | Rollup merge of #124080 - oli-obk:define_opaque_types10, r=compiler-errors | Matthias Krüger | -3/+3 |
| 2024-05-25 | Stop SRoA'ing `DynMetadata` in MIR | Scott McMurray | -0/+5 |
| 2024-05-24 | Add "better" edition handling on lint-docs tool | Santiago Pastorino | -2/+2 |
| 2024-05-25 | cleanup dependence of `ExtCtxt` in transcribe when macro expansion | SparrowLii | -32/+31 |
| 2024-05-24 | Exit the process a short time after entering our ctrl-c handler | Ben Kimock | -9/+8 |
| 2024-05-24 | drop region constraints for ambiguous goals | lcnr | -25/+39 |
| 2024-05-24 | move generics_of call outside of iter | Boxy | -1/+3 |
| 2024-05-24 | Remove `DefId` from `EarlyParamRegion` (clippy/smir) | Boxy | -2/+0 |
| 2024-05-24 | Remove `DefId` from `EarlyParamRegion` (tedium/diagnostics) | Boxy | -155/+264 |
| 2024-05-24 | Remove `DefId` from `EarlyParamRegion` (type system) | Boxy | -44/+38 |
| 2024-05-24 | docs | Boxy | -0/+6 |
| 2024-05-24 | Auto merge of #125479 - scottmcm:validate-vtable-projections, r=Nilstrieb | bors | -0/+9 |
| 2024-05-24 | Auto merge of #125457 - fmease:gacs-diag-infer-plac-missing-ty, r=compiler-er... | bors | -4/+10 |
| 2024-05-23 | Validate the special layout restriction on DynMetadata | Scott McMurray | -0/+9 |
| 2024-05-24 | Auto merge of #125463 - GuillaumeGomez:rollup-287wx4y, r=GuillaumeGomez | bors | -51/+189 |
| 2024-05-23 | Don't skip inner const when looking for body for suggestion | Michael Goulet | -6/+3 |
| 2024-05-23 | Don't continue probing for method if in suggestion and autoderef hits ambiguity | Michael Goulet | -2/+9 |
| 2024-05-24 | Handle trait/impl GAC mismatches when inferring missing/placeholder types | León Orell Valerian Liehr | -1/+2 |
| 2024-05-24 | Properly deal with missing/placeholder types inside GACs | León Orell Valerian Liehr | -4/+9 |
| 2024-05-23 | Rollup merge of #125412 - Urgau:check-cfg-less-build-rs, r=wesleywiser | Guillaume Gomez | -24/+42 |
| 2024-05-23 | Rollup merge of #125345 - durin42:thin-link-bitcode, r=bjorn3 | Guillaume Gomez | -18/+107 |
| 2024-05-23 | Rollup merge of #125263 - lqd:lld-fallback, r=petrochenkov | Guillaume Gomez | -9/+40 |
| 2024-05-23 | Auto merge of #125434 - nnethercote:rm-more-extern-tracing, r=jackh726 | bors | -65/+193 |
| 2024-05-23 | rustc_codegen_gcc: fix changed method signature | Augie Fackler | -1/+1 |