| Age | Commit message (Expand) | Author | Lines |
| 2023-07-02 | Auto merge of #112910 - lqd:mcp510, r=petrochenkov | bors | -5/+21 |
| 2023-07-01 | Rollup merge of #113182 - compiler-errors:rpit-stricter-captures, r=oli-obk | Matthias Krüger | -24/+167 |
| 2023-07-01 | Rollup merge of #113174 - chenyukang:yukang-fix-102972-loop-next, r=compiler-... | Matthias Krüger | -0/+49 |
| 2023-07-01 | Rollup merge of #113168 - bvanjoi:fix-85992, r=petrochenkov | Matthias Krüger | -0/+27 |
| 2023-07-01 | Auto merge of #111992 - ferrocene:pa-panic-abort-tests-bench, r=m-ou-se | bors | -4/+14 |
| 2023-07-01 | fix(resolve): skip assertion judgment when `NonModule` is dummy | bohan | -0/+27 |
| 2023-06-30 | comment, and bless, unstable linker flavor test | Rémy Rakic | -4/+8 |
| 2023-06-30 | add end-to-end test | Rémy Rakic | -0/+12 |
| 2023-06-30 | bless test with new linker flavors | Rémy Rakic | -1/+1 |
| 2023-06-30 | Improve search-result-display.goml test | Guillaume Gomez | -4/+5 |
| 2023-06-30 | Better messages for next in a iterator inside for loops | yukang | -0/+49 |
| 2023-06-30 | Rollup merge of #113177 - estebank:hrlt-sugg, r=compiler-errors | Matthias Krüger | -61/+150 |
| 2023-06-30 | Rollup merge of #113171 - spastorino:new-rpitit-25, r=compiler-errors | Matthias Krüger | -0/+19 |
| 2023-06-30 | Rollup merge of #113165 - compiler-errors:rpitits-foreign-bounds, r=spastorino | Matthias Krüger | -0/+4 |
| 2023-06-30 | Rollup merge of #113071 - compiler-errors:no-parent-non-lifetime-args-in-apit... | Matthias Krüger | -9/+31 |
| 2023-06-30 | Rollup merge of #111403 - y21:suggest-slice-swap, r=compiler-errors | Matthias Krüger | -0/+1 |
| 2023-06-30 | Auto merge of #113162 - matthiaskrgr:rollup-fct3wj7, r=matthiaskrgr | bors | -625/+276 |
| 2023-06-30 | Adapt tests from #105258 | Michael Goulet | -6/+151 |
| 2023-06-30 | Flip the order of binder instantiation for better diagnostics | Michael Goulet | -13/+7 |
| 2023-06-30 | Error for RPITIT hidden tys that capture more than their trait defn | Michael Goulet | -17/+21 |
| 2023-06-29 | Properly implement variances_of for RPITIT GAT | Santiago Pastorino | -0/+19 |
| 2023-06-30 | Use structured suggestion when telling user about `for<'a>` | Esteban Küber | -61/+150 |
| 2023-06-29 | Auto merge of #112682 - spastorino:new-rpitit-21, r=compiler-errors | bors | -0/+4 |
| 2023-06-29 | Add bidirectional where clauses on RPITIT synthesized GATs | Santiago Pastorino | -0/+4 |
| 2023-06-29 | add `slice::swap` suggestion | y21 | -0/+1 |
| 2023-06-29 | Encode item bounds for DefKind::ImplTraitPlaceholder | Michael Goulet | -0/+4 |
| 2023-06-29 | Auto merge of #113108 - compiler-errors:normalize-opaques-with-late-bound-var... | bors | -0/+91 |
| 2023-06-29 | Rollup merge of #113161 - Bryanskiy:err_msg, r=petrochenkov | Matthias Krüger | -106/+116 |
| 2023-06-29 | Rollup merge of #112300 - Zalathar:run-coverage, r=wesleywiser | Matthias Krüger | -326/+129 |
| 2023-06-29 | Fix type privacy lints error message | Bryanskiy | -106/+116 |
| 2023-06-29 | resolve: Remove artificial import ambiguity errors | Vadim Petrochenkov | -193/+31 |
| 2023-06-29 | Auto merge of #113134 - TaKO8Ki:rollup-4hvqzf6, r=TaKO8Ki | bors | -11/+49 |
| 2023-06-29 | Rollup merge of #113137 - lukas-code:no-moving-references, r=compiler-errors | Matthias Krüger | -0/+27 |
| 2023-06-29 | Rollup merge of #112929 - oli-obk:what_if_an_impl_item_just_doesnt_wanna_be_i... | Matthias Krüger | -0/+182 |
| 2023-06-29 | Rollup merge of #112670 - petrochenkov:typriv, r=eholk | Matthias Krüger | -32/+140 |
| 2023-06-28 | Auto merge of #112629 - compiler-errors:atb-imply, r=jackh726 | bors | -0/+58 |
| 2023-06-28 | don't suggest `move` for borrows that aren't closures | Lukas Markeffsky | -0/+27 |
| 2023-06-29 | Rollup merge of #113107 - mj10021:issue-113012-fix, r=oli-obk | Takayuki Maeda | -0/+12 |
| 2023-06-29 | Rollup merge of #113100 - GuillaumeGomez:search-result-long-name, r=notriddle | Takayuki Maeda | -11/+37 |
| 2023-06-28 | Rollup merge of #113094 - GuillaumeGomez:fix-invalid-div-tag-in-head, r=notri... | Dylan DPC | -1/+1 |
| 2023-06-28 | Rollup merge of #113019 - ericmarkmartin:warning-for-guard-non-exhaustion, r=... | Dylan DPC | -22/+54 |
| 2023-06-28 | Rollup merge of #112867 - compiler-errors:more-impl-source-nits, r=lcnr | Dylan DPC | -0/+1 |
| 2023-06-28 | Rollup merge of #111571 - jhpratt:proc-macro-span, r=m-ou-se | Dylan DPC | -23/+7 |
| 2023-06-28 | remove FIXME and add test | James Dietz | -0/+12 |
| 2023-06-28 | Auto merge of #112708 - flip1995:clippy-freezing-pc-with-ice, r=oli-obk | bors | -0/+42 |
| 2023-06-28 | Update GUI tests | Guillaume Gomez | -11/+37 |
| 2023-06-28 | add comment back | Eric Mark Martin | -1/+2 |
| 2023-06-28 | add note for non-exhaustive matches with guards | Eric Mark Martin | -24/+55 |
| 2023-06-28 | Auto merge of #111269 - clubby789:validate-fluent-variables, r=davidtwco | bors | -2/+42 |
| 2023-06-28 | Remove the old `coverage-reports` and `coverage` directories | Zalathar | -264/+1 |