| Age | Commit message (Expand) | Author | Lines |
| 2023-01-23 | Rollup merge of #107203 - chenyukang:yukang/fix-106496-remove-deref, r=compil... | Dylan DPC | -5/+128 |
| 2023-01-23 | Rollup merge of #107108 - sulami:issue-83968-doc-alias-typo-suggestions, r=co... | Dylan DPC | -0/+23 |
| 2023-01-23 | Rollup merge of #104926 - spastorino:calculate_diverging_fallback-cleanups, r... | Dylan DPC | -8/+1 |
| 2023-01-23 | Consider doc(alias) when providing typo suggestions | Robin Schroer | -0/+23 |
| 2023-01-23 | Fix #106496, suggest remove deref for type mismatch | yukang | -5/+128 |
| 2023-01-22 | fn-trait-closure test now pass on new solver | Santiago Pastorino | -8/+1 |
| 2023-01-22 | Rollup merge of #107152 - GuillaumeGomez:migrate-to-css-var, r=notriddle | Matthias Krüger | -0/+36 |
| 2023-01-22 | Rollup merge of #107111 - chenyukang:yukang/fix-107090-fluent-parameters, r=p... | Matthias Krüger | -0/+204 |
| 2023-01-22 | Auto merge of #107185 - compiler-errors:rollup-wkomjma, r=compiler-errors | bors | -0/+394 |
| 2023-01-21 | Rollup merge of #106935 - TaKO8Ki:fix-104440, r=cjgillot | Michael Goulet | -0/+128 |
| 2023-01-21 | Rollup merge of #106578 - compiler-errors:recursive-opaque-closure, r=TaKO8Ki | Michael Goulet | -0/+46 |
| 2023-01-21 | Rollup merge of #103418 - Aaron1011:macro-semicolon-future-incompat, r=davidtwco | Michael Goulet | -0/+220 |
| 2023-01-22 | Auto merge of #107133 - pnkfelix:revert-pr-84022-for-issue-106337, r=Mark-Sim... | bors | -36/+100 |
| 2023-01-21 | Add `SEMICOLON_IN_EXPRESSIONS_FROM_MACROS` to future-incompat report | Aaron Hill | -0/+220 |
| 2023-01-21 | Auto merge of #105924 - TimNN:ui-remap, r=Mark-Simulacrum | bors | -53/+49 |
| 2023-01-21 | Extend rustdoc GUI test for scraped examples top and bottom "borders" | Guillaume Gomez | -0/+36 |
| 2023-01-21 | Auto merge of #106884 - clubby789:fieldless-enum-debug, r=michaelwoerister | bors | -5/+6 |
| 2023-01-21 | Label closure captures/generator locals that make opaque types recursive | Michael Goulet | -0/+46 |
| 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 | Revert "Make PROC_MACRO_DERIVE_RESOLUTION_FALLBACK a hard error" | Felix S. Klock II | -36/+100 |
| 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 #107067 - tmiasko:custom-mir-storage-statements, r=oli-obk | Matthias Krüger | -5/+9 |
| 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-20 | Auto merge of #107083 - GuillaumeGomez:revert-104889, r=notriddle | bors | -77/+7 |
| 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 | Revert "Add regression test for impl blocks in const expr" | Guillaume Gomez | -43/+0 |
| 2023-01-19 | Revert "Update newly failing UI tests" | Guillaume Gomez | -34/+7 |
| 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 | Special case `derive(Debug)` for fieldless enums | clubby789 | -5/+6 |
| 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 |