| Age | Commit message (Expand) | Author | Lines |
| 2023-08-24 | Auto merge of #115012 - Zoxc:thir-check-root, r=cjgillot | bors | -1/+2 |
| 2023-08-20 | give some unwind-related terminators a more clear name | Ralf Jung | -7/+7 |
| 2023-08-20 | Ensure that THIR unsafety check is done before stealing it. Fixes #111520. | John Kåre Alsaker | -1/+2 |
| 2023-08-19 | custom_mir: change Call() terminator syntax to something more readable | Ralf Jung | -10/+9 |
| 2023-08-17 | Revert "Implement references VarDebugInfo." | Camille GILLOT | -4/+0 |
| 2023-08-14 | Move scrutinee `HirId` into `MatchSource::TryDesugar` | Esteban Küber | -2/+2 |
| 2023-08-04 | Rollup merge of #114022 - oli-obk:tait_ice_alias_field_projection, r=cjgillot | Matthias Krüger | -0/+3 |
| 2023-07-28 | Lower generic const items to HIR | León Orell Valerian Liehr | -1/+1 |
| 2023-07-25 | inline format!() args from rustc_codegen_llvm to the end (4) | Matthias Krüger | -18/+12 |
| 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 | -34/+28 |
| 2023-07-14 | Auto merge of #113609 - nnethercote:maybe_lint_level_root_bounded-cache, r=cj... | bors | -12/+71 |
| 2023-07-12 | Re-format let-else per rustfmt update | Mark Rousskov | -20/+16 |
| 2023-07-13 | Add a cache for `maybe_lint_level_root_bounded`. | Nicholas Nethercote | -10/+47 |
| 2023-07-12 | Move `maybe_lint_level_root_bounded`. | Nicholas Nethercote | -3/+24 |
| 2023-07-12 | Shorten some overlong comment lines. | Nicholas Nethercote | -6/+7 |
| 2023-07-07 | Rename `adjustment::PointerCast` and variants using it to `PointerCoercion` | Nilstrieb | -8/+12 |
| 2023-07-05 | Move `TyCtxt::mk_x` to `Ty::new_x` where applicable | Boxy | -14/+16 |
| 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 | Rollup merge of #113093 - WaffleLapkin:become_unuwuable_in_thir, r=Nilstrieb | Matthias Krüger | -2/+15 |
| 2023-06-27 | `thir`: Add `Become` expression kind | Maybe Waffle | -2/+15 |
| 2023-06-27 | Rollup merge of #113039 - matthiaskrgr:custom_mir, r=compiler-errors | Matthias Krüger | -1/+5 |
| 2023-06-27 | Auto merge of #112693 - ericmarkmartin:use-more-placeref, r=spastorino | bors | -15/+4 |
| 2023-06-26 | make custom mir ICE a bit nicer | Matthias Krüger | -1/+5 |
| 2023-06-25 | use PlaceRef abstractions more consistently | Eric Mark Martin | -15/+4 |
| 2023-06-21 | Rollup merge of #112759 - cjgillot:closure-names, r=oli-obk | Nilstrieb | -0/+16 |
| 2023-06-20 | merge `BorrowKind::Unique` into `BorrowKind::Mut` | Ziru Niu | -3/+3 |
| 2023-06-19 | Remove duplicated comment. | Camille GILLOT | -7/+0 |
| 2023-06-19 | Make closure_saved_names_of_captured_variables a query. | Camille GILLOT | -0/+23 |
| 2023-06-18 | Better error for non const `PartialEq` call generated by `match` | Deadbeef | -5/+11 |
| 2023-06-02 | Separate AnonConst from ConstBlock in HIR. | Camille GILLOT | -1/+1 |
| 2023-05-31 | Remove `lit_to_mir_constant` query | Oli Scherer | -2/+1 |
| 2023-05-25 | Remove DesugaringKind::Replace. | Camille GILLOT | -4/+6 |
| 2023-05-25 | Auto merge of #111925 - Manishearth:rollup-z6z6l2v, r=Manishearth | bors | -5/+5 |
| 2023-05-24 | Rollup merge of #111841 - matthewjasper:validate-match-guards, r=compiler-errors | Matthias Krüger | -2/+6 |
| 2023-05-24 | Use `Option::is_some_and` and `Result::is_ok_and` in the compiler | Maybe Waffle | -5/+5 |
| 2023-05-23 | Rollup merge of #111579 - scottmcm:enum-as-signed, r=oli-obk | Dylan DPC | -43/+58 |
| 2023-05-23 | Rollup merge of #111501 - WaffleLapkin:drivebycleanupuwu, r=oli-obk | Dylan DPC | -12/+15 |
| 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-17 | `rustc_mir_build`: drive-by-cleaup: replace nested ifs with a `match` | Maybe Waffle | -6/+9 |
| 2023-05-17 | `rustc_mir_build`: drive-by-cleanup: remove some local mutable state | Maybe Waffle | -6/+6 |
| 2023-05-16 | Erase regions of type in `offset_of!` | clubby789 | -3/+4 |
| 2023-05-16 | Auto merge of #105750 - oli-obk:valtrees, r=lcnr | bors | -10/+39 |
| 2023-05-15 | Always fall back to PartialEq when a constant in a pattern is not recursively... | Oli Scherer | -5/+31 |
| 2023-05-15 | Unnest a variable in prep for the next commit which needs access to the place | Oli Scherer | -5/+8 |
| 2023-05-15 | Add CopyForDeref to custom MIR | Andy Wang | -0/+1 |