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
2018-04-12
Import the `alloc` crate as `alloc_crate` in std
Simon Sapin
-1
/
+1
2018-04-03
Fix imports
Tatsuyuki Ishi
-1
/
+1
2018-03-28
Use mprotect instead of mmap
Tatsuyuki Ishi
-3
/
+2
2018-03-25
Use a more conservative way to deinit stack guard
Tatsuyuki Ishi
-5
/
+15
2018-03-24
Fix build on non-Unix platforms
Tatsuyuki Ishi
-0
/
+1
2018-03-20
Refactor the stack addr aligning code into a function
Tatsuyuki Ishi
-16
/
+16
2018-03-19
Address review comments
Tatsuyuki Ishi
-1
/
+19
2018-01-31
Use a range to identify SIGSEGV in stack guards
Josh Stone
-45
/
+70
2018-01-18
in which the unused-parens lint comes to cover function and method args
Zack M. Davis
-2
/
+2
2017-12-09
Use Try syntax for Option in place of macros or match
Matt Brubeck
-4
/
+1
2017-11-09
std: Avoid use of `libc` in portable modules
Alex Crichton
-1
/
+1
2017-10-20
Fix some tests for linux gnux32
Marco A L Barbosa
-1
/
+1
2017-09-13
Move default stack min size to thread implementations
Tobias Schaffner
-0
/
+5
2017-09-08
Move the stack size value for L4Re to the min_stack_size function
Sebastian Humenda
-4
/
+0
2017-09-08
Add modifications needed for L4re in libstd
Tobias Schaffner
-2
/
+8
2017-08-26
std: Handle OS errors when joining threads
Alex Crichton
-1
/
+2
2017-07-07
Skip the main thread's manual stack guard on Linux
Josh Stone
-15
/
+29
2016-10-22
Fix tidy warning
Raph Levien
-1
/
+1
2016-10-22
Add Fuchsia support
Raph Levien
-0
/
+4
2016-10-08
Use less `size_t` casts in libstd since it's now defined as `usize`
Tobias Bucher
-17
/
+12
2016-09-30
Call emcc with ERROR_ON_UNDEFINED_SYMBOLS
Brian Anderson
-2
/
+16
2016-09-26
Haiku: Use common thread set_name stub
Alexander von Gluck IV
-7
/
+5
2016-09-25
Add support for the Haiku operating system on x86 and x86_64 machines
Niels Sascha Reedijk
-0
/
+5
2016-08-24
Use `#[prelude_import]` in `libstd`.
Jeffrey Seyfried
-4
/
+0
2016-08-10
[emscripten] Disable code paths that don't work on emscripten
Jan-Erik Rediger
-4
/
+3
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
[next]