about summary refs log tree commit diff
path: root/src/libstd/thread_local/scoped.rs
AgeCommit message (Expand)AuthorLines
2015-01-07markers -> markerNick Cameron-5/+5
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-5/+5
2015-01-05Stop using macro_escape as an inner attributeKeegan McAllister-1/+0
2015-01-03Initial version of AArch64 support.Akos Kiss-7/+13
2015-01-02rollup merge of #20354: alexcrichton/second-pass-thread_localAlex Crichton-10/+15
2015-01-02std: Stabilize the prelude moduleAlex Crichton-2/+2
2014-12-31std: Second pass stabilization for thread_localAlex Crichton-10/+15
2014-12-28src/libstd/thread_local/scoped.rs: fixes scoped_thread_local! macroarturo-2/+16
2014-12-26Relax `Arc` bounds don't require Sync+SendFlavio Percoco-2/+2
2014-12-26Move RacyCell to `std::comm`Flavio Percoco-3/+2
2014-12-26Make Send and Sync traits unsafeFlavio Percoco-2/+2
2014-12-26Require types to opt-in SyncFlavio Percoco-1/+5
2014-12-23Fix some spelling errors.Huon Wilson-1/+1
2014-12-18Avoid .take().unwrap() with FnOnce closuresAlex Crichton-1/+0
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-9/+9
2014-12-13libstd: use unboxed closuresJorge Aparicio-2/+6
2014-11-23std: Add a new top-level thread_local moduleAlex Crichton-0/+261