about summary refs log tree commit diff
path: root/src/libcore/unstable/weak_task.rs
AgeCommit message (Collapse)AuthorLines
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-211/+0
This only changes the directory names; it does not change the "real" metadata names.
2013-05-13Remove re-exports from libcore/core.rcAlex Crichton-1/+1
Also fix up all the fallout elsewhere throughout core. It's really nice being able to have the prelude.
2013-05-08libcore: Fix tests.Patrick Walton-3/+5
2013-05-08libcore: Remove mutable fields from the task builder APIPatrick Walton-1/+3
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+0
2013-04-23Removing more unnecessary unsafe blocks throughoutAlex Crichton-2/+2
2013-04-18core::comm: Modernize constructors to use `new`Brian Anderson-1/+1
2013-04-03rename Linear{Map,Set} => Hash{Map,Set}Daniel Micay-2/+2
2013-04-03hashmap: rm linear namespaceDaniel Micay-1/+1
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-2/+2
2013-03-28Removing unused importsAlex Crichton-1/+3
2013-03-26option: rm functions that duplicate methodsDaniel Micay-1/+1
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-2/+2
2013-03-04Remove unused imports throughout src/Alex Crichton-1/+0
2013-03-02libcore: Remove `fn@`, `fn~`, and `fn&` from libcore. rs=defunPatrick Walton-4/+4
2013-03-01Rename core::private to core::unstable. #4743Brian Anderson-0/+207