about summary refs log tree commit diff
path: root/src/libcore/task
AgeCommit message (Expand)AuthorLines
2013-02-26libcore: Move Cell to core and de-~mut core and stdPatrick Walton-7/+9
2013-02-21core: Extract comm from pipes. #4742Brian Anderson-8/+8
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-14/+14
2013-02-15libcore: Get rid of `move`.Luqman Aden-78/+74
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-3/+3
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-32/+32
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-6/+0
2013-02-01core: Remove oldcommBrian Anderson-1/+0
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-17/+17
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-27/+27
2013-01-31Finalize moves-based-on-type implementation.Niko Matsakis-0/+11
2013-01-29De-capitalize "note" to get rid of spurious tidy warningsTim Chevalier-1/+1
2013-01-29librustc: Disallow trait bounds in types, enumerations, and structure definit...Patrick Walton-2/+2
2013-01-29libstd: Remove "dual impls" from the language and enforce coherence rules. r=...Patrick Walton-2/+4
2013-01-25Merge remote-tracking branch 'brson/nocommupstream'Brian Anderson-182/+143
2013-01-24convert most of libcore records into structsErick Tryzelaar-47/+51
2013-01-24librustc: Make C functions unsafePatrick Walton-184/+230
2013-01-23Merge pull request #4594 from thestinger/mapTim Chevalier-3/+3
2013-01-23core: Stop using oldcommBrian Anderson-72/+57
2013-01-23libsyntax: Remove `fn() unsafe { ... }`. r=graydonPatrick Walton-83/+113
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-68/+55
2013-01-15librustc: Make the default sigil for block lambdas `&` instead of `@`.Graydon Hoare-1/+1
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-10core: Change XXXs into proper FIXMEs with issue numbersTim Chevalier-1/+1
2013-01-10Use deriving_eq for TaskTim Chevalier-6/+1
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-1/+11
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-11/+1
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-1/+11
2012-12-27librustc: Fix the test runner, the condition system, and core test. rs=bustagePatrick Walton-0/+9
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-6/+22
2012-12-14Rename core::comm to core::oldcommBrian Anderson-63/+63
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-13Rename Owned trait to DurableBrian Anderson-13/+13
2012-12-13librustc: Make `use` statements crate-relative by default. r=brsonPatrick Walton-8/+11
2012-12-11Reverse the order of the results of pipes::streamTim Chevalier-7/+7
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/+50
2012-11-29librustc: Eliminate most expressions of the form `a.b()` that are not method ...Patrick Walton-1/+1
2012-11-29No longer parse the delimiters of the RHS of a macro as part of the expansion.Paul Stansifer-1/+1
2012-11-28Remove uses of #[merge]Brian Anderson-3/+1301
2012-11-28Register snapshotsBrian Anderson-12/+0
2012-11-26Remove the crate languageBrian Anderson-0/+8