| Age | Commit message (Expand) | Author | Lines |
| 2023-03-07 | Rollup merge of #108855 - cbeuw:mir-cast, r=tmiasko | Yuki Okushi | -1/+8 |
| 2023-03-07 | Custom MIR: Support as casts | Andy Wang | -1/+8 |
| 2023-03-05 | Auto merge of #108351 - petrochenkov:rmdit, r=cjgillot | bors | -1/+1 |
| 2023-03-05 | Auto merge of #107844 - Zeegomo:no-drop-and-rep, r=cjgillot | bors | -8/+26 |
| 2023-03-04 | Auto merge of #108692 - nnethercote:dont-call-temporary_scope-twice, r=cjgillot | bors | -4/+2 |
| 2023-03-03 | Desugars drop and replace at MIR build | Giacomo Pasini | -8/+26 |
| 2023-03-03 | Match end user facing unmatched backticks in compiler/ | est31 | -1/+1 |
| 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/+56 |
| 2023-03-02 | Restrict `#[rustc_box]` to `Box::new` calls | clubby789 | -1/+56 |
| 2023-03-01 | Rollup merge of #108550 - clubby789:remove-disjoint, r=compiler-errors | Matthias Krüger | -6/+5 |
| 2023-02-28 | Remove the `capture_disjoint_fields` feature | clubby789 | -6/+5 |
| 2023-02-27 | Auto merge of #108487 - cjgillot:no-typeck-mir, r=oli-obk | bors | -111/+105 |
| 2023-02-27 | Auto merge of #108493 - cjgillot:thir-print, r=compiler-errors | bors | -22/+895 |
| 2023-02-26 | Move THIR printing to rustc_mir_build. | Camille GILLOT | -22/+895 |
| 2023-02-26 | Access upvars through a query. | Camille GILLOT | -77/+74 |
| 2023-02-26 | Store the body type in THIR. | Camille GILLOT | -34/+31 |
| 2023-02-25 | Add ErrorGuaranteed to HIR ExprKind::Err | Michael Goulet | -1/+1 |
| 2023-02-24 | Rename many interner functions. | Nicholas Nethercote | -13/+12 |
| 2023-02-23 | Auto merge of #108369 - compiler-errors:ty-error-more, r=BoxyUwU | bors | -1/+1 |
| 2023-02-23 | Rollup merge of #108350 - compiler-errors:assoc-type-bound-dogfooding, r=oli-obk | Matthias Krüger | -1/+1 |
| 2023-02-22 | Rename ty_error_with_guaranteed to ty_error, ty_error to ty_error_misc | Michael Goulet | -1/+1 |
| 2023-02-22 | Use ty_error_with_guaranteed in many more places | Michael Goulet | -1/+1 |
| 2023-02-22 | Auto merge of #108340 - eggyal:remove_traversal_trait_aliases, r=oli-obk | bors | -2/+2 |
| 2023-02-22 | Remove type-traversal trait aliases | Alan Egerton | -2/+2 |
| 2023-02-22 | errors: generate typed identifiers in each crate | David Wood | -19/+401 |
| 2023-02-21 | Associated type bounds in some places in the compiler | Michael Goulet | -1/+1 |
| 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 | -2/+2 |
| 2023-02-16 | change usages of type_of to bound_type_of | Kyle Matsuda | -1/+1 |
| 2023-02-16 | Auto merge of #108127 - matthiaskrgr:rollup-kpzfc6j, r=matthiaskrgr | bors | -17/+8 |
| 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 | -17/+8 |
| 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 | -6/+8 |
| 2023-02-06 | remove unused imports | klensy | -1/+0 |
| 2023-02-02 | Put a DefId in AggregateKind. | Camille GILLOT | -2/+6 |
| 2023-01-30 | Use `Mutability::{is_mut, is_not}` | Maybe Waffle | -1/+1 |
| 2023-01-29 | Rollup merge of #107006 - b-naber:thir-tree, r=jackh726 | Matthias Krüger | -0/+15 |
| 2023-01-28 | Remove `HirId -> LocalDefId` map from HIR. | Camille GILLOT | -3/+1 |
| 2023-01-27 | Restrict amount of ignored locals. | Camille GILLOT | -0/+1 |
| 2023-01-27 | Separate witness type computation from the generator transform. | Camille GILLOT | -2/+3 |
| 2023-01-26 | change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB... | Kyle Matsuda | -3/+1 |
| 2023-01-26 | replace usages of fn_sig query with bound_fn_sig | Kyle Matsuda | -1/+3 |
| 2023-01-26 | previous thir unpretty output through thir-flat | b-naber | -0/+8 |
| 2023-01-26 | Auto merge of #107328 - matthiaskrgr:rollup-lfqwo0o, r=matthiaskrgr | bors | -53/+88 |
| 2023-01-26 | Rollup merge of #107322 - JakobDegen:custom-mir, r=tmiasko | Matthias Krüger | -0/+14 |
| 2023-01-26 | Rollup merge of #106978 - mejrs:mir_build3, r=davidtwco | Matthias Krüger | -53/+74 |
| 2023-01-26 | Auto merge of #106745 - m-ou-se:format-args-ast, r=oli-obk | bors | -3/+3 |