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
/
lib
Age
Commit message (
Expand
)
Author
Lines
2011-07-26
Remove all uses of tuples from the compiler and stdlib
Marijn Haverbeke
-152
/
+169
2011-07-25
Run test tasks in parallel according to RUST_THREADS. Issue #734
Brian Anderson
-31
/
+78
2011-07-25
Fix signature and add string_reader to ioivec.
Graydon Hoare
-1
/
+5
2011-07-25
Remove some rustboot-isms
Marijn Haverbeke
-13
/
+5
2011-07-24
Add task::send and task::recv
Brian Anderson
-0
/
+8
2011-07-24
Add task::worker. Spawns a task and returns a channel to it
Brian Anderson
-0
/
+70
2011-07-24
The Big Test Suite Overhaul
Brian Anderson
-2
/
+3
2011-07-22
More work on word-count.
Eric Holk
-0
/
+8
2011-07-22
Print a list of test failures in the test summary. Issue #428
Brian Anderson
-0
/
+10
2011-07-21
Use correct win file open constants, per MinGW
Brian Anderson
-6
/
+6
2011-07-21
Add some support for using a map like a set.
Michael Sullivan
-2
/
+15
2011-07-20
rustc: Implement ptr_eq in Rust. Shaves 4 s off compile time.
Patrick Walton
-4
/
+4
2011-07-20
Add a huge hack to allow the test runner to continue if a single task leaks
Brian Anderson
-0
/
+14
2011-07-20
Test runner should fail if any tests fail. Issue #428
Brian Anderson
-2
/
+3
2011-07-19
Fix color term detection in std::termivec
Brian Anderson
-1
/
+1
2011-07-19
Avoid double-closing pipes in std::run::start_program
Brian Anderson
-4
/
+13
2011-07-19
Refactor std::run
Brian Anderson
-9
/
+16
2011-07-19
Fix an invalid memory access in run_program and friends
Brian Anderson
-4
/
+8
2011-07-18
Add str::replace
Brian Anderson
-0
/
+17
2011-07-18
Add str::is_empty, is_not_empty preds
Brian Anderson
-0
/
+12
2011-07-18
Fix qsort to not skip the right side when the pivot element gets put at index 0.
Michael Sullivan
-4
/
+8
2011-07-18
Add setenv to standard library
Brian Anderson
-2
/
+52
2011-07-17
Revert "Add setenv to standard library"
Brian Anderson
-48
/
+2
2011-07-17
Add setenv to standard library
Brian Anderson
-2
/
+48
2011-07-16
Sort tests before running them. Issue #428
Brian Anderson
-0
/
+12
2011-07-16
Add std::ivec::to_mut, from_mut
Brian Anderson
-0
/
+16
2011-07-16
Add ivec::zip/unzip
Brian Anderson
-0
/
+26
2011-07-15
Refactor std::test
Brian Anderson
-16
/
+8
2011-07-15
Run test functions in isolated tasks. Issue #428
Brian Anderson
-2
/
+21
2011-07-15
Remove task_unsupervise from rt builtin functions
Brian Anderson
-2
/
+2
2011-07-15
Modify task::join to indicate how the task terminated
Brian Anderson
-3
/
+11
2011-07-14
Add an unsupervise builtin and function to std::task
Brian Anderson
-0
/
+5
2011-07-14
Add a flag to run ignored tests. Issue #428
Brian Anderson
-22
/
+79
2011-07-14
Add head and tail functions to std::ivec
Brian Anderson
-0
/
+10
2011-07-14
Add is_empty, is_not_empty preds to std::ivec
Brian Anderson
-0
/
+20
2011-07-14
Add a facility for ignoring tests. Issue #428
Brian Anderson
-17
/
+52
2011-07-14
The test runner's main returns unit, not int. Issue #428
Brian Anderson
-5
/
+3
2011-07-13
Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.
Graydon Hoare
-4
/
+4
2011-07-13
Feeble attempt at putting out the win tinderbox
Marijn Haverbeke
-2
/
+2
2011-07-12
stdlib: Fix vector index in linux_os::waitpid. Put out burning tinderbox.
Patrick Walton
-1
/
+1
2011-07-12
stdlib: Make pipe and waitpid use interior vectors
Patrick Walton
-20
/
+20
2011-07-12
stdlib: Port most of getopts over to interior vectors
Patrick Walton
-28
/
+46
2011-07-12
stdlib: Add interior vector methods to sha1
Patrick Walton
-17
/
+32
2011-07-12
stdlib: Implement ivec::count
Patrick Walton
-0
/
+6
2011-07-12
Improve test runner summary message. Issue #428
Brian Anderson
-2
/
+8
2011-07-12
stdlib: Use the right upcall in win32_fs. Maybe puts out burning tinderbox?
Patrick Walton
-1
/
+3
2011-07-12
stdlib: Implement str::split_ivec()
Patrick Walton
-0
/
+15
2011-07-12
stdlib: Move fs over to interior vectors by introducing a rust_list_files_ive...
Patrick Walton
-6
/
+8
2011-07-12
stdlib: Port std::either over to interior vectors
Patrick Walton
-11
/
+11
2011-07-12
stdlib: Switch lib::deque over to interior vectors
Patrick Walton
-24
/
+28
[prev]
[next]