about summary refs log tree commit diff
path: root/src/libcore/task/local_data.rs
AgeCommit message (Expand)AuthorLines
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+1
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-1/+0
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+1
2012-12-27librustc: Fix the test runner, the condition system, and core test. rs=bustagePatrick Walton-0/+1
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-6/+2
2012-12-13Rename Owned trait to DurableBrian Anderson-5/+5
2012-12-13librustc: Make `use` statements crate-relative by default. r=brsonPatrick Walton-1/+1
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-10-03core: Make some parts of task privateBrian Anderson-8/+8
2012-10-02Removing explicit uses of + modeTim Chevalier-16/+16
2012-09-28core: Demode patternsBrian Anderson-2/+2
2012-09-26libcore: De-export ptr, send_map, and task::local_dataPatrick Walton-19/+13
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-4/+4
2012-09-19core: Cleanup task_local docsBrian Anderson-7/+9
2012-09-19core: Split local_data into local_data/local_data_privBrian Anderson-160/+7
2012-09-19core: Move TLS to task::local_dataBrian Anderson-0/+346