about summary refs log tree commit diff
path: root/src/libtest
AgeCommit message (Expand)AuthorLines
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
2015-03-09Rename #[should_fail] to #[should_panic]Steven Fackler-26/+26
2015-03-08Auto merge of #23127 - alexcrichton:bench-wrapping, r=brsonbors-1/+8
2015-03-06test: Fix an overflow on empty benchmarksAlex Crichton-1/+8
2015-03-06Rollup merge of #23056 - awlnx:master, r=nrcManish Goregaokar-0/+2
2015-03-06Rollup merge of #23081 - alexcrichton:stabilize-fs, r=aturonManish Goregaokar-1/+0
2015-03-05std: Stabilize the `fs` moduleAlex Crichton-1/+0
2015-03-05fix for new attributes failing. issue #22964awlnx-0/+2
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-2/+2
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-10/+23
2015-03-04Auto merge of #22920 - tshepang:remove-some-warnings, r=huonwbors-2/+2
2015-03-02core: Audit num module for int/uintBrian Anderson-12/+12