about summary refs log tree commit diff
path: root/tests/ui/imports
AgeCommit message (Expand)AuthorLines
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
2024-06-07mark binding undetermined if target name exist and not obtainedbohan-0/+44
2024-06-04resolve: mark it undetermined if single import is not has any bindingsbohan-0/+113
2024-05-29rewrite and rename issue-37893 to rmakeOneirical-2/+2
2024-05-29convert simple-dylib to ui testOneirical-0/+16
2024-05-29Rollup merge of #125638 - Oneirical:lets-find-some-tests, r=jieyouxu许杰友 Jieyou Xu (Joe)-0/+14
2024-05-29Rollup merge of #125381 - estebank:issue-96799, r=petrochenkov许杰友 Jieyou Xu (Joe)-10/+109
2024-05-28Rewrite simple-rlib to rmakeOneirical-0/+14
2024-05-28Silence some resolve errors when there have been glob import errorsEsteban Küber-10/+109
2024-05-20Handle a few more simple testsBen Kimock-10/+10
2024-05-04compiletest: add enable-by-default check-cfgUrgau-1/+1
2024-04-27tests: remove some trailing wsklensy-2/+2
2024-04-11Silence unused_imports lint for redundant importsMichael Goulet-116/+20
2024-04-11Rollup merge of #122954 - fmease:defined-by-extern-prelude, r=petrochenkovLeón Orell Valerian Liehr-12/+107
2024-04-08Be more specific when flagging imports that are redundant due to the extern p...León Orell Valerian Liehr-12/+107
2024-04-07Unify all the always-false cfgs under the `FALSE` cfgUrgau-1/+1
2024-03-07Auto merge of #122113 - matthiaskrgr:rollup-5d1jnwi, r=matthiaskrgrbors-0/+148
2024-03-06Fix redundant import errors for preload extern crateyukang-0/+148
2024-03-06avoid overlapping privacy suggestion for single nested importsbohan-0/+37
2024-03-05Rollup merge of #121846 - bvanjoi:fix-121760, r=petrochenkovMatthias Krüger-0/+56
2024-03-01Rollup merge of #120305 - clubby789:unused-import-line, r=estebankMatthias Krüger-3/+0
2024-03-01Rollup merge of #121580 - Suyashtnt:issue-121502-fix, r=michaelwoeristerMatthias Krüger-6/+6
2024-03-01If suggestion would leave an empty line, delete itclubby789-3/+0
2024-03-01only compare ambiguity item that have hard errorbohan-0/+56
2024-02-28Rollup merge of #121226 - chenyukang:yukang-fix-import-alias, r=davidtwcoGuillaume Gomez-0/+61
2024-02-25Auto merge of #120393 - Urgau:rfc3373-non-local-defs, r=WaffleLapkinbors-0/+1
2024-02-25make unused_imports less assertive in test modulesSuyashtnt-6/+6
2024-02-25Fix issues in suggesting importing extern crate pathsyukang-0/+61
2024-02-22Tweak wording of "implemented trait isn't imported" suggestionEsteban Küber-4/+4
2024-02-17Allow newly added non_local_definitions lint in testsUrgau-0/+1
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-200/+200
2024-02-09ast_lowering: Fix regression in `use ::{}` imports.Vadim Petrochenkov-0/+20
2024-01-31Don't hash lints differently to non-lints.Nicholas Nethercote-1/+0