summary refs log tree commit diff
path: root/src/test/bench/shootout-binarytrees.rs
AgeCommit message (Expand)AuthorLines
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-1/+1
2014-06-17auto merge of #14855 : TeXitoi/rust/relicense-shootout-binarytrees, r=brsonbors-8/+38
2014-06-12Relicense shootout-binarytrees.rsGuillaume Pinot-8/+38
2014-06-11sync: Move underneath libstdAlex Crichton-2/+1
2014-05-28std: Remove format_strbuf!()Alex Crichton-2/+2
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-1/+1
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-1/+1
2014-05-14test: Remove all uses of `~str` from the test suite.Patrick Walton-3/+3
2014-05-08Handle fallout in bench testsKevin Ballard-0/+1
2014-04-10Remove some internal ~[] from several libraries.Huon Wilson-1/+1
2014-03-23iter: remove `to_owned_vec`Daniel Micay-1/+1
2014-02-14extern mod => extern crateAlex Crichton-2/+2
2014-02-05move concurrent stuff from libextra to libsyncJeremyLetang-2/+2
2014-01-29auto merge of #11868 : bytbox/rust/remove-do, r=alexcrichtonbors-2/+2
2014-01-29Remove do keyword from test/Scott Lawrence-2/+2
2014-01-29extra: move arena to libarenaDavid Manescu-1/+2
2014-01-17Add a generic power functionFlavio Percoco-1/+1
2014-01-11Remove re-exports of std::io::stdio::{print, println} in the prelude.Brendan Zabarauskas-1/+1
2014-01-07libextra: Introduce typed arenas.Patrick Walton-11/+12
2013-12-11Make 'self lifetime illegal.Erik Price-2/+2
2013-11-26test: Remove all remaining non-procedure uses of `do`.Patrick Walton-2/+2
2013-10-29rewrite shootout-binarytrees.rs to match shootout directivesGuillaume Pinot-50/+46
2013-09-26Update the compiler to not use printf/printflnAlex Crichton-3/+3
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/+89
2013-08-28src/test/bench: restructureCorey Richardson-89/+0
2013-08-05Updated std::Option, std::Either and std::ResultMarvin Löbel-1/+1
2013-08-05Add extra::arena::Arena::new{, _with_size}.OGINO Masanori-4/+4
2013-07-24fix fmt! usageDaniel Micay-1/+1
2013-07-24Change 'print(fmt!(...))' to printf!/printfln! in src/test/Birunthan Mohanathas-9/+8
2013-07-20Fix warnings in src/test/bench tests. Nobody will ever care.Ben Blum-1/+1
2013-06-23Updated copyright year on shootout-binarytrees.rsMatthijs Hofstra-21/+17
2013-06-23Fixed os:: and int:: not being in scope, changed io::println to printlnMatthijs Hofstra-4/+6
2013-05-22test: Update tests to use the new syntax.Patrick Walton-2/+2
2013-05-02librustc: Update the serializer to work properly with INHTWAMA, removing muta...Patrick Walton-11/+12
2013-03-26test: Fix testsPatrick Walton-4/+5
2013-03-06Add manual &self/ and &static/ and /&self declarations thatNiko Matsakis-3/+6
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-2/+2
2012-08-28CamelCasify lots of stdBen Striegel-4/+4
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-6/+6
2012-08-21more sound treatment of fn& regions; change all & to be distinctNiko Matsakis-1/+3
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-1/+1
2012-08-05Switch alts to use arrowsBrian Anderson-2/+2
2012-08-02Purge placement new; Make borrowck know about unary move.Niko Matsakis-4/+5
2012-08-01Convert ret to returnBrian Anderson-4/+4
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-6/+6