about summary refs log tree commit diff
path: root/src/test/bench/pingpong.rs
AgeCommit message (Expand)AuthorLines
2013-05-08test: Fix modes in the benchmarks.Patrick Walton-2/+3
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+1
2013-04-29librustc: Remove `ptr::addr_of`.Patrick Walton-1/+1
2013-04-18core: Remove pipes::spawn_service, spawn_service_recvBrian Anderson-1/+48
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-2/+2
2013-02-22auto merge of #5081 : brson/rust/pipes, r=pcwaltonbors-3/+3
2013-02-21core: Extract comm from pipes. #4742Brian Anderson-3/+3
2013-02-21Remove the last bits of structural records from tests/rustc/rusti/rustpkg.Luqman Aden-2/+0
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-1/+1
2013-02-15tests/tutorials: Get rid of `move`.Luqman Aden-22/+22
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-2/+2
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-2/+2
2013-01-28testsuite: Allow structural records in two tests that use pipesTim Chevalier-0/+4
2012-12-13Rename Send trait to OwnedBrian Anderson-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-23Remove uses of binary move - <- - from tests and librariesTim Chevalier-1/+1
2012-10-12Make moves explicit in bench testsTim Chevalier-18/+18
2012-10-11Use match move in pingpong, delete a FIXMETim Chevalier-8/+4
2012-10-01Move over to calling ptr::addr_ofTim Chevalier-1/+1
2012-09-23Make it illegal to use modes in a fn signature with providingNiko 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-2/+2
2012-09-07Convert all kind bounds to camel case. Remove send, owned keywords.Brian Anderson-1/+1
2012-09-05test: "import" -> "use"Patrick Walton-2/+2
2012-08-28Convert core::pipes to camel caseBrian Anderson-1/+1
2012-08-26Camel case the option typeBrian Anderson-3/+3
2012-08-23Change calls of `proto!` to use parens.Paul Stansifer-4/+4
2012-08-23Update invocation syntax for `macro_rules!`Paul Stansifer-4/+4
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-19/+19
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-2/+2
2012-08-06Enabling pingpong benchmark.Eric Holk-16/+21
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-7/+7
2012-07-26re-xfailing pingpongEric Holk-0/+1
2012-07-26Added .peek for recv_packetsEric Holk-1/+0
2012-07-25Added infrastructure to spin for a bit on recv. A spin count > 0 makes bench/...Eric Holk-1/+1
2012-07-25Added a benchmark of bounded vs unbounded. Bounded is 8-12% faster. The macro...Eric Holk-0/+148