about summary refs log tree commit diff
path: root/tests/ui/imports
AgeCommit message (Expand)AuthorLines
2025-07-10chore: Improve how the other suggestions message gets renderedScott Schafer-1/+1
2025-07-10Rollup merge of #143011 - LorrensP-2158466:warn-ambiguity-into-error, r=petro...Trevor Gross-115/+508
2025-07-09fix aux-build failuresLorrensP-2158466-30/+50
2025-06-29Rollup merge of #142214 - Kivooeo:tf9, r=jieyouxuGuillaume Gomez-0/+28
2025-06-28cleaned up some testsKivooeo-0/+28
2025-06-25Add edition checks for some tests that had divergent outputEsteban Küber-1/+17
2025-06-25update ui/import testsLorrensP-2158466-124/+497
2025-06-24Rollup merge of #142805 - estebank:underscore-import, r=compiler-errorsMatthias Krüger-2/+12
2025-06-24Emit a single error when importing a path with `_`Esteban Küber-9/+2
2025-06-23compiletest: Improve diagnostics for line annotation mismatchesVadim Petrochenkov-1/+1
2025-06-20Make some `use _` tests multi-editionEsteban Küber-3/+20
2025-06-08cleaned up some testsKivooeo-0/+10
2025-06-04Rollup merge of #141888 - ferrocene:lw/decouple-tests-from-2015, r=compiler-e...Matthias Krüger-124/+125
2025-06-03Use non-2015 edition paths in tests that do not test for their resolutionLukas Wirth-124/+125
2025-06-02Add missing 2015 edition directivesLukas Wirth-0/+1
2025-05-29Use `cfg_attr` AST placeholder AST `cfg_attr_trace` for diagnosticsEsteban Küber-1/+6
2025-05-17Use `crate::` prefix for root macro suggestionsbohan-5/+50
2025-05-07Rollup merge of #140614 - yuk1ty:fix-invalid-module-name-visibility, r=davidtwcoGuillaume Gomez-1/+1
2025-05-03Correct warning message in restricted visibilityyuk1ty-1/+1
2025-05-02resolve: Support imports of associated types and glob imports from traitsVadim Petrochenkov-10/+1
2025-04-30compiletest: Make diagnostic kind mandatory on line annotationsVadim Petrochenkov-26/+34
2025-04-10replace `//@ compile-flags: --edition` with `//@ edition`Pietro Albini-7/+9
2025-04-08UI tests: add missing diagnostic kinds where possibleVadim Petrochenkov-8/+8
2025-04-03compiletest: Require `//~` annotations even if `error-pattern` is specifiedVadim Petrochenkov-16/+8
2025-03-22Note potential but private items in show_candidatesxizheyin-0/+54
2025-02-28Remove `NtPath`.Nicholas Nethercote-3/+3
2025-02-21Trim suggestion part before generating highlightsMichael Goulet-6/+6
2025-02-21More sophisticated span trimmingMichael Goulet-33/+20
2025-02-14Trim suggestion parts to the subset that is purely additiveMichael Goulet-4/+4
2025-02-14Consider add-prefix replacements tooMichael Goulet-6/+4
2025-02-14Use underline suggestions for purely 'additive' replacementsMichael Goulet-6/+4
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-53/+83
2025-01-25Auto merge of #133154 - estebank:issue-133137, r=wesleywiserbors-55/+55
2025-01-24Reword "crate not found" resolve messageEsteban Küber-55/+55
2025-01-23tests: use `needs-subprocess` instead of `ignore-{wasm32,emscripten,sgx}`许杰友 Jieyou Xu (Joe)-1/+1
2025-01-16Implement `use` associated items of traitsFrank King-6/+19
2024-11-26tests: remove `//@ pretty-expanded` usages许杰友 Jieyou Xu (Joe)-8/+0
2024-11-03use backticks instead of single quotes when reporting "use of unstable librar...dianne-2/+2
2024-08-20skip updating when external binding is existedbohan-10/+165
2024-08-01Do not underline suggestions for code that is already thereEsteban Küber-4/+0
2024-07-31Rollup merge of #123813 - compiler-errors:redundant-lint, r=petrochenkovMatthias Krüger-23/+125
2024-07-31Introduce REDUNDANT_IMPORTS lintMichael Goulet-23/+125
2024-07-29Structured suggestion for `extern crate foo` when `foo` isn't resolved in importEsteban Küber-24/+93
2024-07-24Do not use question as labelEsteban Küber-29/+31
2024-07-18Accurate `use` rename suggestion spanEsteban Küber-22/+22
2024-07-04Fix import suggestion iceyukang-1/+120
2024-07-01Fix import suggestion error when failed not from startingyukang-0/+34
2024-06-20Fix `...` in multline code-skips in suggestionsEsteban Küber-1/+1
2024-06-17mark undetermined if target binding in current ns is not gotbohan-0/+85
2024-06-13Tweak output of import suggestionsEsteban Küber-11/+9