about summary refs log tree commit diff
path: root/src/libstd/thread_local
AgeCommit message (Expand)AuthorLines
2015-01-21Test fixes and rebase conflictsAlex Crichton-0/+1
2015-01-21rollup merge of #21444: petrochenkov/nullAlex Crichton-2/+2
2015-01-19Replace `0 as *const/mut T` with `ptr::null/null_mut()`we-2/+2
2015-01-17Remove unnecessary explicit conversions to *const Twe-1/+1
2015-01-06rollup merge of #20615: aturon/stab-2-threadAlex Crichton-4/+4
2015-01-06rollup merge of #20607: nrc/kindsAlex Crichton-6/+6
2015-01-06Register new snapshotsAlex Crichton-2/+1
2015-01-07markers -> markerNick Cameron-7/+7
2015-01-06Fallout from stabilizationAaron Turon-4/+4
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-7/+7
2015-01-05Rename macro_escape to macro_useKeegan McAllister-1/+2
2015-01-05Stop using macro_escape as an inner attributeKeegan McAllister-2/+1
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2015-01-03Initial version of AArch64 support.Akos Kiss-14/+24
2015-01-02rollup merge of #20354: alexcrichton/second-pass-thread_localAlex Crichton-42/+142
2015-01-02rollup merge of #20273: alexcrichton/second-pass-commAlex Crichton-6/+6
2015-01-02std: Stabilize the prelude moduleAlex Crichton-12/+13
2014-12-31std: Second pass stabilization for thread_localAlex Crichton-42/+142
2014-12-30Register new snapshotsAlex Crichton-22/+1
2014-12-29rollup merge of #20262: arturoc/fix-scoped_thread_localAlex Crichton-2/+16
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-6/+6
2014-12-29std: Return Result from RWLock/Mutex methodsAlex Crichton-4/+9
2014-12-29std: Stabilize the prelude moduleAlex Crichton-12/+13
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-4/+4
2014-12-26Require types to opt-in SyncFlavio Percoco-1/+9
2014-12-23Fix some spelling errors.Huon Wilson-1/+1
2014-12-22Fix fallout from changes. In cases where stage0 compiler is needed, weNiko Matsakis-1/+23
2014-12-18Revise std::thread API to join by defaultAaron Turon-4/+5
2014-12-18Avoid .take().unwrap() with FnOnce closuresAlex Crichton-4/+2
2014-12-18Fallout from new thread APIAaron Turon-3/+3
2014-12-18libs: merge librustrt into libstdAaron Turon-1/+1
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-25/+25
2014-12-15Remove internal uses of `marker::NoCopy`Jorge Aparicio-5/+0
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-6/+6
2014-12-13libstd: use unboxed closuresJorge Aparicio-3/+9
2014-12-05Utilize fewer reexportsCorey Farwell-3/+3
2014-11-23std: Add a new top-level thread_local moduleAlex Crichton-0/+895