summary refs log tree commit diff
path: root/src/test/compile-fail/issue-28075.rs
AgeCommit message (Expand)AuthorLines
2017-08-09rustc: Rearchitect lints to be emitted more eagerlyAlex Crichton-1/+1
2017-01-10Change `self` in an import list `use foo::{self, ...}` to only import a modul...Jeffrey Seyfried-2/+0
2016-11-28rustc: rework stability to be on-demand for type-directed lookup.Eduard Burtescu-1/+0
2015-09-19Don't use std in stability testsVadim Petrochenkov-3/+7
2015-09-17Workaround for imports with empty bracesVadim Petrochenkov-3/+2
2015-09-17Correctly walk import lists in AST visitorsVadim Petrochenkov-0/+22