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
/
shootout-threadring.rs
Age
Commit message (
Expand
)
Author
Lines
2013-06-28
Fix threadring
Corey Richardson
-1
/
+3
2013-06-26
rt: Release big stacks immediately after use to avoid holding on to them thro...
Brian Anderson
-9
/
+9
2013-04-20
xfail two benchmarks that are failing on the bots
Brian Anderson
-0
/
+2
2013-03-13
reinstate test/bench/shootout-threadring.rs
Ted Horst
-0
/
+74
2012-12-14
Remove bench/shootout-threadring.rs
Brian Anderson
-63
/
+0
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-10-04
De-mode comm::Chan
Tim Chevalier
-1
/
+1
2012-10-04
Remove arg vectors from main functions. Stop supporting them.
Brian Anderson
-1
/
+2
2012-09-25
use + mode for (almost) everything when not using legacy modes
Niko Matsakis
-1
/
+1
2012-09-11
Convert 'use' to 'extern mod'. Remove old 'use' syntax
Brian Anderson
-1
/
+1
2012-09-10
Convert 'import' to 'use'. Remove 'import' keyword.
Brian Anderson
-1
/
+1
2012-08-27
Camel case various core constructors
Brian Anderson
-2
/
+2
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-2
/
+2
2012-08-15
Convert more core types to camel case
Brian Anderson
-1
/
+1
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-1
/
+1
2012-08-05
Switch alts to use arrows
Brian Anderson
-2
/
+2
2012-08-01
Convert ret to return
Brian Anderson
-2
/
+2
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-2
/
+2
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-4
/
+4
2012-07-01
Convert to new closure syntax
Brian Anderson
-2
/
+2
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-1
/
+1
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-3
/
+3
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
-1
/
+1
2012-05-26
bench: Increase the difficulty of some benchmarks
Brian Anderson
-1
/
+1
2012-05-26
core: Make range follow the for loop protocol
Brian Anderson
-1
/
+1
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
-2
/
+9
2012-04-27
new, simpler approach to the iter library
Niko Matsakis
-4
/
+4
2012-03-12
Libc/os/run/rand/io reorganization. Close #1373. Close #1638.
Graydon Hoare
-1
/
+1
2012-02-22
Make the various from_str functions return options
Marijn Haverbeke
-5
/
+2
2012-02-20
core: New task API
Brian Anderson
-1
/
+1
2012-02-04
bench: Tweak threadring benchmark so it pretty-prints
Brian Anderson
-2
/
+0
2012-02-04
bench: Add threadring shootout benchmark
Brian Anderson
-0
/
+50
2012-02-04
Revert "bench: Add threadring shootout benchmark"
Brian Anderson
-53
/
+0
2012-02-04
bench: Add threadring shootout benchmark
Brian Anderson
-0
/
+53