| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2011-12-16 | reorder args to the various vec, option fns so blk comes last | Niko Matsakis | -1/+1 | |
| 2011-12-13 | Copy first batch of material from libstd to libcore. | Graydon Hoare | -4/+4 | |
| 2011-11-29 | when type checking still pass in the rustc args from cmd line | Niko Matsakis | -6/+2 | |
| otherwise we use the wrong target and things start to fail | ||||
| 2011-11-22 | runtest.rs: Fix typo in error message | Haitao Li | -1/+1 | |
| 2011-11-16 | Fix S_IRUSR/S_IWUSR constants on mac. Closes #726 | Brian Anderson | -7/+0 | |
| 2011-11-10 | Cleanup unused imports in tests | Haitao Li | -1/+0 | |
| 2011-10-29 | stdlib: Make io failures recoverable by returning a result | Brian Anderson | -3/+5 | |
| 2011-10-20 | Make fn denote a bare function. Convert fn to fn@ as needed | Brian Anderson | -1/+1 | |
| 2011-10-10 | Adjust function signatures to allow for vecs being immediate | Marijn Haverbeke | -1/+1 | |
| Some code was relying on vectors being implicitly by-reference (as non-immediate value). This adds the necessary &&-sigils. Closes #1021 | ||||
| 2011-10-09 | Revert "Revert "Stop using (DY)LD_LIBRARY_PATH on Unix"" | Brian Anderson | -0/+8 | |
| This reverts commit 941d5e737cf459a8748a509850e9cfa4a573e78d. | ||||
| 2011-10-09 | Revert "Stop using (DY)LD_LIBRARY_PATH on Unix" | Brian Anderson | -8/+0 | |
| This reverts commit 4b58071f96821f43e5124d46b65f4e777992415f. | ||||
| 2011-10-06 | Stop using (DY)LD_LIBRARY_PATH on Unix | Brian Anderson | -0/+8 | |
| 2011-10-02 | Move compiletest to src/ and cleanup build rules | Brian Anderson | -0/+392 | |
