about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2025-07-05cleaned up some testsKivooeo-68/+126
2025-07-05cleaned up some testsKivooeo-55/+70
2025-07-05Use relative visibility when noting sealed trait to reduce false positivexizheyin-3/+2
2025-07-05cleaned up some testsKivooeo-22/+36
2025-07-05moved & deleted testsKivooeo-17/+0
2025-07-05cleaned up some testsKivooeo-108/+168
2025-07-05moved testsKivooeo-0/+0
2025-07-04Port `#[non_exhaustive]` to the new attribute parsing infrastructureJonathan Brouwer-21/+28
2025-07-04Fix pretty printing of placeholder typesMichael Goulet-21/+22
2025-07-04Remove Symbol for Named LateParam/Bound variantsMichael Goulet-12/+12
2025-07-04Add a regression test for ld64dianqk-0/+24
2025-07-04Rollup merge of #143308 - compiler-errors:no-pointer-like, r=oli-obkMatthias Krüger-38/+0
2025-07-04Rollup merge of #143286 - Muscraft:track-diagnostics-note, r=WaffleLapkinMatthias Krüger-19/+37
2025-07-04Add test false-sealed-traits-note.rsxizheyin-0/+34
2025-07-04treat box patterns as deref patterns in THIR and usefulness analysisdianne-15/+27
2025-07-04Auto merge of #143237 - JonathanBrouwer:no_implicit_prelude_parser, r=jdonsze...bors-18/+21
2025-07-03mbe: Gracefully handle macro rules that end after `=>`Josh Triplett-0/+78
2025-07-04Rollup merge of #143307 - compiler-errors:fast-path-nitpicks, r=lcnrJacob Pratt-0/+23
2025-07-03Remove PointerLike traitMichael Goulet-38/+0
2025-07-03gai: remove typo from test file, and add a reference idTshepang Mbambo-0/+1
2025-07-03Port `#[no_implicit_prelude]` to the new attribute parsing infrastructureJonathan Brouwer-18/+21
2025-07-03Rework logic and provide structured suggestionEsteban Küber-3/+64
2025-07-03Return early when `self` resolve failure because of `let self = ...`xizheyin-7/+2
2025-07-03Add ui test resolve/false-self-in-macro-issue-143134.rsxizheyin-0/+22
2025-07-03move `tests/ui/resolve/suggest*` to `tests/ui/resolve/suggestions/`xizheyin-0/+0
2025-07-03refactor: Make -Ztrack-diagnostics emit like a noteScott Schafer-19/+37
2025-07-03Rollup merge of #143329 - folkertdev:minicore-diagnostic-on-unimplemented, r=...Jana Dönszelmann-20/+39
2025-07-03Rollup merge of #143038 - Qelxiros:142676-private-dependency-traits, r=tgross35Jana Dönszelmann-0/+78
2025-07-03Rollup merge of #142876 - JonathanBrouwer:target_feature_parser, r=oli-obkJana Dönszelmann-112/+153
2025-07-03Rollup merge of #134006 - klensy:typos, r=nnethercoteJana Dönszelmann-10/+10
2025-07-03minicore: use core's `diagnostic::on_unimplemented` messagesFolkert de Vries-20/+39
2025-07-03setup CI and tidy to use typos for spellchecking and fix few typosklensy-10/+10
2025-07-03Port `#[target_feature]` to the new attribute parsing infrastructureJonathan Brouwer-112/+153
2025-07-03Rollup merge of #143273 - 1c3t3a:enum-check-negative, r=SparrowLiiMatthias Krüger-0/+67
2025-07-02avoid suggesting traits from private dependenciesJeremy Smart-23/+14
2025-07-02Auto merge of #143338 - matthiaskrgr:rollup-ykaxh04, r=matthiaskrgrbors-208/+681
2025-07-02Auto merge of #143337 - matthiaskrgr:rollup-lqwhe0i, r=matthiaskrgrbors-1/+19
2025-07-02awhile -> a while where appropriateнаб-1/+1
2025-07-02Rollup merge of #143276 - folkertdev:loop-match-opaque-pattern, r=NadrierilMatthias Krüger-135/+220
2025-07-02Rollup merge of #143235 - compiler-errors:const-item-bound, r=oli-obkMatthias Krüger-0/+19
2025-07-02Rollup merge of #143070 - joshtriplett:macro-rules-parse, r=petrochenkovMatthias Krüger-10/+12
2025-07-02Rollup merge of #142964 - GrigorenkoPV:attributes/argless, r=oli-obkMatthias Krüger-8/+8
2025-07-02Rollup merge of #142237 - benschulz:unused-parens-fn, r=fee1-deadMatthias Krüger-55/+422
2025-07-02Rollup merge of #143231 - xizheyin:143152, r=fee1-deadMatthias Krüger-0/+18
2025-07-02Rollup merge of #142321 - ostylk:fix/ppc64_abi, r=workingjubileeMatthias Krüger-1/+1
2025-07-02Auto merge of #143214 - camsteffen:remove-let-chains-feature, r=est31bors-1186/+1033
2025-07-02Make the enum check work for negative discriminantsBastian Kersting-0/+67
2025-07-02Move crashes tests.Camille GILLOT-0/+71
2025-07-02Auto merge of #142974 - cuviper:stage0-bump, r=Mark-Simulacrumbors-1/+1
2025-07-02Consider polarity in sizedness fast pathMichael Goulet-0/+23