| Age | Commit message (Expand) | Author | Lines |
| 2023-03-21 | remove some trait solver helpers | lcnr | -11/+9 |
| 2023-03-20 | Use builtin_index instead of match | Andy Wang | -5/+2 |
| 2023-03-20 | Support aggregate expressions | Andy Wang | -0/+25 |
| 2023-03-20 | Remove Ty::is_region_ptr | Mu42 | -1/+1 |
| 2023-03-18 | address review comments | Joshua Nelson | -24/+46 |
| 2023-03-17 | Rollup merge of #108958 - clubby789:unbox-the-hir, r=compiler-errors | Matthias Krüger | -1/+0 |
| 2023-03-16 | Auto merge of #108944 - cjgillot:clear-local-info, r=oli-obk | bors | -47/+45 |
| 2023-03-15 | Auto merge of #108282 - cjgillot:mir-checked-sh, r=tmiasko | bors | -22/+63 |
| 2023-03-14 | Make is_block_tail a variant of LocalInfo. | Camille GILLOT | -18/+18 |
| 2023-03-14 | Wrap the whole LocalInfo in ClearCrossCrate. | Camille GILLOT | -37/+35 |
| 2023-03-14 | Remove box expressions from HIR | clubby789 | -1/+0 |
| 2023-03-12 | Auto merge of #108820 - cjgillot:ensure-on-disk, r=oli-obk | bors | -7/+4 |
| 2023-03-12 | Rollup merge of #108726 - est31:backticks_matchmaking_tidy, r=Nilstrieb | Matthias Krüger | -0/+1 |
| 2023-03-11 | Make the check for cache opt-in. | Camille GILLOT | -4/+4 |
| 2023-03-11 | Use ensure for thir_abstract_const. | Camille GILLOT | -5/+2 |
| 2023-03-11 | Simplify message paths | est31 | -1/+1 |
| 2023-03-11 | Address the new odd backticks tidy lint in compiler/ | est31 | -0/+1 |
| 2023-03-10 | Rollup merge of #108902 - lcnr:do-while-sus, r=davidtwco,Nilstrieb | Matthias Krüger | -5/+3 |
| 2023-03-09 | Introduce a no-op PlaceMention statement for `let _ =`. | Camille GILLOT | -0/+18 |
| 2023-03-09 | no more do while | lcnr | -5/+3 |
| 2023-03-08 | Rollup merge of #108856 - Zeegomo:remove-drop-and-rep, r=tmiasko | Matthias Krüger | -12/+1 |
| 2023-03-07 | Rollup merge of #108855 - cbeuw:mir-cast, r=tmiasko | Yuki Okushi | -1/+8 |
| 2023-03-07 | Remove DropAndReplace terminator | Giacomo Pasini | -12/+1 |
| 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 | Implement checked Shl/Shr at MIR building. | Camille GILLOT | -22/+63 |
| 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 |