| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2011-12-13 | Copy first batch of material from libstd to libcore. | Graydon Hoare | -2/+2 | |
| 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-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-08-18 | More misc ivec->vec renaming | Brian Anderson | -2/+2 | |
| 2011-08-16 | Rename std::ivec to std::vec | Brian Anderson | -1/+1 | |
| 2011-08-12 | Remove last uses of vec::len | Brian Anderson | -3/+3 | |
| 2011-07-27 | Reformat for new syntax | Marijn Haverbeke | -3/+1 | |
| 2011-06-14 | Remove some unnecessary xfails | Tim Chevalier | -1/+0 | |
| 2011-05-24 | Stop showing a 'cyclic import' message for unresolved imports | Marijn Haverbeke | -2/+2 | |
| This only happened for single-length import paths, because the import was being looked up in its own scope. | ||||
| 2011-05-24 | Improve nonexistent-module error message | Tim Chevalier | -0/+7 | |
| The error message for (for example) "import vec;" without "use std;" was "cyclic import", which was misleading because there were no cycles. I changed it to "cyclic import or nonexistent module", which doesn't break existing tests. | ||||
