summary refs log tree commit diff
path: root/src/libcore/task/spawn.rs
AgeCommit message (Expand)AuthorLines
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-8/+8
2013-03-28Removing unused importsAlex Crichton-2/+4
2013-03-26librustc: Modify all code to use new lifetime binder syntaxPatrick Walton-1/+1
2013-03-26option: rm functions that duplicate methodsDaniel Micay-8/+7
2013-03-22libcore: Remove `pure` from libcore. rs=depurePatrick Walton-1/+1
2013-03-18librustc: Make the compiler ignore purity.Patrick Walton-1/+1
2013-03-18librustc: Convert all uses of old lifetime notation to new lifetime notation....Patrick Walton-1/+1
2013-03-11libstd: Remove all newtype enums from std and core.Patrick Walton-1/+1
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-6/+6
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-8/+8
2013-03-06Add manual &self/ and &static/ and /&self declarations thatNiko Matsakis-1/+1
2013-03-05auto merge of #5212 : thestinger/rust/iter, r=graydonbors-5/+3
2013-03-04Remove unused imports throughout src/Alex Crichton-2/+0
2013-03-03replace option::iter with a BaseIter implDaniel Micay-5/+3
2013-03-02libcore: Remove `fn@`, `fn~`, and `fn&` from libcore. rs=defunPatrick Walton-11/+14
2013-03-01Rename core::private to core::unstable. #4743Brian Anderson-7/+7
2013-02-27Turn old `drop` blocks into `Drop` traitsBen Striegel-2/+8
2013-02-26libcore: Move Cell to core and de-~mut core and stdPatrick Walton-4/+5
2013-02-21core: Extract comm from pipes. #4742Brian Anderson-3/+3
2013-02-15libcore: Get rid of `move`.Luqman Aden-34/+34
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-5/+5
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-1/+0
2013-02-01core: Remove oldcommBrian Anderson-1/+0
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-15/+15
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-2/+2
2013-01-29librustc: Disallow trait bounds in types, enumerations, and structure definit...Patrick Walton-1/+1
2013-01-29libstd: Remove "dual impls" from the language and enforce coherence rules. r=...Patrick Walton-1/+3
2013-01-25Merge remote-tracking branch 'brson/nocommupstream'Brian Anderson-32/+35
2013-01-24convert most of libcore records into structsErick Tryzelaar-22/+23
2013-01-24librustc: Make C functions unsafePatrick Walton-127/+139
2013-01-23core: Stop using oldcommBrian Anderson-6/+4
2013-01-23rename send_map to hashmapDaniel Micay-3/+3
2013-01-22migrate task/spawn.rs to LinearSetDaniel Micay-4/+4
2013-01-17librustc: Implement write guards for borrowing `@mut` to `&` or `&mut`. r=nma...Patrick Walton-4/+4
2013-01-15Spawn new tasks onto the primary scheduler by default. #3760Brian Anderson-9/+14
2013-01-15librustc: Make the default sigil for block lambdas `&` instead of `@`.Graydon Hoare-1/+1
2013-01-10core: Change XXXs into proper FIXMEs with issue numbersTim Chevalier-1/+1
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-1/+7
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-7/+1
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-1/+7
2012-12-27librustc: Fix the test runner, the condition system, and core test. rs=bustagePatrick Walton-0/+2
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-0/+8
2012-12-14Rename core::comm to core::oldcommBrian Anderson-4/+4
2012-12-13librustc: Make `use` statements crate-relative by default. r=brsonPatrick Walton-2/+2
2012-12-11Reverse the order of the results of pipes::streamTim Chevalier-2/+2
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-29No longer parse the delimiters of the RHS of a macro as part of the expansion.Paul Stansifer-1/+1
2012-10-23core: Remove the unused Notification enumBrian Anderson-14/+8
2012-10-23Remove uses of binary move - <- - from tests and librariesTim Chevalier-5/+5
2012-10-12Make moves explicit in core testsTim Chevalier-7/+7