about summary refs log tree commit diff
path: root/src/libstd/thread_local/scoped.rs
AgeCommit message (Expand)AuthorLines
2014-12-29std: Stabilize the prelude moduleAlex Crichton-2/+2
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