about summary refs log tree commit diff
path: root/src/libtest/lib.rs
AgeCommit message (Expand)AuthorLines
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-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-31std: Clean out #[deprecated] APIsAlex Crichton-2/+2
2015-03-31Stabilize `std::convert` and related codeAaron Turon-1/+0
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-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-9/+2
2015-03-15Use new io in print and println macrosesSimonas Kazlauskas-9/+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-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-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-18std: Stabilize the `hash` moduleAlex Crichton-1/+0
2015-02-17rollup merge of #22319: huonw/send-is-not-staticAlex Crichton-2/+2
2015-02-17Test fixes and rebase conflictsAlex Crichton-2/+2