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
/
test
/
bench
Age
Commit message (
Expand
)
Author
Lines
2011-08-16
Port the tests to the typaram foo<T> syntax.
Erick Tryzelaar
-19
/
+19
2011-08-16
Rename std::ivec to std::vec
Brian Anderson
-15
/
+15
2011-08-16
Convert most main functions to the ivec signature
Brian Anderson
-16
/
+13
2011-08-15
The wonky for...in... whitespace was bothering me. Sorry!
Lindsey Kuper
-13
/
+13
2011-08-15
Reducing the chances for race conditions in join.
Eric Holk
-1
/
+1
2011-08-15
Syntax updates.
Eric Holk
-2
/
+3
2011-08-15
Converted over benchmarks.
Eric Holk
-82
/
+59
2011-08-12
Convert most working tests to ivecs
Brian Anderson
-9
/
+9
2011-08-12
Convert uint::parse_buf to ivecs
Brian Anderson
-3
/
+2
2011-08-12
Remove vecs from std::getopts
Brian Anderson
-1
/
+1
2011-08-12
Convert benchmarks to ivecs
Brian Anderson
-39
/
+41
2011-08-12
Rename std::ioivec to std::io
Brian Anderson
-7
/
+7
2011-08-12
Convert all uses of std::io to std::ioivec
Brian Anderson
-7
/
+7
2011-08-12
Rename std::str::unsafe_from_bytes_ivec to unsafe_from_bytes
Brian Anderson
-1
/
+1
2011-08-12
Remove vec version of str::bytes, rename bytes_ivec to str::bytes
Brian Anderson
-3
/
+6
2011-08-09
Change the ivec type syntax to [T].
Erick Tryzelaar
-2
/
+2
2011-08-03
Un-xfail more pretty-printing tests
Brian Anderson
-5
/
+0
2011-08-02
Don't pp extra lines after block open when preserving whitespace. Closes #759
Brian Anderson
-3
/
+0
2011-08-02
Include benchmarks in pretty-print tests
Brian Anderson
-2
/
+6
2011-07-29
Add a task spawning benchmark
Brian Anderson
-0
/
+29
2011-07-28
Made task threads wait instead of sleep, so they can be woken up. This appear...
Eric Holk
-1
/
+0
2011-07-28
Adding a function to stdlib to set the min stack size, for programs
Eric Holk
-5
/
+11
2011-07-27
Fix damage done by the pretty-printer
Marijn Haverbeke
-13
/
+9
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-566
/
+505
2011-07-26
Fixup test changes
Marijn Haverbeke
-1
/
+1
2011-07-26
Remove uses of tuples from the test suite
Marijn Haverbeke
-16
/
+20
2011-07-24
The Big Test Suite Overhaul
Brian Anderson
-71
/
+3
2011-07-22
More work on word-count.
Eric Holk
-31
/
+110
2011-07-22
Task-ified the word count program.
Eric Holk
-53
/
+117
2011-07-22
Commenting out the huge-memory-using lines in pfib.
Eric Holk
-2
/
+2
2011-07-13
Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.
Graydon Hoare
-31
/
+31
2011-07-11
Started working on MapReduce.
Eric Holk
-0
/
+220
2011-07-08
Adding more support for working with u64s.
Eric Holk
-7
/
+14
2011-07-07
Added a stress test mode to pfib.
Eric Holk
-13
/
+57
2011-06-30
Added a new version of pfib that's better suited for benchmarking the task sy...
Eric Holk
-0
/
+79
2011-06-30
Added a nanosecond timer to time.rs, support for some floating point casts, a...
Eric Holk
-24
/
+47
2011-06-27
Fixed a few concurrency bugs. Still not perfect, but overall it seems much mo...
Eric Holk
-4
/
+4
2011-06-27
Added a parallel fibonacci program. It doesn't actually run in parallel yet, ...
Eric Holk
-0
/
+41
2011-06-15
Reformat source tree (minus a couple tests that are still grumpy).
Graydon Hoare
-446
/
+310
2011-06-15
Fix assignments to immutable fields throughout the code
Marijn Haverbeke
-3
/
+3
2011-05-23
test: Un-xfail some working tests
Brian Anderson
-3
/
+0
2011-05-17
Finally rename std::_xxx to std::xxx
Marijn Haverbeke
-39
/
+39
2011-05-16
Rewrite everything to use [] instead of vec() in value position.
Graydon Hoare
-10
/
+10
2011-05-14
Remove xfail-boot lines from tests
Brian Anderson
-1
/
+0
2011-05-12
Downcase std modules again, move to :: for module dereferencing
Marijn Haverbeke
-71
/
+71
2011-05-06
Remove a few more superfluous 'mutable' keywords
Marijn Haverbeke
-4
/
+4
2011-05-06
Rename std modules to be camelcased
Marijn Haverbeke
-40
/
+40
2011-05-05
Change checks to asserts in test/bench files
Tim Chevalier
-6
/
+6
2011-05-03
Assume xfail-stage0 implies stage1 and stage2 in tests, for now.
Graydon Hoare
-0
/
+2
2011-05-03
Revert "Rename the "llvm" API to "llvm-intrinsic"" due to tinderbox bustage
Patrick Walton
-1
/
+1
[prev]
[next]