summary refs log tree commit diff
path: root/src/test/bench/shootout-reverse-complement.rs
AgeCommit message (Expand)AuthorLines
2015-04-28Reference the correct issue and clarify failureTamir Duberstein-1/+1
2015-04-28#10393 & #13206: WarningsTamir Duberstein-1/+1
2015-04-28test: Fix some tests to run with muslAlex Crichton-4/+4
2015-04-14rollup merge of #24385: aturon/unstable-scopedAlex Crichton-1/+1
2015-04-14bench: Fix fallout in benchmarksAlex Crichton-50/+15
2015-04-14Fallout: move from scoped to spawnAaron Turon-1/+1
2015-03-30std: Standardize (input, output) param orderingsAlex Crichton-2/+2
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-10/+10
2015-03-23rollup merge of #23503: alexcrichton/fix-ptr-docsAlex Crichton-3/+3
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-1/+1
2015-03-21std: Remove deprecated ptr functionsAlex Crichton-3/+3
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-1/+1
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