about summary refs log tree commit diff
path: root/src/libcore/task.rs
AgeCommit message (Expand)AuthorLines
2012-09-19De-mode vec::each() and many of the str iteration routinesNiko Matsakis-1/+1
2012-09-18core: Rename 'unsafe' mod to 'cast'Brian Anderson-18/+18
2012-09-18core: Move Exclusive and SharedMutableState to the private modBrian Anderson-6/+6
2012-09-14rustc: Back out box annihilatorPatrick Walton-0/+6
2012-09-13Fix broken test in core::taskBrian Anderson-4/+8
2012-09-13rt: Implement ThreadPerCore scheduling modePhilipp Brüschweiler-4/+14
2012-09-11Make moves explicit in argumentsTim Chevalier-10/+10
2012-09-10Make moves explicit in task; also make option::unwrap take its argument by moveTim Chevalier-50/+51
2012-09-10rustc: Make shape-based compare glue never called for comparison operators.Patrick Walton-0/+40
2012-09-08core: missed rebase cruft cleanupJeff Olson-4/+0
2012-09-08core: most rebase cruft cleanupJeff Olson-2/+3
2012-09-08core: change notify_chan eq checks to is_none(), insteadJeff Olson-9/+8
2012-09-08core/std: finish making futures sendable + test.. still issuesJeff Olson-1/+1
2012-09-08core/std: an unending parade of minor tweaks due to renaming Option et alJeff Olson-3/+3
2012-09-08core: cleanup in task.rs for things missed in last rebaseJeff Olson-7/+7
2012-09-08core: fix breakage in TaskBuilder.future_resultJeff Olson-7/+15
2012-09-08core: changing pipes::port/chan_one to Port/ChanOne in unsafe.rsJeff Olson-1/+1
2012-09-08core: Fix stage0 build errorsBrian Anderson-19/+48
2012-09-08core: port task.rs to comm::Chan/Port to pipes::Chan/PortJeff Olson-38/+135
2012-09-07Convert all kind bounds to camel case. Remove send, owned keywords.Brian Anderson-21/+21
2012-09-07Remove 'let' syntax for struct fieldsBrian Anderson-10/+10
2012-09-07rustc: Add an "ne" method to the Eq trait, and implement it everywherePatrick Walton-3/+5
2012-09-04Remove 'with'Brian Anderson-25/+25
2012-09-04core: Remove struct ctorsBrian Anderson-16/+41
2012-09-04libcore: "import" -> "use"Patrick Walton-2/+2
2012-09-01Demode reinterpret_castBrian Anderson-7/+8
2012-08-30Migrate core::send_map to random, keyed hashes w/ hash::Hash trait.Graydon Hoare-11/+1
2012-08-29rustc: Make `<` and `=` into traitsPatrick Walton-3/+41
2012-08-27libcore: Replace a bunch of "== None" with ".is_none()".Patrick Walton-2/+2
2012-08-27libcore: Fix a use of the shape glue in TLSPatrick Walton-1/+1
2012-08-27Camel case various core constructorsBrian Anderson-50/+50
2012-08-27Convert core::result to camel caseBrian Anderson-8/+8
2012-08-26minor core/std cleanupBen Blum-3/+3
2012-08-26Camel case the option typeBrian Anderson-103/+103
2012-08-24Add a bunch more unsafe blocks to prepare for the new semantics of unsafe/clo...Michael Sullivan-5/+5
2012-08-23More complete fix to #3162 (borrowck bug related to access to rec fields)Niko Matsakis-6/+4
2012-08-23Eliminate some extraneous curly brackets inside invocations of `macro_rules!`.Paul Stansifer-1/+1
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-2/+2
2012-08-23Infer variance of types with respect to the region parameter.Niko Matsakis-0/+1
2012-08-21Bypass lifecycle_lock in inhibit_kill/allow_kill for 3% to 5% speedup. Close ...Ben Blum-0/+4
2012-08-20new region inference, seperate infer into modules, improve error msgsNiko Matsakis-1/+3
2012-08-17fix deprecated-mode lint warning to consider dtorsNiko Matsakis-12/+12
2012-08-17Remove the class keywordBrian Anderson-5/+5
2012-08-15Convert more core types to camel caseBrian Anderson-172/+177
2012-08-15Convert more core types to camel caseBrian Anderson-2/+2
2012-08-15Change TLS key type to stack closureBen Blum-6/+7
2012-08-14De-mode task.rs and add some option::foo_ref() helpersBen Blum-8/+15
2012-08-13De-mode core::future.Graydon Hoare-3/+3
2012-08-13core: Camel case some lesser-used modulesBrian Anderson-4/+4
2012-08-10Split libcore/arc.rs: arc -> std::arc; exclusive -> unsafe::exclusiveBen Blum-10/+10