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
/
net
/
addr.rs
Age
Commit message (
Expand
)
Author
Lines
2022-09-12
Use `DisplayBuffer` for socket addresses.
Markus Reiter
-988
/
+0
2022-07-17
Move SocketAddrCRepr to sys_common
Linus Färnstrand
-31
/
+0
2022-06-23
Assign issue number to the new const_socketaddr
Linus Färnstrand
-3
/
+3
2022-06-23
Remove ntohs/htons in favor of to_be/from_be
Linus Färnstrand
-5
/
+5
2022-06-23
Implement IpV{4,6}Addr structs with native Rust encoding
Linus Färnstrand
-7
/
+4
2022-06-23
Represent SocketAddrV4 and SocketAddrV6 as Rust native encoding
Linus Färnstrand
-91
/
+86
2022-05-09
Use Rust 2021 prelude in std itself.
Mara Bos
-1
/
+0
2021-10-30
Add #[must_use] to remaining std functions (A-N)
John Kugelman
-0
/
+8
2021-10-11
Add #[must_use] to is_condition tests
John Kugelman
-0
/
+2
2021-10-10
Add #[must_use] to core and std constructors
John Kugelman
-0
/
+3
2021-09-25
Apply 16 commits (squashed)
Frank Steffahn
-9
/
+8
2021-08-22
Fix typos “a”→“an”
Frank Steffahn
-2
/
+2
2021-07-29
Fix may not to appropriate might not or must not
Ali Malik
-1
/
+1
2021-04-04
Rollup merge of #82487 - CDirkx:const-socketaddr, r=m-ou-se
Yuki Okushi
-10
/
+20
2021-03-26
Document that the SocketAddr memory representation is not stable
Linus Färnstrand
-2
/
+8
2021-02-24
Constify methods of `std::net::SocketAddr`, `SocketAddrV4` and `SocketAddrV6`
Christiaan Dirkx
-10
/
+20
2020-10-04
Include scope id in SocketAddrV6::Display
Tamir Duberstein
-2
/
+10
2020-09-22
Update library/std/src/net/addr.rs
Imbolc
-1
/
+1
2020-09-22
Update library/std/src/net/addr.rs
Imbolc
-1
/
+1
2020-09-22
Update addr.rs
Imbolc
-1
/
+1
2020-09-02
Convert many files to intra-doc links
Joshua Nelson
-4
/
+0
2020-08-31
std: move "mod tests/benches" to separate files
Lzu Tao
-233
/
+3
2020-08-19
Minor changes to Ipv4Addr
Lzu Tao
-2
/
+4
2020-08-16
Fix a link, improve method resolution
Alexis Bourget
-0
/
+2
2020-08-15
Move to intra doc links in std::net
Alexis Bourget
-55
/
+25
2020-07-28
Change Debug impl of SocketAddr and IpAddr to match their Display output
Lukas Kalbertodt
-1
/
+8
2020-07-27
mv std libs to library/
mark
-0
/
+1245