about summary refs log tree commit diff
path: root/src/test/run-pass/capturing-logging.rs
AgeCommit message (Expand)AuthorLines
2015-04-14test: Fix fallout in run-pass testsAlex Crichton-46/+0
2015-04-12Remove pretty-expanded from tests that use format_args!Ryan Prichard-1/+0
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-2/+2
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-1/+1
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-1/+1
2015-02-10Enable some tests for androidwonyong kim-1/+0
2015-01-27cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` callsJorge Aparicio-2/+2
2015-01-26Fallout of io => old_ioAlex Crichton-1/+1
2015-01-08fallout: run-pass tests that use box. (many could be ported to `Box::new` in...Felix S. Klock II-0/+3
2015-01-05Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]Keegan McAllister-3/+1
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-1/+1
2014-12-29std: Stabilize the prelude moduleAlex Crichton-1/+3
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-1/+1
2014-11-20Fallout from libgreen and libnative removalAaron Turon-8/+0
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-1/+1
2014-06-28Rename all raw pointers as necessaryAlex Crichton-1/+1
2014-06-13libsyntax: Allow `+` to separate trait bounds from objects.Patrick Walton-1/+1
2014-06-09Use phase(plugin) in testsKeegan McAllister-1/+1
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-2/+2
2014-05-15Updates with core::fmt changesAlex Crichton-2/+4
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-2/+2
2014-05-05log: Logger receiveis a LogRecordSean McArthur-3/+3
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-1/+1
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-1/+0
2014-04-04Fix inner attribute syntax from `#[foo];` to `#![foo]`Timothée Ravier-1/+1
2014-03-27Fix fallout of removing default boundsAlex Crichton-1/+1
2014-03-21rustc: Switch defaults from libgreen to libnativeAlex Crichton-2/+1
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-1/+5
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-3/+3
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2014-02-03rpass: Remove io_error usageAlex Crichton-1/+1
2014-01-29Remove do keyword from test/Scott Lawrence-4/+4
2014-01-17Tweak the interface of std::ioAlex Crichton-1/+1
2014-01-12xfail two tests that hang on Android (#11419)Brian Anderson-0/+1
2014-01-06Support arbitrary stdout/stderr/logger handlesAlex Crichton-0/+46