summaryrefslogtreecommitdiff
path: root/tests/ui/imports
AgeCommit message (Expand)Author
2024-07-18Accurate `use` rename suggestion spanEsteban Küber
2024-07-04Fix import suggestion iceyukang
2024-07-01Fix import suggestion error when failed not from startingyukang
2024-06-20Fix `...` in multline code-skips in suggestionsEsteban Küber
2024-06-17mark undetermined if target binding in current ns is not gotbohan
2024-06-13Tweak output of import suggestionsEsteban Küber
2024-06-07mark binding undetermined if target name exist and not obtainedbohan
2024-06-04resolve: mark it undetermined if single import is not has any bindingsbohan
2024-05-29rewrite and rename issue-37893 to rmakeOneirical
2024-05-29convert simple-dylib to ui testOneirical
2024-05-29Rollup merge of #125638 - Oneirical:lets-find-some-tests, r=jieyouxu许杰友 Jieyou Xu (Joe)
2024-05-29Rollup merge of #125381 - estebank:issue-96799, r=petrochenkov许杰友 Jieyou Xu (Joe)
2024-05-28Rewrite simple-rlib to rmakeOneirical
2024-05-28Silence some resolve errors when there have been glob import errorsEsteban Küber
2024-05-20Handle a few more simple testsBen Kimock
2024-05-04compiletest: add enable-by-default check-cfgUrgau
2024-04-27tests: remove some trailing wsklensy
2024-04-11Silence unused_imports lint for redundant importsMichael Goulet
2024-04-11Rollup merge of #122954 - fmease:defined-by-extern-prelude, r=petrochenkovLeón Orell Valerian Liehr
2024-04-08Be more specific when flagging imports that are redundant due to the extern p...León Orell Valerian Liehr
2024-04-07Unify all the always-false cfgs under the `FALSE` cfgUrgau
2024-03-07Auto merge of #122113 - matthiaskrgr:rollup-5d1jnwi, r=matthiaskrgrbors
2024-03-06Fix redundant import errors for preload extern crateyukang
2024-03-06avoid overlapping privacy suggestion for single nested importsbohan
2024-03-05Rollup merge of #121846 - bvanjoi:fix-121760, r=petrochenkovMatthias Krüger
2024-03-01Rollup merge of #120305 - clubby789:unused-import-line, r=estebankMatthias Krüger
2024-03-01Rollup merge of #121580 - Suyashtnt:issue-121502-fix, r=michaelwoeristerMatthias Krüger
2024-03-01If suggestion would leave an empty line, delete itclubby789
2024-03-01only compare ambiguity item that have hard errorbohan
2024-02-28Rollup merge of #121226 - chenyukang:yukang-fix-import-alias, r=davidtwcoGuillaume Gomez
2024-02-25Auto merge of #120393 - Urgau:rfc3373-non-local-defs, r=WaffleLapkinbors
2024-02-25make unused_imports less assertive in test modulesSuyashtnt
2024-02-25Fix issues in suggesting importing extern crate pathsyukang
2024-02-22Tweak wording of "implemented trait isn't imported" suggestionEsteban Küber
2024-02-17Allow newly added non_local_definitions lint in testsUrgau
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)
2024-02-09ast_lowering: Fix regression in `use ::{}` imports.Vadim Petrochenkov
2024-01-31Don't hash lints differently to non-lints.Nicholas Nethercote
2024-01-29Supress unhelpful diagnostics for unresolved top level attributesyukang
2024-01-24add several resolution test casesbohan
2024-01-21exclude unexported macro bindings from extern cratebohan
2024-01-13Bless testsGeorge-lewis
2023-12-04Structured `use` suggestion on privacy errorEsteban Küber
2023-12-01vis note for no pub reexports glob importbohan
2023-11-24Show number in error message even for one errorNilstrieb
2023-10-26Tweak suggestion spans for invalid crate-level inner attributeEsteban Küber
2023-10-25Rollup merge of #117009 - fmease:diag-disambig-sugg-crate, r=b-naberMatthias Krüger
2023-10-22use visibility to check unused imports and delete some stmtsbohan
2023-10-21on unresolved import disambiguate suggested path if it would collideLeón Orell Valerian Liehr
2023-10-05Add a note to duplicate diagnosticsAlex Macleod