index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
compiletest
/
runtest.rs
Age
Commit message (
Expand
)
Author
Lines
2012-03-28
Fix long line.
release-0.2
0.2
Graydon Hoare
-1
/
+2
2012-03-28
refactor so that pretty mode tests also run aux-build. Fixes #2060.
Niko Matsakis
-14
/
+27
2012-03-22
make --enforce-mut-vars always on, add mut annotations to remaining files
Niko Matsakis
-12
/
+12
2012-03-15
Use str::is_whitespace instead of dup'd is_whitespace function
Tim Chevalier
-7
/
+1
2012-03-13
Overhaul constructor naming in libs
Brian Anderson
-1
/
+1
2012-03-12
Libc/os/run/rand/io reorganization. Close #1373. Close #1638.
Graydon Hoare
-7
/
+4
2012-03-02
core: Remove _mut functions from vec
Brian Anderson
-1
/
+2
2012-03-02
retool inline encoding to handle methods, fix tests
Niko Matsakis
-4
/
+9
2012-02-28
add ability to run multi-crate tests, run tests with --inline
Niko Matsakis
-4
/
+21
2012-02-23
Finish cleanup of core::str
Marijn Haverbeke
-9
/
+7
2012-02-13
(core::str) add find_bytes and export it...
Kevin Cantu
-1
/
+1
2012-02-10
log to stderr instead of stdout
Ted Horst
-2
/
+2
2012-02-07
Make process-spawning take environments and working directories, remove procs...
Graydon Hoare
-42
/
+43
2012-02-07
String split renaming:
Kevin Cantu
-4
/
+4
2012-02-06
Revert "log to stderr instead of stdout"
Brian Anderson
-2
/
+2
2012-02-03
log to stderr instead of stdout
Ted Horst
-2
/
+2
2012-01-31
Change option::t to option
Tim Chevalier
-4
/
+4
2012-01-21
issue #1352: change param order on vec::init_elt, putting block in final posi...
Graham Fawcett
-1
/
+1
2012-01-19
Use fn~ to simplify the core::test interface
Brian Anderson
-2
/
+1
2012-01-18
Remove '.' after nullary tags in patterns
Tim Chevalier
-8
/
+8
2012-01-11
Major clean-up of std::io
Marijn Haverbeke
-4
/
+1
2012-01-04
make scanning more efficient by avoiding recomputation
Niko Matsakis
-4
/
+7
2012-01-04
extend tester so that error msgs can be attached to lines
Niko Matsakis
-2
/
+67
2012-01-01
freebsd support
User Jyyou
-0
/
+1
2011-12-22
Register snapshots and switch logging over to use of log_full or #error / #de...
Graydon Hoare
-3
/
+3
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
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
2011-10-09
Revert "Revert "Stop using (DY)LD_LIBRARY_PATH on Unix""
Brian Anderson
-0
/
+8
2011-10-09
Revert "Stop using (DY)LD_LIBRARY_PATH on Unix"
Brian Anderson
-8
/
+0
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