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.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-22
Rollup merge of #21325 - nagisa:thread-panicking, r=steveklabnik
Steve Klabnik
-1
/
+1
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-6
/
+6
2015-01-17
Refine wording of Thread::panicking
Simonas Kazlauskas
-1
/
+1
2015-01-08
Improvements to feature staging
Brian Anderson
-3
/
+3
2015-01-07
Merge pull request #20674 from jbcrail/fix-misspelled-comments
bors
-1
/
+1
2015-01-06
Fix misspelled comments.
Joseph Crail
-1
/
+1
2015-01-06
rollup merge of #20615: aturon/stab-2-thread
Alex Crichton
-65
/
+133
2015-01-07
markers -> marker
Nick Cameron
-1
/
+1
2015-01-06
Fallout from stabilization
Aaron Turon
-22
/
+19
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-1
/
+1
2015-01-06
Stabilize std::thread
Aaron Turon
-44
/
+115
2015-01-05
Stabilization of impls and fallout from stabilization
Aaron Turon
-0
/
+1
2015-01-04
auto merge of #20393 : japaric/rust/impl-any, r=aturon
bors
-1
/
+1
2015-01-03
Remove deprecated functionality
Alex Crichton
-7
/
+0
2015-01-03
remove `Any[Mut]RefExt` traits in favor of `impl Any`
Jorge Aparicio
-1
/
+1
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-2
/
+2
2015-01-02
Rollup test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-01-02
rollup merge of #20273: alexcrichton/second-pass-comm
Alex Crichton
-9
/
+9
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-2
/
+4
2014-12-29
rollup merge of #20223: aochagavia/typo
Alex Crichton
-1
/
+1
2014-12-29
std: Second pass stabilization for `comm`
Alex Crichton
-9
/
+9
2014-12-29
std: Return Result from RWLock/Mutex methods
Alex Crichton
-3
/
+4
2014-12-29
std: Stabilize the prelude module
Alex Crichton
-2
/
+4
2014-12-26
Relax `Arc` bounds don't require Sync+Send
Flavio Percoco
-6
/
+13
2014-12-26
Move RacyCell to `std::comm`
Flavio Percoco
-1
/
+1
2014-12-26
Make Send and Sync traits unsafe
Flavio Percoco
-2
/
+5
2014-12-26
Require types to opt-in Sync
Flavio Percoco
-5
/
+6
2014-12-25
Fix typo in std::thread comments
Adolfo OchagavĂa
-1
/
+1
2014-12-20
Fix fallout of removing import_shadowing in tests.
Eduard Burtescu
-3
/
+1
2014-12-20
Fix the fallout of removing feature(import_shadowing).
Eduard Burtescu
-2
/
+6
2014-12-18
std: Move the panic flag to its own thread local
Alex Crichton
-1
/
+1
2014-12-18
Revise std::thread API to join by default
Aaron Turon
-164
/
+157
2014-12-18
Avoid .take().unwrap() with FnOnce closures
Alex Crichton
-11
/
+14
2014-12-18
Fallout from new thread API
Aaron Turon
-13
/
+14
2014-12-18
Introduce std::thread
Aaron Turon
-0
/
+655