about summary refs log tree commit diff
path: root/src/libtest
AgeCommit message (Expand)AuthorLines
2015-06-09Auto merge of #26068 - bluss:bench-sigfigs, r=huonwbors-8/+35
2015-06-09test: Display benchmark results with thousands separatorsUlrik Sverdrup-8/+35
2015-06-08Replace usage of String::from_str with String:fromSimon Sapin-1/+1
2015-05-26Enable colored test output when capturing output of testsJohannes Oertel-1/+1
2015-05-15libs: Move favicon URLs to HTTPSAlex Crichton-1/+1
2015-05-14Auto merge of #24920 - alexcrichton:duration, r=aturonbors-6/+8
2015-05-13std: Redesign Duration, implementing RFC 1040Alex Crichton-6/+8
2015-05-11Auto merge of #25085 - carols10cents:remove-old-tilde, r=steveklabnikbors-2/+2
2015-05-09Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-1/+1
2015-05-03Update old uses of ~ in comments and debugging statementsCarol Nichols-2/+2
2015-05-02Run benchmarks once, as a test by default.Huon Wilson-14/+45
2015-04-21rollup merge of #24636: alexcrichton/remove-deprecatedAlex Crichton-79/+76
2015-04-21std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-2/+1
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-77/+75
2015-04-21Remove references to `old_{path,io}`Tamir Duberstein-1/+0
2015-04-18Auto merge of #23985 - erickt:derive-cleanup, r=ericktbors-7/+2
2015-04-15test: PadOnLeft was never usedErick Tryzelaar-7/+2
2015-04-14Negative case of `len()` -> `is_empty()`Tamir Duberstein-7/+7
2015-04-14test: Fixup many library unit testsAlex Crichton-3/+3
2015-04-02Tweak relese notes + rebase fixesAlex Crichton-1/+1
2015-04-01rollup merge of #23860: nikomatsakis/copy-requires-cloneAlex Crichton-2/+2
2015-04-01Remove TODONiko Matsakis-1/+1
2015-04-01Remove `Thunk` struct and `Invoke` trait; change `Thunk` to be an aliasNiko Matsakis-14/+15
2015-04-01Fallout in public-facing and semi-public-facing libsNiko Matsakis-2/+2
2015-03-31rollup merge of #23873: alexcrichton/remove-deprecatedAlex Crichton-2/+2
2015-03-31rollup merge of #23875: aturon/revise-convert-2Alex Crichton-1/+0
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-2/+2
2015-03-31Stabilize `std::convert` and related codeAaron Turon-1/+0
2015-03-31Stabilize std::numAaron Turon-0/+1
2015-03-29s/THRADS/THREADS/Andrew Paseltiner-1/+1
2015-03-28Rollup merge of #23803 - richo:unused-braces, r=ManishearthManish Goregaokar-1/+1
2015-03-28cleanup: Remove unused braces in use statementsRicho Healey-1/+1
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-22/+21
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-22/+21
2015-03-26Register new snapshotsAlex Crichton-1/+1
2015-03-25Add trivial cast lints.Nick Cameron-1/+1
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-0/+1
2015-03-23Add generic conversion traitsAaron Turon-2/+3
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+1
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-1/+1
2015-03-20Remove rt::default_sched_threads and RUST_THREADS.Steve Klabnik-2/+7
2015-03-19RUST_TEST_TASKS -> RUST_TEST_THREADSSteve Klabnik-3/+3
2015-03-16std: Stabilize the Write::flush methodAlex Crichton-1/+0
2015-03-15Auto merge of #23206 - nagisa:print-io, r=alexcrichtonbors-28/+2
2015-03-15Use new io in print and println macrosesSimonas Kazlauskas-28/+2
2015-03-14Revert "Remove dead code flagged by lint"Manish Goregaokar-1/+0
2015-03-13Auto merge of #23292 - alexcrichton:stabilize-io, r=aturonbors-49/+74
2015-03-13Fallout of std::old_io deprecationAlex Crichton-49/+74
2015-03-13Rollup merge of #21468 - sanxiyn:dead-variant, r=Manish Goregaokar-0/+1
2015-03-12Stabilize std::pathAaron Turon-1/+0