about summary refs log tree commit diff
path: root/src/test/bench
AgeCommit message (Expand)AuthorLines
2013-02-22test: De-mut the test suite. rs=demutingPatrick Walton-47/+60
2013-02-22auto merge of #5081 : brson/rust/pipes, r=pcwaltonbors-33/+30
2013-02-21core: Extract comm from pipes. #4742Brian Anderson-33/+30
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-6/+6
2013-02-19auto merge of #5006 : tedhorst/rust/linear_mand, r=brsonbors-40/+44
2013-02-19test: fix seeded_rng usesGraydon Hoare-8/+8
2013-02-19update copyright datesTed Horst-1/+1
2013-02-19move shootout-mandelbrot to LinearMap, add depth argumentTed Horst-39/+43
2013-02-18Add benchmarks to measure differences in bit vectorsAlex Crichton-0/+180
2013-02-17Modernize bitv mut fields and explicit selfAlex Crichton-2/+2
2013-02-16modernize std::dequeDaniel Micay-6/+5
2013-02-15auto merge of #4969 : nickdesaulniers/rust/issue3869, r=brsonbors-4/+4
2013-02-15tests/tutorials: Get rid of `move`.Luqman Aden-100/+98
2013-02-14Convert all uses of vec::slice to vec::view Issue #3869Nick Desaulniers-4/+4
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-4/+4
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-10/+10
2013-02-13RIMOV core::vecBen Striegel-7/+7
2013-02-08oldmap: get rid of legacy _ref suffixesDaniel Micay-2/+2
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-23/+30
2013-02-05oldmap: use &K instead of K in find and getPatrick Walton-5/+5
2013-02-05Revert "oldmap: use &K instead of K in find and get"Graydon Hoare-5/+5
2013-02-04auto merge of pull req #4777 from thestinger/rust, r=graydonbors-5/+5
2013-02-04Merge remote-tracking branch 'bstrie/rimov' into incomingBrian Anderson-12/+12
2013-02-03oldmap: use &K instead of K in find and getDaniel Micay-5/+5
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