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
/
library
/
std
/
src
/
sys
/
unix
/
ext
/
net
/
tests.rs
Age
Commit message (
Expand
)
Author
Lines
2021-05-03
Move `std::sys::unix::ext` to `std::os::unix`
Christiaan Dirkx
-640
/
+0
2021-02-28
unix: Non-mutable bufs in send_vectored_with_ancillary_to
LinkTed
-9
/
+9
2020-10-28
Fix test cases for MacOs
LinkTed
-2
/
+28
2020-10-10
Change imports for `cfg(doc)`
LinkTed
-1
/
+1
2020-10-10
Fix cfg condition for test
LinkTed
-1
/
+1
2020-10-10
Remove `target_os`, which does not have `SO_PASSCRED` constant in `libc`
LinkTed
-0
/
+1
2020-10-10
Remove `target_os`, which does not have `cmsghdr` struct in `libc`
LinkTed
-1
/
+0
2020-10-10
Remove `target_os`, which does not have `MSG_CMSG_CLOEXEC` constant in `libc`
LinkTed
-0
/
+11
2020-10-10
Replace `assert` with `unreachable`
LinkTed
-3
/
+3
2020-10-10
Change name of struct to SocketCred
LinkTed
-1
/
+1
2020-10-10
Add `set_passcred` and `passcred` methods to `UnixStream` and `UnixDatagram`
LinkTed
-11
/
+1
2020-10-10
Rename `test.rs` to `tests.rs`
LinkTed
-11
/
+18
2020-10-10
unix: Extend UnixStream and UnixDatagram to send and receive file descriptors
LinkTed
-0
/
+152
2020-09-11
Add `peek` and `peek_from` to `UnixStream` and `UnixDatagram`
rijenkii
-0
/
+80
2020-08-31
std: move "mod tests/benches" to separate files
Lzu Tao
-0
/
+374