summary refs log tree commit diff
path: root/src/test/bench/rt-messaging-ping-pong.rs
AgeCommit message (Expand)AuthorLines
2014-08-09Fix misspelled comments for tests.Joseph Crail-1/+1
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-2/+2
2014-05-08Handle fallout in bench testsKevin Ballard-0/+1
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-2/+0
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-10/+8
2014-03-06fix typos with with repeated words, just like this sentence.Kang Seonghoon-1/+1
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-02-07Added tests to make tidyDerek Guenther-0/+10
2014-01-30Remove Times traitBrendan Zabarauskas-6/+6
2014-01-29Remove do keyword from test/Scott Lawrence-4/+4
2013-12-25Test fixes and rebase conflictsAlex Crichton-4/+2
2013-12-16Test fallout from std::comm rewriteAlex Crichton-2/+2
2013-12-10libextra: Another round of de-`Cell`-ing.Patrick Walton-14/+8
2013-11-26test: Remove all remaining non-procedure uses of `do`.Patrick Walton-7/+6
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/+81
2013-08-28src/test/bench: restructureCorey Richardson-81/+0
2013-08-17Fix warnings it testsErick Tryzelaar-1/+0
2013-08-08Enabled workstealing in the scheduler. Previously we had one global work queu...toddaaro-0/+82