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
2015-02-17
rollup merge of #22435: aturon/final-stab-thread
Alex Crichton
-3
/
+3
2015-02-17
Fallout from stabilization
Aaron Turon
-3
/
+3
2015-02-16
Replace some uses of deprecated os functions
Simonas Kazlauskas
-3
/
+3
2015-02-13
Cleanup getenv from tests and benchmarks
Simonas Kazlauskas
-1
/
+1
2015-01-30
std: Stabilize FromStr and parse
Alex Crichton
-2
/
+2
2015-01-11
fix shootout-threadring.rs
Guillaume Pinot
-7
/
+7
2015-01-08
bench: fix a few compiler warnings
Tshepang Lekhonkhobe
-2
/
+2
2015-01-06
Fallout from stabilization
Aaron Turon
-2
/
+2
2015-01-03
Remove deprecated functionality
Alex Crichton
-3
/
+2
2015-01-02
Rollup test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-2
/
+6
2014-12-14
Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)
Niko Matsakis
-2
/
+2
2014-10-01
Remove all use of librustuv
Aaron Turon
-4
/
+0
2014-07-04
Relicense shootout-threadring.rs
Guillaume Pinot
-8
/
+38
2014-06-09
Use phase(plugin) in tests
Keegan McAllister
-1
/
+1
2014-05-22
libcore: Remove all uses of `~str` from `libcore`.
Patrick Walton
-2
/
+4
2014-05-08
Handle fallout in bench tests
Kevin Ballard
-0
/
+1
2014-04-21
shootout-threadring rewrite
Guillaume Pinot
-49
/
+19
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-1
/
+1
2014-04-08
Improve searching for XXX in tidy script (#3303)
Boris Egorov
-1
/
+1
2014-03-21
test: Make manual changes to deal with the fallout from removal of
Patrick Walton
-5
/
+4
2014-03-21
test: Automatically remove all `~[T]` from tests.
Patrick Walton
-1
/
+1
2014-03-15
log: Introduce liblog, the old std::logging
Alex Crichton
-1
/
+1
2014-03-13
std: Rename Chan/Port types and constructor
Alex Crichton
-12
/
+9
2014-02-24
Remove std::from_str::FromStr from the prelude
Brendan Zabarauskas
-0
/
+2
2014-01-29
Remove do keyword from test/
Scott Lawrence
-4
/
+4
2014-01-21
Remove unnecessary parentheses.
Huon Wilson
-1
/
+1
2013-12-16
Test fallout from std::comm rewrite
Alex Crichton
-2
/
+2
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-1
/
+1
2013-09-26
Update the compiler to not use printf/printfln
Alex Crichton
-2
/
+2
2013-08-30
Revert "src/test/bench: restructure"
Corey Richardson
-0
/
+78
2013-08-28
src/test/bench: restructure
Corey Richardson
-78
/
+0
2013-08-05
Updated std::Option, std::Either and std::Result
Marvin Löbel
-2
/
+2
2013-07-24
Change 'print(fmt!(...))' to printf!/printfln! in src/test/
Birunthan Mohanathas
-1
/
+1
2013-07-20
Fix warnings in src/test/bench tests. Nobody will ever care.
Ben Blum
-2
/
+2
2013-07-17
Clean-up tests after debug!/std-macros change.
Huon Wilson
-1
/
+1
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
[next]