about summary refs log tree commit diff
path: root/src/test/bench/core-uint-to-str.rs
AgeCommit message (Expand)AuthorLines
2015-02-18Fix remaining bench/debuginfo tests (and a few stragglers)Niko Matsakis-2/+2
2015-02-16Replace some uses of deprecated os functionsSimonas Kazlauskas-3/+2
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-1/+1
2015-01-08bench: fix a few compiler warningsTshepang Lekhonkhobe-1/+0
2015-01-03Remove deprecated functionalityAlex Crichton-2/+1
2015-01-02std: Stabilize the prelude moduleAlex Crichton-0/+1
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-1/+1
2014-09-16Fallout from renamingAaron Turon-1/+1
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-1/+1
2014-05-27std: Remove String's to_ownedRicho Healey-2/+2
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-1/+1
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-2/+3
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-2/+2
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-1/+1
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-1/+1
2013-09-30bench: Remove usage of fmt!Alex Crichton-1/+1
2013-09-15Remove {uint,int,u64,i64,...}::from_str,from_str_radixblake2-ppc-1/+1
2013-08-30Revert "src/test/bench: restructure"Corey Richardson-0/+30
2013-08-28src/test/bench: restructureCorey Richardson-30/+0
2013-08-20rm obsolete integer to_str{,_radix} free functionsDaniel Micay-1/+1
2013-08-05Updated std::Option, std::Either and std::ResultMarvin Löbel-1/+1
2013-08-03remove obsolete `foreach` keywordDaniel Micay-1/+1
2013-08-02replace `range` with an external iteratorDaniel Micay-1/+1
2013-07-20Fix warnings in src/test/bench tests. Nobody will ever care.Ben Blum-1/+1
2013-07-17Clean-up tests after debug!/std-macros change.Huon Wilson-1/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+3
2013-03-11Remove uses of logBrian Anderson-1/+1
2013-02-03Fixed `fmt!`, tests, doc-tests.Marvin Löbel-1/+1
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-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-1/+1
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-2/+2
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-1/+1
2012-06-04core: Make uint::to_str fasterBrian Anderson-0/+16