about summary refs log tree commit diff
path: root/src/test/bench/shootout-reverse-complement.rs
AgeCommit message (Expand)AuthorLines
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-16Fallout from renamingAaron Turon-5/+5
2014-09-07Relicense shootout-reverse-complement.rs to the shootout license.Guillaume Pinot-8/+38
2014-05-13Touch up and rebase previous commitsAlex Crichton-1/+1
2014-04-06De-~[] Reader and WriterSteven Fackler-2/+2
2014-04-02Fix fallout of requiring uint indicesAlex Crichton-5/+5
2014-03-11fix a bug in shootout-reverse-complement, official tests should pass with itGuillaume Pinot-1/+3
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2014-02-03Fixing remaining warnings and errors throughoutAlex Crichton-1/+2
2014-01-17xfail shootout-reverse-complement on androidBrian Anderson-0/+2
2013-12-04Revert "libstd: Change `Path::new` to `Path::init`."Kevin Ballard-1/+1
2013-12-04rewrite of shootout-reverse-complement.rsGuillaume Pinot-142/+70
2013-11-11Remove #[fixed_stack_segment] and #[rust_stack]Alex Crichton-1/+0
2013-10-01Migrate users of 'loop' to 'continue'Alex Crichton-1/+1
2013-08-30Revert "src/test/bench: restructure"Corey Richardson-0/+152
2013-08-28src/test/bench: restructureCorey Richardson-152/+0
2013-07-20Fix warnings in src/test/bench tests. Nobody will ever care.Ben Blum-1/+0
2013-06-28Convert vec::{reserve, reserve_at_least, capacity} to methods.Huon Wilson-4/+3
2013-05-22test: Update tests to use the new syntax.Patrick Walton-6/+6
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+0
2013-04-19test: xfail some benchmarks that require external libraries or inputsPatrick Walton-0/+1
2013-04-19librustc: Remove debug code; xfail-pretty reverse-complement.Patrick Walton-0/+2
2013-04-19test: Implement pidigits and reverse-complementPatrick Walton-0/+152