| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2011-12-02 | Be less specific in 'unresolved import' error patterns | Marijn Haverbeke | -1/+1 | |
| To make sure different test set-ups (check-fast) don't cause the tests to fail. | ||||
| 2011-09-02 | Reformat. Issue #855 | Brian Anderson | -1/+1 | |
| 2011-09-01 | Convert main functions to istrs. Issue #855 | Brian Anderson | -1/+1 | |
| 2011-08-16 | Port the tests to the typaram foo<T> syntax. | Erick Tryzelaar | -1/+1 | |
| 2011-08-16 | Convert most main functions to the ivec signature | Brian Anderson | -1/+1 | |
| Converting rustc will still take a snapshot | ||||
| 2011-07-27 | Reformat for new syntax | Marijn Haverbeke | -6/+2 | |
| 2011-06-14 | Remove some unnecessary xfails | Tim Chevalier | -1/+0 | |
| 2011-05-14 | Remove xfail-boot lines from tests | Brian Anderson | -1/+0 | |
| 2011-05-12 | Downcase std modules again, move to :: for module dereferencing | Marijn Haverbeke | -2/+2 | |
| This should be a snapshot transition. | ||||
| 2011-05-11 | Add a missed xfail-stage0 | Marijn Haverbeke | -0/+1 | |
| 2011-05-11 | Rewrite comp/middle/resolve.rs | Marijn Haverbeke | -1/+1 | |
| * Cleans up the algorithm * Move first pass to walk (second still folds) * Support part of a type/value namespace split (crate metadata and module indices still need to be taught about this) * Remove a few blatant inefficiencies (import tables being recreated for every lookup, most importantly) | ||||
| 2011-03-25 | Switch xfail system to use comments embedded in source files. | Graydon Hoare | -0/+1 | |
| 2011-01-11 | Fix two invalid import cases we were not detecting: | Rafael Ávila de Espíndola | -0/+11 | |
| * 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'. | ||||
