| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Switch xfail system to use comments embedded in source files. | Graydon Hoare | 2011-03-25 | 1 | -0/+1 |
| | | |||||
| * | Fix two invalid import cases we were not detecting: | Rafael Ávila de Espíndola | 2011-01-11 | 1 | -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índola | 2010-12-24 | 1 | -0/+7 |
| | | |||||
| * | Parse 'use' directives in rustc. | Rafael Ávila de Espíndola | 2010-12-24 | 1 | -0/+14 |