summary refs log tree commit diff
path: root/src/test/bench/shootout-threadring.rs
AgeCommit message (Expand)AuthorLines
2015-02-17rollup merge of #22435: aturon/final-stab-threadAlex Crichton-3/+3
2015-02-17Fallout from stabilizationAaron Turon-3/+3
2015-02-16Replace some uses of deprecated os functionsSimonas Kazlauskas-3/+3
2015-02-13Cleanup getenv from tests and benchmarksSimonas Kazlauskas-1/+1
2015-01-30std: Stabilize FromStr and parseAlex Crichton-2/+2
2015-01-11fix shootout-threadring.rsGuillaume Pinot-7/+7
2015-01-08bench: fix a few compiler warningsTshepang Lekhonkhobe-2/+2
2015-01-06Fallout from stabilizationAaron Turon-2/+2
2015-01-03Remove deprecated functionalityAlex Crichton-3/+2
2015-01-02Rollup test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-02std: Stabilize the prelude moduleAlex Crichton-2/+6
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-2/+2
2014-10-01Remove all use of librustuvAaron Turon-4/+0
2014-07-04Relicense shootout-threadring.rsGuillaume Pinot-8/+38
2014-06-09Use phase(plugin) in testsKeegan McAllister-1/+1
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-2/+4
2014-05-08Handle fallout in bench testsKevin Ballard-0/+1
2014-04-21shootout-threadring rewriteGuillaume Pinot-49/+19
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-1/+1
2014-04-08Improve searching for XXX in tidy script (#3303)Boris Egorov-1/+1
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-5/+4
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-1/+1
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-1/+1
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-12/+9
2014-02-24Remove std::from_str::FromStr from the preludeBrendan Zabarauskas-0/+2
2014-01-29Remove do keyword from test/Scott Lawrence-4/+4
2014-01-21Remove unnecessary parentheses.Huon Wilson-1/+1
2013-12-16Test fallout from std::comm rewriteAlex Crichton-2/+2
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-1/+1
2013-09-26Update the compiler to not use printf/printflnAlex Crichton-2/+2
2013-08-30Revert "src/test/bench: restructure"Corey Richardson-0/+78
2013-08-28src/test/bench: restructureCorey Richardson-78/+0
2013-08-05Updated std::Option, std::Either and std::ResultMarvin Löbel-2/+2
2013-07-24Change 'print(fmt!(...))' to printf!/printfln! in src/test/Birunthan Mohanathas-1/+1
2013-07-20Fix warnings in src/test/bench tests. Nobody will ever care.Ben Blum-2/+2
2013-07-17Clean-up tests after debug!/std-macros change.Huon Wilson-1/+1
2013-06-28Fix threadringCorey Richardson-1/+3
2013-06-26rt: Release big stacks immediately after use to avoid holding on to them thro...Brian Anderson-9/+9
2013-04-20xfail two benchmarks that are failing on the botsBrian Anderson-0/+2
2013-03-13reinstate test/bench/shootout-threadring.rsTed Horst-0/+74
2012-12-14Remove bench/shootout-threadring.rsBrian Anderson-63/+0
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-10-04De-mode comm::ChanTim Chevalier-1/+1
2012-10-04Remove arg vectors from main functions. Stop supporting them.Brian Anderson-1/+2
2012-09-25use + mode for (almost) everything when not using legacy modesNiko Matsakis-1/+1
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-1/+1
2012-09-10Convert 'import' to 'use'. Remove 'import' keyword.Brian Anderson-1/+1
2012-08-27Camel case various core constructorsBrian Anderson-2/+2
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-2/+2
2012-08-15Convert more core types to camel caseBrian Anderson-1/+1