about summary refs log tree commit diff
path: root/src/test/bench/msgsend-ring-mutex-arcs.rs
AgeCommit message (Expand)AuthorLines
2013-09-19Modernize extra::future APISteven Fackler-2/+2
2013-09-15Remove {uint,int,u64,i64,...}::from_str,from_str_radixblake2-ppc-2/+2
2013-08-30Revert "src/test/bench: restructure"Corey Richardson-0/+124
2013-08-28src/test/bench: restructureCorey Richardson-124/+0
2013-08-17Fix warnings it testsErick Tryzelaar-1/+0
2013-08-05Updated std::Option, std::Either and std::ResultMarvin Löbel-2/+2
2013-08-03remove obsolete `foreach` keywordDaniel Micay-3/+3
2013-08-02replace `range` with an external iteratorDaniel Micay-2/+2
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-1/+1
2013-07-27Change concurrency primitives to standard naming conventionsSteven Stewart-Gallus-4/+4
2013-07-24Change 'print(fmt!(...))' to printf!/printfln! in src/test/Birunthan Mohanathas-4/+3
2013-07-20Fix warnings in src/test/bench tests. Nobody will ever care.Ben Blum-5/+4
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-1/+1
2013-07-16Rename Option swap_unwrap to take_unwrap. Fixes Issue#7764Austin King-2/+2
2013-06-14rm MutableIterDaniel Micay-1/+1
2013-06-08remove deprecated vec::{is_empty, len} functionsDaniel Micay-1/+1
2013-06-04std::cell: Modernize constructorsPhilipp Brüschweiler-3/+3
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-8/+17
2013-05-22test: Update tests to use the new syntax.Patrick Walton-5/+5
2013-05-08test: Fix modes in the benchmarks.Patrick Walton-4/+1
2013-05-08test: Fix tests and the pipe compilerPatrick Walton-1/+3
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+1
2013-03-26option: rm functions that duplicate methodsDaniel Micay-2/+2
2013-02-26bench: Fix botched option dances. rs=demutingPatrick Walton-4/+5
2013-02-26test: De-~mut the test suite. rs=demutingPatrick Walton-11/+6
2013-02-25Revert "test: De-~mut the test suite. rs=demuting"Patrick Walton-6/+11
2013-02-25test: De-~mut the test suite. rs=demutingPatrick Walton-11/+6
2013-02-15tests/tutorials: Get rid of `move`.Luqman Aden-14/+14
2012-12-11libstd: refactor future, remove with(), remove ~ indirection.Graydon Hoare-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-10-30Remove xfail-pretty from tests that pretty-print correctly nowTim Chevalier-2/+0
2012-10-23Move futures to stdBrian Anderson-2/+1
2012-10-23Remove uses of binary move - <- - from tests and librariesTim Chevalier-2/+2
2012-10-12Make moves explicit in bench testsTim Chevalier-12/+12
2012-10-04Remove arg vectors from main functions. Stop supporting them.Brian Anderson-1/+2
2012-09-28demode vecNiko Matsakis-1/+1
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-2/+2
2012-09-25use + mode for (almost) everything when not using legacy modesNiko Matsakis-1/+1
2012-09-23core: Demode optionBrian Anderson-2/+2
2012-09-19demode the each() method on vec and other iterables.Niko Matsakis-1/+1
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-1/+1
2012-09-08test: bunch of test cleanup from sendable_futures changeJeff Olson-2/+3
2012-09-05test: "import" -> "use"Patrick Walton-3/+3
2012-08-29std: Camel case some constructorsBrian Anderson-1/+1
2012-08-26fix bench test for arc::arc camelcaseBen Blum-1/+1
2012-08-26Camel case the option typeBrian Anderson-10/+10
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-6/+6
2012-08-21Add msgsend-ring-{rw,mutex}-arcs bench testsBen Blum-0/+114