summary refs log tree commit diff
path: root/src/libcore/task/spawn.rs
AgeCommit message (Expand)AuthorLines
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-21/+21
2012-10-02De-export the submodules of task. Part of #3583.Graydon Hoare-27/+28
2012-10-02Removing explicit uses of + modeTim Chevalier-10/+10
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-2/+9
2012-09-28Long linesBrian Anderson-1/+3
2012-09-28core: Demode patternsBrian Anderson-3/+3
2012-09-27core: More option demodingBrian Anderson-1/+1
2012-09-26core: Replace map/map_default with map_ref/map_default_refBrian Anderson-1/+1
2012-09-23Make it illegal to use modes in a fn signature with providingNiko Matsakis-1/+1
2012-09-19core: Decompose task into more submodulesBrian Anderson-0/+691