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
/
unix
/
thread.rs
Age
Commit message (
Expand
)
Author
Lines
2016-07-11
std: Fix `Thread::set_name()` for newlib and solaris
Josh Stone
-1
/
+0
2016-06-21
Fix overflow error in thread::sleep
Guillaume Gomez
-6
/
+15
2016-04-06
Remove accidental comment
Alan Somers
-1
/
+0
2016-04-05
Reduce code duplication in thread.rs
Alan Somers
-42
/
+18
2016-04-04
Fix stack overflow detection on FreeBSD
Alan Somers
-1
/
+44
2016-03-25
Fix unsound behaviour with null characters in thread names (issue #32475)
David Henningsson
-16
/
+11
2016-02-06
Auto merge of #30629 - brson:emscripten-upstream, r=alexcrichton
bors
-3
/
+5
2016-02-06
Add support for i686-unknown-linux-musl
Brian Anderson
-2
/
+2
2016-02-06
Add the asmjs-unknown-emscripten triple. Add cfgs to libs.
Brian Anderson
-1
/
+3
2016-02-05
std: Add a helper for symbols that may not exist
Alex Crichton
-27
/
+2
2016-01-31
Fix unresolved name in libstd/sys/unix/thread
Nikita Baksalyar
-1
/
+1
2016-01-31
Rename sunos to solaris
Nikita Baksalyar
-6
/
+6
2016-01-31
Add Illumos support
Nikita Baksalyar
-7
/
+17
2016-01-28
std: Fix rumprun build
Alex Crichton
-4
/
+9
2016-01-26
Fix warnings during tests
Alex Crichton
-11
/
+8
2015-12-04
Add JoinHandleExt to get the pthread_t on unix platforms
Peter Atashian
-0
/
+8
2015-11-09
std: Migrate to the new libc
Alex Crichton
-105
/
+38
2015-10-29
Auto merge of #29289 - DiamondLovesYou:pnacl-std-crates, r=alexcrichton
bors
-0
/
+5
2015-10-28
Port the standard crates to PNaCl/NaCl.
Richard Diamond
-0
/
+5
2015-10-25
std: Stabilize library APIs for 1.5
Alex Crichton
-0
/
+1
2015-09-26
Add support for the rumprun unikernel
Sebastian Wicki
-2
/
+2
2015-09-21
Various fixes for NetBSD/amd64
Sebastian Wicki
-7
/
+24
2015-09-08
some more clippy-based improvements
Andre Bogus
-1
/
+1
2015-09-03
Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T`
Vadim Petrochenkov
-1
/
+1
2015-08-11
Register new snapshots
Alex Crichton
-3
/
+0
2015-08-11
Auto merge of #26818 - sfackler:duration-stabilization, r=aturon
bors
-2
/
+2
2015-08-10
Stabilize the Duration API
Steven Fackler
-2
/
+2
2015-08-10
Remove morestack support
Alex Crichton
-4
/
+1
2015-08-04
syntax: Don't assume `std` exists for tests
Alex Crichton
-0
/
+1
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
[prev]
[next]