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
/
scoped.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-07
markers -> marker
Nick Cameron
-5
/
+5
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-5
/
+5
2015-01-05
Stop using macro_escape as an inner attribute
Keegan McAllister
-1
/
+0
2015-01-03
Initial version of AArch64 support.
Akos Kiss
-7
/
+13
2015-01-02
rollup merge of #20354: alexcrichton/second-pass-thread_local
Alex Crichton
-10
/
+15
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-2
/
+2
2014-12-31
std: Second pass stabilization for thread_local
Alex Crichton
-10
/
+15
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
-2
/
+2
2014-12-26
Require types to opt-in Sync
Flavio Percoco
-1
/
+5
2014-12-23
Fix some spelling errors.
Huon Wilson
-1
/
+1
2014-12-18
Avoid .take().unwrap() with FnOnce closures
Alex Crichton
-1
/
+0
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-9
/
+9
2014-12-13
libstd: use unboxed closures
Jorge Aparicio
-2
/
+6
2014-11-23
std: Add a new top-level thread_local module
Alex Crichton
-0
/
+261