about summary refs log tree commit diff
path: root/src/libstd/local_data.rs
AgeCommit message (Expand)AuthorLines
2013-07-11Fix testsAlex Crichton-1/+1
2013-07-11Remove all external requirements of `@` from TLSAlex Crichton-11/+11
2013-07-11Fix a soundness problem with `get`Alex Crichton-0/+8
2013-07-11Work around stage0 to remove '@' requirements from TLSAlex Crichton-0/+40
2013-07-09Rename local_data methods/types for less keystrokesAlex Crichton-48/+59
2013-07-09Change TLS to almost be able to contain owned typesAlex Crichton-12/+6
2013-07-09Change the elements in the task-local map to be actual key-value pairsAlex Crichton-2/+6
2013-06-29Change taskgroup key type to fn:Copy in prep for noncopyable stack closures.Ben Blum-1/+1
2013-06-28std: silence some test warnings.Huon Wilson-13/+10
2013-05-30Remove unnecessary 'use' formsDaniel Farina-2/+3
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+2
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+226