summary refs log tree commit diff
path: root/src/test/ui/imports
AgeCommit message (Expand)AuthorLines
2019-11-08Rollup merge of #66007 - estebank:remove-here, r=CentrilMazdak Farrokhzad-1/+1
2019-11-08Rollup merge of #66049 - RalfJung:missing-spans, r=alexcrichtonYuki Okushi-5/+4
2019-11-07Rollup merge of #66087 - tmiasko:ui-mode, r=CentrilMazdak Farrokhzad-3/+3
2019-11-06Remove "here" from "expected one of X here"Esteban Küber-1/+1
2019-11-04Use check-pass in ui tests where appropriateTomasz Miąsko-3/+3
2019-11-03syntax: Avoid span arithmetics for delimiter tokensVadim Petrochenkov-1/+1
2019-11-02consistent handling of missing sysroot spansRalf Jung-5/+4
2019-10-29Rollup merge of #65539 - traxys:fix_62334, r=petrochenkovTyler Mandry-13/+24
2019-10-29forgot to add the changed stderrQuentin Boyer-6/+6
2019-10-28changing non-empty glob must import something to a lintQuentin Boyer-13/+24
2019-10-27Point at local similarly named element and tweak references to variantsEsteban Küber-5/+11
2019-09-08Always emit unresolved import errors and hide unused import lintEsteban Küber-5/+29
2019-09-07resolve: Mark more erroneous imports as usedVadim Petrochenkov-11/+29
2019-09-05Make use of hygiene in AST passesMatthew Jasper-1/+3
2019-08-15resolve: Move macro resolution traces from `Module`s to `Resolver`Vadim Petrochenkov-33/+33
2019-08-10diagnostics: Describe crate root modules in `DefKind::Mod` as "crate"Vadim Petrochenkov-11/+11
2019-08-10Give built-in macros stable addresses in the standard libraryVadim Petrochenkov-5/+6
2019-08-05Don't recommend `extern crate` syntaxKornel-3/+3
2019-07-27tests: Move run-pass tests with naming conflicts to uiVadim Petrochenkov-0/+29
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-0/+325
2019-07-26Introduce built-in macros through libcoreVadim Petrochenkov-3/+3
2019-07-17normalize use of backticks in compiler messages for librustc/lintSamy Kacimi-3/+3
2019-07-09normalize use of backticks in compiler messages for libsyntax/feature_gateSamy Kacimi-3/+3
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-12/+12
2019-06-16compiletest: Remove `skip-codegen`Vadim Petrochenkov-4/+2
2019-06-12Hygienize macros in the standard libraryVadim Petrochenkov-23/+2
2019-05-29Update ui test suite to use dynmemoryruins-4/+4
2019-05-18Auto merge of #60252 - davidtwco:issue-57672, r=Mark-Simulacrumbors-33/+13
2019-05-03rustc: rename hir::def::Def to Res (short for "resolution").Eduard-Mihai Burtescu-2/+2
2019-04-28resolve: Consider erroneous imports used to avoid duplicate diagnosticsVadim Petrochenkov-0/+34
2019-04-25Do not suggest use over extern crate w/ alias.David Wood-33/+13
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-4/+4
2019-04-11Reword tracking issue noteEsteban Küber-3/+3
2019-04-10Tweak unstable diagnostic outputEsteban Küber-3/+6
2019-03-31Distinguish depending on error levelYuki OKUSHI-1/+1
2019-03-24Rollup merge of #59296 - petrochenkov:stdup, r=estebankkennytm-0/+10
2019-03-23Mark duplicate import removal suggestion tool onlyEsteban Küber-1/+0
2019-03-23Tweak unnecessary import suggestionEsteban Küber-4/+2
2019-03-19Do not encode gensymed imports in metadataVadim Petrochenkov-0/+10
2019-03-11Update testsVadim Petrochenkov-63/+63
2019-03-09use structured suggestions for E0432Andy Russell-1/+4
2019-02-11Use hidden suggestions for unused imports lintEsteban Küber-1/+1
2019-02-08unused_imports: update testsPietro Albini-1/+1
2019-01-31Add suggestion for duplicated import.David Wood-5/+4
2019-01-26Rollup merge of #57407 - mehcode:stabilize-extern-crate-self, r=CentrilMazdak Farrokhzad-6/+46
2019-01-18Rollup merge of #57551 - petrochenkov:regrtest, r=nikomatsakisMazdak Farrokhzad-0/+26
2019-01-14stabilize extern_crate_selfRyan Leckey-6/+46
2019-01-13Rollup merge of #57557 - petrochenkov:ecused, r=varkorMazdak Farrokhzad-0/+66
2019-01-13resolve: Mark extern crate items as used in more casesVadim Petrochenkov-0/+66
2019-01-13resolve: Add a test for issue #57539Vadim Petrochenkov-0/+26