Graydon Hoare
|
8b580954fe
|
Register snapshots and switch logging over to use of log_full or #error / #debug.
|
2011-12-22 14:42:52 -08:00 |
|
Niko Matsakis
|
2833ca478c
|
reorder args to the various vec, option fns so blk comes last
|
2011-12-16 07:17:23 -08:00 |
|
Graydon Hoare
|
fa9ad984fb
|
Copy first batch of material from libstd to libcore.
|
2011-12-13 16:34:50 -08:00 |
|
Niko Matsakis
|
4b13fdbf27
|
when type checking still pass in the rustc args from cmd line
otherwise we use the wrong target and things start to fail
|
2011-11-29 12:51:10 -08:00 |
|
Haitao Li
|
beced3612e
|
runtest.rs: Fix typo in error message
|
2011-11-22 00:19:17 +08:00 |
|
Brian Anderson
|
f157d0b32c
|
Fix S_IRUSR/S_IWUSR constants on mac. Closes #726
|
2011-11-16 12:18:15 -08:00 |
|
Haitao Li
|
7ee8b852fd
|
Cleanup unused imports in tests
|
2011-11-10 19:19:40 -08:00 |
|
Brian Anderson
|
2cebef095e
|
stdlib: Make io failures recoverable by returning a result
|
2011-10-29 01:25:11 -07:00 |
|
Brian Anderson
|
29ad3bdb10
|
Make fn denote a bare function. Convert fn to fn@ as needed
|
2011-10-20 18:23:48 -07:00 |
|
Marijn Haverbeke
|
33167f7dec
|
Adjust function signatures to allow for vecs being immediate
Some code was relying on vectors being implicitly by-reference (as
non-immediate value). This adds the necessary &&-sigils.
Closes #1021
|
2011-10-10 16:01:51 +02:00 |
|
Brian Anderson
|
96f6a1861c
|
Revert "Revert "Stop using (DY)LD_LIBRARY_PATH on Unix""
This reverts commit 941d5e737c .
|
2011-10-09 15:23:41 -07:00 |
|
Brian Anderson
|
941d5e737c
|
Revert "Stop using (DY)LD_LIBRARY_PATH on Unix"
This reverts commit 4b58071f96 .
|
2011-10-09 15:05:12 -07:00 |
|
Brian Anderson
|
4b58071f96
|
Stop using (DY)LD_LIBRARY_PATH on Unix
|
2011-10-06 15:23:20 -07:00 |
|
Brian Anderson
|
3a6f3cf275
|
Move compiletest to src/ and cleanup build rules
|
2011-10-02 17:28:59 -07:00 |
|