| Age | Commit message (Expand) | Author | Lines |
| 2023-07-03 | Auto merge of #108611 - davidtwco:issue-94223-external-abi-fn-ptr-in-internal... | bors | -1/+178 |
| 2023-07-03 | Rollup merge of #113286 - fmease:iat-dont-select-if-not-enabled, r=compiler-e... | Guillaume Gomez | -41/+90 |
| 2023-07-03 | lint/ctypes: check other types for ext. fn-ptr ty | David Wood | -1/+127 |
| 2023-07-03 | lint/ctypes: multiple external fn-ptrs in ty | David Wood | -1/+23 |
| 2023-07-03 | abi: avoid ice for non-ffi-safe fn ptrs | David Wood | -0/+8 |
| 2023-07-03 | lint/ctypes: ext. abi fn-ptr in internal abi fn | David Wood | -1/+22 |
| 2023-07-03 | Don't perform selection if IATs are not enabled | León Orell Valerian Liehr | -41/+90 |
| 2023-07-03 | update tests | lcnr | -191/+366 |
| 2023-07-02 | Rollup merge of #113231 - Urgau:fix_false_positive_drop_copy, r=Nilstrieb | Matthias Krüger | -0/+38 |
| 2023-07-02 | Auto merge of #112910 - lqd:mcp510, r=petrochenkov | bors | -5/+9 |
| 2023-07-01 | Fix dropping_copy_types lint from linting in match-arm with side-effects | Urgau | -0/+38 |
| 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 | bless test with new linker flavors | Rémy Rakic | -1/+1 |
| 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 | -299/+147 |
| 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 | 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 | -0/+12 |
| 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-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 |