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
/
hermit
/
thread.rs
Age
Commit message (
Expand
)
Author
Lines
2020-04-27
use nicer code style to define DEFAULT_MIN_STACK_SIZE
Stefan Lankes
-1
/
+1
2020-04-26
use new interface to create threads on HermitCore
Stefan Lankes
-7
/
+6
2020-04-06
Rollup merge of #70808 - hermitcore:tls, r=dtolnay
Mazdak Farrokhzad
-0
/
+4
2020-04-06
Rollup merge of #70553 - hermitcore:abi, r=dtolnay
Mazdak Farrokhzad
-25
/
+2
2020-04-05
Simplify dtor registration for HermitCore by using a list of destructors
Stefan Lankes
-0
/
+4
2020-04-05
Stop importing integer modules in libstd
Linus Färnstrand
-1
/
+0
2020-04-04
Merge branch 'master' into abi
Stefan Lankes
-8
/
+9
2020-04-03
Delete unnecessary stub stack overflow handler for hermit.
Vytautas Astrauskas
-4
/
+0
2020-04-02
Remove unnecessary intermediate pointer cast in Thread::new.
Vytautas Astrauskas
-1
/
+1
2020-04-01
In Thread::new, add a comment that a panic could cause a memory leak.
Vytautas Astrauskas
-1
/
+1
2020-03-31
Use Box::into_raw instead of ManuallyDrop in Thread::new.
Vytautas Astrauskas
-4
/
+4
2020-03-31
Inline start_thread into its callers.
Vytautas Astrauskas
-3
/
+6
2020-03-31
Fix double-free and undefined behaviour in libstd::syn::unix::Thread::new.
Vytautas Astrauskas
-6
/
+8
2020-03-30
move the definition of thread priorities to hermit-abi
Stefan Lankes
-24
/
+1
2019-11-29
Format libstd/sys with rustfmt
David Tolnay
-16
/
+26
2019-10-20
move interface to the unikernel in the crate hermit-abi
Stefan Lankes
-13
/
+6
2019-10-06
minor changes to follow the Rust's style guidelines
Stefan Lankes
-2
/
+4
2019-10-06
redesign of the interface to the unikernel HermitCore
Stefan Lankes
-0
/
+121