about summary refs log tree commit diff
path: root/src/libcore/task/mod.rs
AgeCommit message (Expand)AuthorLines
2013-03-23replace impls with `deriving` where applicableAndrew Paseltiner-10/+1
2013-03-22librustc: Remove the `const` declaration form everywherePatrick Walton-1/+1
2013-03-22libcore: Remove `pure` from libcore. rs=depurePatrick Walton-2/+2
2013-03-22core: replace uses of old deriving attribute with new oneAndrew Paseltiner-3/+3
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-4/+4
2013-03-07test: Fix tests.Patrick Walton-0/+2
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-10/+10
2013-03-07libcore: Remove `extern mod { ... }` from libcore. rs=deexterningPatrick Walton-8/+10
2013-03-05auto merge of #5233 : bstrie/rust/deimpselfcore, r=graydonbors-10/+10
2013-03-04De-implicit-self libcoreBen Striegel-10/+10
2013-03-04Remove unused imports throughout src/Alex Crichton-8/+0
2013-03-02libcore: Remove `fn@`, `fn~`, and `fn&` from libcore. rs=defunPatrick Walton-15/+16
2013-02-28librustc: Mark all type implementations public. rs=impl-publicityPatrick Walton-1/+1
2013-02-26libcore: Move Cell to core and de-~mut core and stdPatrick Walton-3/+4
2013-02-21core: Extract comm from pipes. #4742Brian Anderson-5/+5
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-2/+2
2013-02-15libcore: Get rid of `move`.Luqman Aden-41/+37
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-1/+1
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-22/+22
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-5/+0
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-2/+2
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-20/+20
2013-01-31Finalize moves-based-on-type implementation.Niko Matsakis-0/+11
2013-01-29libstd: Remove "dual impls" from the language and enforce coherence rules. r=...Patrick Walton-1/+1
2013-01-25Merge remote-tracking branch 'brson/nocommupstream'Brian Anderson-150/+108
2013-01-24convert most of libcore records into structsErick Tryzelaar-25/+28
2013-01-24librustc: Make C functions unsafePatrick Walton-57/+91
2013-01-23core: Stop using oldcommBrian Anderson-66/+53
2013-01-15Spawn new tasks onto the primary scheduler by default. #3760Brian Anderson-59/+41
2013-01-10libcore: Fix core test more. rs=brokenPatrick Walton-6/+8
2013-01-10libcore: Fix core test. rs=brokenPatrick Walton-42/+44
2013-01-10librustc: Make all external functions unsafe. r=tjcPatrick Walton-6/+6
2013-01-10Use deriving_eq for TaskTim Chevalier-6/+1
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+1
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-1/+0
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+1
2012-12-27librustc: Fix the test runner, the condition system, and core test. rs=bustagePatrick Walton-0/+6
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-0/+5
2012-12-14Rename core::comm to core::oldcommBrian Anderson-59/+59
2012-12-14Remove spawn_listener, spawn_conversationBrian Anderson-105/+0
2012-12-13Replace some Eq impls with deriving_eqBrian Anderson-0/+1
2012-12-13Rename Send trait to OwnedBrian Anderson-8/+8
2012-12-13librustc: Make `use` statements crate-relative by default. r=brsonPatrick Walton-4/+2
2012-12-11Reverse the order of the results of pipes::streamTim Chevalier-5/+5
2012-12-05libcore: Fix some more coretest bustage. rs=bustagePatrick Walton-2/+2
2012-12-05librustc: Hook borrow check loan checking up to the moves-based-on-type infra...Patrick Walton-28/+28
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-29librustc: Eliminate most expressions of the form `a.b()` that are not method ...Patrick Walton-1/+1
2012-11-28Remove uses of #[merge]Brian Anderson-3/+1301
2012-11-26Remove the crate languageBrian Anderson-0/+8