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
/
redox
/
thread.rs
Age
Commit message (
Expand
)
Author
Lines
2019-08-06
redox: convert to target_family unix
Jeremy Soller
-84
/
+0
2019-04-10
Eliminate `FnBox` usages from libstd.
CrLF0710
-2
/
+1
2019-02-28
libstd => 2018
Taiki Endo
-7
/
+7
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-11-06
refactor: use shorthand fields
teresy
-1
/
+1
2018-07-10
Add missing `dyn` for cloudabi, redox, unix and wasm
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-09-13
Move default stack min size to thread implementations
Tobias Schaffner
-0
/
+2
2016-11-28
Commit to fix make tidy
Jeremy Soller
-1
/
+1
2016-11-28
Switch to using syscall crate directly - without import
Jeremy Soller
-14
/
+12
2016-10-30
Implement thread
Jeremy Soller
-14
/
+12
2016-10-29
Implement env, reentrant mutex, and partially implement scoped thread locals....
Jeremy Soller
-3
/
+7
2016-10-28
Remove unsafe libc layer
Jeremy Soller
-16
/
+13
2016-10-27
Add redox system
Jeremy Soller
-0
/
+94