about summary refs log tree commit diff
path: root/src/libstd/rt/local_ptr.rs
AgeCommit message (Expand)AuthorLines
2013-08-19Add externfn macro and correctly label fixed_stack_segmentsNiko Matsakis-2/+4
2013-08-12std: Re-optimize tls access on local allocation pathBrian Anderson-2/+9
2013-08-04std::rt: Improve the error message when the thread-local ptr is nullBrian Anderson-11/+15
2013-06-17std: Rename `abort!` to `rtabort!` to match other macrosBrian Anderson-1/+1
2013-06-04std::cell: Modernize constructorsPhilipp Brüschweiler-1/+1
2013-05-22libstd: Fix merge fallout.Patrick Walton-0/+145