summary refs log tree commit diff
path: root/src/test/bench
AgeCommit message (Expand)AuthorLines
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-43/+43
2013-03-27auto merge of #5569 : thestinger/rust/map, r=catamorphismbors-3/+3
2013-03-26test: Fix testsPatrick Walton-4/+5
2013-03-26librustc: Remove all uses of the old `[T * N]` fixed-length vector syntaxPatrick Walton-6/+6
2013-03-26libcore: Change `[const T]` to `const [T]` everywherePatrick Walton-4/+4
2013-03-26option: rm functions that duplicate methodsDaniel Micay-8/+8
2013-03-26fix the core-map benchmark's descending rangeDaniel Micay-3/+3
2013-03-26std: Remove the oldmap moduleAlex Crichton-1/+0
2013-03-26test: Remove uses of oldmap::HashMapAlex Crichton-51/+38
2013-03-26Fixed all use sites and testsMarvin Löbel-1/+2
2013-03-22librustc: Remove the `const` declaration form everywherePatrick Walton-6/+6
2013-03-22test: Remove `pure` from the test suitePatrick Walton-5/+5
2013-03-22librustc: Remove all uses of `static` from functions. rs=destaticPatrick Walton-4/+4
2013-03-21auto merge of #5480 : pcwalton/rust/at-const, r=pcwaltonbors-0/+1
2013-03-21auto merge of #5479 : Kimundi/rust/str-dealloc, r=z0w0bors-1/+2
2013-03-21librustc: Forbid destructors from being attached to any structs that might co...Patrick Walton-0/+1
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