about summary refs log tree commit diff
path: root/src/libstd/thread_local/mod.rs
AgeCommit message (Expand)AuthorLines
2015-03-23Implement RFC 909: move thread_local into threadAaron Turon-762/+0
2015-03-11Example -> ExamplesSteve Klabnik-1/+1
2015-03-06Use `#[allow_internal_unstable]` for `thread_local!`Huon Wilson-10/+12
2015-02-27Add some missing stability attributes on struct fields.Huon Wilson-0/+2
2015-02-24Rollup merge of #22728 - vojtechkral:int-audit-thread-local, r=alexcrichtonManish Goregaokar-9/+9
2015-02-23Test fixes and rebase conflictsAlex Crichton-1/+1
2015-02-23Integer audit in `libstd/thread_local/*`, part of #22240Vojtech Kral-9/+9
2015-02-23Use boxed functions instead of transmuteStepan Koltsov-4/+6
2015-02-17Fallout from stabilizationAaron Turon-9/+9
2015-02-11Test fixes and rebase conflictsAlex Crichton-0/+2
2015-02-11rustc: Fix a number of stability lint holesAlex Crichton-0/+7
2015-02-04Fix some missing stability attrsManish Goregaokar-0/+1
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-1/+1
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-2/+3
2015-01-23grandfathered -> rust1Brian Anderson-4/+4
2015-01-23Deprecated attributes don't take 'feature' names and are paired with stable/u...Brian Anderson-1/+2
2015-01-23Set unstable feature names appropriatelyBrian Anderson-2/+2
2015-01-21Remove 'since' from unstable attributesBrian Anderson-2/+2
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-7/+10
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-2/+2
2015-01-06Register new snapshotsAlex Crichton-2/+1
2015-01-07markers -> markerNick Cameron-2/+2
2015-01-06Fallout from stabilizationAaron Turon-4/+4
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-2/+2
2015-01-05Rename macro_escape to macro_useKeegan McAllister-1/+2
2015-01-05Stop using macro_escape as an inner attributeKeegan McAllister-1/+1
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2015-01-03Initial version of AArch64 support.Akos Kiss-7/+11
2015-01-02rollup merge of #20354: alexcrichton/second-pass-thread_localAlex Crichton-32/+127
2015-01-02rollup merge of #20273: alexcrichton/second-pass-commAlex Crichton-6/+6
2015-01-02std: Stabilize the prelude moduleAlex Crichton-10/+11
2014-12-31std: Second pass stabilization for thread_localAlex Crichton-32/+127
2014-12-30Register new snapshotsAlex Crichton-22/+1
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-10/+11
2014-12-26Make Send and Sync traits unsafeFlavio Percoco-2/+2
2014-12-26Require types to opt-in SyncFlavio Percoco-0/+4
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-3/+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-16/+16
2014-12-15Remove internal uses of `marker::NoCopy`Jorge Aparicio-5/+0