| Age | Commit message (Expand) | Author | Lines |
| 2023-10-31 | Enums in offset_of: update based on est31, scottmcm & llogiq review | George Bateman | -24/+12 |
| 2023-10-31 | Support enum variants in offset_of! | George Bateman | -11/+22 |
| 2023-10-25 | Refactor away the need for some `descr` methods. | Oli Scherer | -1/+1 |
| 2023-10-25 | Rename `AsyncCoroutineKind` to `CoroutineSource` | Oli Scherer | -2/+2 |
| 2023-10-20 | Rename `CoroutineKind::Gen` to `::Coroutine` | Oli Scherer | -1/+1 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -15/+15 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -17/+17 |
| 2023-10-16 | Rename `ACTIVE_FEATURES` as `UNSTABLE_FEATURES`. | Nicholas Nethercote | -1/+1 |
| 2023-10-15 | Auto merge of #116688 - compiler-errors:rustfmt-up, r=WaffleLapkin,Nilstrieb | bors | -14/+14 |
| 2023-10-14 | Auto merge of #116015 - EvanMerlock:master, r=oli-obk | bors | -15/+23 |
| 2023-10-13 | Format all the let chains in compiler | Michael Goulet | -14/+14 |
| 2023-10-06 | Auto merge of #114811 - estebank:impl-ambiguity, r=wesleywiser | bors | -1/+1 |
| 2023-10-04 | Remove mir::LocalDecl::internal. | Camille GILLOT | -1/+1 |
| 2023-10-04 | Reorder fullfillment errors to keep more interesting ones first | Esteban Küber | -1/+1 |
| 2023-10-03 | Auto merge of #115025 - ouz-a:ouz_testing, r=lcnr | bors | -3/+35 |
| 2023-10-02 | change is_subtype to relate_types | ouz-a | -4/+13 |
| 2023-10-02 | Add docs, remove code, change subtyper code | ouz-a | -24/+19 |
| 2023-10-02 | subtyping_projections | ouz-a | -1/+29 |
| 2023-10-01 | Auto merge of #115670 - Zoxc:outline-panic-macro-1, r=Mark-Simulacrum | bors | -3/+3 |
| 2023-09-28 | Add a mir validation check to prevent OpaqueCast after analysis passes finish | Oli Scherer | -0/+8 |
| 2023-09-26 | subst -> instantiate | lcnr | -2/+2 |
| 2023-09-22 | fix(const_eval): correctly check const type for function pointers | Evan Merlock | -15/+23 |
| 2023-09-21 | Rollup merge of #115972 - RalfJung:const-consistency, r=oli-obk | Guillaume Gomez | -14/+14 |
| 2023-09-21 | Prevent promotion of const fn calls in inline consts | Oli Scherer | -2/+2 |
| 2023-09-21 | rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const | Ralf Jung | -14/+14 |
| 2023-09-20 | the Const::eval_bits methods don't need to be given the Ty | Ralf Jung | -1/+1 |
| 2023-09-08 | Partially outline code inside the panic! macro | John Kåre Alsaker | -3/+3 |
| 2023-09-05 | Refactor how MIR represents composite debuginfo. | Camille GILLOT | -32/+26 |
| 2023-08-28 | Rollup merge of #115164 - RalfJung:no-in-place-packed, r=b-naber | Matthias Krüger | -3/+28 |
| 2023-08-24 | when terminating during unwinding, show the reason why | Ralf Jung | -7/+16 |
| 2023-08-24 | MIR validation: reject in-place argument/return for packed fields | Ralf Jung | -3/+28 |
| 2023-08-20 | give some unwind-related terminators a more clear name | Ralf Jung | -11/+11 |
| 2023-08-18 | Add missing instantiation of generator ty in validator | Gary Guo | -1/+1 |
| 2023-08-18 | Add MIR validation for unwind out from nounwind functions | Gary Guo | -7/+41 |
| 2023-08-17 | Revert "Implement references VarDebugInfo." | Camille GILLOT | -6/+0 |
| 2023-08-16 | Make TerminatorEdge plural. | Camille GILLOT | -2/+2 |
| 2023-08-16 | Allow apply_terminator_effect to customize edges. | Camille GILLOT | -5/+8 |
| 2023-08-14 | Remove constness from `ImplSource::Param` | Deadbeef | -3/+2 |
| 2023-08-06 | lower impl const to bind to host effect param | Deadbeef | -11/+7 |
| 2023-08-02 | Remove constness from `TraitPredicate` | Deadbeef | -3/+3 |
| 2023-08-01 | Use upvar_tys in more places, make it a list | Michael Goulet | -2/+3 |
| 2023-07-27 | Remove `constness` from `ParamEnv` | Deadbeef | -18/+28 |
| 2023-07-25 | inline format!() args from rustc_codegen_llvm to the end (4) | Matthias Krüger | -39/+30 |
| 2023-07-25 | Make everything builtin! | Michael Goulet | -3/+6 |
| 2023-07-21 | Reuse MIR validator for inliner. | Camille GILLOT | -1/+1 |
| 2023-07-21 | Make type validation buffer errors. | Camille GILLOT | -25/+24 |
| 2023-07-21 | Separate CFG validation from type validation. | Camille GILLOT | -181/+297 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -51/+50 |
| 2023-07-12 | Re-format let-else per rustfmt update | Mark Rousskov | -14/+16 |
| 2023-07-07 | Rename `adjustment::PointerCast` and variants using it to `PointerCoercion` | Nilstrieb | -9/+9 |