| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -9/+9 |
| 2023-01-17 | tidy | Waffle Maybe | -17/+16 |
| 2023-01-17 | Don't call closures immediately, use `try{}` blocks | Maybe Waffle | -27/+23 |
| 2023-01-14 | suggest fix for attempted integer identifier in patterns | Ezra Shaw | -4/+31 |
| 2023-01-11 | Rollup merge of #106097 - mejrs:mir_build2, r=oli-obk | Michael Goulet | -319/+361 |
| 2023-01-12 | Expand format_args!() in rust_ast_lowering. | Mara Bos | -3/+3 |
| 2023-01-11 | Translate `Overlap` eagerly | mejrs | -10/+18 |
| 2023-01-11 | Some cleanup, oops | mejrs | -5/+0 |
| 2023-01-11 | Don't recommend `if let` if `let else` works | mejrs | -48/+17 |
| 2023-01-11 | Migrate pattern matching | mejrs | -185/+246 |
| 2023-01-11 | Migrate usefulness.rs | mejrs | -4/+35 |
| 2023-01-11 | Migrate deconstruct_pat.rs | mejrs | -21/+34 |
| 2023-01-11 | Translate const_to_pat.rs | mejrs | -138/+103 |
| 2023-01-11 | Detect out of bounds range pattern value | Esteban Küber | -6/+72 |
| 2023-01-04 | Rollup merge of #106403 - compiler-errors:rename-hir-methods, r=cjgillot | Michael Goulet | -6/+6 |