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-08-03
Xfailing until the pipe race is fixed.
Eric Holk
-0
/
+2
2012-08-02
Purge placement new; Make borrowck know about unary move.
Niko Matsakis
-4
/
+5
2012-08-02
Convert pfib to pipes. This is a useful stress test.
Eric Holk
-12
/
+12
2012-08-02
Removing an obsolete benchmark
Eric Holk
-459
/
+0
2012-08-02
Remove modes from map API and replace with regions.
Niko Matsakis
-20
/
+27
2012-08-02
Linked failure: Add '100 generations' bench test (#1868)
Ben Blum
-0
/
+32
2012-08-01
Convert ret to return
Brian Anderson
-76
/
+76
2012-07-31
Fix failing tests
Brian Anderson
-17
/
+17
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-138
/
+138
2012-07-30
Revert "Fix build by xfailing tests which produce irreducible CFGs."
Elliott Slaughter
-2
/
+0
2012-07-29
Rewrite bitv to use classes and optimize its representation
Tim Chevalier
-3
/
+3
2012-07-27
rustc: Use coherence for operator overloading.
Patrick Walton
-14
/
+21
2012-07-26
re-xfailing pingpong
Eric Holk
-0
/
+1
2012-07-26
Added .peek for recv_packets
Eric Holk
-1
/
+0
2012-07-26
Fix borrow check errors in k-nucleotide.
Eric Holk
-2
/
+2
2012-07-26
Use iteration protocol for ebml, use vec::view in more places (issue #2880)
Eric Holk
-8
/
+4
2012-07-26
shootout-mandelbrot: devnull writer needs get_type impl
Damian Gryski
-0
/
+1
2012-07-25
Merge pull request #3014 from elliottslaughter/fix-failed-build-by-xfailing-t...
Graydon Hoare
-0
/
+2
2012-07-25
Fix build by xfailing tests which produce irreducible CFGs.
Elliott Slaughter
-0
/
+2
2012-07-25
Polymorphic protocols work well enough to do MapReduce.
Eric Holk
-4
/
+2
2012-07-25
Added infrastructure to spin for a bit on recv. A spin count > 0 makes bench/...
Eric Holk
-1
/
+1
2012-07-25
Added a benchmark of bounded vs unbounded. Bounded is 8-12% faster. The macro...
Eric Holk
-0
/
+148
2012-07-23
Convert bench and run-pass tests to new task_builder interface
Ben Blum
-18
/
+24
2012-07-18
prevent regions from escaping in ifaces; remove &r.T syntax
Niko Matsakis
-1
/
+1
2012-07-17
rustc: Implement and enforce instance coherence
Patrick Walton
-1
/
+7
2012-07-16
replace core::tuple functions with methods
Gareth Daniel Smith
-3
/
+2
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-233
/
+233
2012-07-12
Make tests pass
Eric Holk
-4
/
+14
2012-07-12
Move port_set and shared_chan into core.
Eric Holk
-205
/
+2
2012-07-12
Added a message send that uses shared chans. They are slower than port select...
Eric Holk
-0
/
+208
2012-07-12
Faster select. This version gives us about a 4x speedup.
Eric Holk
-12
/
+34
2012-07-12
Added a version of msgsend that uses pipes and select. Here, select is way to...
Eric Holk
-0
/
+165
2012-07-12
Switch map-reduce control protocol to use pipes. This exposed a bug in the pi...
Eric Holk
-40
/
+99
2012-07-12
Get rid of all of the remaining /~s in the code base.
Michael Sullivan
-6
/
+6
2012-07-11
Remove slow vec+=, and make word-count difficulty harder.
Eric Holk
-5
/
+4
2012-07-11
word-count-generic now generates random words in benchmark mode.
Eric Holk
-11
/
+52
2012-07-10
Move streams into core.
Eric Holk
-43
/
+4
2012-07-10
Use protocol compiler in future.rs. Also split recv into recv and try_recv.
Eric Holk
-2
/
+2
2012-07-10
test: Fix shootout-binarytrees
Brian Anderson
-1
/
+1
2012-07-10
test: Fix shootout-fasta
Brian Anderson
-1
/
+1
2012-07-09
Switch 'cont' to 'again' everywhere. Close #2229.
Graydon Hoare
-2
/
+2
2012-07-07
Increase the difficulty of chameneos-redux under 'make perf'
Brian Anderson
-1
/
+3
2012-07-07
Add improvements suggested by erickt and bblum
Kevin Cantu
-29
/
+16
2012-07-07
Add the Alioth chameneos-redux benchmark
Kevin Cantu
-0
/
+214
2012-07-06
Added a k-nucleotide version that uses pipes. 31% speedup.
Eric Holk
-0
/
+250
2012-07-06
Removing locked queue port/chan prototype.
Eric Holk
-77
/
+0
2012-07-06
Updating tests to use pipes.
Eric Holk
-32
/
+7
2012-07-06
Select on pipes.
Eric Holk
-1
/
+1
2012-07-06
Enabling pipes for all stages, and updating closure syntax.
Eric Holk
-5
/
+5
2012-07-06
Moved pipes runtime support to libcore, and add a test that will help verify ...
Eric Holk
-191
/
+0
[prev]
[next]