summary refs log tree commit diff
path: root/src/test/bench/shootout-k-nucleotide-pipes.rs
AgeCommit message (Expand)AuthorLines
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-1/+1
2015-05-09Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-1/+1
2015-04-28Reference the correct issue and clarify failureTamir Duberstein-1/+1
2015-04-28#10393 & #13206: WarningsTamir Duberstein-4/+2
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-1/+1
2015-04-14bench: Fix fallout in benchmarksAlex Crichton-15/+12
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-1/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-8/+8
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-1/+1
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-1/+1
2015-02-18Fix remaining bench/debuginfo tests (and a few stragglers)Niko Matsakis-18/+18
2015-02-17Fallout from stabilizationAaron Turon-2/+2
2015-02-13Cleanup getenv from tests and benchmarksSimonas Kazlauskas-1/+2
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-5/+5
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-2/+2
2015-01-29convert remaining `range(a, b)` to `a..b`Jorge Aparicio-1/+1
2015-01-27cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` callsJorge Aparicio-2/+2
2015-01-26Fallout of io => old_ioAlex Crichton-1/+1
2015-01-19remove unnecessary parentheses from range notationJorge Aparicio-2/+2
2015-01-07Test fixes and rebase conflictsAlex Crichton-4/+6
2015-01-07remove some `slicing_syntax` feature gatesJorge Aparicio-2/+0
2015-01-06rollup merge of #20615: aturon/stab-2-threadAlex Crichton-1/+1
2015-01-07falloutNick Cameron-2/+2
2015-01-06Fallout from stabilizationAaron Turon-1/+1
2015-01-05fix benchmarksJorge Aparicio-1/+3
2015-01-03Remove deprecated functionalityAlex Crichton-9/+8
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-1/+1
2015-01-02Rollup test fixes and rebase conflictsAlex Crichton-3/+3
2015-01-02std: Stabilize the prelude moduleAlex Crichton-3/+6
2014-12-27auto merge of #19916 : SimonSapin/rust/ascii-reform, r=sfacklerbors-5/+4
2014-12-26Fix up remaining usage of `to_ascii`.Simon Sapin-5/+4
2014-12-23Rename include_bin! to include_bytes!Chris Wong-1/+1
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-1/+1
2014-12-05Utilize fewer reexportsCorey Farwell-4/+4
2014-11-18std: Stabilize std::fmtAlex Crichton-1/+1
2014-11-17Fallout from deprecationAaron Turon-1/+1
2014-11-13Remove lots of numeric traits from the preludesBrendan Zabarauskas-0/+1
2014-10-31DSTify HashJorge Aparicio-1/+1
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-15/+14
2014-10-15Renamed AsciiStr::to_lower and AsciiStr::to_upper=-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-2/+2
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-2/+2
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-2/+2
2014-09-16Fallout from renamingAaron Turon-1/+1
2014-07-17Rename functions in the CloneableVector traitAdolfo OchagavĂ­a-2/+2
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-2/+2
2014-07-01rustc: Remove `&str` indexing from the language.Brian Anderson-1/+1