summary refs log tree commit diff
path: root/src/test/bench/rt-parfib.rs
AgeCommit message (Expand)AuthorLines
2015-05-09Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-1/+1
2015-02-17rollup merge of #22435: aturon/final-stab-threadAlex Crichton-2/+2
2015-02-17Fallout from stabilizationAaron Turon-2/+2
2015-02-16Replace some uses of deprecated os functionsSimonas Kazlauskas-6/+4
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-1/+1
2015-01-08bench: fix a few compiler warningsTshepang Lekhonkhobe-4/+3
2015-01-06Fallout from stabilizationAaron Turon-1/+1
2015-01-02Rollup test fixes and rebase conflictsAlex Crichton-4/+3
2015-01-02std: Stabilize the prelude moduleAlex Crichton-2/+5
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-1/+1
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-1/+1
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-3/+3
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-01-29Remove do keyword from test/Scott Lawrence-2/+2
2013-12-25Test fixes and rebase conflictsAlex Crichton-2/+1
2013-12-16Test fallout from std::comm rewriteAlex Crichton-2/+1
2013-12-10libextra: Another round of de-`Cell`-ing.Patrick Walton-3/+1
2013-10-06Add appropriate #[feature] directives to testsAlex Crichton-1/+1
2013-09-15Remove {uint,int,u64,i64,...}::from_str,from_str_radixblake2-ppc-1/+1
2013-08-30Revert "src/test/bench: restructure"Corey Richardson-0/+48
2013-08-28src/test/bench: restructureCorey Richardson-48/+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/+49