aboutsummaryrefslogtreecommitdiff
path: root/src/test/run-pass/use.rs
Commit message (Collapse)AuthorAgeFilesLines
* Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke2011-05-121-4/+4
| | | | This should be a snapshot transition.
* Rename std modules to be camelcasedMarijn Haverbeke2011-05-061-4/+4
| | | | (Have fun mergining your stuff with this.)
* Assume xfail-stage0 implies stage1 and stage2 in tests, for now.Graydon Hoare2011-05-031-0/+2
|
* Switch xfail system to use comments embedded in source files.Graydon Hoare2011-03-251-0/+1
|
* Fix two invalid import cases we were not detecting:Rafael Ávila de Espíndola2011-01-111-5/+5
| | | | | | | * If an import was unused we would never print any errors for it. * We would keep the existing environment in scope when descending 'foo.bar' and would find 'bar' in the global environment if there was no 'bar' in 'foo'.
* Parse 'import' directives in rustc.Rafael Ávila de Espíndola2010-12-241-0/+7
|
* Parse 'use' directives in rustc.Rafael Ávila de Espíndola2010-12-241-0/+14