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-08-03
Add some hacks to get stdin piping working more correctly in windows
Brian Anderson
-2
/
+12
2011-08-02
Fix majority of valgrind-purity bugs observed in a rustc run (LLVM still appe...
Graydon Hoare
-2
/
+2
2011-08-02
Add ioivec::read_whole_file/read_whole_file_str
Brian Anderson
-0
/
+12
2011-08-02
Display the name of the test being waited for before the result is in
Brian Anderson
-1
/
+5
2011-08-02
Use color to report the final test result, even when running in parallel
Brian Anderson
-2
/
+3
2011-08-01
Add std::str::is_whitespace
Brian Anderson
-0
/
+13
2011-08-01
Add std::str::trim/trim_left/trim_right
Brian Anderson
-0
/
+39
2011-08-01
Add std::char_slice
Brian Anderson
-0
/
+6
2011-08-01
Add std::char::is_whitespace
Brian Anderson
-0
/
+56
2011-08-01
Add std::char module
Brian Anderson
-0
/
+1
2011-08-01
Added send and receive to comm library.
Eric Holk
-2
/
+9
2011-08-01
Objectified library chans and ports.
Eric Holk
-11
/
+14
2011-08-01
Started working on a library-based comm system. Creating and deleting ports w...
Eric Holk
-0
/
+49
2011-08-01
Partially implement destructuring locals
Marijn Haverbeke
-1
/
+1
2011-07-29
Base test concurrency on the number of scheduler threads.
Brian Anderson
-13
/
+7
2011-07-29
Refactor std::test
Brian Anderson
-70
/
+108
2011-07-29
Enable kind checking on typarams, fix kind constraints in library and comp.
Graydon Hoare
-44
/
+44
2011-07-29
Add ivec::from_vec and ivec::to_vec
Brian Anderson
-0
/
+16
2011-07-29
Turn on kind propagation for typarams. Annotate a bunch of typarams in rustc ...
Graydon Hoare
-85
/
+86
2011-07-29
Track failures in typeck, assign proper type to failing blocks
Marijn Haverbeke
-1
/
+1
2011-07-29
Replace obj dtors with resources in stdlib and rustc
Marijn Haverbeke
-40
/
+52
2011-07-29
Beginning of replacing drop with resources
Marijn Haverbeke
-9
/
+11
2011-07-29
Make program_output also return stderr
Jesse Ruderman
-9
/
+28
2011-07-28
Updating to work on Windows.
Eric Holk
-1
/
+1
2011-07-28
Adding a function to stdlib to set the min stack size, for programs
Eric Holk
-0
/
+6
2011-07-27
Add std::io::stderr
Brian Anderson
-0
/
+2
2011-07-27
Don't stop at first test failure
Brian Anderson
-11
/
+14
2011-07-27
Print a newline before displaying test output
Brian Anderson
-1
/
+1
2011-07-27
Remove task::worker
Brian Anderson
-82
/
+0
2011-07-27
Don't allow globals or immutable locals to be passed by mut alias
Marijn Haverbeke
-5
/
+5
2011-07-27
Some more obj dtor reformatting
Marijn Haverbeke
-4
/
+8
2011-07-27
Re-format some obj dtors that were messed up by the pretty-printer
Marijn Haverbeke
-8
/
+12
2011-07-27
Fix damage done by the pretty-printer
Marijn Haverbeke
-16
/
+14
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-2641
/
+2450
2011-07-26
Run compile tests in a way that's safe in a multithreaded environment
Brian Anderson
-6
/
+23
2011-07-26
Run test process from a dedicated task
Brian Anderson
-0
/
+13
2011-07-26
Fix win tinderbox breaking typo
Marijn Haverbeke
-1
/
+1
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
[next]