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-07-12
adjust remaining targets
Ralf Jung
-7
/
+7
2020-06-19
Remove old commented code
Nathan West
-2
/
+0
2020-06-19
Fixed missing `mut`
Nathan West
-1
/
+1
2020-06-19
Converted all platform-specific stdin/stdout/stderr implementations to io traits
Nathan West
-20
/
+17
2020-06-16
Use `Ipv4Addr::from<[u8; 4]>` when possible
Lzu Tao
-8
/
+2
2020-06-15
remove obsolete , to pass the format check
Stefan Lankes
-2
/
+2
2020-06-15
add comment about the usage of Arc
Stefan Lankes
-0
/
+3
2020-06-15
use Ipv6Addr::from to build the IPv6 address
Stefan Lankes
-24
/
+2
2020-06-15
Revert "simplify conversion to IpAddr::V6"
Stefan Lankes
-2
/
+18
2020-06-15
Revert "changes to pass the format check"
Stefan Lankes
-4
/
+10
2020-06-15
remove obsolete line
Stefan Lankes
-1
/
+0
2020-06-15
changes to pass the format check
Stefan Lankes
-10
/
+4
2020-06-14
simplify conversion to IpAddr::V6
Stefan Lankes
-18
/
+2
2020-06-14
remove unused function
Stefan Lankes
-6
/
+0
2020-06-13
add TcpListener support for HermitCore
Stefan Lankes
-46
/
+111
2020-06-10
Migrate to numeric associated consts
Lzu Tao
-1
/
+1
2020-05-18
Auto merge of #72289 - RalfJung:abort_internal, r=Mark-Simulacrum
bors
-3
/
+5
2020-05-18
minor changes to pass the format check
Stefan Lankes
-3
/
+1
2020-05-17
use new interface to initialize Condvar
Stefan Lankes
-4
/
+4
2020-05-17
abort_internal is safe
Ralf Jung
-3
/
+5
2020-05-06
Rollup merge of #71591 - hermitcore:thread_create, r=hanna-kruppe
Dylan DPC
-7
/
+6
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-26
Update name
Steven Fackler
-9
/
+9
2020-04-26
Add Read/Write::can_read/write_vectored
Steven Fackler
-0
/
+43
2020-04-08
Rollup merge of #70134 - hermitcore:osstrext, r=dtolnay
Dylan DPC
-0
/
+53
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-03-19
add basic support of OsStrExt for HermitCore
Stefan Lankes
-0
/
+53
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
[next]