| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-12-17 | Migrate "function cannot return without recursing" diagnostic | TheOddGarlic | -14/+19 |
| 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 |
| 2022-12-13 | Extract shared logic into a new function | Gary Guo | -20/+14 |
| 2022-12-13 | Remove unnecessary recursive call to parent unsafeck | Gary Guo | -3/+0 |
| 2022-12-13 | Ensure valid local_data is set for custom mir building | Gary Guo | -1/+7 |
| 2022-12-13 | Allow unsafe through inline const for THIR unsafety checker | Gary Guo | -12/+25 |
| 2022-12-12 | Rollup merge of #105615 - WaffleLapkin:remove_opt_scope_span_mention, r=compi... | Matthias Krüger | -4/+2 |
| 2022-12-12 | Fixup method doc that mentions removed param | Maybe Waffle | -4/+2 |
| 2022-12-12 | Auto merge of #105160 - nnethercote:rm-Lit-token_lit, r=petrochenkov | bors | -4/+4 |
| 2022-12-11 | Rollup merge of #105537 - kadiwa4:remove_some_imports, r=fee1-dead | Matthias Krüger | -3/+1 |
| 2022-12-10 | compiler: remove unnecessary imports and qualified paths | KaDiWa | -3/+1 |