summary refs log tree commit diff
path: root/src/test/bench/std-smallintmap.rs
AgeCommit message (Expand)AuthorLines
2014-03-22Remove outdated and unnecessary std::vec_ng::Vec imports.Huon Wilson-1/+0
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-3/+4
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-2/+2
2014-02-21Move time out of extra (cc #8784)Arcterus-4/+4
2014-02-14extern mod => extern crateAlex Crichton-2/+2
2014-02-07moved collections from libextra into libcollectionsHeroesGrave-1/+2
2013-10-24Remove even more of std::ioAlex Crichton-6/+4
2013-10-01remove the `float` typeDaniel Micay-3/+3
2013-09-30bench: Remove usage of fmt!Alex Crichton-4/+4
2013-09-15Remove {uint,int,u64,i64,...}::from_str,from_str_radixblake2-ppc-2/+2
2013-08-30Revert "src/test/bench: restructure"Corey Richardson-0/+66
2013-08-28src/test/bench: restructureCorey Richardson-66/+0
2013-08-05Updated std::Option, std::Either and std::ResultMarvin Löbel-2/+2
2013-08-03remove obsolete `foreach` keywordDaniel Micay-3/+3
2013-08-02replace `range` with an external iteratorDaniel Micay-3/+3
2013-07-20Fix warnings in src/test/bench tests. Nobody will ever care.Ben Blum-1/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+4
2013-05-22test: Update tests to use the new syntax.Patrick Walton-6/+6
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-1/+1
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-1/+1
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-1/+1
2013-03-02test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defunPatrick Walton-1/+1
2013-01-31modernize smallintmapDaniel Micay-9/+8
2013-01-31move smallintmap to oldsmallintmapDaniel Micay-4/+4
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-10-04Remove arg vectors from main functions. Stop supporting them.Brian Anderson-1/+2
2012-09-25use + mode for (almost) everything when not using legacy modesNiko Matsakis-1/+1
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-1/+1
2012-09-05test: "import" -> "use"Patrick Walton-3/+3
2012-09-05test: Fix smallintmap testPatrick Walton-3/+3
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-4/+4
2012-08-14Convert more core types to camel caseBrian Anderson-1/+1
2012-08-08Convert impls to new syntaxBrian Anderson-1/+1
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-4/+4
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-4/+4
2012-07-01Convert to new closure syntaxBrian Anderson-3/+3
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-3/+3
2012-06-28Make a bunch of tests stop using the deprecated vector syntax.Michael Sullivan-3/+3
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-1/+1
2012-05-26bench: Increase the difficulty of some benchmarksBrian Anderson-1/+1
2012-05-26core: Make range follow the for loop protocolBrian Anderson-3/+3
2012-05-23bench: Add hard mode to benchmarks. Activate with RUST_BENCH.Brian Anderson-1/+7
2012-05-23bench: Reduce constants in std-smallintmap to make it valgrind fastBrian Anderson-1/+1
2012-05-18create a smallintmap benchmarkNiko Matsakis-0/+46