| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2011-08-20 | Reformat | Brian Anderson | -1/+1 | |
| This changes the indexing syntax from .() to [], the vector syntax from ~[] to [] and the extension syntax from #fmt() to #fmt[] | ||||
| 2011-07-27 | Reformat for new syntax | Marijn Haverbeke | -8/+4 | |
| 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 | -1/+1 | |
| This should be a snapshot transition. | ||||
| 2011-05-11 | Rewrite comp/middle/resolve.rs | Marijn Haverbeke | -1/+2 | |
| * 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-05-10 | Un-XFAIL compile-fail export tests for stage0 | Brian Anderson | -1/+0 | |
| 2011-05-04 | Add missing ret statements to check_mod | Brian Anderson | -2/+0 | |
| Un-XFAIL compile-fail export tests | ||||
| 2011-05-04 | XFAIL some compile-fail tests mysteriously failing on win32 tinderbox. | Graydon Hoare | -0/+3 | |
| 2011-05-01 | Add a test that imports can't circumvent exports | Brian Anderson | -0/+19 | |
