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
/
sys
/
windows
/
thread.rs
Age
Commit message (
Expand
)
Author
Lines
2019-04-10
Eliminate `FnBox` usages from libstd.
CrLF0710
-2
/
+1
2019-02-28
libstd => 2018
Taiki Endo
-9
/
+10
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-14
Remove dead code
Oliver Scherer
-1
/
+0
2018-12-06
Change sys::Thread::new to take the thread entry as Box<dyn FnBox() + 'static>̣
Jethro Beekman
-1
/
+2
2018-07-30
Don't commit thread stack on Windows
Xidorn Quan
-1
/
+2
2018-07-10
Deny bare trait objects in `src/libstd`.
ljedrz
-1
/
+1
2018-04-12
Import the `alloc` crate as `alloc_crate` in std
Simon Sapin
-1
/
+1
2018-03-24
Fix build on non-Unix platforms
Tatsuyuki Ishi
-0
/
+1
2018-01-31
Use a range to identify SIGSEGV in stack guards
Josh Stone
-2
/
+3
2017-11-09
std: Avoid use of `libc` in portable modules
Alex Crichton
-1
/
+1
2017-09-14
Merge branch 'master' into threadname
Joshua Sheard
-0
/
+2
2017-09-13
Move default stack min size to thread implementations
Tobias Schaffner
-0
/
+2
2017-09-06
Implement named threads on Windows
Joshua Sheard
-5
/
+8
2017-08-26
std: Handle OS errors when joining threads
Alex Crichton
-1
/
+5
2016-08-24
Use `#[prelude_import]` in `libstd`.
Jeffrey Seyfried
-2
/
+0
2016-03-26
Fixup #32476
Manish Goregaokar
-0
/
+1
2016-03-25
Fix unsound behaviour with null characters in thread names (issue #32475)
David Henningsson
-1
/
+1
2016-01-26
Fix warnings during tests
Alex Crichton
-0
/
+1
2015-12-04
AsRawHandle and IntoRawHandle for JoinHandle
Peter Atashian
-0
/
+4
2015-11-09
std: Migrate to the new libc
Alex Crichton
-5
/
+4
2015-08-11
Register new snapshots
Alex Crichton
-3
/
+0
2015-08-10
Remove morestack support
Alex Crichton
-8
/
+3
2015-08-04
syntax: Don't assume `std` exists for tests
Alex Crichton
-1
/
+1
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-0
/
+1
2015-07-21
std: Be resilient to failure in pthread_getattr_np
Alex Crichton
-3
/
+4
2015-05-13
std: Redesign Duration, implementing RFC 1040
Alex Crichton
-9
/
+1
2015-04-22
std: Audit std::thread implementations
Alex Crichton
-77
/
+66
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-2
/
+2
2015-03-17
std: Implement `thread::sleep`
Alex Crichton
-0
/
+16
2015-03-15
std: Clean up the sys::thread modules
Alex Crichton
-30
/
+20
2015-02-23
Test fixes and rebase conflicts
Alex Crichton
-1
/
+0
2015-02-23
Fix windows failure (fixup #22538)
Manish Goregaokar
-1
/
+0
2015-02-23
Use boxed functions instead of transmute
Stepan Koltsov
-2
/
+5
2015-02-17
Test fixes and rebase conflicts
Alex Crichton
-1
/
+2
2015-02-17
Revise std::thread semantics
Aaron Turon
-3
/
+5
2015-02-01
std: Add a new `env` module
Alex Crichton
-2
/
+0
2015-01-27
Thread native name setting, fix #10302
Vojtech Kral
-2
/
+2
2015-01-27
Thread native name setting, fix #10302
Vojtech Kral
-0
/
+7
2015-01-06
More test fixes
Alex Crichton
-1
/
+1
2014-12-18
Revise std::thread API to join by default
Aaron Turon
-3
/
+4
2014-12-18
libs: merge librustrt into libstd
Aaron Turon
-0
/
+95