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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
bench
Age
Commit message (
Expand
)
Author
Lines
2012-06-26
perf: improved the core-std benchmark
Eric Holk
-2
/
+28
2012-06-26
More perf tweaks (issue #2719)
Eric Holk
-6
/
+57
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-105
/
+105
2012-06-25
Some perf fixes, although vec::slice is still too slow (Issue #2719)
Eric Holk
-3
/
+3
2012-06-25
Merge
Tim Chevalier
-3
/
+2
2012-06-25
Remove resources from a few places I missed
Tim Chevalier
-1
/
+1
2012-06-25
Improved perf for msgsend (Issue #2719)
Eric Holk
-1
/
+1
2012-06-25
Improved graph500 performance (Issue #2719)
Eric Holk
-1
/
+1
2012-06-22
Use must_have_lock instead of private functions. (Issue #2700)
Eric Holk
-1
/
+0
2012-06-22
Remove resources from remaining test cases
Tim Chevalier
-1
/
+4
2012-06-21
Adding a benchmark for the new message passing code
Eric Holk
-0
/
+76
2012-06-21
Remove some commented out code so the pretty printer doesn't get confused.
Eric Holk
-2
/
+0
2012-06-21
Library vecs are fast now.
Eric Holk
-2
/
+2
2012-06-21
Move vector addition out of trans and into libcore.
Eric Holk
-3
/
+5
2012-06-20
Comments only: typos
Tim Chevalier
-1
/
+1
2012-06-20
Remove bind. Issue #2189
Brian Anderson
-7
/
+7
2012-06-19
Moved arc to libcore and added an arc that allows shared mutable state throug...
Eric Holk
-1
/
+0
2012-06-19
Another benchmark
Eric Holk
-0
/
+74
2012-06-16
Revert "Moved arc to libstd and added an arc that allows shared mutable state...
Tim Chevalier
-0
/
+1
2012-06-15
Moved arc to libstd and added an arc that allows shared mutable state through...
Eric Holk
-1
/
+0
2012-06-14
while => for
Tim Chevalier
-4
/
+3
2012-06-14
Comments only: annotate FIXMEs in tests
Tim Chevalier
-3
/
+2
2012-06-09
bench: xfail-pretty shootout-k-nucleotide
Brian Anderson
-0
/
+2
2012-06-09
bench: Modify shootout-k-nucleotide to not read from the filesystem
Brian Anderson
-1
/
+83344
2012-06-09
bench: Increase the difficulty of fasta
Brian Anderson
-1
/
+1
2012-06-09
Add the Alioth k-nucleotide benchmark
Kevin Cantu
-11
/
+207
2012-06-04
Machine types are different from int/uint, etc (Issue #2187)
Eric Holk
-6
/
+6
2012-06-04
core: Make uint::to_str faster
Brian Anderson
-0
/
+16
2012-06-03
fix args to shootout-mandelbrot benchmark
Ted Horst
-7
/
+8
2012-06-02
bench: Add an unwinding benchmark
Brian Anderson
-0
/
+85
2012-05-30
Add xorshift to core::rand, which gave a 3x speedup for graph generation in t...
Eric Holk
-3
/
+3
2012-05-30
Remove warnings in std::par.
Eric Holk
-1
/
+1
2012-05-30
Avoid some more copies.
Eric Holk
-6
/
+6
2012-05-30
Added a factory version of par::mapi, which avoids the need for share_arc, an...
Eric Holk
-27
/
+29
2012-05-30
Use std::deque now that the bugs are fixed. Also, avoid a few copies.
Eric Holk
-46
/
+7
2012-05-30
Move par into libstd. Closes #2441.
Eric Holk
-113
/
+1
2012-05-30
Include capture clauses when generating metadata.
Eric Holk
-6
/
+2
2012-05-29
Adding shared_arc to hide some of the tedium of sharing an arc between tasks.
Eric Holk
-18
/
+28
2012-05-26
bench: Remove task-perf-vector-party. No longer relevant
Brian Anderson
-23
/
+0
2012-05-26
bench: Increase the difficulty of some benchmarks
Brian Anderson
-5
/
+5
2012-05-26
core: Make range follow the for loop protocol
Brian Anderson
-25
/
+25
2012-05-25
In generic word count, use str instead of [u8], and use built in is_alphabeti...
Eric Holk
-95
/
+8
2012-05-25
Update word-count-generic to latest syntax and un-xfail it. Closes #1740.
Eric Holk
-52
/
+76
2012-05-25
Get rid of many implicit copies as a preliminary to Issue #2448.
Michael Sullivan
-1
/
+1
2012-05-25
replace last_use with liveness info
Niko Matsakis
-1
/
+1
2012-05-23
bench: Add hard mode to benchmarks. Activate with RUST_BENCH.
Brian Anderson
-69
/
+155
2012-05-23
bench: Remove 99bob benchmarks
Brian Anderson
-206
/
+0
2012-05-23
bench: Reduce constants in std-smallintmap to make it valgrind fast
Brian Anderson
-1
/
+1
2012-05-22
bench: Reduce some constants to make graph500-bfs faster
Brian Anderson
-2
/
+2
2012-05-22
Updating pbfs for new kind rules.
Eric Holk
-6
/
+7
[prev]
[next]