summary refs log tree commit diff
path: root/src/test/compile-fail/glob-resolve1.rs
AgeCommit message (Expand)AuthorLines
2015-02-24rustc_resolve: use the visitor model more, remove redundant repeated lookups.Eduard Burtescu-3/+0
2015-01-08Update compile fail tests to use isize.Huon Wilson-1/+1
2015-01-05Remove use of globs feature gate from tests.Huon Wilson-2/+0
2014-11-17Switch to purely namespaced enumsSteven Fackler-2/+1
2014-08-14libsyntax: Accept `use foo as bar;` in lieu of `use bar as foo;`Patrick Walton-1/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2013-10-07Fix merge fallout of privacy changesAlex Crichton-0/+2
2013-10-07Extract privacy checking from name resolutionAlex Crichton-0/+45