about summary refs log tree commit diff
path: root/src/libtest/lib.rs
AgeCommit message (Expand)AuthorLines
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-28/+24
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-9/+7
2015-02-02remove unused mut qualifiersJorge Aparicio-2/+0
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-2/+2
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-4/+4
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-6/+6
2015-01-29s/Show/Debug/gJorge Aparicio-5/+5
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-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-29/+30
2015-01-26std: Rename Writer::write to Writer::write_allAlex Crichton-5/+5
2015-01-26Fallout of io => old_ioAlex Crichton-24/+25
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-497/+30
2015-01-23regex: Remove in-tree versionAlex Crichton-52/+6
2015-01-23Set unstable feature names appropriatelyBrian Anderson-2/+8
2015-01-22Put #[staged_api] behind the 'staged_api' gateBrian Anderson-0/+1
2015-01-22Remove remaining stats and boxplot code.Ahmed Charles-31/+2
2015-01-22Make fmt_metrics() part of the impl.Ahmed Charles-11/+11
2015-01-22Remove save() and load().Ahmed Charles-26/+1
2015-01-22Cleanup write_run_finish().Ahmed Charles-24/+4
2015-01-21Remove 'since' from unstable attributesBrian Anderson-1/+1
2015-01-21Tie stability attributes to feature gatesBrian Anderson-1/+1
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-1/+1
2015-01-21rollup merge of #21462: ahmedcharles/remove-ratchetAlex Crichton-246/+3
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-4/+3
2015-01-21rollup merge of #21413: ahmedcharles/remove-test-featuresAlex Crichton-110/+6
2015-01-21Remove ratchet().Ahmed Charles-68/+0
2015-01-21Remove compare_to_old().Ahmed Charles-63/+4
2015-01-21Remove write_metric_diff and supporting code.Ahmed Charles-123/+7
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-4/+3