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
/
ancillary.rs
Age
Commit message (
Expand
)
Author
Lines
2024-09-25
Use `&raw` in the standard library
Josh Stone
-2
/
+2
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-07-26
Fix doc nits
John Arundel
-16
/
+16
2024-05-13
Add `size_of`, `size_of_val`, `align_of`, and `align_of_val` to the prelude
Josh Triplett
-1
/
+1
2024-04-14
Replace libc::c_int with core::ffi::c_int
Chris Denton
-1
/
+1
2024-02-24
library: use `addr_of!`
Pavel Grigorenko
-2
/
+2
2023-06-17
Rollup merge of #112352 - dankm:fbsd_doc_fix, r=thomcc
Matthias Krüger
-1
/
+7
2023-06-13
Fix building the documentation on FreeBSD.
MikaelUrankar
-0
/
+1
2023-06-06
Fix documentation build on FreeBSD
Dan McGregor
-1
/
+7
2023-03-27
socket ancillary data implementation for FreeBSD (from 13 and above).
David CARLIER
-12
/
+129
2022-06-21
update ioslice docs to use shared slices
Conrad Ludgate
-2
/
+2
2022-05-25
Disable unix::net::ancillary on BSD.
Mara Bos
-0
/
+2
2022-05-09
Use Rust 2021 prelude in std itself.
Mara Bos
-1
/
+0
2022-04-04
ScmCredentials netbsd implementation.
David Carlier
-9
/
+88
2022-03-10
Use implicit capture syntax in format_args
T-O-R-U-S
-3
/
+3
2021-12-16
Revert "socket ancillary data implementation for dragonflybsd."
David CARLIER
-80
/
+2
2021-12-05
socket ancillary data implementation for dragonflybsd.
David Carlier
-2
/
+80
2021-10-31
Rollup merge of #90431 - jkugelman:must-use-std-o-through-z, r=joshtriplett
Matthias Krüger
-0
/
+6
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
/
+6
2021-10-30
Add #[must_use] to len and is_empty
John Kugelman
-0
/
+2
2021-10-10
Add #[must_use] to core and std constructors
John Kugelman
-0
/
+1
2021-08-22
Fix typos “a”→“an”
Frank Steffahn
-2
/
+2
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
/
+675