about summary refs log tree commit diff
path: root/src/test/bench
AgeCommit message (Expand)AuthorLines
2013-03-21Un-renamed trim and substr functions.Marvin Löbel-1/+1
2013-03-21Switched over substr and trim functions in str to be non-allocating, temporar...Marvin Löbel-1/+2
2013-03-21replace the core-map benchmarkDaniel Micay-247/+86
2013-03-18Refactored sudoku benchmark to use traits and added some testsStefan Plantikow-106/+201
2013-03-14auto merge of #5366 : tedhorst/rust/threadring, r=brsonbors-0/+74
2013-03-14test: Remove deprecated features from benchmark tests. rs=burningtreePatrick Walton-7/+15
2013-03-13reinstate test/bench/shootout-threadring.rsTed Horst-0/+74
2013-03-13Remove `++` mode from the compiler (it is parsed as `+` mode)Niko Matsakis-2/+2
2013-03-11Remove uses of logBrian Anderson-7/+7
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-8/+8
2013-03-08test: Removing dvec usesAlex Crichton-76/+0
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-31/+31
2013-03-07librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. r...Patrick Walton-3/+5
2013-03-06Add manual &self/ and &static/ and /&self declarations thatNiko Matsakis-3/+6
2013-03-05core: convert vec::{last,last_opt} to return referencesErick Tryzelaar-1/+1
2013-03-02test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defunPatrick Walton-29/+33
2013-02-28Remove legacy object creation mode, and convert remaining uses of itNiko Matsakis-1/+1
2013-02-28librustc: Mark all type implementations public. rs=impl-publicityPatrick Walton-2/+2
2013-02-26auto merge of #5119 : Kimundi/rust/incoming, r=catamorphismbors-1/+1
2013-02-26bench: Fix botched option dances. rs=demutingPatrick Walton-13/+16
2013-02-26Removed deprecated `str()` functions in int-template.rs and uint-template.rsMarvin Löbel-1/+1
2013-02-26test: De-~mut the test suite. rs=demutingPatrick Walton-37/+25
2013-02-25Revert "test: De-~mut the test suite. rs=demuting"Patrick Walton-25/+37
2013-02-25test: De-~mut the test suite. rs=demutingPatrick Walton-37/+25
2013-02-24test: xfail-pretty some benchmarks. rs=burningtreePatrick Walton-0/+8
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