about summary refs log tree commit diff
path: root/src/libtest
AgeCommit message (Expand)AuthorLines
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
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-22Record default implementations in a separate stepFlavio Percoco-0/+1
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-18rollup merge of #22497: nikomatsakis/suffixesAlex Crichton-1/+1
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-3/+2
2015-02-18Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.Niko Matsakis-1/+1
2015-02-17rollup merge of #22319: huonw/send-is-not-staticAlex Crichton-2/+2
2015-02-17Test fixes and rebase conflictsAlex Crichton-2/+2
2015-02-17rollup merge of #22435: aturon/final-stab-threadAlex Crichton-1/+1
2015-02-17Fallout from stabilizationAaron Turon-1/+1
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-37/+33
2015-02-03Remove dead code flagged by lintSeo Sanghyeon-0/+1