about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2024-12-22Rollup merge of #134642 - kpreid:pointerlike-cell, r=compiler-errorsMatthias Krüger-2/+38
2024-12-22Implement `PointerLike` for `isize`, `NonNull`, `Cell`, `UnsafeCell`, and `Sy...Kevin Reid-2/+38
2024-12-22Rollup merge of #134639 - compiler-errors:negative-ambiguity-causes, r=oli-obkMatthias Krüger-0/+41
2024-12-22Rollup merge of #134635 - compiler-errors:dyn-dyn, r=fmeaseMatthias Krüger-0/+43
2024-12-22Rollup merge of #134637 - compiler-errors:fx-test, r=fmeaseMatthias Krüger-90/+0
2024-12-22Rollup merge of #134618 - RalfJung:coroutine-clone-comments, r=lqdMatthias Krüger-8/+10
2024-12-22Rollup merge of #134603 - kpreid:pointerlike-err, r=estebankMatthias Krüger-0/+167
2024-12-22Rollup merge of #134601 - dtolnay:dynstar, r=compiler-errorsMatthias Krüger-3/+7
2024-12-22Rollup merge of #134364 - estebank:derive-docs, r=fmeaseMatthias Krüger-29/+61
2024-12-22Make sure we note ambiguity causes on positive/negative impl conflictsMichael Goulet-0/+41
2024-12-22Flatten effects directory now that it doesn't really test anything specificMichael Goulet-90/+0
2024-12-21Don't ICE on illegal dyn* castsMichael Goulet-0/+43
2024-12-21Use E0665 for missing `#[default]` errorEsteban Küber-29/+61
2024-12-21coroutine_clone: add commentsRalf Jung-8/+10
2024-12-21Rollup merge of #134575 - compiler-errors:drop-lint-coro, r=nikomatsakisJacob Pratt-0/+81
2024-12-21Rollup merge of #133087 - estebank:stmt-misparse, r=chenyukangJacob Pratt-0/+107
2024-12-20Relocate dyn* test out of parenthesis insertion testDavid Tolnay-0/+4
2024-12-20Support pretty-printing dyn* trait objectsDavid Tolnay-3/+3
2024-12-20Explain why a type is not eligible for `impl PointerLike`.Kevin Reid-0/+167
2024-12-21Do not suggest `foo.Bar`Esteban Küber-10/+0
2024-12-21Account for missing `.` in macros to avoid incorrect suggestionEsteban Küber-4/+0
2024-12-21Detect missing `.` in method chain in let bindings and statementsEsteban Küber-0/+121
2024-12-21Rollup merge of #134586 - Urgau:fn-ptr-lint-option, r=compiler-errorsMatthias Krüger-0/+30
2024-12-21Rollup merge of #134539 - estebank:restrict-non_exhaustive, r=jieyouxuMatthias Krüger-0/+41
2024-12-21Rollup merge of #134524 - adetaylor:getref, r=compiler-errorsMatthias Krüger-0/+41
2024-12-21Rollup merge of #134509 - adetaylor:niche-deshadowing-tests, r=wesleywiserMatthias Krüger-0/+63
2024-12-20Also lint on option of function pointer comparisonsUrgau-0/+30
2024-12-20Rollup merge of #134573 - lukas-code:unimpl-dyn-pointerlike, r=compiler-errorsMatthias Krüger-35/+168
2024-12-20Handle DropKind::ForLint in coroutines correctlyMichael Goulet-0/+81
2024-12-20Restrict `#[non_exaustive]` on structs with default field valuesEsteban Küber-0/+41
2024-12-20unimplement `PointerLike` for trait objectsLukas Markeffsky-0/+62
2024-12-20split up `#[rustc_deny_explicit_impl]` attributeLukas Markeffsky-35/+106
2024-12-20Rollup merge of #134366 - harrisonkaiser:no-break-space, r=davidtwcoDianQK-0/+24
2024-12-20Arbitrary self types v2: no deshadow pre feature.Adrian Taylor-0/+41
2024-12-19Rollup merge of #134506 - oli-obk:push-mrrulszyuslt, r=jieyouxuMatthias Krüger-0/+18
2024-12-19Rollup merge of #134487 - ehuss:reference-coverage, r=compiler-errorsMatthias Krüger-67/+75
2024-12-19Arbitrary self types v2: niche deshadowing testAdrian Taylor-0/+63
2024-12-19Auto merge of #134499 - jieyouxu:rollup-zmaveur, r=jieyouxubors-11/+15
2024-12-19Remove a duplicated check that doesn't do anything anymore.Oli Scherer-0/+18
2024-12-19Rollup merge of #134474 - oli-obk:push-yomnkntvzlxw, r=compiler-errors许杰友 Jieyou Xu (Joe)-11/+15
2024-12-19Auto merge of #133961 - lcnr:borrowck-cleanup, r=jackh726bors-0/+36
2024-12-18Rollup merge of #134481 - estebank:unstable-lint-span, r=compiler-errorsJacob Pratt-30/+30
2024-12-18Rollup merge of #134418 - jieyouxu:ui-cleanup-3, r=compiler-errorsJacob Pratt-20/+45
2024-12-18Rollup merge of #133643 - lcnr:merge-candidates, r=compiler-errorsJacob Pratt-17/+48
2024-12-18Rollup merge of #132056 - weiznich:diagnostic_do_not_recommend_final_tests, r...Jacob Pratt-141/+263
2024-12-18Add reference annotations for the `coverage` attributeEric Huss-67/+75
2024-12-18Point at lint name instead of whole attr for gated lintsEsteban Küber-30/+30
2024-12-18Forbid overwriting types in typeckOli Scherer-11/+15
2024-12-18resolve FIXMElcnr-5/+0
2024-12-18add testslcnr-0/+45