about summary refs log tree commit diff
path: root/src/test/bench
AgeCommit message (Expand)AuthorLines
2013-02-03Merge remote-tracking branch 'thestinger/old_map' into incomingBrian Anderson-62/+61
2013-02-03Fixed `fmt!`, tests, doc-tests.Marvin Löbel-16/+16
2013-02-03oldmap: &K instead of K for the remove parameterDaniel Micay-3/+3
2013-02-03oldmap: remove legacy each methodDaniel Micay-3/+2
2013-02-03oldmap: implement core::container::ContainerDaniel Micay-1/+1
2013-02-03oldmap: get rid of the legacy contains_key methodDaniel Micay-1/+1
2013-02-03rename map -> oldmap and mark it as deprecatedDaniel Micay-54/+54
2013-02-01Remove fail keyword from lexer & parser and clean up remaining calls toNick Desaulniers-1/+1
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-1/+1
2013-01-31modernize smallintmapDaniel Micay-9/+8
2013-01-31move smallintmap to oldsmallintmapDaniel Micay-4/+4
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-8/+8
2013-01-31Finalize moves-based-on-type implementation.Niko Matsakis-1/+2
2013-01-30test: De-export sudoku. rs=burningtreePatrick Walton-6/+4
2013-01-31Fix bench/sudoku, broken by deëxportingBen Striegel-6/+4
2013-01-30Repair RIMOV damage to benchmarksBen Striegel-7/+7
2013-01-30RIMOV, round 10Ben Striegel-1/+1
2013-01-30RIMOV, round 5Ben Striegel-3/+3
2013-01-30RIMOV, round 3Ben Striegel-1/+1
2013-01-30test: De-export aux, bench, compile-fail, and run-fail. rs=deexportingPatrick Walton-2/+1
2013-01-30Remove oldcomm from the test suiteBrian Anderson-565/+67
2013-01-29librustc: Disallow trait bounds in types, enumerations, and structure definit...Patrick Walton-6/+6
2013-01-28testsuite: De-record most bench testsTim Chevalier-62/+78
2013-01-28testsuite: Allow structural records in two tests that use pipesTim Chevalier-0/+6
2013-01-23Merge pull request #4594 from thestinger/mapTim Chevalier-34/+176
2013-01-23test: fix benchmark unsafe blocks, r=burningtree.Graydon Hoare-51/+60
2013-01-23fix core-map.rs benchmarkDaniel Micay-33/+175
2013-01-23switch LinearMap to current constructor conventionDaniel Micay-2/+2
2013-01-23libcore: Use LLVM intrinsics for floor; add a new Perlin noise benchmark. r=b...Patrick Walton-0/+110
2013-01-23rename send_map to hashmapDaniel Micay-1/+1
2013-01-23core: Rename to_mut and from_mut to cast_to_mut and cast_from_mutTrinick-11/+11
2013-01-10add two more copies required in word-count rs=breakageNiko Matsakis-2/+2
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-21/+31
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-31/+21
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-21/+31
2013-01-02use newtype struct for devnull rather than type aliased recordTed Horst-3/+3
2013-01-02really update mandelbrot to pipesTed Horst-14/+9
2012-12-28test: Fix benchmarks. rs=rustbotPatrick Walton-52/+47
2012-12-24Update shootout-mandelbrot to work with the new io::WriterTim Chevalier-5/+5
2012-12-23update mandelbrot to pipes, a few other updatesTed Horst-22/+11
2012-12-18core: add macro_rules! for "condition! { c: in -> out; }".Graydon Hoare-1/+1
2012-12-14Fix broken testsBrian Anderson-12/+12
2012-12-14Un-xfail tests that work nowTim Chevalier-1/+0
2012-12-14Rename core::comm to core::oldcommBrian Anderson-65/+65
2012-12-14Remove spawn_listener, spawn_conversationBrian Anderson-1/+14
2012-12-14Remove bench/shootout-threadring.rsBrian Anderson-63/+0
2012-12-14Remove two comm-oriented benchmarks that have pipe equivsBrian Anderson-83/+0
2012-12-13Fix benchmarksBrian Anderson-208/+1
2012-12-13Rename Send trait to OwnedBrian Anderson-16/+16
2012-12-11Reverse the order of the results of pipes::streamTim Chevalier-10/+10