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-10-21
Remove some semicolons after block calls
Marijn Haverbeke
-9
/
+9
2011-10-21
Remove remaining uses of iter and for-each
Marijn Haverbeke
-24
/
+22
2011-10-20
Remove temporary fn# syntax
Brian Anderson
-7
/
+7
2011-10-20
Make fn denote a bare function. Convert fn to fn@ as needed
Brian Anderson
-2
/
+2
2011-10-20
Drop the 2 from the spawn*2 functions
Brian Anderson
-9
/
+9
2011-10-20
XFAIL task-perf-word-count-generic
Brian Anderson
-0
/
+2
2011-10-20
Convert tests to use bare-fn spawn
Brian Anderson
-17
/
+19
2011-10-12
all tests pass
Niko Matsakis
-2
/
+2
2011-10-10
Adjust function signatures to allow for vecs being immediate
Marijn Haverbeke
-2
/
+2
2011-09-19
Un-xfail various tests
Brian Anderson
-1
/
+0
2011-09-15
Insert omitted semicolons for statements
Marijn Haverbeke
-10
/
+8
2011-09-12
Merge branch 'unwind'
Brian Anderson
-0
/
+1
2011-09-12
Pretty-print for new arg-mode syntax
Marijn Haverbeke
-8
/
+8
2011-09-12
Reformat for new mode syntax, step 1
Marijn Haverbeke
-37
/
+37
2011-09-11
XFAIL bench/shootout-nbody
Brian Anderson
-0
/
+1
2011-09-02
Reformat. Issue #855
Brian Anderson
-136
/
+126
2011-09-01
Convert all uses of #ifmt to #fmt. Issue #855
Brian Anderson
-10
/
+10
2011-09-01
Rename std::istr to std::str. Issue #855
Brian Anderson
-29
/
+29
2011-09-01
Remove std::str. Issue #855
Brian Anderson
-2
/
+0
2011-09-01
Add a benchmark for cross-task kernel memory region synchronization
Brian Anderson
-0
/
+28
2011-09-01
Convert main functions to istrs. Issue #855
Brian Anderson
-4
/
+3
2011-09-01
Remove various istr conversions. Issue #855
Brian Anderson
-10
/
+12
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
[next]