index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
thread_local
Age
Commit message (
Expand
)
Author
Lines
2015-03-06
Use `#[allow_internal_unstable]` for `thread_local!`
Huon Wilson
-10
/
+14
2015-03-02
Enable recursion for visit_ty in lint visitor
Ivan Petkov
-2
/
+3
2015-02-27
Add some missing stability attributes on struct fields.
Huon Wilson
-0
/
+2
2015-02-24
Rollup merge of #22728 - vojtechkral:int-audit-thread-local, r=alexcrichton
Manish Goregaokar
-15
/
+15
2015-02-23
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-02-23
Integer audit in `libstd/thread_local/*`, part of #22240
Vojtech Kral
-15
/
+15
2015-02-23
Use boxed functions instead of transmute
Stepan Koltsov
-4
/
+6
2015-02-17
Test fixes and rebase conflicts
Alex Crichton
-6
/
+6
2015-02-17
Fallout from stabilization
Aaron Turon
-15
/
+15
2015-02-11
Test fixes and rebase conflicts
Alex Crichton
-0
/
+2
2015-02-11
rollup merge of #22177: semarie/openbsd-notls
Alex Crichton
-4
/
+22
2015-02-11
rustc: Fix a number of stability lint holes
Alex Crichton
-0
/
+7
2015-02-11
openbsd don't support TLS
Sébastien Marie
-4
/
+22
2015-02-04
Fix some missing stability attrs
Manish Goregaokar
-0
/
+1
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-1
/
+1
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-2
/
+3
2015-01-23
grandfathered -> rust1
Brian Anderson
-4
/
+4
2015-01-23
Deprecated attributes don't take 'feature' names and are paired with stable/u...
Brian Anderson
-1
/
+2
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-3
/
+3
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-3
/
+3
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-9
/
+13
2015-01-21
Test fixes and rebase conflicts
Alex Crichton
-0
/
+1
2015-01-21
rollup merge of #21444: petrochenkov/null
Alex Crichton
-2
/
+2
2015-01-19
Replace `0 as *const/mut T` with `ptr::null/null_mut()`
we
-2
/
+2
2015-01-17
Remove unnecessary explicit conversions to *const T
we
-1
/
+1
2015-01-06
rollup merge of #20615: aturon/stab-2-thread
Alex Crichton
-4
/
+4
2015-01-06
rollup merge of #20607: nrc/kinds
Alex Crichton
-6
/
+6
2015-01-06
Register new snapshots
Alex Crichton
-2
/
+1
2015-01-07
markers -> marker
Nick Cameron
-7
/
+7
2015-01-06
Fallout from stabilization
Aaron Turon
-4
/
+4
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-7
/
+7
2015-01-05
Rename macro_escape to macro_use
Keegan McAllister
-1
/
+2
2015-01-05
Stop using macro_escape as an inner attribute
Keegan McAllister
-2
/
+1
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-03
Initial version of AArch64 support.
Akos Kiss
-14
/
+24
2015-01-02
rollup merge of #20354: alexcrichton/second-pass-thread_local
Alex Crichton
-42
/
+142
2015-01-02
rollup merge of #20273: alexcrichton/second-pass-comm
Alex Crichton
-6
/
+6
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-12
/
+13
2014-12-31
std: Second pass stabilization for thread_local
Alex Crichton
-42
/
+142
2014-12-30
Register new snapshots
Alex Crichton
-22
/
+1
2014-12-29
rollup merge of #20262: arturoc/fix-scoped_thread_local
Alex Crichton
-2
/
+16
2014-12-29
std: Second pass stabilization for `comm`
Alex Crichton
-6
/
+6
2014-12-29
std: Return Result from RWLock/Mutex methods
Alex Crichton
-4
/
+9
2014-12-29
std: Stabilize the prelude module
Alex Crichton
-12
/
+13
2014-12-28
src/libstd/thread_local/scoped.rs: fixes scoped_thread_local! macro
arturo
-2
/
+16
2014-12-26
Relax `Arc` bounds don't require Sync+Send
Flavio Percoco
-2
/
+2
2014-12-26
Move RacyCell to `std::comm`
Flavio Percoco
-3
/
+2
2014-12-26
Make Send and Sync traits unsafe
Flavio Percoco
-4
/
+4
2014-12-26
Require types to opt-in Sync
Flavio Percoco
-1
/
+9
2014-12-23
Fix some spelling errors.
Huon Wilson
-1
/
+1
[next]