| Age | Commit message (Expand) | Author | Lines |
| 2022-12-19 | Rollup merge of #105882 - compiler-errors:issue-105832, r=jackh726 | Dylan DPC | -5/+3 |
| 2022-12-19 | Rollup merge of #105864 - matthiaskrgr:compl, r=Nilstrieb | Dylan DPC | -54/+26 |
| 2022-12-19 | Rollup merge of #105839 - LegionMammal978:mut-upvar-not-send, r=lcnr | Dylan DPC | -17/+22 |
| 2022-12-19 | Auto merge of #105883 - matthiaskrgr:rollup-v5n53t1, r=matthiaskrgr | bors | -154/+92 |
| 2022-12-19 | clippy::complexity fixes | Matthias Krüger | -54/+26 |
| 2022-12-18 | Rollup merge of #105879 - Nilstrieb:revert-hir-arena, r=oli-obk | Matthias Krüger | -38/+21 |
| 2022-12-18 | Rollup merge of #105873 - matthiaskrgr:clippy_fmt, r=Nilstrieb | Matthias Krüger | -55/+37 |
| 2022-12-18 | Rollup merge of #105869 - matthiaskrgr:clone_on_copy, r=compiler-errors | Matthias Krüger | -16/+16 |
| 2022-12-18 | Rollup merge of #105867 - matthiaskrgr:rec_param, r=compiler-errors | Matthias Krüger | -44/+10 |
| 2022-12-18 | Rollup merge of #105842 - compiler-errors:arg-name-sugg, r=petrochenkov | Matthias Krüger | -1/+8 |
| 2022-12-18 | Auto merge of #105446 - erikdesjardins:vt-size, r=nikic | bors | -3/+24 |
| 2022-12-18 | Don't ICE in closure arg borrow suggestion | Michael Goulet | -5/+3 |
| 2022-12-18 | Revert "Introduce lowering_arena to avoid creating AST nodes on the fly" | Nilstrieb | -38/+21 |
| 2022-12-18 | Rollup merge of #105875 - matthiaskrgr:needless_borrowed_reference, r=oli-obk | Matthias Krüger | -42/+41 |
| 2022-12-18 | Rollup merge of #105870 - matthiaskrgr:useless_conv, r=oli-obk | Matthias Krüger | -27/+17 |
| 2022-12-18 | Rollup merge of #105854 - matthiaskrgr:rmclone, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2022-12-18 | Rollup merge of #105420 - tmiasko:dest-prop-dead-code, r=JakobDegen | Matthias Krüger | -0/+7 |
| 2022-12-18 | don't restuct references just to reborrow | Matthias Krüger | -42/+41 |
| 2022-12-18 | avoid .into() conversion to identical types | Matthias Krüger | -27/+17 |
| 2022-12-18 | use &str / String literals instead of format!() | Matthias Krüger | -55/+37 |
| 2022-12-18 | remove redundant fn params that were only "used" in recursion | Matthias Krüger | -44/+10 |
| 2022-12-18 | don't clone Copy types | Matthias Krüger | -16/+16 |
| 2022-12-18 | Auto merge of #104417 - mejrs:mir_build, r=davidtwco | bors | -291/+1191 |
| 2022-12-18 | remove redundant clone | Matthias Krüger | -1/+1 |
| 2022-12-17 | Rollup merge of #105814 - JakobDegen:custom-mir-terms, r=oli-obk | Matthias Krüger | -0/+49 |
| 2022-12-17 | Rollup merge of #105792 - Ezrashaw:add-e0320-long-docs, r=GuillaumeGomez | Matthias Krüger | -1/+28 |
| 2022-12-17 | print argument name in arg mismatch if possible | Michael Goulet | -1/+8 |
| 2022-12-17 | Suggest a `T: Send` bound for `&mut T` upvars in `Send` generators | Matthew House | -17/+22 |
| 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 | -130/+129 |
| 2022-12-17 | Migrate multiple mut borrows diagnostic | TheOddGarlic | -7/+47 |
| 2022-12-17 | Migrate borrow of moved value diagnostic | TheOddGarlic | -17/+29 |
| 2022-12-17 | Migrate irrefutable let pattern diagnostics | TheOddGarlic | -57/+103 |
| 2022-12-17 | Migrate pattern bindings with variant name lint | TheOddGarlic | -23/+24 |
| 2022-12-17 | Migrate leading/trailing irrefutable let pattern diagnostics | TheOddGarlic | -25/+52 |
| 2022-12-17 | Migrate lower range bound diagnostics | TheOddGarlic | -24/+29 |
| 2022-12-17 | Migrate "could not evaluate const pattern" diagnostic | TheOddGarlic | -3/+12 |
| 2022-12-17 | Migrate "constant pattern depends on generic parameter" diagnostic | TheOddGarlic | -3/+14 |
| 2022-12-17 | Migrate unreachable pattern diagnostic | TheOddGarlic | -8/+19 |
| 2022-12-17 | Migrate pattern inlining error diagnostics | TheOddGarlic | -13/+41 |
| 2022-12-17 | Migrate "non-exhaustive patterns: type is non-empty" diagnostic | TheOddGarlic | -7/+113 |
| 2022-12-17 | Migrate "unused unsafe" lint | TheOddGarlic | -12/+43 |
| 2022-12-17 | Migrate "requires unsafe" diagnostics | TheOddGarlic | -95/+431 |
| 2022-12-17 | Migrate "unsafe_op_in_unsafe_fn" lints | TheOddGarlic | -14/+236 |
| 2022-12-17 | Migrate "function cannot return without recursing" diagnostic | TheOddGarlic | -14/+26 |
| 2022-12-17 | Auto merge of #105800 - lqd:dylib-thinlto, r=bjorn3 | bors | -1/+1 |
| 2022-12-17 | Auto merge of #105421 - jacobbramley:jb/branch-prot-check, r=nagisa | bors | -15/+20 |
| 2022-12-17 | Rollup merge of #105770 - oli-obk:deref_all_the_things, r=compiler-errors | Matthias Krüger | -16/+16 |
| 2022-12-16 | Support call and drop terminators in custom mir | Jakob Degen | -0/+49 |