| Age | Commit message (Expand) | Author | Lines |
| 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/+889 |
| 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 |
| 2022-12-17 | Migrate "function cannot return without recursing" diagnostic | TheOddGarlic | -14/+20 |
| 2022-12-16 | Support call and drop terminators in custom mir | Jakob Degen | -0/+49 |
| 2022-12-16 | Auto merge of #103880 - b-naber:field-ty-mir, r=lcnr | bors | -83/+309 |
| 2022-12-15 | Auto merge of #105356 - JakobDegen:more-custom-mir, r=oli-obk | bors | -9/+109 |
| 2022-12-14 | address review | b-naber | -90/+52 |
| 2022-12-14 | Remove one more usage of `mk_substs_trait` | Oli Scherer | -1/+1 |
| 2022-12-14 | Let `mk_fn_def` take an iterator instead to simplify some call sites | Oli Scherer | -2/+0 |
| 2022-12-14 | Support more projections in custom mir | Jakob Degen | -6/+37 |
| 2022-12-14 | Support common enum operations in custom mir | Jakob Degen | -3/+72 |
| 2022-12-14 | Auto merge of #104986 - compiler-errors:opaques, r=oli-obk | bors | -3/+5 |
| 2022-12-13 | Rollup merge of #105476 - estebank:moves-n-borrows, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2022-12-13 | Rollup merge of #105147 - nbdd0121:inline_const_unsafe, r=oli-obk | Matthias Krüger | -16/+26 |
| 2022-12-13 | Do not suggest borrowing binding in pattern in let else | Esteban Küber | -1/+1 |
| 2022-12-13 | Combine projection and opaque into alias | Michael Goulet | -3/+5 |