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
/
os
/
unix
/
net
Age
Commit message (
Expand
)
Author
Lines
2021-12-16
Revert "socket ancillary data implementation for dragonflybsd."
David CARLIER
-90
/
+6
2021-12-11
Rollup merge of #91553 - devnexen:anc_data_dfbsd, r=yaahc
Matthias Krüger
-6
/
+90
2021-12-09
Auto merge of #81156 - DrMeepster:read_buf, r=joshtriplett
bors
-11
/
+1
2021-12-05
socket ancillary data implementation for dragonflybsd.
David Carlier
-6
/
+90
2021-11-06
use matches!() macro in more places
Matthias Krüger
-1
/
+1
2021-11-02
read_buf
DrMeepster
-11
/
+1
2021-10-31
Rollup merge of #90431 - jkugelman:must-use-std-o-through-z, r=joshtriplett
Matthias Krüger
-0
/
+7
2021-10-31
Rollup merge of #89786 - jkugelman:must-use-len-and-is_empty, r=joshtriplett
Matthias Krüger
-0
/
+2
2021-10-30
Add #[must_use] to remaining std functions (O-Z)
John Kugelman
-0
/
+7
2021-10-30
Add #[must_use] to len and is_empty
John Kugelman
-0
/
+2
2021-10-15
Auto merge of #85379 - mdaverde:uds-abstract, r=joshtriplett
bors
-4
/
+416
2021-10-12
Rollup merge of #89797 - jkugelman:must-use-is_condition-tests, r=joshtriplett
the8472
-0
/
+1
2021-10-12
Rollup merge of #89778 - jkugelman:must-use-as_type-conversions, r=joshtriplett
the8472
-0
/
+1
2021-10-11
Add #[must_use] to is_condition tests
John Kugelman
-0
/
+1
2021-10-11
Add #[must_use] to as_type conversions
John Kugelman
-0
/
+1
2021-10-10
integrate I/O safety changes
Milan
-7
/
+6
2021-10-10
cross-platform doctests
Milan Landaverde
-13
/
+49
2021-10-10
moves use ptr within from_abstract_namespace fn
Milan Landaverde
-2
/
+2
2021-10-10
Update tracking issue in stability refs
Milan Landaverde
-7
/
+7
2021-10-10
rustfmt
Milan Landaverde
-6
/
+25
2021-10-10
Add abstract namespace support for Unix domain sockets
Milan Landaverde
-5
/
+363
2021-10-10
Add #[must_use] to core and std constructors
John Kugelman
-0
/
+1
2021-09-17
modify std::os docs to be more consistent
Sachin Cherian
-1
/
+1
2021-08-23
Rollup merge of #88230 - steffahn:a_an, r=oli-obk
Mara Bos
-2
/
+2
2021-08-22
Remove redundant conversions.
Dan Gohman
-2
/
+2
2021-08-22
Fix typos “a”→“an”
Frank Steffahn
-2
/
+2
2021-08-21
Implement `AsFd` etc. for `UnixListener`.
Dan Gohman
-1
/
+25
2021-08-19
Factor out a common `RawFd`/`AsRawFd`/etc for Unix and WASI.
Dan Gohman
-46
/
+0
2021-08-19
I/O safety.
Dan Gohman
-29
/
+77
2021-07-29
Fix may not to appropriate might not or must not
Ali Malik
-1
/
+1
2021-07-24
netbsd enabled ucred
David Carlier
-0
/
+3
2021-06-17
Rely on libc for correct integer types in os/unix/net/ancillary.rs.
Maarten de Vries
-100
/
+10
2021-05-03
Move `std::sys::unix::ext` to `std::os::unix`
Christiaan Dirkx
-0
/
+3539