summary refs log tree commit diff
path: root/src/test/bench/shootout-fasta.rs
AgeCommit message (Expand)AuthorLines
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
2013-10-24Test fixes and merge conflictsAlex Crichton-1/+2
2013-10-24Remove even more of std::ioAlex Crichton-12/+12
2013-10-23register snapshotsDaniel Micay-1/+1
2013-10-15path2: Adjust the API to remove all the _str mutation methodsKevin Ballard-1/+1
2013-10-15path2: Replace the path module outrightKevin Ballard-1/+1
2013-10-09std::rand: Add an implementation of ISAAC64.Huon Wilson-1/+1
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/+154
2013-08-28src/test/bench: restructureCorey Richardson-154/+0
2013-08-17Fix warnings it testsErick Tryzelaar-2/+0
2013-08-05Updated std::Option, std::Either and std::ResultMarvin Löbel-1/+1
2013-08-03remove obsolete `foreach` keywordDaniel Micay-3/+3
2013-08-02replace `range` with an external iteratorDaniel Micay-2/+2
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-1/+1
2013-07-27to_either + fixesErick Tryzelaar-2/+2
2013-07-17test: Fix tests.Patrick Walton-2/+2
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-4/+9
2013-06-28librustc: Remove the broken overloaded assign-ops from the language.Patrick Walton-1/+1
2013-06-23Updated shootout-fasta.rs copyright years, removed stuff that caused lint to ...Matthijs Hofstra-18/+12
2013-06-23Fixed shootout-fasta.rs outputMatthijs Hofstra-10/+14
2013-06-23vec: remove BaseIter implementationDaniel Micay-4/+4
2013-06-10std: convert str::reserve* to methods, and methodise str::push_*.Huon Wilson-1/+1
2013-06-10std: remove str::{len, slice, is_empty} in favour of methods.Huon Wilson-5/+5
2013-06-08remove deprecated vec::{is_empty, len} functionsDaniel Micay-1/+1
2013-05-30Remove a bunch of unnecessary allocations and copiesBjörn Steinbrink-10/+10
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+10
2013-05-22test: Update tests to use the new syntax.Patrick Walton-2/+2
2013-05-08test: Fix tests and the pipe compilerPatrick Walton-1/+4