summary refs log tree commit diff
path: root/src/test/bench/shootout-reverse-complement.rs
AgeCommit message (Expand)AuthorLines
2015-02-17rollup merge of #22319: huonw/send-is-not-staticAlex Crichton-15/+6
2015-02-18Update tests for the Send - 'static change.Huon Wilson-14/+5
2015-02-17Fallout from stabilizationAaron Turon-2/+2
2015-02-06Rollup merge of #21955 - jbcrail:fix-test-comments, r=steveklabnikManish Goregaokar-2/+2
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-2/+2
2015-02-04Fix for misspelled comments in tests.Joseph Crail-2/+2
2015-02-04remove all kind annotations from closuresJorge Aparicio-1/+1
2015-01-27cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` callsJorge Aparicio-1/+1
2015-01-26Fallout of io => old_ioAlex Crichton-2/+2
2015-01-09Merge pull request #20718 from tshepang/bench-fix-some-warningsbors-1/+1
2015-01-08bench: fix a few compiler warningsTshepang Lekhonkhobe-1/+1
2015-01-07remove some `slicing_syntax` feature gatesJorge Aparicio-1/+1
2015-01-06More test fixesAlex Crichton-1/+1
2015-01-05Remove use of associated_types feature gate from tests.Huon Wilson-1/+1
2015-01-03Remove deprecated functionalityAlex Crichton-2/+2
2015-01-03add feature gate to some benchmarksJorge Aparicio-1/+1
2015-01-03bench: fix falloutJorge Aparicio-2/+4
2015-01-03auto merge of #20154 : P1start/rust/qualified-assoc-type-generics, r=nikomats...bors-1/+1
2015-01-02std: Stabilize the prelude moduleAlex Crichton-12/+7
2014-12-30Fallout from stabilizationAaron Turon-1/+1
2014-12-30Fallout from mut slicesNick Cameron-1/+1
2014-12-26Add a Racy type to bench testsFlavio Percoco-6/+11
2014-12-25Parse fully-qualified associated types in generics without whitespaceP1start-1/+1
2014-12-20Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.Nick Cameron-4/+4
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-1/+1
2014-11-18Update test for equivalency to include region binders in object types, add ne...Niko Matsakis-1/+1
2014-11-06Fallout from collection conventionsAlexis Beingessner-2/+3
2014-10-28rephrase some comments according to remarks in the PRGuillaume Pinot-4/+4
2014-10-26simplify shootout-reverse-complement.rsGuillaume Pinot-179/+109
2014-10-24ignore-androidJulian Orth-0/+2
2014-10-24Improve shootout-reverse-complementJulian Orth-88/+259
2014-10-16shootout-reverse-complement: reimplement TwoSideIter using pointersGuillaume Pinot-23/+32
2014-10-14improve shootout-reverse-complement.rs using unsafe codeGuillaume Pinot-11/+36
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-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