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
Age
Commit message (
Expand
)
Author
Lines
2020-04-06
Rollup merge of #70808 - hermitcore:tls, r=dtolnay
Mazdak Farrokhzad
-44
/
+48
2020-04-06
Rollup merge of #70553 - hermitcore:abi, r=dtolnay
Mazdak Farrokhzad
-33
/
+3
2020-04-05
Simplify dtor registration for HermitCore by using a list of destructors
Stefan Lankes
-44
/
+48
2020-04-05
Stop importing integer modules in libstd
Linus Färnstrand
-1
/
+0
2020-04-04
Merge branch 'master' into abi
Stefan Lankes
-87
/
+156
2020-04-04
Auto merge of #70136 - hermitcore:network_tcp, r=dtolnay
bors
-87
/
+156
2020-04-04
Merge branch 'master' into abi
Stefan Lankes
-16
/
+9
2020-04-03
Delete unnecessary stub stack overflow handler for hermit.
Vytautas Astrauskas
-12
/
+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
2020-03-30
reorder imports to pass the format check
Stefan Lankes
-1
/
+1
2020-03-30
minor changes to pass the format check
Stefan Lankes
-2
/
+1
2020-03-30
move OS constants to platform crate
Stefan Lankes
-8
/
+2
2020-03-21
Rollup merge of #69955 - alexcrichton:stderr-infallible, r=sfackler
Dylan DPC
-3
/
+3
2020-03-20
Fix abort-on-eprintln during process shutdown
Alex Crichton
-3
/
+3
2020-03-19
add basic IP support in HermitCore
Stefan Lankes
-87
/
+156
2020-02-23
Implement `Copy` for `IoSlice`
LeSeulArtichaut
-0
/
+1
2020-01-10
make use of pointer::is_null
Lzu Tao
-5
/
+8
2019-12-24
Deprecate Error::description for real
David Tolnay
-0
/
+1
2019-12-21
Require issue = "none" over issue = "0" in unstable attributes
Ross MacArthur
-2
/
+2
2019-11-29
Format libstd/sys with rustfmt
David Tolnay
-220
/
+211
2019-11-13
protect creation of destructors by a mutex
Stefan Lankes
-0
/
+3
2019-10-20
move interface to the unikernel in the crate hermit-abi
Stefan Lankes
-113
/
+54
2019-10-06
minor changes to follow the Rust's style guidelines
Stefan Lankes
-5
/
+10
2019-10-06
redesign of the interface to the unikernel HermitCore
Stefan Lankes
-0
/
+2297