about summary refs log tree commit diff
path: root/src/test/ui/imports
AgeCommit message (Expand)AuthorLines
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
2018-08-21Auto merge of #53471 - petrochenkov:biattr2, r=oli-obkbors-9/+89
2018-08-21resolve: Unify reporting of ambiguity errors for macro pathsVadim Petrochenkov-10/+12
2018-08-20resolve: Refactor away `MacroBinding`Vadim Petrochenkov-6/+84
2018-08-20resolve: Reject some inaccessible candidates sooner during import resolutionVadim Petrochenkov-0/+21
2018-08-19Fix typos found by codespell.Matthias Krüger-1/+1
2018-08-17Stabilize `use_extern_macros`Vadim Petrochenkov-39/+27
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+505
2018-08-12Prohibit using macro-expanded `macro_export` macros through module-relative p...Vadim Petrochenkov-0/+68
2018-08-06Enable macro modularization implicitly if one of "advanced" macro features is...Vadim Petrochenkov-1/+1
2018-07-29resolve: Modularize crate-local `#[macro_export] macro_rules`Vadim Petrochenkov-0/+313
2018-07-20resolve: Fully prohibit shadowing of in-scope names by globs in macro pathsVadim Petrochenkov-0/+93
2018-05-15Turn deprecation lint `legacy_imports` into a hard errorVadim Petrochenkov-15/+16
2018-04-27Don't feature gate bang macros on 'proc_macro_path_invoc'.Sergio Benitez-2/+2
2018-04-20rustc: Tweak custom attribute capabilitiesAlex Crichton-2/+2
2018-03-14Add empty main() to tests where it is missing.Eric Huss-10/+8
2018-03-14Add crate name to "main function not found" error message.Eric Huss-2/+2
2018-03-14update testsGuillaume Gomez-7/+7
2018-02-26Update UI testsVadim Petrochenkov-2/+2
2018-02-26Update UI testsVadim Petrochenkov-43/+43
2018-02-25Update ui testsGuillaume Gomez-0/+7
2018-01-28use correct casing for rename suggestionsAndy Russell-2/+2
2018-01-18Add E0659 for ambiguous namesGuillaume Gomez-11/+11
2017-12-14Remove NOTE/HELP annotations from UI testsVadim Petrochenkov-113/+92
2017-12-14Move compile-fail tests with NOTE/HELP annotations to UIVadim Petrochenkov-0/+539