summary refs log tree commit diff
path: root/src/test/bench/core-std.rs
AgeCommit message (Expand)AuthorLines
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
2012-11-13cleanup: convert some remaining #foo invocations to foo! form.Graydon Hoare-6/+4
2012-10-30Remove xfail-pretty from tests that pretty-print correctly nowTim Chevalier-1/+0
2012-10-23Remove uses of binary move - <- - from tests and librariesTim Chevalier-0/+1
2012-10-04Remove arg vectors from main functions. Stop supporting them.Brian Anderson-1/+2
2012-09-28demode vecNiko Matsakis-1/+1
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-3/+3
2012-09-25Fix borked testsTim Chevalier-1/+1
2012-09-25Demode core::resultBrian Anderson-1/+1
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-10Convert std::map to camel caseBrian Anderson-2/+2
2012-09-07(partially fix incoming) More hash function simplificationKevin Cantu-1/+1
2012-09-05test: "import" -> "use"Patrick Walton-4/+4
2012-08-27Camel case various core constructorsBrian Anderson-4/+4
2012-08-26Camel case the option typeBrian Anderson-2/+2
2012-08-26Fix build breakageBrian Anderson-1/+1