about summary refs log tree commit diff
path: root/src/test/bench
AgeCommit message (Expand)AuthorLines
2013-08-18auto merge of #8560 : kballard/rust/reserve-yield, r=pcwaltonbors-1/+1
2013-08-17Fix warnings it testsErick Tryzelaar-14/+0
2013-08-16Reserve 'yield' keywordKevin Ballard-1/+1
2013-08-10std: Rename Iterator.transform -> .mapErick Tryzelaar-7/+7
2013-08-10Mass rename of .consume{,_iter}() to .move_iter()Erick Tryzelaar-8/+8
2013-08-08auto merge of #8356 : toddaaro/rust/ws, r=brsonbors-0/+164
2013-08-08auto merge of #8385 : cmr/rust/big-rollup, r=alexcrichtonbors-9/+6
2013-08-08Enabled workstealing in the scheduler. Previously we had one global work queu...toddaaro-0/+164
2013-08-07Implement DoubleEndedIterator on RangeKevin Ballard-9/+6
2013-08-07test: Fix deadlock in task-perf-linked-failureBrian Anderson-1/+4
2013-08-07test: xfail a bunch of tests that are incorrectly reading os::args()[1]Brian Anderson-0/+10
2013-08-06remove `extra::iter`Daniel Micay-12/+12
2013-08-05Updated std::Option, std::Either and std::ResultMarvin Löbel-34/+34
2013-08-05Add extra::arena::Arena::new{, _with_size}.OGINO Masanori-4/+4
2013-08-03remove obsolete `foreach` keywordDaniel Micay-96/+96
2013-08-03replace all remaining `for` with `foreach` or `do`Daniel Micay-6/+9
2013-08-02librustc: Disallow "unsafe" for external functionsPatrick Walton-1/+1
2013-08-02librustc: Introduce a new visitor type based on traits and port syntax to it.Patrick Walton-1/+1
2013-08-02replace `range` with an external iteratorDaniel Micay-70/+68
2013-08-01auto merge of #8170 : brson/rust/nopipes, r=pcwaltonbors-321/+0
2013-08-01auto merge of #8190 : thestinger/rust/for, r=thestingerbors-13/+13
2013-08-01Remove the pipes compilerBrian Anderson-321/+0
2013-08-01std: Change `Times` trait to use `do` instead of `for`blake2-ppc-13/+13
2013-08-01auto merge of #8164 : brson/rust/noportset, r=pcwaltonbors-12/+12
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-32/+32
2013-07-31std: Remove PortSet. Not supported by new scheduler. Replace uses with Shared...Brian Anderson-12/+12
2013-07-28auto merge of #8069 : erickt/rust/maikklein, r=ericktbors-4/+4
2013-07-27to_either + fixesErick Tryzelaar-4/+4
2013-07-27Change concurrency primitives to standard naming conventionsSteven Stewart-Gallus-11/+11
2013-07-24fix fmt! usageDaniel Micay-1/+1
2013-07-24Change 'print(fmt!(...))' to printf!/printfln! in src/test/Birunthan Mohanathas-45/+41
2013-07-20Fix warnings in src/test/bench tests. Nobody will ever care.Ben Blum-78/+60
2013-07-18hashmap: Remove .consume() has rename .consume_iter() to .consume()blake2-ppc-3/+3
2013-07-17librustc: Remove some extra "copy" keywords that came in before this change m...Patrick Walton-1/+1
2013-07-17test: Fix tests.Patrick Walton-4/+0
2013-07-17test: Fix tests.Patrick Walton-20/+13
2013-07-17librustc: Remove all uses of the `Copy` bound.Patrick Walton-8/+5
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-34/+52
2013-07-16auto merge of #7831 : ozten/rust/issues-7764-swap_unwarp-take-unwrap, r=pcwaltonbors-4/+4
2013-07-16Rename Option swap_unwrap to take_unwrap. Fixes Issue#7764Austin King-4/+4
2013-07-17Clean-up tests after debug!/std-macros change.Huon Wilson-7/+7
2013-07-13Un-broke benchmarksSteven Fackler-5/+5
2013-07-12auto merge of #7696 : glinscott/rust/utf8_perf, r=cmrbors-0/+24
2013-07-11Add is_utf8 bench testsGary Linscott-0/+24
2013-07-11extra: Rename deque::Deque to ringbuf::RingBuf and impl trait Dequeblake2-ppc-5/+6
2013-07-09auto merge of #7117 : jensnockert/rust/freestanding, r=cmrbors-11/+8
2013-07-08And I forgot to run the benchmarks after rebasingJens Nockert-10/+7
2013-07-08Fix pretty printer, which was ignoring `ref` in irrefutable patternsNiko Matsakis-2/+2
2013-07-08 Replaces the free-standing functions in f32, &c.Jens Nockert-1/+1
2013-07-07remove some method resolve workaroundsDaniel Micay-4/+4