| Age | Commit message (Expand) | Author | Lines |
| 2023-12-10 | remove redundant imports | surechen | -2/+0 |
| 2023-12-02 | Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`. | Nicholas Nethercote | -3/+3 |
| 2023-11-21 | Fix `clippy::needless_borrow` in the compiler | Nilstrieb | -2/+2 |
| 2023-11-12 | interpret: simplify handling of shifts by no longer trying to handle signed a... | Ralf Jung | -4/+5 |
| 2023-11-08 | rename `BorrowKind::Shallow` to `Fake` | lcnr | -1/+1 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -4/+4 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -2/+2 |
| 2023-10-13 | Format all the let chains in compiler | Michael Goulet | -42/+57 |
| 2023-10-05 | Auto merge of #116427 - cjgillot:no-internal, r=oli-obk | bors | -3/+1 |
| 2023-10-05 | Rollup merge of #116223 - catandcoder:master, r=cjgillot | Jubilee | -1/+1 |
| 2023-10-04 | Remove mir::LocalDecl::internal. | Camille GILLOT | -3/+1 |
| 2023-10-04 | Fix misuses of a vs an | cui fliter | -1/+1 |
| 2023-10-02 | subtyping_projections | ouz-a | -1/+2 |
| 2023-09-21 | Rollup merge of #115972 - RalfJung:const-consistency, r=oli-obk | Guillaume Gomez | -41/+49 |
| 2023-09-21 | rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const | Ralf Jung | -41/+49 |
| 2023-09-19 | adjust constValue::Slice to work for arbitrary slice types | Ralf Jung | -3/+3 |
| 2023-09-19 | move ConstValue into mir | Ralf Jung | -3/+1 |
| 2023-08-30 | use if only on lhs of binary logical exprs | Ding Xiang Fei | -16/+18 |
| 2023-08-30 | lower bare boolean expression with if-construct | Ding Xiang Fei | -39/+29 |
| 2023-08-14 | Move scrutinee `HirId` into `MatchSource::TryDesugar` | Esteban Küber | -1/+1 |
| 2023-08-04 | Rollup merge of #114022 - oli-obk:tait_ice_alias_field_projection, r=cjgillot | Matthias Krüger | -0/+3 |
| 2023-07-25 | inline format!() args from rustc_codegen_llvm to the end (4) | Matthias Krüger | -2/+1 |
| 2023-07-24 | Perform OpaqueCast field projection on HIR, too. | Oli Scherer | -0/+3 |
| 2023-07-19 | Make it clearer that edition functions are >=, not == | Michael Goulet | -1/+1 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -17/+13 |
| 2023-07-12 | Re-format let-else per rustfmt update | Mark Rousskov | -9/+3 |
| 2023-07-07 | Rename `adjustment::PointerCast` and variants using it to `PointerCoercion` | Nilstrieb | -5/+5 |
| 2023-07-05 | Move `TyCtxt::mk_x` to `Ty::new_x` where applicable | Boxy | -4/+4 |
| 2023-07-04 | Replace `const_error` methods with `Const::new_error` | Boxy | -1/+1 |
| 2023-07-04 | Replace `mk_const` with `Const::new_x` methods | Boxy | -1/+1 |
| 2023-06-27 | `thir`: Add `Become` expression kind | Maybe Waffle | -2/+15 |
| 2023-06-27 | Auto merge of #112693 - ericmarkmartin:use-more-placeref, r=spastorino | bors | -15/+4 |
| 2023-06-25 | use PlaceRef abstractions more consistently | Eric Mark Martin | -15/+4 |
| 2023-06-20 | merge `BorrowKind::Unique` into `BorrowKind::Mut` | Ziru Niu | -3/+3 |
| 2023-06-18 | Better error for non const `PartialEq` call generated by `match` | Deadbeef | -2/+6 |
| 2023-05-31 | Remove `lit_to_mir_constant` query | Oli Scherer | -1/+1 |
| 2023-05-25 | Remove DesugaringKind::Replace. | Camille GILLOT | -0/+1 |
| 2023-05-24 | Rollup merge of #111841 - matthewjasper:validate-match-guards, r=compiler-errors | Matthias Krüger | -2/+6 |
| 2023-05-23 | Rollup merge of #111579 - scottmcm:enum-as-signed, r=oli-obk | Dylan DPC | -43/+58 |
| 2023-05-22 | Run AST validation on match guards correctly | Matthew Jasper | -2/+6 |
| 2023-05-20 | don't skip inference for type in `offset_of!` | Lukas Markeffsky | -4/+3 |
| 2023-05-18 | Also assume wrap-around discriminants in `as` MIR building | Scott McMurray | -43/+58 |
| 2023-05-16 | Erase regions of type in `offset_of!` | clubby789 | -3/+4 |
| 2023-05-14 | Rename const error methods for consistency | Michael Goulet | -1/+1 |
| 2023-05-02 | update and add a few tests | Deadbeef | -0/+6 |
| 2023-04-24 | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | -1/+1 |
| 2023-04-22 | Auto merge of #106934 - DrMeepster:offset_of, r=WaffleLapkin | bors | -2/+9 |
| 2023-04-21 | minor tweaks | DrMeepster | -2/+2 |
| 2023-04-21 | intern offsetof fields | DrMeepster | -2/+2 |
| 2023-04-21 | offset_of | DrMeepster | -4/+11 |