about summary refs log tree commit diff
path: root/tests/ui/resolve
AgeCommit message (Expand)AuthorLines
2025-08-19Rollup merge of #144983 - Oneirical:uncountable-integer, r=jieyouxu许杰友 Jieyou Xu (Joe)-0/+33
2025-08-17Rehome tests/ui/issues/ tests [5/?]Oneirical-0/+33
2025-08-16take attr style into account in attr diagnosticsJana Dönszelmann-1/+1
2025-08-15Rollup merge of #145322 - LorrensP-2158466:early-prelude-processing, r=petroc...Stuart Cook-0/+11
2025-08-14resolve: Add one more test case for "binding is available in a different scop...Vadim Petrochenkov-2/+21
2025-08-14resolve prelude import at `build_reduced_graph` phaseLorrensP-2158466-0/+11
2025-08-13resolve: Split extern prelude into two scopesVadim Petrochenkov-5/+15
2025-08-11Add more docs to templates for attrs with incorrect argumentsEsteban Küber-0/+2
2025-08-08Rollup merge of #144400 - Kivooeo:issue3, r=jieyouxuStuart Cook-0/+115
2025-08-06Print thread ID in panic message if thread name is unknownTrevor Gross-2/+2
2025-08-06Rollup merge of #144552 - Oneirical:uncountable-integer-3, r=jieyouxuJakub Beránek-0/+29
2025-08-05commentsKivooeo-0/+115
2025-08-04Rehome tests/ui/issues/ tests [3/?]Oneirical-0/+29
2025-07-31commentsKivooeo-0/+15
2025-07-19add non-regression test for issue 144168Rémy Rakic-0/+97
2025-07-08Rollup merge of #143177 - xizheyin:143134, r=lcnrTrevor Gross-0/+19
2025-07-06Port `#[path]` to the new attribute parsing infrastructureJonathan Brouwer-1/+12
2025-07-04Rollup merge of #143202 - Kivooeo:tf18, r=tgross35Jubilee-0/+29
2025-07-03Return early when `self` resolve failure because of `let self = ...`xizheyin-5/+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-01cleaned up some testsKivooeo-18/+22
2025-07-01moved test filesKivooeo-0/+25
2025-06-30fix: Emit suggestion filename if primary diagnostic span is dummyScott Schafer-0/+1
2025-06-30cleaned up some testsKivooeo-3/+10
2025-06-28Move some UI tests to more apropriate directoriesTrevor Gross-0/+51
2025-06-12Rollup merge of #142219 - Kivooeo:tf11, r=wesleywiserMatthias Krüger-0/+21
2025-06-12Rollup merge of #142217 - Kivooeo:tf10, r=jieyouxuMatthias Krüger-0/+14
2025-06-11cleaned up some testsKivooeo-0/+21
2025-06-11cleaned up some testsKivooeo-0/+14
2025-06-05Add more missing 2015 edition directivesLukas Wirth-12/+14
2025-06-05Use non-2015 edition paths in tests that do not test for their resolutionLukas Wirth-47/+47
2025-06-02Fix false positive lint error from no_implicit_prelude attryukang-0/+11
2025-06-01Rollup merge of #140370 - WaffleLapkin:unqualified, r=jdonszelmannGuillaume Gomez-4/+11
2025-05-20Add println! test for sugg-field-in-format-string-issue-141136xizheyin-1/+10
2025-05-18Suggest use `"{}", self.x` instead of `{self.x}` when resolve `x` as field of...xizheyin-18/+4
2025-05-18Add test sugg-field-in-format-string-issue-141136xizheyin-0/+60
2025-04-30compiletest: Make diagnostic kind mandatory on line annotationsVadim Petrochenkov-10/+14
2025-04-27bless testsWaffle Lapkin-4/+11
2025-04-25Cleaned up 5 tests in `tests/ui`reddevilmidzy-0/+15
2025-04-14Rollup merge of #139127 - compiler-errors:prim-ty-hack, r=oli-obkMatthias Krüger-0/+26
2025-04-10Rollup merge of #139510 - nnethercote:name-to-ident, r=fee1-deadMatthias Krüger-1/+1
2025-04-10Rename some `name` variables as `ident`.Nicholas Nethercote-1/+1
2025-04-09Auto merge of #139555 - petrochenkov:errkind-ann, r=jieyouxubors-4/+4
2025-04-08UI tests: add missing diagnostic kinds where possibleVadim Petrochenkov-4/+4
2025-04-07compiletest: Stricter parsing for diagnostic kindsVadim Petrochenkov-3/+3
2025-04-03compiletest: Require `//~` annotations even if `error-pattern` is specifiedVadim Petrochenkov-12/+18
2025-04-01Rollup merge of #138790 - xizheyin:issue-138626, r=compiler-errorsMatthias Krüger-0/+11
2025-03-31Rollup merge of #138840 - jyn514:precedence-order, r=wesleywiserMatthias Krüger-0/+152
2025-03-30Fix up partial res of segment in primitive resolution hackMichael Goulet-0/+26