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-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
2014-12-22
Fix fallout from changes. In cases where stage0 compiler is needed, we
Niko Matsakis
-1
/
+23
2014-12-18
Revise std::thread API to join by default
Aaron Turon
-4
/
+5
2014-12-18
Avoid .take().unwrap() with FnOnce closures
Alex Crichton
-4
/
+2
2014-12-18
Fallout from new thread API
Aaron Turon
-3
/
+3
2014-12-18
libs: merge librustrt into libstd
Aaron Turon
-1
/
+1
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-25
/
+25
2014-12-15
Remove internal uses of `marker::NoCopy`
Jorge Aparicio
-5
/
+0
2014-12-14
Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)
Niko Matsakis
-6
/
+6
2014-12-13
libstd: use unboxed closures
Jorge Aparicio
-3
/
+9
2014-12-05
Utilize fewer reexports
Corey Farwell
-3
/
+3
2014-11-23
std: Add a new top-level thread_local module
Alex Crichton
-0
/
+895