summary refs log tree commit diff
path: root/src/test/bench/core-std.rs
AgeCommit message (Expand)AuthorLines
2013-12-11std::io: Add Buffer.lines(), change .bytes() apiklutzy-2/+1
2013-12-04Revert "libstd: Change `Path::new` to `Path::init`."Kevin Ballard-1/+1
2013-11-29libstd: Change `Path::new` to `Path::init`.Patrick Walton-1/+1
2013-11-26test: Remove most uses of `&fn()` from the tests.Patrick Walton-1/+1
2013-11-11Move std::rt::io to std::ioAlex Crichton-2/+2
2013-11-03Fill out the remaining functionality in io::fileAlex Crichton-2/+2
2013-11-03Remove all blocking std::os blocking functionsAlex Crichton-3/+2
2013-10-23std::rand: add distributions::Range for generating [lo, hi).Huon Wilson-3/+3
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-2/+2
2013-10-15path2: Adjust the API to remove all the _str mutation methodsKevin Ballard-2/+2
2013-10-15path2: Replace the path module outrightKevin Ballard-2/+2
2013-10-10Remove some users of io::file_readerAlex Crichton-2/+5
2013-10-06Add appropriate #[feature] directives to testsAlex Crichton-0/+2
2013-10-01remove the `float` typeDaniel Micay-1/+1
2013-09-30bench: Remove usage of fmt!Alex Crichton-2/+2
2013-09-26Update the compiler to not use printf/printflnAlex Crichton-1/+1
2013-09-23std: merge rand::{Rng,RngUtil} with default methods.Huon Wilson-4/+4
2013-09-06make macro hygienicJohn Clements-8/+8
2013-08-30Revert "src/test/bench: restructure"Corey Richardson-0/+150
2013-08-28src/test/bench: restructureCorey Richardson-150/+0
2013-08-17Fix warnings it testsErick Tryzelaar-3/+0
2013-08-03remove obsolete `foreach` keywordDaniel Micay-4/+4
2013-08-02replace `range` with an external iteratorDaniel Micay-4/+4
2013-07-27to_either + fixesErick Tryzelaar-1/+1
2013-07-24Change 'print(fmt!(...))' to printf!/printfln! in src/test/Birunthan Mohanathas-1/+1
2013-07-20Fix warnings in src/test/bench tests. Nobody will ever care.Ben Blum-2/+2
2013-07-17test: Fix tests.Patrick Walton-1/+1
2013-07-11Add is_utf8 bench testsGary Linscott-0/+24
2013-07-07remove some method resolve workaroundsDaniel Micay-1/+1
2013-06-28librustc: Remove the broken overloaded assign-ops from the language.Patrick Walton-3/+2
2013-06-27Convert vec::[mut_]slice to methods, remove vec::const_slice.Huon Wilson-1/+1
2013-06-21vec: rm old_iter implementations, except BaseIterDaniel Micay-1/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+7
2013-05-22test: Update tests to use the new syntax.Patrick Walton-5/+5
2013-05-10Stop using the '<->' operatorAlex Crichton-1/+2
2013-05-08test: Fix tests and the pipe compilerPatrick Walton-6/+9
2013-04-24libcore: unify `gen_<type>` methods on `rand::RngUtil` into the generic `gen`.Huon Wilson-5/+3
2013-04-24libcore: remove @Rng from rand, and use traits instead.Huon Wilson-3/+3
2013-03-26std: Remove the oldmap moduleAlex Crichton-1/+0
2013-03-26test: Remove uses of oldmap::HashMapAlex Crichton-20/+0
2013-03-14test: Remove deprecated features from benchmark tests. rs=burningtreePatrick Walton-0/+1
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-1/+1
2013-03-02test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defunPatrick Walton-1/+1
2013-02-14Convert all uses of vec::slice to vec::view Issue #3869Nick Desaulniers-1/+1
2013-02-05oldmap: use &K instead of K in find and getPatrick Walton-1/+1
2013-02-05Revert "oldmap: use &K instead of K in find and get"Graydon Hoare-1/+1
2013-02-03oldmap: use &K instead of K in find and getDaniel Micay-1/+1
2013-02-03rename map -> oldmap and mark it as deprecatedDaniel Micay-6/+6
2012-12-18core: add macro_rules! for "condition! { c: in -> out; }".Graydon Hoare-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10