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
2012-07-06
Contracts work well enough to do the message ring benchmark, and it's really ...
Eric Holk
-0
/
+326
2012-07-05
Comments only: change TODOs to FIXMEs and annotate them
Tim Chevalier
-1
/
+1
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-9
/
+13
2012-07-04
Remove empty argument lists from do expressions
Ben Striegel
-10
/
+10
2012-07-03
core: Convert iter::repeat to the for protocol
Brian Anderson
-4
/
+4
2012-07-03
Fix more future::future breakage.
Graydon Hoare
-0
/
+2
2012-07-03
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
Graydon Hoare
-1
/
+1
2012-07-02
Update nbody benchmark to more idiomatic Rust; nix obsolete comments
Lindsey Kuper
-31
/
+27
2012-07-01
Convert to new closure syntax
Brian Anderson
-108
/
+107
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-49
/
+49
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-156
/
+156
2012-06-28
Make a bunch of tests stop using the deprecated vector syntax.
Michael Sullivan
-39
/
+39
2012-06-27
make core-std respect RUST_BENCH
Eric Holk
-4
/
+11
2012-06-27
vec::append reuses its left hand side when possible. (issue #2719)
Eric Holk
-3
/
+23
2012-06-27
Remove unnecessary bounds checks in vec::push_all (issue #2719)
Eric Holk
-0
/
+33
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
[prev]
[next]