about summary refs log tree commit diff
path: root/src/libstd/thread_local
AgeCommit message (Expand)AuthorLines
2015-03-06Use `#[allow_internal_unstable]` for `thread_local!`Huon Wilson-10/+14
2015-03-02Enable recursion for visit_ty in lint visitorIvan Petkov-2/+3
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-15/+15
2015-02-23Test fixes and rebase conflictsAlex Crichton-1/+1
2015-02-23Integer audit in `libstd/thread_local/*`, part of #22240Vojtech Kral-15/+15
2015-02-23Use boxed functions instead of transmuteStepan Koltsov-4/+6
2015-02-17Test fixes and rebase conflictsAlex Crichton-6/+6
2015-02-17Fallout from stabilizationAaron Turon-15/+15
2015-02-11Test fixes and rebase conflictsAlex Crichton-0/+2
2015-02-11rollup merge of #22177: semarie/openbsd-notlsAlex Crichton-4/+22
2015-02-11rustc: Fix a number of stability lint holesAlex Crichton-0/+7
2015-02-11openbsd don't support TLSSébastien Marie-4/+22
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-3/+3
2015-01-21Remove 'since' from unstable attributesBrian Anderson-3/+3
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-9/+13
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