| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-01-04 | rename get_parent_node to parent_id | Michael Goulet | -6/+6 |
| 2023-01-03 | Don't trim path for `unsafe_op_in_unsafe_fn` lints | Léo Lanteri Thauvin | -10/+13 |
| 2022-12-24 | Rollup merge of #105975 - jeremystucki:rustc-remove-needless-lifetimes, r=eholk | Matthias Krüger | -22/+19 |
| 2022-12-22 | Fix the issue number in comment for as_local_call_operand | Tomasz Miąsko | -1/+1 |
| 2022-12-22 | Rollup merge of #106012 - JakobDegen:retag-raw, r=RalfJung | Matthias Krüger | -3/+0 |
| 2022-12-21 | Clarify that raw retags are not permitted in Mir | Jakob Degen | -3/+0 |
| 2022-12-20 | rustc: Remove needless lifetimes | Jeremy Stucki | -22/+19 |
| 2022-12-20 | Some style nits | Oli Scherer | -3/+3 |
| 2022-12-20 | Auto merge of #105880 - Nilstrieb:make-newtypes-less-not-rust, r=oli-obk | bors | -2/+2 |
| 2022-12-19 | Revert "Auto merge of #103880 - b-naber:field-ty-mir, r=lcnr" | Rémy Rakic | -309/+83 |
| 2022-12-18 | Rollup merge of #105873 - matthiaskrgr:clippy_fmt, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2022-12-18 | A few small cleanups for `newtype_index` | Nilstrieb | -2/+2 |
| 2022-12-18 | Rollup merge of #105875 - matthiaskrgr:needless_borrowed_reference, r=oli-obk | Matthias Krüger | -9/+8 |
| 2022-12-18 | don't restuct references just to reborrow | Matthias Krüger | -9/+8 |
| 2022-12-18 | avoid .into() conversion to identical types | Matthias Krüger | -1/+1 |
| 2022-12-18 | use &str / String literals instead of format!() | Matthias Krüger | -1/+1 |
| 2022-12-18 | Auto merge of #104417 - mejrs:mir_build, r=davidtwco | bors | -291/+888 |
| 2022-12-17 | Rollup merge of #105814 - JakobDegen:custom-mir-terms, r=oli-obk | Matthias Krüger | -0/+49 |
| 2022-12-17 | Try to fix ICE | mejrs | -1/+5 |
| 2022-12-17 | Remove (eager) | mejrs | -1/+1 |
| 2022-12-17 | Resolve various merge conflicts | mejrs | -128/+127 |
| 2022-12-17 | Migrate multiple mut borrows diagnostic | TheOddGarlic | -7/+41 |
| 2022-12-17 | Migrate borrow of moved value diagnostic | TheOddGarlic | -17/+23 |
| 2022-12-17 | Migrate irrefutable let pattern diagnostics | TheOddGarlic | -57/+53 |
| 2022-12-17 | Migrate pattern bindings with variant name lint | TheOddGarlic | -23/+20 |
| 2022-12-17 | Migrate leading/trailing irrefutable let pattern diagnostics | TheOddGarlic | -25/+26 |
| 2022-12-17 | Migrate lower range bound diagnostics | TheOddGarlic | -24/+22 |
| 2022-12-17 | Migrate "could not evaluate const pattern" diagnostic | TheOddGarlic | -3/+10 |
| 2022-12-17 | Migrate "constant pattern depends on generic parameter" diagnostic | TheOddGarlic | -3/+11 |
| 2022-12-17 | Migrate unreachable pattern diagnostic | TheOddGarlic | -8/+15 |
| 2022-12-17 | Migrate pattern inlining error diagnostics | TheOddGarlic | -13/+33 |
| 2022-12-17 | Migrate "non-exhaustive patterns: type is non-empty" diagnostic | TheOddGarlic | -7/+105 |
| 2022-12-17 | Migrate "unused unsafe" lint | TheOddGarlic | -12/+37 |
| 2022-12-17 | Migrate "requires unsafe" diagnostics | TheOddGarlic | -95/+321 |
| 2022-12-17 | Migrate "unsafe_op_in_unsafe_fn" lints | TheOddGarlic | -14/+180 |