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
/
sys
/
common
/
thread_local.rs
Age
Commit message (
Expand
)
Author
Lines
2015-08-15
std: Add issues to all unstable features
Alex Crichton
-1
/
+1
2015-08-11
Register new snapshots
Alex Crichton
-3
/
+0
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-0
/
+1
2015-06-09
Exise 'unsafe pointer' in favor of 'raw pointer'
Steve Klabnik
-1
/
+1
2015-05-27
Use `const fn` to abstract away the contents of UnsafeCell & friends.
Eduard Burtescu
-26
/
+17
2015-04-13
pluralize doc comment verbs and add missing periods
Andrew Paseltiner
-1
/
+1
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-7
/
+7
2015-03-20
Revert "Revert "std: Re-enable at_exit()""
Alex Crichton
-4
/
+0
2015-03-12
std: Remove #[allow] directives in sys modules
Alex Crichton
-0
/
+1
2015-03-11
Example -> Examples
Steve Klabnik
-3
/
+3
2015-03-06
Use `#[allow_internal_unstable]` for `thread_local!`
Huon Wilson
-5
/
+1
2015-02-17
Fallout from stabilization
Aaron Turon
-1
/
+1
2015-02-11
More test fixes and rebase conflicts
Alex Crichton
-0
/
+1
2015-02-11
Test fixes and rebase conflicts
Alex Crichton
-0
/
+4
2015-01-11
Rename AtomicInt and AtomicUint
Steven Fackler
-3
/
+3
2015-01-03
Remove deprecated functionality
Alex Crichton
-4
/
+4
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-02
rollup merge of #20315: alexcrichton/std-sync
Alex Crichton
-1
/
+1
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-2
/
+2
2015-01-01
std: Second pass stabilization of sync
Alex Crichton
-1
/
+1
2014-12-18
Fallout from new thread API
Aaron Turon
-1
/
+0
2014-12-18
Remove rt::{mutex, exclusive}
Aaron Turon
-3
/
+2
2014-12-18
libs: merge librustrt into libstd
Aaron Turon
-2
/
+2
2014-12-15
Remove internal uses of `marker::NoCopy`
Jorge Aparicio
-3
/
+0
2014-12-05
prefer "FIXME" to "TODO".
Aidan Cully
-1
/
+1
2014-12-05
work around portability issue on FreeBSD, in which the key returned from
Aidan Cully
-1
/
+17
2014-11-24
std: Leak all statically allocated TLS keys
Alex Crichton
-35
/
+2
2014-11-23
std: Add a new top-level thread_local module
Alex Crichton
-0
/
+306