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
Age
Commit message (
Expand
)
Author
Lines
2015-04-10
s/Panicks/Panics/
Andrew Paseltiner
-2
/
+2
2015-04-07
std: Reorganize thread::local a bit
Alex Crichton
-28
/
+26
2015-04-07
std: Deny most warnings in doctests
Alex Crichton
-0
/
+1
2015-04-01
rollup merge of #23860: nikomatsakis/copy-requires-clone
Alex Crichton
-1
/
+1
2015-04-01
rollup merge of #23949: aturon/stab-timeout
Alex Crichton
-9
/
+23
2015-04-01
Stabilize basic timeout functionality
Aaron Turon
-9
/
+23
2015-04-01
Remove `Thunk` struct and `Invoke` trait; change `Thunk` to be an alias
Niko Matsakis
-12
/
+16
2015-04-01
Fallout in public-facing and semi-public-facing libs
Niko Matsakis
-1
/
+1
2015-03-31
rollup merge of #23873: alexcrichton/remove-deprecated
Alex Crichton
-108
/
+2
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-108
/
+2
2015-03-30
std: Stabilize the rest of Any/BoxAny
Alex Crichton
-1
/
+0
2015-03-27
rollup merge of #23752: alexcrichton/remove-should-fail
Alex Crichton
-2
/
+2
2015-03-27
rollup merge of #23651: alexcrichton/unwind-try
Alex Crichton
-0
/
+49
2015-03-26
syntax: Remove support for #[should_fail]
Alex Crichton
-2
/
+2
2015-03-24
rollup merge of #23638: pnkfelix/fsk-reject-specialized-drops
Alex Crichton
-1
/
+1
2015-03-24
std: Reexport std::rt::unwind::try in std::thread
Alex Crichton
-0
/
+49
2015-03-25
Bug fixes
Nick Cameron
-0
/
+1
2015-03-24
Added `T:Send` bound to `JoinGuard<T>` to avoid specialized `Drop` impl.
Felix S. Klock II
-1
/
+1
2015-03-23
Test fixes and rebase conflicts, round 2
Alex Crichton
-3
/
+3
2015-03-23
rollup merge of #23598: brson/gate
Alex Crichton
-0
/
+3
2015-03-23
rollup merge of #23601: nikomatsakis/by-value-index
Alex Crichton
-1
/
+1
2015-03-23
rollup merge of #23579: Ms2ger/thread_local-unsafe
Alex Crichton
-5
/
+3
2015-03-23
Implement RFC 909: move thread_local into thread
Aaron Turon
-0
/
+2078
[prev]