summary refs log tree commit diff
path: root/src/test/ui/imports
AgeCommit message (Expand)AuthorLines
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
2019-01-12Fix a hole in generic parameter import future-proofingVadim Petrochenkov-1/+1
2019-01-12Stabilize `uniform_paths`Vadim Petrochenkov-9/+7
2019-01-01Auto merge of #57199 - petrochenkov:ambig, r=estebankbors-2/+13
2018-12-30Auto merge of #57185 - petrochenkov:impice4, r=estebankbors-26/+29
2018-12-29resolve: Simplify treatment of ambiguity errorsVadim Petrochenkov-23/+15
2018-12-29resolve: Never override real bindings with `Def::Err`s from error recoveryVadim Petrochenkov-26/+29
2018-12-27Update references to closed issueIan Douglas Scott-3/+3
2018-12-25Remove licensesMark Rousskov-364/+84
2018-12-08Rollup merge of #56620 - petrochenkov:noclutter, r=estebankMazdak Farrokhzad-21/+7
2018-12-08resolve: Reduce some clutter in import ambiguity errorsVadim Petrochenkov-21/+7
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-12-01resolve: Support aliasing local crate root in extern preludeVadim Petrochenkov-0/+37
2018-11-27resolve: Extern prelude is for type namespace onlyVadim Petrochenkov-0/+8
2018-11-27resolve: Suggest `crate::` for resolving ambiguities when appropriateVadim Petrochenkov-8/+10
2018-11-25resolve: Fix some more asserts in import validationVadim Petrochenkov-25/+61
2018-11-22resolve: Fix some asserts in import validationVadim Petrochenkov-0/+67
2018-11-21Auto merge of #56117 - petrochenkov:iempty, r=eddybbors-0/+11
2018-11-21resolve: Make "empty import canaries" invisible from other cratesVadim Petrochenkov-0/+11
2018-11-21Add a couple more testsVadim Petrochenkov-3/+33
2018-11-21Stabilize `extern_crate_item_prelude`Vadim Petrochenkov-7/+0
2018-11-18Fix rebaseVadim Petrochenkov-1/+1
2018-11-18Add a couple more tests + address review commentsVadim Petrochenkov-0/+91
2018-11-18resolve: Avoid sentence breaks in diagnosticsVadim Petrochenkov-5/+5
2018-11-18resolve: Tweak some articles in ambiguity diagnosticsVadim Petrochenkov-11/+11
2018-11-18resolve: Improve diagnostics for resolution ambiguitiesVadim Petrochenkov-87/+95
2018-11-07Removed `#[rustc_error]` from tests that are all `// compile-pass`.Felix S. Klock II-16/+4
2018-10-30resolve: Fix ICE in macro import error recoveryVadim Petrochenkov-0/+39
2018-10-28resolve: More precise spans for privacy errorsVadim Petrochenkov-4/+4
2018-10-28resolve: Absolute paths may be undetermined on 2018 editionVadim Petrochenkov-0/+18
2018-10-24Prohibit macro-expanded `extern crate` items shadowing crates passed with `--...Vadim Petrochenkov-2/+20
2018-10-24Feature gate extern prelude additions from `extern crate` itemsVadim Petrochenkov-2/+7
2018-10-24Add `extern crate` items to extern preludeVadim Petrochenkov-0/+87
2018-10-17fix other tests failing due to change in case or new suggestion for extern crateFrançois Mockers-1/+1
2018-10-05Reapply the macro_rules disambiguation changes from masterVadim Petrochenkov-18/+1
2018-10-05resolve: Merge resolution for `macro_rules` into the common early in-scope re...Vadim Petrochenkov-18/+35
2018-10-03resolve: Prefer `macro_rules` definitions to in-module macro definitions in s...Vadim Petrochenkov-19/+2
2018-09-19Use full name to identify a macro in a `FileName`.Diogo Sousa-1/+1
2018-09-08resolve: More precise spans for ambiguous resolution errorsVadim Petrochenkov-30/+28
2018-08-31cleanup: Add main functions to some UI testsVadim Petrochenkov-19/+8
2018-08-24Turn the error for module-relative access to macro-expanded `macro_export` ma...Vadim Petrochenkov-1/+8
2018-08-22Auto merge of #53509 - petrochenkov:wildregr, r=alexcrichtonbors-0/+21