summary refs log tree commit diff
path: root/src/test/compile-fail/imports
AgeCommit message (Expand)AuthorLines
2018-01-15Reexport -> re-export in error messagesCarol (Nichols || Goulding)-4/+4
2017-12-14Move compile-fail tests with NOTE/HELP annotations to UIVadim Petrochenkov-277/+0
2017-07-08Make sufficiently old or low-impact compatibility lints deny-by-defaultVadim Petrochenkov-5/+3
2017-06-15Clearer Error Message for Duplicate DefinitionAlex Ozdemir-3/+4
2017-03-29Refactor how spans are combined in the parser.Jeffrey Seyfried-5/+0
2017-03-24Allow declarative macros 2.0 and `use` macro imports to shadow builtin macros.Jeffrey Seyfried-0/+72
2017-03-15Stabilize pub(restricted)Taylor Cramer-1/+0
2017-02-04note individual lint name set via lint group attribute in notesZack M. Davis-0/+1
2017-01-22Warn on unused `#[macro_use]` imports.Jeffrey Seyfried-0/+21
2017-01-12resolve: Do not use "resolve"/"resolution" in error messagesVadim Petrochenkov-16/+16
2016-12-15Demote most backwards incompatible ambiguity errors from RFC 1560 to warnings.Jeffrey Seyfried-0/+30
2016-11-30Add tests.Jeffrey Seyfried-0/+42
2016-11-21Fix fallout in tests.Jeffrey Seyfried-5/+1
2016-11-17Add tests.Jeffrey Seyfried-0/+70
2016-11-17Add feature `use_extern_macros`.Jeffrey Seyfried-2/+2
2016-09-06Add regression test.Jeffrey Seyfried-0/+38
2016-09-01Avoid cascading name resolution errors caused by an ambiguous module.Jeffrey Seyfried-0/+5
2016-09-01Avoid reporting multiple ambiguity errors for a single use of a name.Jeffrey Seyfried-0/+13
2016-09-01item_like_imports: Allow unused ambiguous glob imports.Jeffrey Seyfried-0/+14
2016-09-01item_like_imports: Allow multiple glob imports of the same item.Jeffrey Seyfried-0/+38
2016-09-01item_like_imports: Make all visible items glob importable.Jeffrey Seyfried-0/+7
2016-09-01item_like_imports: Allow single imports with a given visibilityJeffrey Seyfried-0/+37