about summary refs log tree commit diff
path: root/src/libtest
AgeCommit message (Expand)AuthorLines
2015-01-27cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` callsJorge Aparicio-1/+1
2015-01-26std: Rename Writer::write to Writer::write_allAlex Crichton-5/+5
2015-01-26Fallout of io => old_ioAlex Crichton-26/+27
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-627/+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-161/+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-6/+5
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-6/+5
2015-01-19Remove unsupported test features from libtest.Ahmed Charles-110/+6
2015-01-19doc: typo fixTshepang Lekhonkhobe-1/+1
2015-01-17Set allow(unstable) in crates that use unstable featuresBrian Anderson-0/+1
2015-01-15rollup merge of #21167: FlaPer87/coherence-implsAlex Crichton-1/+4
2015-01-15Don't impl builtin traits on non structs/enumsFlavio Percoco-1/+4
2015-01-13Return passed value from black_boxTravis Watkins-1/+2
2015-01-08rollup merge of #20754: nikomatsakis/int-featureAlex Crichton-0/+1
2015-01-08Remove warning from the libraries.Huon Wilson-0/+1
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-07rollup merge of #20723: pnkfelix/feature-gate-box-syntaxAlex Crichton-0/+2
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-1/+1
2015-01-07rollup merge of #20663: brson/feature-stagingAlex Crichton-0/+1
2015-01-08Allow unknown features to bootstrap rustc with box_syntax feature.Felix S. Klock II-0/+1
2015-01-08Added `box_syntax` feature gate; added to std and rustc crates for bootstrap.Felix S. Klock II-0/+1
2015-01-07Preliminary feature stagingBrian Anderson-0/+1
2015-01-07use slicing sugarJorge Aparicio-1/+1
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-2/+2
2015-01-06More test fixesAlex Crichton-5/+1
2015-01-06rollup merge of #20615: aturon/stab-2-threadAlex Crichton-2/+2
2015-01-06rollup merge of #20653: alexcrichton/entry-unstableAlex Crichton-1/+1
2015-01-06Register new snapshotsAlex Crichton-5/+1
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-11/+15
2015-01-06Fallout from stabilizationAaron Turon-2/+2
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-11/+15
2015-01-07Replace full slice notation with index callsNick Cameron-1/+1
2015-01-06[breaking change] Revert Entry behaviour to take keys by value.Dylan Ede-1/+1
2015-01-06Merge core::num::Float and std::num::FloatMath.Huon Wilson-5/+5
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-1/+1
2015-01-05rollup merge of #20556: japaric/no-for-sizedAlex Crichton-1/+1