| Age | Commit message (Expand) | Author | Lines |
| 2022-12-20 | Remove wrapper functions for some unstable options | Nilstrieb | -40/+10 |
| 2022-12-20 | Auto merge of #105880 - Nilstrieb:make-newtypes-less-not-rust, r=oli-obk | bors | -268/+182 |
| 2022-12-20 | Auto merge of #105575 - compiler-errors:impl-wf-lint, r=oli-obk | bors | -14/+147 |
| 2022-12-20 | Auto merge of #105918 - matthiaskrgr:rollup-mmazd62, r=matthiaskrgr | bors | -40/+134 |
| 2022-12-19 | Auto merge of #105905 - lqd:revert-103880, r=jackh726 | bors | -357/+99 |
| 2022-12-19 | Rollup merge of #105915 - andrewpollack:revert-105250-async-rm-resumety, r=tm... | Matthias Krüger | -38/+25 |
| 2022-12-19 | Rollup merge of #105860 - Ezrashaw:add-long-errors-0460-0457, r=jruderman,Gui... | Matthias Krüger | -2/+109 |
| 2022-12-19 | Revert "Replace usage of `ResumeTy` in async lowering with `Context`" | Andrew Pollack | -38/+25 |
| 2022-12-19 | Auto merge of #103600 - compiler-errors:early-binder-nits, r=spastorino | bors | -45/+27 |
| 2022-12-19 | Make fast-path for implied wf lint better | Michael Goulet | -71/+92 |
| 2022-12-19 | Downgrade IMPLIED_BOUNDS_ENTAILMENT to warn by default, add it to builtin lin... | Michael Goulet | -4/+5 |
| 2022-12-19 | Add IMPLIED_BOUNDS_ENTAILMENT lint | Michael Goulet | -7/+118 |
| 2022-12-19 | Revert "Auto merge of #103880 - b-naber:field-ty-mir, r=lcnr" | Rémy Rakic | -357/+99 |
| 2022-12-19 | more markdown list formatting | Ezra Shaw | -3/+3 |
| 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 | A few small cleanups for `newtype_index` | Nilstrieb | -115/+68 |
| 2022-12-18 | Make `#[debug_format]` an attribute in `newtype_index` | Nilstrieb | -92/+64 |
| 2022-12-18 | Make `#[max]` an attribute in `newtype_index` | Nilstrieb | -17/+21 |
| 2022-12-18 | Make `#[no_ord_impl]` an attribute in `newtype_index` | Nilstrieb | -9/+5 |
| 2022-12-18 | Make `#[custom_encodable]` an attribute for `newtype_index` | Nilstrieb | -18/+19 |
| 2022-12-19 | docs: add long-form error-code docs for E0457 | Ezra Shaw | -1/+37 |
| 2022-12-19 | docs: add long-form error-code docs for E0460 | Ezra Shaw | -1/+72 |
| 2022-12-18 | Use `#[derive]` instead of custom syntax in all `newtype_index` | Nilstrieb | -26/+14 |
| 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 |