| Age | Commit message (Expand) | Author | Lines |
| 2023-04-16 | use matches! macro in more places | Matthias Krüger | -4/+2 |
| 2023-04-10 | Fix typos in compiler | DaniPopes | -8/+8 |
| 2023-04-06 | Auto merge of #108504 - cjgillot:thir-pattern, r=compiler-errors,Nilstrieb | bors | -449/+386 |
| 2023-04-03 | Rename hir_id to lint_root. | Camille GILLOT | -10/+18 |
| 2023-04-03 | Only emit lint on refutable patterns. | Camille GILLOT | -8/+10 |
| 2023-04-03 | Expand parameters. | Camille GILLOT | -6/+10 |
| 2023-04-03 | Remove redundant field. | Camille GILLOT | -9/+4 |
| 2023-04-03 | Reinstate confusion note. | Camille GILLOT | -17/+25 |
| 2023-04-03 | Cleanup PatCtxt. | Camille GILLOT | -73/+23 |
| 2023-04-03 | Perform match checking on THIR. | Camille GILLOT | -382/+340 |
| 2023-04-03 | Add Span to StmtKind::Let. | Camille GILLOT | -0/+7 |
| 2023-04-03 | Shrink binding span. | Camille GILLOT | -8/+17 |
| 2023-04-03 | Make check_match take a LocalDefId. | Camille GILLOT | -7/+3 |
| 2023-04-02 | Fix `non_exhaustive_omitted_patterns` lint span | clubby789 | -20/+23 |
| 2023-04-01 | Fix `non_exhaustive_omitted_patterns` on arguments | clubby789 | -0/+3 |
| 2023-03-30 | Update `ty::VariantDef` to use `IndexVec<FieldIdx, FieldDef>` | Scott McMurray | -4/+4 |
| 2023-03-28 | Move `mir::Field` → `abi::FieldIdx` | Scott McMurray | -18/+20 |
| 2023-03-25 | Refactor: `VariantIdx::from_u32(0)` -> `FIRST_VARIANT` | Scott McMurray | -6/+6 |
| 2023-03-22 | Rollup merge of #109378 - MU001999:master, r=scottmcm | Matthias Krüger | -1/+1 |
| 2023-03-21 | remove some trait solver helpers | lcnr | -9/+7 |
| 2023-03-20 | Remove Ty::is_region_ptr | Mu42 | -1/+1 |
| 2023-03-14 | Remove box expressions from HIR | clubby789 | -1/+0 |
| 2023-03-05 | Auto merge of #108351 - petrochenkov:rmdit, r=cjgillot | bors | -1/+1 |
| 2023-03-04 | Auto merge of #108692 - nnethercote:dont-call-temporary_scope-twice, r=cjgillot | bors | -4/+2 |
| 2023-03-03 | Don't call `temporary_scope` twice. | Nicholas Nethercote | -4/+2 |
| 2023-03-02 | rustc_middle: Remove trait `DefIdTree` | Vadim Petrochenkov | -1/+1 |
| 2023-03-02 | Rollup merge of #108516 - clubby789:rustc-box-restrict, r=compiler-errors | Matthias Krüger | -1/+31 |
| 2023-03-02 | Restrict `#[rustc_box]` to `Box::new` calls | clubby789 | -1/+31 |
| 2023-02-27 | Auto merge of #108487 - cjgillot:no-typeck-mir, r=oli-obk | bors | -4/+26 |
| 2023-02-27 | Auto merge of #108493 - cjgillot:thir-print, r=compiler-errors | bors | -20/+893 |
| 2023-02-26 | Move THIR printing to rustc_mir_build. | Camille GILLOT | -20/+893 |
| 2023-02-26 | Access upvars through a query. | Camille GILLOT | -2/+3 |
| 2023-02-26 | Store the body type in THIR. | Camille GILLOT | -2/+23 |
| 2023-02-25 | Add ErrorGuaranteed to HIR ExprKind::Err | Michael Goulet | -1/+1 |
| 2023-02-24 | Rename many interner functions. | Nicholas Nethercote | -4/+3 |
| 2023-02-17 | Replace more `mk_foo` calls with `infer_foo`. | Nicholas Nethercote | -3/+3 |
| 2023-02-16 | remove bound_type_of query; make type_of return EarlyBinder; change type_of i... | Kyle Matsuda | -1/+1 |
| 2023-02-16 | Auto merge of #108127 - matthiaskrgr:rollup-kpzfc6j, r=matthiaskrgr | bors | -10/+4 |
| 2023-02-16 | Replace some `then`s with some `then_some`s | Maybe Waffle | -1/+1 |
| 2023-02-16 | `if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)` | Maybe Waffle | -10/+4 |
| 2023-02-15 | Add specialized variants of `mk_region`. | Nicholas Nethercote | -1/+1 |
| 2023-02-14 | s/eval_usize/eval_target_usize/ for clarity | Oli Scherer | -4/+6 |
| 2023-01-29 | Rollup merge of #107006 - b-naber:thir-tree, r=jackh726 | Matthias Krüger | -0/+10 |
| 2023-01-28 | Remove `HirId -> LocalDefId` map from HIR. | Camille GILLOT | -3/+1 |
| 2023-01-26 | previous thir unpretty output through thir-flat | b-naber | -0/+7 |
| 2023-01-26 | Auto merge of #107328 - matthiaskrgr:rollup-lfqwo0o, r=matthiaskrgr | bors | -40/+37 |
| 2023-01-26 | Rollup merge of #106978 - mejrs:mir_build3, r=davidtwco | Matthias Krüger | -40/+37 |
| 2023-01-26 | Auto merge of #106745 - m-ou-se:format-args-ast, r=oli-obk | bors | -3/+3 |
| 2023-01-26 | output tree representation for thir-tree | b-naber | -1/+4 |
| 2023-01-23 | fix: use LocalDefId instead of HirId in trait res | Vincenzo Palazzo | -1/+3 |