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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
sys
/
unix
/
thread.rs
Age
Commit message (
Expand
)
Author
Lines
2015-08-11
Stabilize the Duration API
Steven Fackler
-2
/
+2
2015-07-21
std: Be resilient to failure in pthread_getattr_np
Alex Crichton
-38
/
+50
2015-07-01
Add netbsd amd64 support
Alex Newman
-1
/
+5
2015-05-27
Use `const fn` to abstract away the contents of UnsafeCell & friends.
Eduard Burtescu
-2
/
+2
2015-05-13
std: Redesign Duration, implementing RFC 1040
Alex Crichton
-7
/
+2
2015-04-27
std: Don't assume dlopen() works on yourself
Alex Crichton
-1
/
+4
2015-04-22
std: Audit std::thread implementations
Alex Crichton
-130
/
+144
2015-04-08
std: Stabilize io::Error::from_raw_os_error
Alex Crichton
-1
/
+1
2015-03-23
Test fixes and rebase conflicts, round 2
Alex Crichton
-2
/
+3
2015-03-23
rollup merge of #23640: nagisa/thread-less-weak
Alex Crichton
-11
/
+8
2015-03-23
prctl instead of pthread on linux for name setup
Simonas Kazlauskas
-11
/
+8
2015-03-23
min_stack_size: clarify both reasons to use dlsym
Anders Kaseorg
-5
/
+6
2015-03-23
min_stack_size: update non-Linux implementation comment
Anders Kaseorg
-2
/
+2
2015-03-23
Get __pthread_get_minstack at runtime with dlsym
Anders Kaseorg
-12
/
+23
2015-03-18
openbsd/bitrig threads
Sébastien Marie
-4
/
+2
2015-03-17
std: Implement `thread::sleep`
Alex Crichton
-1
/
+15
2015-03-15
std: Clean up the sys::thread modules
Alex Crichton
-181
/
+123
2015-03-12
std: Remove #[allow] directives in sys modules
Alex Crichton
-4
/
+7
2015-02-28
openbsd: adjust page guard address
Sébastien Marie
-1
/
+1
2015-02-23
Use boxed functions instead of transmute
Stepan Koltsov
-2
/
+5
2015-02-21
Auto merge of #21959 - dhuseby:bitrig-support, r=brson
bors
-2
/
+33
2015-02-18
std: Implement CString-related RFCs
Alex Crichton
-3
/
+3
2015-02-17
Revise std::thread semantics
Aaron Turon
-3
/
+5
2015-02-11
fixing trailing whitespace errors
Dave Huseby
-1
/
+1
2015-02-11
bitrig integration
Dave Huseby
-2
/
+33
2015-02-01
openbsd: rebase to master
Sébastien Marie
-3
/
+6
2015-02-01
openbsd support
Sébastien Marie
-5
/
+45
2015-01-28
Thread native name setting, fix #10302
Vojtech Kral
-1
/
+1
2015-01-28
Thread native name setting, fix #10302
Vojtech Kral
-1
/
+1
2015-01-28
Thread native name setting, fix #10302
Vojtech Kral
-15
/
+14
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
/
+40
2015-01-11
Give mmap a page-aligned stack start address
Clifford Caoile
-1
/
+13
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
/
+270