summary refs log tree commit diff
path: root/src/test/run-pass/logging-separate-lines.rs
AgeCommit message (Expand)AuthorLines
2015-04-21Remove references to `old_{path,io}`Tamir Duberstein-1/+1
2015-04-14test: Fix fallout in run-pass testsAlex Crichton-3/+3
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+2
2015-03-05rustc: Add a debug_assertions #[cfg] directiveAlex Crichton-0/+1
2015-02-18 Manual merge of #22475 - alexcrichton:rollup, r=alexcrichtonHuon Wilson-3/+2
2015-02-16Replace some uses of deprecated os functionsSimonas Kazlauskas-3/+2
2015-02-10Enable some tests for androidwonyong kim-1/+0
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-4/+4
2015-01-26Fallout of io => old_ioAlex Crichton-1/+1
2015-01-05Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]Keegan McAllister-3/+1
2014-08-12Replace "ignore-win32" in tests with "ignore-windows"Vadim Chugunov-1/+1
2014-06-16Fix --disable-rpath and testsAlex Crichton-2/+2
2014-06-09Use phase(plugin) in testsKeegan McAllister-1/+1
2014-05-27std: Remove String's to_ownedRicho Healey-1/+1
2014-05-14Process::new etc should support non-utf8 commands/argsAaron Turon-9/+4
2014-05-13io: Implement process wait timeoutsAlex Crichton-1/+1
2014-05-08Handle more falloutKevin Ballard-0/+1
2014-05-06log: Use writeln!() instead of write!()Alex Crichton-0/+44