about summary refs log tree commit diff
path: root/src/libtest
AgeCommit message (Expand)AuthorLines
2015-03-02core: Audit num module for int/uintBrian Anderson-12/+12
2015-03-01remove some compiler warningsTshepang Lekhonkhobe-2/+2
2015-02-28Rollup merge of #22869 - alexcrichton:stabilize-env, r=aturonManish Goregaokar-1/+0
2015-02-27std: Stabilize the `env` moduleAlex Crichton-1/+0
2015-02-27libtest: flush output after every writeJulian Orth-4/+13
2015-02-22Record default implementations in a separate stepFlavio Percoco-0/+1
2015-02-18rollup merge of #22502: nikomatsakis/deprecate-bracket-bracketAlex Crichton-2/+2
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-2/+2
2015-02-18rollup merge of #22497: nikomatsakis/suffixesAlex Crichton-1/+1
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-3/+2
2015-02-18Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.Niko Matsakis-1/+1
2015-02-17rollup merge of #22319: huonw/send-is-not-staticAlex Crichton-2/+2
2015-02-17Test fixes and rebase conflictsAlex Crichton-2/+2
2015-02-17rollup merge of #22435: aturon/final-stab-threadAlex Crichton-1/+1
2015-02-17Fallout from stabilizationAaron Turon-1/+1
2015-02-17std: Rename io/path features with old_ prefixAlex Crichton-2/+2
2015-02-18Update the libraries to reflect Send loosing the 'static bound.Huon Wilson-2/+2
2015-02-15Fix rollup (remove slicing_syntax)Manish Goregaokar-1/+1
2015-02-11Test fixes and rebase conflictsAlex Crichton-2/+1
2015-02-11rollup merge of #22188: alexcrichton/envv2Alex Crichton-2/+2
2015-02-11std: Tweak the std::env OsString/String interfaceAlex Crichton-2/+2
2015-02-11rustc: Fix a number of stability lint holesAlex Crichton-2/+4
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-37/+33
2015-02-03Remove dead code flagged by lintSeo Sanghyeon-0/+1
2015-02-03Auto merge of #21613 - alfie:suffix-small, r=alexcrichtonbors-14/+14
2015-02-02More deprecating of i/u suffixesAlfie John-14/+14
2015-02-02rollup merge of #21848: Manishearth/book-linkAlex Crichton-1/+1
2015-02-02rollup merge of #21830: japaric/for-cleanupAlex Crichton-13/+11
2015-02-02remove unused mut qualifiersJorge Aparicio-3/+1
2015-02-02`for x in xs.into_iter()` -> `for x in xs`Jorge Aparicio-1/+1
2015-02-02`for x in xs.iter_mut()` -> `for x in &mut xs`Jorge Aparicio-3/+3
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-6/+6
2015-02-02Fix stale doc link (guide -> book)Manish Goregaokar-1/+1
2015-02-01std: Add a new `env` moduleAlex Crichton-6/+6
2015-01-30Test fixes and rebase conflictsAlex Crichton-6/+6
2015-01-30rollup merge of #21718: alexcrichton/stabilize-from-strAlex Crichton-2/+1
2015-01-30std: Stabilize FromStr and parseAlex Crichton-2/+1
2015-01-30fixes after rebaseJorge Aparicio-1/+0
2015-01-30fix falloutJorge Aparicio-0/+3
2015-01-29Auto merge of #21677 - japaric:no-range, r=alexcrichtonbors-8/+8
2015-01-29s/Show/Debug/gJorge Aparicio-5/+5
2015-01-29fix inference falloutJorge Aparicio-1/+1
2015-01-29convert remaining `range(a, b)` to `a..b`Jorge Aparicio-1/+1
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-1/+1
2015-01-29`range(a, b).foo()` -> `(a..b).foo()`Jorge Aparicio-1/+1
2015-01-29Auto merge of #21730 - Manishearth:rollup, r=alexcrichtonbors-2/+1
2015-01-29Auto merge of #21680 - japaric:slice, r=alexcrichtonbors-1/+1
2015-01-29Rollup merge of 21681 - japaric:no-warn, r=alexcrichtonManish Goregaokar-2/+1
2015-01-27fix #[cfg(test)] warningsJorge Aparicio-2/+1
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-31/+32