summary refs log tree commit diff
path: root/src/test/bench/shootout-binarytrees.rs
AgeCommit message (Expand)AuthorLines
2015-04-21std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-2/+1
2015-04-14Fallout: move from scoped to spawnAaron Turon-2/+2
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-3/+2
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+2
2015-03-01Make Int::pow() take exp as u32 instead usizeGuillaume Gomez-1/+1
2015-02-17Test fixes and rebase conflictsAlex Crichton-3/+3
2015-02-17rollup merge of #22435: aturon/final-stab-threadAlex Crichton-1/+1
2015-02-17Fallout from stabilizationAaron Turon-1/+1
2015-02-16Replace some uses of deprecated os functionsSimonas Kazlauskas-4/+3
2015-02-13Cleanup getenv from tests and benchmarksSimonas Kazlauskas-1/+1
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-1/+1
2015-02-02`for x in xs.into_iter()` -> `for x in xs`Jorge Aparicio-1/+1
2015-01-21Fix type inference problems in tests and docsAaron Turon-15/+17
2015-01-10Improvement of shootout-binarytrees.rsGuillaume Pinot-17/+21
2015-01-08bench: fix a few compiler warningsTshepang Lekhonkhobe-1/+1
2015-01-06Fallout from stabilizationAaron Turon-1/+1
2015-01-02Rollup test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-01std: Second pass stabilization of syncAlex Crichton-5/+5
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-1/+1
2014-11-18auto merge of #19031 : nodakai/rust/libcore-pow-and-sq, r=bjzbors-2/+2
2014-11-18libcore: add num::Int::pow() and deprecate num::pow().NODA, Kai-2/+2
2014-11-17Switch to purely namespaced enumsSteven Fackler-6/+6
2014-09-16Fallout from renamingAaron Turon-1/+1
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