about summary refs log tree commit diff
path: root/src/test/bench
AgeCommit message (Expand)AuthorLines
2013-04-19test: Rewrite nbody and spectralnorm shootout benchmarksPatrick Walton-299/+165
2013-04-19librustc: Switch the `@`s in types with `~`Patrick Walton-0/+1
2013-04-18core::comm: Modernize constructors to use `new`Brian Anderson-7/+7
2013-04-18core: Remove pipes::spawn_service, spawn_service_recvBrian Anderson-1/+48
2013-04-10Revert map.each to something which takes two parametersNiko Matsakis-1/+1
2013-04-03auto merge of #5696 : thestinger/rust/hashmap, r=sanxiynbors-20/+20
2013-04-03rename Linear{Map,Set} => Hash{Map,Set}Daniel Micay-20/+20
2013-04-03hashmap: rm linear namespaceDaniel Micay-5/+5
2013-04-03Make bench/noise.rs more idiomatic and 20x fasterBen Striegel-29/+32
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