about summary refs log tree commit diff
path: root/src/test/bench
AgeCommit message (Expand)AuthorLines
2015-01-27cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` callsJorge Aparicio-13/+13
2015-01-26Fallout of io => old_ioAlex Crichton-24/+24
2015-01-26bench: this file has not compiled at least since March last yearTshepang Lekhonkhobe-70/+0
2015-01-25cleanup: s/impl Copy/#[derive(Copy)]/gJorge Aparicio-17/+8
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-145/+21
2015-01-23regex: Remove in-tree versionAlex Crichton-126/+0
2015-01-21Tie stability attributes to feature gatesBrian Anderson-1/+0
2015-01-21rollup merge of #21258: aturon/stab-3-indexAlex Crichton-15/+17
2015-01-21Fix type inference problems in tests and docsAaron Turon-15/+17
2015-01-19remove unnecessary parentheses from range notationJorge Aparicio-4/+4
2015-01-12cleanup: `&foo[0..a]` -> `&foo[..a]`Jorge Aparicio-2/+2
2015-01-12Merge pull request #20899 from TeXitoi/fix-shootout-threadringbors-7/+7
2015-01-11fix shootout-threadring.rsGuillaume Pinot-7/+7
2015-01-10Improvement of shootout-binarytrees.rsGuillaume Pinot-17/+21
2015-01-09Merge pull request #20718 from tshepang/bench-fix-some-warningsbors-43/+14
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-08bench: fix a few compiler warningsTshepang Lekhonkhobe-43/+14
2015-01-07Test fixes and rebase conflictsAlex Crichton-7/+14
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-14/+2
2015-01-07fix the `&mut _` patternsJorge Aparicio-1/+1
2015-01-07remove some `slicing_syntax` feature gatesJorge Aparicio-13/+1
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-1/+2
2015-01-06More test fixesAlex Crichton-6/+6
2015-01-06rollup merge of #20615: aturon/stab-2-threadAlex Crichton-27/+27
2015-01-07falloutNick Cameron-4/+4
2015-01-06Fallout from stabilizationAaron Turon-27/+27
2015-01-07TestsNick Cameron-4/+4
2015-01-07Replace full slice notation with index callsNick Cameron-4/+4
2015-01-06Merge core::num::Float and std::num::FloatMath.Huon Wilson-1/+1
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-5/+4
2015-01-05rollup merge of #20568: huonw/ungate-AT-globsAlex Crichton-5/+3
2015-01-05rollup merge of #20548: tshepang/fix-ping-pong-benchmarkAlex Crichton-4/+7
2015-01-05Un-gate macro_rulesKeegan McAllister-3/+1
2015-01-05Modernize macro_rules! invocationsKeegan McAllister-2/+3
2015-01-05Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]Keegan McAllister-1/+1
2015-01-05fix benchmarksJorge Aparicio-9/+14
2015-01-05Remove use of associated_types feature gate from tests.Huon Wilson-5/+3
2015-01-05bench: do not quit rt-messaging-ping-pong.rs earlyTshepang Lekhonkhobe-4/+7
2015-01-04Merge pull request #20515 from tshepang/modernise-ping-pong-benchmarkbors-9/+8
2015-01-04bench: remove warnings from rt-messaging-ping-pong.rsTshepang Lekhonkhobe-12/+10
2015-01-03Remove deprecated functionalityAlex Crichton-105/+93
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-1/+1
2015-01-03add feature gate to some benchmarksJorge Aparicio-3/+5
2015-01-03bench: fix falloutJorge Aparicio-7/+17
2015-01-03auto merge of #20154 : P1start/rust/qualified-assoc-type-generics, r=nikomats...bors-1/+1
2015-01-02Rollup test fixes and rebase conflictsAlex Crichton-44/+41
2015-01-02Merge remote-tracking branch 'origin/master' into rollupAlex Crichton-2/+2
2015-01-02rollup merge of #20315: alexcrichton/std-syncAlex Crichton-12/+9
2015-01-02std: Stabilize the prelude moduleAlex Crichton-68/+86
2015-01-02Use `derive` rather than `deriving` in testsNick Cameron-2/+2