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
/
graph500-bfs.rs
Age
Commit message (
Expand
)
Author
Lines
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-6
/
+6
2012-08-05
Switch alts to use arrows
Brian Anderson
-16
/
+16
2012-08-02
Remove modes from map API and replace with regions.
Niko Matsakis
-2
/
+4
2012-08-01
Convert ret to return
Brian Anderson
-4
/
+4
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-21
/
+21
2012-07-17
rustc: Implement and enforce instance coherence
Patrick Walton
-0
/
+1
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-12
/
+12
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
-1
/
+1
2012-07-01
Convert to new closure syntax
Brian Anderson
-22
/
+22
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-21
/
+21
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-11
/
+11
2012-06-28
Make a bunch of tests stop using the deprecated vector syntax.
Michael Sullivan
-2
/
+2
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-9
/
+9
2012-06-25
Improved graph500 performance (Issue #2719)
Eric Holk
-1
/
+1
2012-06-20
Comments only: typos
Tim Chevalier
-1
/
+1
2012-06-19
Moved arc to libcore and added an arc that allows shared mutable state throug...
Eric Holk
-1
/
+0
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-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: Increase the difficulty of some benchmarks
Brian Anderson
-1
/
+1
2012-05-23
bench: Add hard mode to benchmarks. Activate with RUST_BENCH.
Brian Anderson
-3
/
+11
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
2012-05-22
Removed accidental machine size dependencies.
Eric Holk
-19
/
+22
2012-05-22
Updating bfs to work with the new random methods.
Eric Holk
-9
/
+2
2012-05-22
More unsafe pointers to share immutable structures between tasks. This versio...
Eric Holk
-16
/
+20
2012-05-22
Be less careful about checking that lengths make sense, for slightly more per...
Eric Holk
-6
/
+2
2012-05-22
Using unsafe pointers to views to try to reduce some vector copy and allocati...
Eric Holk
-20
/
+48
2012-05-22
Using unsafe pointers to share closures.
Eric Holk
-1
/
+4
2012-05-22
Using libstd future instead.
Eric Holk
-74
/
+38
2012-05-22
A new version of the sequential BFS. This uses the same approach as the paral...
Eric Holk
-0
/
+91
2012-05-22
BFS now tries a number of search keys.
Eric Holk
-18
/
+69
2012-05-22
A parallel BFS.
Eric Holk
-6
/
+103
2012-05-22
Adding a module with parallel vector operations.
Eric Holk
-4
/
+112
2012-05-22
Added most of the Graph500 validation routine. It's very slow.
Eric Holk
-4
/
+109
2012-05-22
Starting on a BFS benchmark, but ran into problems with the deque module, so ...
Eric Holk
-0
/
+172
[prev]