summary refs log tree commit diff
path: root/src/test/bench/std-smallintmap.rs
AgeCommit message (Expand)AuthorLines
2015-08-11Stabilize the Duration APISteven Fackler-4/+4
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-1/+1
2015-05-13std: Redesign Duration, implementing RFC 1040Alex Crichton-5/+5
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+2
2015-02-16Replace some uses of deprecated os functionsSimonas Kazlauskas-13/+12
2015-02-13Cleanup getenv from tests and benchmarksSimonas Kazlauskas-1/+2
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-3/+3
2015-01-08bench: fix a few compiler warningsTshepang Lekhonkhobe-1/+0
2015-01-03Remove deprecated functionalityAlex Crichton-3/+2
2015-01-02std: Stabilize the prelude moduleAlex Crichton-0/+1
2014-11-12time: Deprecate the library in the distributionAlex Crichton-14/+9
2014-11-02refactor libcollections as part of collection reformAlexis Beingessner-4/+4
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-3/+3
2014-10-16Remove libdebug and update tests.Luqman Aden-3/+2
2014-09-16Fallout from renamingAaron Turon-1/+1
2014-06-05Fallout from the libcollections movementAlex Crichton-1/+1
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-0/+1
2014-05-27std: Remove String's to_ownedRicho Healey-2/+2
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-2/+2
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-2/+2
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