| Age | Commit message (Expand) | Author | Lines |
| 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/+25 |
| 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-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 |
| 2023-01-26 | Custom mir: Add support for some remaining, easy to support constructs | Jakob Degen | -0/+14 |
| 2023-01-26 | output tree representation for thir-tree | b-naber | -1/+8 |
| 2023-01-26 | Rollup merge of #107085 - tmiasko:custom-mir-operators, r=oli-obk | Matthias Krüger | -0/+6 |
| 2023-01-23 | fix: use LocalDefId instead of HirId in trait res | Vincenzo Palazzo | -1/+3 |
| 2023-01-20 | Auto merge of #107105 - matthiaskrgr:rollup-rkz9t7r, r=matthiaskrgr | bors | -0/+6 |
| 2023-01-20 | Auto merge of #106090 - WaffleLapkin:dereffffffffff, r=Nilstrieb | bors | -26/+21 |
| 2023-01-19 | Custom MIR: Support binary and unary operations | Tomasz Miąsko | -0/+6 |
| 2023-01-19 | Custom MIR: Support storage statements | Tomasz Miąsko | -0/+6 |
| 2023-01-18 | Also remove `#![feature(control_flow_enum)]` where possible | Scott McMurray | -1/+0 |
| 2023-01-17 | Stop using `BREAK` & `CONTINUE` in compiler | Scott McMurray | -3/+3 |
| 2023-01-17 | Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726 | Matthias Krüger | -9/+9 |
| 2023-01-17 | Migrate mir_build's borrow conflicts | mejrs | -53/+74 |