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
2020-07-27
mv std libs to library/
mark
-465
/
+0
2020-07-06
libstd: remove some mutable statics in sys::unix
Andy Russell
-12
/
+15
2020-06-10
Migrate to numeric associated consts
Lzu Tao
-1
/
+1
2020-04-14
Add illumos triple
Patrick Mooney
-2
/
+2
2020-04-01
In Thread::new, add a comment that a panic could cause a memory leak.
Vytautas Astrauskas
-1
/
+4
2020-03-31
Use Box::into_raw instead of ManuallyDrop in Thread::new.
Vytautas Astrauskas
-9
/
+4
2020-03-31
Inline start_thread into its callers.
Vytautas Astrauskas
-4
/
+6
2020-03-31
Fix double-free and undefined behaviour in libstd::syn::unix::Thread::new.
Vytautas Astrauskas
-3
/
+10
2020-02-16
macOS: avoid calling pthread_self() twice
Hiroki Noda
-2
/
+3
2020-01-30
Update
Hiroki Noda
-2
/
+2
2020-01-30
Fix typo.
Hiroki Noda
-1
/
+1
2019-11-29
Format libstd/sys with rustfmt
David Tolnay
-76
/
+96
2019-10-06
redesign of the interface to the unikernel HermitCore
Stefan Lankes
-1
/
+0
2019-08-06
redox: convert to target_family unix
Jeremy Soller
-1
/
+2
2019-08-02
provide thread name to OS for Solarish systems
John Levon
-1
/
+14
2019-05-13
Remove bitrig support from rust
Marcel Hellwig
-7
/
+2
2019-04-10
Eliminate `FnBox` usages from libstd.
CrLF0710
-2
/
+1
2019-02-28
libstd => 2018
Taiki Endo
-22
/
+21
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-14
Remove dead code
Oliver Scherer
-21
/
+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
Add targets for HermitCore (https://hermitcore.org) to the Rust compiler and ...
Colin Finck
-1
/
+2
2018-07-10
Add missing `dyn` for cloudabi, redox, unix and wasm
ljedrz
-1
/
+1
2018-05-02
Add comments and unify guard page setup.
Martin Husemann
-16
/
+13
2018-04-30
Map the stack guard page with max protection on NetBSD
Martin Husemann
-4
/
+16
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
[next]