summary refs log tree commit diff
path: root/src/libcore/task
AgeCommit message (Expand)AuthorLines
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
2012-11-19rustc: Implement explicit self for Eq and Ord. r=graydonPatrick Walton-0/+12
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
2012-10-04Remove by-copy mode from std, mostlyTim Chevalier-2/+2
2012-10-04Forbid deprecated modes again in coreTim Chevalier-0/+1
2012-10-04De-mode comm::ChanTim Chevalier-1/+1
2012-10-03core: Make some parts of task privateBrian Anderson-36/+36
2012-10-02De-export the submodules of task. Part of #3583.Graydon Hoare-43/+44
2012-10-02Removing explicit uses of + modeTim Chevalier-27/+27
2012-10-01Move over to calling ptr::addr_ofTim Chevalier-1/+1
2012-09-29core: Fix unsafe code in spawn_rawBrian Anderson-9/+2
2012-09-28Add a demoded version of ptr::addr_ofTim Chevalier-3/+10
2012-09-28Long linesBrian Anderson-1/+3
2012-09-28core: Demode patternsBrian Anderson-5/+5
2012-09-27core: More option demodingBrian Anderson-1/+1
2012-09-26core: Replace map/map_default with map_ref/map_default_refBrian Anderson-4/+4
2012-09-26libcore: De-export ptr, send_map, and task::local_dataPatrick Walton-19/+13
2012-09-23Register snapshots. Remove redundant Eq impls, Makefile hacksBrian Anderson-11/+0
2012-09-23Make it illegal to use modes in a fn signature with providingNiko Matsakis-2/+2
2012-09-20rustc: De-mode all overloaded operatorsPatrick Walton-0/+11
2012-09-19core: Decompose task into more submodulesBrian Anderson-7/+758
2012-09-19core: Cleanup task_local docsBrian Anderson-7/+11
2012-09-19core: Split local_data into local_data/local_data_privBrian Anderson-160/+164
2012-09-19core: Move TLS to task::local_dataBrian Anderson-0/+346