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
2014-12-29
std: Stabilize the prelude module
Alex Crichton
-12
/
+13
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