about summary refs log tree commit diff
path: root/src/libstd/rt/thread_local_storage.rs
AgeCommit message (Expand)AuthorLines
2014-06-06std: Extract librustrt out of libstdAlex Crichton-112/+0
2014-05-30windows: Allow snake_case errors for now.Kevin Butler-1/+2
2014-05-11core: Remove the cast moduleAlex Crichton-1/+1
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-2/+4
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-4/+4
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-01-22Replace C types with Rust types in libstd, closes #7313Florian Hahn-9/+8
2013-12-08Remove dead codesKiet Tran-0/+2
2013-11-26Clean up statically initialized data on shutdownAlex Crichton-0/+12
2013-11-11Remove #[fixed_stack_segment] and #[rust_stack]Alex Crichton-23/+0
2013-11-10Register new snapshotsAlex Crichton-13/+2
2013-10-19Use __morestack to detect stack overflowAlex Crichton-15/+30
2013-10-14Remove unused abi attributes.Steve Klabnik-1/+0
2013-10-08rm useless fast_ffi attributesDaniel Micay-3/+0
2013-08-26std: Add Win64 supportklutzy-1/+8
2013-08-19Add externfn macro and correctly label fixed_stack_segmentsNiko Matsakis-0/+12
2013-06-25Deny common lints by default for lib{std,extra}Alex Crichton-2/+2
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+100