about summary refs log tree commit diff
path: root/src/test/bench
AgeCommit message (Expand)AuthorLines
2015-03-02Auto merge of #22797 - alexcrichton:io-stdio, r=aturonbors-42/+48
2015-02-28std: Implement stdio for `std::io`Alex Crichton-42/+48
2015-03-01Make Int::pow() take exp as u32 instead usizeGuillaume Gomez-1/+1
2015-02-26Revert hacks and add test for LLVM aborts due to empty aggregates.Eduard Burtescu-6/+4
2015-02-18rollup merge of #22497: nikomatsakis/suffixesAlex Crichton-54/+54
2015-02-18rollup merge of #22491: Gankro/into_iterAlex Crichton-4/+4
2015-02-18rollup merge of #22480: alexcrichton/hashv3Alex Crichton-2/+1
2015-02-18rollup merge of #22287: Ryman/purge_carthographersAlex Crichton-3/+3
2015-02-18Implement RFC 580Aaron Turon-4/+4
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-2/+1
2015-02-18Fix remaining bench/debuginfo tests (and a few stragglers)Niko Matsakis-51/+51
2015-02-18Update suffixes en masse in tests using `perl -p -i -e`Niko Matsakis-3/+3
2015-02-17Test fixes and rebase conflictsAlex Crichton-13/+13
2015-02-17rollup merge of #22319: huonw/send-is-not-staticAlex Crichton-30/+11
2015-02-17rollup merge of #22435: aturon/final-stab-threadAlex Crichton-47/+47
2015-02-18Remove usage of .map(|&foo| foo)Kevin Butler-1/+1
2015-02-18Opt for .cloned() over .map(|x| x.clone()) etc.Kevin Butler-2/+2
2015-02-18Update tests for the Send - 'static change.Huon Wilson-28/+9
2015-02-17Fallout from stabilizationAaron Turon-47/+47
2015-02-17Rollup merge of #22402 - nagisa:spring-cleanup-2, r=nikomatsakisManish Goregaokar-171/+145
2015-02-16tests: work around #21721 some more by replacing some unit types with [u8; 0].Eduard Burtescu-4/+6
2015-02-16Replace some uses of deprecated os functionsSimonas Kazlauskas-171/+145
2015-02-13Cleanup getenv from tests and benchmarksSimonas Kazlauskas-22/+36
2015-02-11shift bindings to accommodate new lifetime/dtor rules.Felix S. Klock II-2/+6
2015-02-06Rollup merge of #21955 - jbcrail:fix-test-comments, r=steveklabnikManish Goregaokar-2/+2
2015-02-06Auto merge of #21947 - bluss:full-range-syntax, r=brsonbors-1/+1
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-45/+45
2015-02-05Implement pretty-printing of `..` and update tests.Ulrik Sverdrup-1/+1
2015-02-04Fix for misspelled comments in tests.Joseph Crail-2/+2
2015-02-04remove all kind annotations from closuresJorge Aparicio-1/+1
2015-02-02rollup merge of #21830: japaric/for-cleanupAlex Crichton-25/+25
2015-02-02rollup merge of #21787: alexcrichton/std-envAlex Crichton-4/+3
2015-02-02`for x in xs.into_iter()` -> `for x in xs`Jorge Aparicio-8/+8
2015-02-02`for x in xs.iter_mut()` -> `for x in &mut xs`Jorge Aparicio-5/+5
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-12/+12
2015-02-01std: Add a new `env` moduleAlex Crichton-4/+3
2015-01-31Kill more `isize`sTobias Bucher-5/+5
2015-01-30Test fixes and rebase conflictsAlex Crichton-11/+11
2015-01-30rollup merge of #21631: tbu-/isize_policeAlex Crichton-14/+14
2015-01-30std: Stabilize FromStr and parseAlex Crichton-5/+5
2015-01-30Remove all `i` suffixesTobias Bucher-14/+14
2015-01-29s/Show/Debug/gJorge Aparicio-2/+2
2015-01-29convert remaining `range(a, b)` to `a..b`Jorge Aparicio-4/+4
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-66/+66
2015-01-29`range(a, b).foo()` -> `(a..b).foo()`Jorge Aparicio-12/+12
2015-01-29Auto merge of #21680 - japaric:slice, r=alexcrichtonbors-13/+13
2015-01-28Merge remote-tracking branch 'origin/master' into rollupManish Goregaokar-1/+0
2015-01-28Rollup merge of #21666 - tshepang:rm-unloved-file, r=brsonManish Goregaokar-70/+0
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-24/+24
2015-01-27Rollup merge of #21602 - japaric:derive-copy, r=alexcrichtonManish Goregaokar-17/+8