summary refs log tree commit diff
path: root/src/test/run-pass/task-stderr.rs
AgeCommit message (Expand)AuthorLines
2015-04-21Test fixes and rebase conflicts, round 1Alex Crichton-2/+0
2015-04-21Remove references to `old_{path,io}`Tamir Duberstein-2/+1
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-13Fallout of std::old_io deprecationAlex Crichton-9/+18
2015-02-17Test fixes and rebase conflictsAlex Crichton-2/+3
2015-01-27cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` callsJorge Aparicio-1/+1
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-06Fallout from stabilizationAaron Turon-1/+1
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-1/+1
2014-12-29std: Stabilize the prelude moduleAlex Crichton-0/+1
2014-12-18Revise std::thread API to join by defaultAaron Turon-1/+1
2014-12-18Fallout from new thread APIAaron Turon-3/+3
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-1/+1
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-1/+1
2014-06-18Fallout from TaskBuilder changesAaron Turon-2/+2
2014-06-18Revamp TaskBuilder APIAaron Turon-0/+26