about summary refs log tree commit diff
path: root/src/test/bench
AgeCommit message (Expand)AuthorLines
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
2015-01-01std: Second pass stabilization of syncAlex Crichton-9/+9
2014-12-30Fallout from stabilizationAaron Turon-2/+2
2014-12-29rollup merge of #20264: nagisa/threadrngAlex Crichton-3/+3
2014-12-29rollup merge of #20160: nick29581/ranges2Alex Crichton-4/+4
2014-12-30Fallout from mut slicesNick Cameron-4/+4
2014-12-29std: Return Result from RWLock/Mutex methodsAlex Crichton-3/+3
2014-12-28Rename TaskRng to ThreadRngSimonas Kazlauskas-3/+3