| Age | Commit message (Expand) | Author | Lines |
| 2023-01-20 | Rollup merge of #107061 - compiler-errors:new-solver-new-candidates-3, r=lcnr | Michael Goulet | -0/+64 |
| 2023-01-20 | Rollup merge of #104347 - notriddle:notriddle/import-macro-from-self-fixup, r... | Michael Goulet | -0/+104 |
| 2023-01-20 | Rollup merge of #104154 - timrobertsdev:deny-by-default-bindings_with_variant... | Michael Goulet | -62/+53 |
| 2023-01-20 | diagnostics: add `};` only if `{` was added too | Michael Howell | -0/+55 |
| 2023-01-20 | diagnostics: suggest changing `s@self::{macro}@::macro` for exported | Michael Howell | -0/+49 |
| 2023-01-20 | Auto merge of #105102 - compiler-errors:copy-impl-considering-regions, r=lcnr | bors | -25/+70 |
| 2023-01-20 | Auto merge of #107106 - matthiaskrgr:rollup-g7r1ep0, r=matthiaskrgr | bors | -76/+177 |
| 2023-01-20 | Change `bindings_with_variant_name` to deny-by-default | --global | -62/+53 |
| 2023-01-20 | Rollup merge of #106928 - bvanjoi:print-keyword-raw-identifier, r=petrochenkov | Matthias Krüger | -5/+36 |
| 2023-01-20 | Rollup merge of #106891 - estebank:issue-45727, r=petrochenkov | Matthias Krüger | -39/+101 |
| 2023-01-20 | Rollup merge of #106738 - compiler-errors:known-bugs-oops, r=jackh726 | Matthias Krüger | -32/+19 |
| 2023-01-20 | Rollup merge of #106699 - eholk:await-chains-drop-tracking, r=wesleywiser | Matthias Krüger | -0/+21 |
| 2023-01-20 | Rollup merge of #107076 - megakorre:106419_add_test_case, r=compiler-errors | Matthias Krüger | -0/+12 |
| 2023-01-20 | Rollup merge of #107058 - clubby789:eqeq-homoglyph, r=wesleywiser | Matthias Krüger | -1/+15 |
| 2023-01-20 | Rollup merge of #106973 - oli-obk:tait_ice_closure_in_impl_header, r=lcnr | Matthias Krüger | -2/+38 |
| 2023-01-20 | Rollup merge of #106783 - WaffleLapkin:break-my-ident, r=wesleywiser | Matthias Krüger | -0/+39 |
| 2023-01-19 | Fix known-bug, silence ICE stderr | Michael Goulet | -32/+19 |
| 2023-01-19 | Tweak "borrow closure argument" suggestion | Esteban Küber | -39/+101 |
| 2023-01-19 | Auto merge of #107038 - compiler-errors:dont-wfcheck-non-local-rpit, r=oli-obk | bors | -0/+26 |
| 2023-01-20 | add raw identifier for keyword in suggestion | bohan | -5/+36 |
| 2023-01-19 | trait solver: Implement Fn traits and tuple trait | Michael Goulet | -0/+28 |
| 2023-01-19 | trait solver: PointerSized | Michael Goulet | -0/+36 |
| 2023-01-19 | Add test | Michael Goulet | -0/+26 |
| 2023-01-19 | Added UI test case for issue #106419 | Patrik Kårlin | -0/+12 |
| 2023-01-19 | Auto merge of #106910 - aliemjay:alias-ty-in-regionck, r=oli-obk | bors | -0/+18 |
| 2023-01-19 | add test for ICE fix | Ali MJ Al-Nasrawy | -0/+18 |
| 2023-01-19 | Don't treat closures from other crates as local | Oli Scherer | -2/+38 |
| 2023-01-19 | Rollup merge of #106931 - Ezrashaw:docs-e0208, r=compiler-errors | Guillaume Gomez | -41/+48 |
| 2023-01-19 | Rollup merge of #106927 - Ezrashaw:e0606-make-machine-applicable, r=estebank | Guillaume Gomez | -16/+35 |
| 2023-01-19 | Add double-equals homoglyph | clubby789 | -1/+15 |
| 2023-01-19 | Auto merge of #107052 - compiler-errors:rollup-vxr22g5, r=compiler-errors | bors | -0/+66 |
| 2023-01-18 | Rollup merge of #106917 - compiler-errors:const-closure-foreign, r=tmiasko | Michael Goulet | -0/+16 |
| 2023-01-18 | Rollup merge of #106753 - compiler-errors:rpitit-not-suggestable, r=spastorino | Michael Goulet | -0/+50 |
| 2023-01-18 | Auto merge of #107041 - Nilstrieb:back-to-being-clueless-whether-it-really-is... | bors | -21/+30 |
| 2023-01-18 | Revert "Improve heuristics whether `format_args` string is a source literal" | Nilstrieb | -21/+30 |
| 2023-01-18 | Auto merge of #106503 - cjgillot:remap-nofilter, r=oli-obk | bors | -0/+39 |
| 2023-01-18 | remove error code from `#[rustc_variance]` and document its remains | Ezra Shaw | -41/+48 |
| 2023-01-18 | Rollup merge of #106873 - BoxyUwU:ty_const_formatting, r=compiler-errors | Matthias Krüger | -49/+94 |
| 2023-01-18 | Rollup merge of #106747 - yanchen4791:issue-105507-fix, r=estebank | Matthias Krüger | -0/+130 |
| 2023-01-18 | i am free | Boxy | -5/+5 |
| 2023-01-18 | actually print out non local anon consts | Boxy | -2/+2 |
| 2023-01-18 | test for non local anon const printing | Boxy | -0/+36 |
| 2023-01-18 | defer array len printing to const arg printing | Boxy | -46/+55 |
| 2023-01-18 | special case removing `&` suggestion | Ezra Shaw | -6/+19 |
| 2023-01-17 | Add 'static lifetime suggestion when GAT implied 'static requirement from HRTB | yanchen4791 | -0/+130 |
| 2023-01-17 | Rollup merge of #106980 - Nilstrieb:_use_mk_manual_debug_impl_instead, r=lcnr | Matthias Krüger | -1/+1 |
| 2023-01-17 | Rollup merge of #106784 - lyming2007:issue-106695-fix, r=WaffleLapkin | Matthias Krüger | -26/+5 |
| 2023-01-17 | delay E0512 as a bug by checking the references_error | Yiming Lei | -26/+5 |
| 2023-01-17 | Rollup merge of #106962 - compiler-errors:use-sugg-span, r=oli-obk | Dylan DPC | -38/+38 |
| 2023-01-17 | Rollup merge of #106148 - chenyukang:yukang/fix-105061-unused, r=lcnr | Dylan DPC | -0/+159 |