about summary refs log tree commit diff
path: root/src/test/bench/shootout-fasta.rs
AgeCommit message (Expand)AuthorLines
2016-01-29Remove src/test/benchBrian Anderson-370/+0
2015-09-24change fasta benchmark to Veedrac's implementationAndre Bogus-87/+305
2015-04-21std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-1/+0
2015-04-14bench: Fix fallout in benchmarksAlex Crichton-11/+9
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+2
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-1/+2
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-1/+1
2015-02-18rollup merge of #22287: Ryman/purge_carthographersAlex Crichton-1/+1
2015-02-18Opt for .cloned() over .map(|x| x.clone()) etc.Kevin Butler-1/+1
2015-02-16Replace some uses of deprecated os functionsSimonas Kazlauskas-7/+5
2015-02-13Cleanup getenv from tests and benchmarksSimonas Kazlauskas-2/+3
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-1/+1
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-1/+1
2015-01-26Fallout of io => old_ioAlex Crichton-5/+5
2015-01-19remove unnecessary parentheses from range notationJorge Aparicio-1/+1
2015-01-07remove some `slicing_syntax` feature gatesJorge Aparicio-2/+0
2015-01-07falloutNick Cameron-1/+1
2015-01-05Remove use of associated_types feature gate from tests.Huon Wilson-1/+1
2015-01-03Remove deprecated functionalityAlex Crichton-2/+1
2015-01-03add feature gate to some benchmarksJorge Aparicio-1/+1
2015-01-03bench: fix falloutJorge Aparicio-2/+4
2015-01-02std: Stabilize the prelude moduleAlex Crichton-2/+3
2014-12-20Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.Nick Cameron-1/+1
2014-12-13Get rid of all the remaining uses of `refN`/`valN`/`mutN`/`TupleN`Jorge Aparicio-1/+1
2014-11-13Remove lots of numeric traits from the preludesBrendan Zabarauskas-0/+1
2014-10-11auto merge of #17936 : TeXitoi/rust/remove-shootout-warnings, r=alexcrichtonbors-14/+17
2014-10-11remove shootout warningsGuillaume Pinot-14/+17
2014-10-09test: Convert statics to constantsAlex Crichton-2/+2
2014-10-07Put slicing syntax behind a feature gate.Nick Cameron-0/+2
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-1/+1
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-1/+1
2014-10-02Revert "Put slicing syntax behind a feature gate."Aaron Turon-2/+0
2014-10-02Put slicing syntax behind a feature gate.Nick Cameron-0/+2
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-1/+1
2014-09-17Relicense shootout-fasta.rs ti the shootout license.Guillaume Pinot-14/+39
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-1/+1
2014-05-08Handle fallout in bench testsKevin Ballard-0/+1
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-0/+1
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-2/+1
2014-03-01std: Switch stdout/stderr to buffered by defaultAlex Crichton-1/+1
2014-02-17Improve naming of tuple getters, and add mutable tuple getterBrendan Zabarauskas-1/+1
2014-02-13Removed num::OrderableMichael Darakananda-1/+1
2014-01-17Tweak the interface of std::ioAlex Crichton-2/+1
2013-12-12rewrite of shootout-fasta.rsGuillaume Pinot-112/+80
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-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-2/+2