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
/
cloudabi
/
thread.rs
Age
Commit message (
Expand
)
Author
Lines
2020-04-03
Delete unnecessary stub stack overflow handler for cloudabi.
Vytautas Astrauskas
-5
/
+1
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
-2
/
+6
2020-03-31
Fix double-free and undefined behaviour in libstd::syn::unix::Thread::new.
Vytautas Astrauskas
-3
/
+10
2019-11-29
Format libstd/sys with rustfmt
David Tolnay
-7
/
+3
2019-08-15
Remove uses of `mem::uninitialized()` from cloudabi
Lzu Tao
-3
/
+4
2019-04-10
Eliminate `FnBox` usages from libstd.
CrLF0710
-2
/
+1
2019-02-28
libstd => 2018
Taiki Endo
-11
/
+10
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-21
Auto merge of #56813 - oli-obk:main_🧶, r=pnkfelix
bors
-1
/
+0
2018-12-14
Remove dead code
Oliver Scherer
-1
/
+0
2018-12-13
Fix dur2intervals import on cloudabi
Linus Färnstrand
-2
/
+4
2018-12-06
Change sys::Thread::new to take the thread entry as Box<dyn FnBox() + 'static>̣
Jethro Beekman
-1
/
+2
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
2018-01-11
Implement libstd for CloudABI.
Ed Schouten
-0
/
+124