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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
compiletest
Age
Commit message (
Expand
)
Author
Lines
2012-06-08
core: Don't deadlock on io streams in run::program_output
Brian Anderson
-0
/
+1
2012-06-05
Have "aborting due to previous errors" message show an error count
Lindsey Kuper
-1
/
+1
2012-06-04
Make vecs implicitly copyable for all of our projects.
Michael Sullivan
-0
/
+2
2012-06-01
compiletest: Add the libaux path to PATH on win32
Brian Anderson
-1
/
+5
2012-05-26
core: Make range follow the for loop protocol
Brian Anderson
-1
/
+1
2012-05-03
Fix compiletest::header::iter_header to work with new-style for loops
Tim Chevalier
-12
/
+10
2012-04-27
compiletest: Unbreak on Win32
Brian Anderson
-1
/
+1
2012-04-13
add option exec-env to set env variables during test execution
Niko Matsakis
-30
/
+59
2012-04-10
test: Build auxiliary libraries for each test
Haitao Li
-12
/
+35
2012-04-06
Re-rename option functions
Tim Chevalier
-1
/
+1
2012-04-06
Remove support for old-style for
Marijn Haverbeke
-1
/
+4
2012-04-06
Convert old-style for loops to new-style
Marijn Haverbeke
-6
/
+6
2012-04-05
handle the case where multiple instances of same error are expected on the sa...
Niko Matsakis
-1
/
+2
2012-04-05
Explicitly use version 0.2 of crates
Brian Anderson
-1
/
+6
2012-04-04
Logfile output from tests; summarise in make check
Grahame Bowland
-2
/
+13
2012-04-02
Rename some core::option functions
Tim Chevalier
-1
/
+1
2012-04-01
Fixing issue 1919. list_dir is the more general version that returns a vector...
Jonathan Sternberg
-1
/
+1
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
-27
/
+27
2012-03-17
compiletest: Remove FIXME. Closes #1984
Brian Anderson
-3
/
+0
2012-03-15
Associate FIXME with an issue in compiletest.rs
Tim Chevalier
-2
/
+2
2012-03-15
Use str::is_whitespace instead of dup'd is_whitespace function
Tim Chevalier
-7
/
+1
2012-03-15
Associate FIXMEs with issue numbers (comments only)
Tim Chevalier
-0
/
+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
-27
/
+15
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
-20
/
+65
2012-02-23
Finish cleanup of core::str
Marijn Haverbeke
-11
/
+9
2012-02-23
(core::str) remove len_bytes alias
Kevin Cantu
-6
/
+4
2012-02-23
(core::str) replace uses of unsafe::slice_bytes; replace find[_from]_bytes wi...
Kevin Cantu
-5
/
+5
2012-02-20
core: New task API
Brian Anderson
-2
/
+2
2012-02-15
Rewrite exhaustiveness checker
Marijn Haverbeke
-1
/
+1
2012-02-13
(core::str) add find_bytes and export it...
Kevin Cantu
-13
/
+18
2012-02-12
(core::str) rename byte_len -> len_bytes and rename char_len -> len
Kevin Cantu
-4
/
+4
2012-02-10
use task::spawn_sched to read stdout and stderr at the same time
Ted Horst
-3
/
+26
2012-02-10
read stderr before stdout
Ted Horst
-1
/
+1
2012-02-10
log to stderr instead of stdout
Ted Horst
-2
/
+2
2012-02-08
Suppress warnings in compiletest
Marijn Haverbeke
-1
/
+1
2012-02-07
Make process-spawning take environments and working directories, remove procs...
Graydon Hoare
-226
/
+96
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-02-01
Rename (again) str::unsafe::slice -> str::unsafe::slice_bytes and
Kevin Cantu
-3
/
+3
2012-02-01
Propagating unsafe::slice 3
Kevin Cantu
-5
/
+5
2012-01-31
Change option::t to option
Tim Chevalier
-18
/
+18
2012-01-25
Replacing str::unsafe_from_bytes with str::from_bytes (part 2)
Kevin Cantu
-4
/
+4
2012-01-23
s/block()/fn()/g
Niko Matsakis
-1
/
+1
2012-01-21
issue #1352: change param order on vec::init_elt, putting block in final posi...
Graham Fawcett
-1
/
+1
[next]