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-31
Convert benchmarks to istrs. Issue #855
Brian Anderson
-103
/
+97
2011-08-31
Convert uses of #fmt to #ifmt. Issue #855
Brian Anderson
-13
/
+12
2011-08-27
Convert std::map::new_str_hash to istrs. Issue #855
Brian Anderson
-8
/
+9
2011-08-27
Convert std::io to istrs. Issue #855
Brian Anderson
-6
/
+11
2011-08-27
Convert std::getopts to istrs. Issue #855
Brian Anderson
-2
/
+3
2011-08-27
Convert std::u64 to istrs. Issue #855
Brian Anderson
-3
/
+6
2011-08-27
Convert std::int to istrs. Issue #855
Brian Anderson
-6
/
+10
2011-08-26
Polymorphic MapReduce!
Eric Holk
-0
/
+328
2011-08-25
Cleaning up task and comm exports, updating all the test cases.
Eric Holk
-42
/
+43
2011-08-20
Rewrite reap_dead_tasks to never grab the sched lock before a task lock
Brian Anderson
-4
/
+0
2011-08-20
Convert task-perf-spawnalot to spawn_joinable. XFAIL
Brian Anderson
-1
/
+7
2011-08-20
Reformat
Brian Anderson
-98
/
+79
2011-08-17
Using move-mode for spawn thunks to avoid race conditions.
Eric Holk
-4
/
+5
2011-08-16
Port the tests to the expr foo::<T> syntax.
Erick Tryzelaar
-4
/
+4
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
[next]