| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-09-29 | std: implement `hostname` | joboet | -1/+5 | |
| 2025-09-08 | std: make address resolution weirdness local to SGX | joboet | -21/+0 | |
| 2024-11-26 | std: update internal uses of `io::const_error!` | joboet | -1/+1 | |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -3/+3 | |
| The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options. | ||||
| 2024-06-21 | fix issue number | Tristan Guichaoua | -1/+1 | |
| 2023-02-26 | Move IpAddr and SocketAddr to core | Linus Färnstrand | -4/+2 | |
| 2022-10-31 | Update mod.rs | tyggja | -1/+1 | |
| 2022-09-12 | Flatten `net` module again. | Markus Reiter | -4/+7 | |
| 2022-09-12 | Move `net::parser` into `net::addr` module. | Markus Reiter | -3/+2 | |
| 2022-09-12 | Use `DisplayBuffer` for socket addresses. | Markus Reiter | -3/+2 | |
| 2022-08-13 | created tcpstream quickack trait | Berend-Jan Lange | -1/+1 | |
| for linux and android | ||||
| 2022-06-23 | Remove ntohs/htons in favor of to_be/from_be | Linus Färnstrand | -9/+0 | |
| 2022-03-04 | Rollup merge of #88805 - krhancoc:master, r=dtolnay | Dylan DPC | -0/+4 | |
| Clarification of default socket flags This PR outlines the decision to disable inheritance of socket objects when possible to child processes in the documentation. | ||||
| 2022-02-04 | Hide Repr details from io::Error, and rework `io::Error::new_const`. | Thom Chiovoloni | -2/+2 | |
| 2022-01-13 | fix stability attribute for `tcp::IntoIncoming` | Ibraheem Ahmed | -1/+3 | |
| 2022-01-08 | export `tcp::IntoIncoming` | Ibraheem Ahmed | -1/+1 | |
| 2021-09-25 | Apply 16 commits (squashed) | Frank Steffahn | -3/+3 | |
| ---------- Fix spacing for links inside code blocks, and improve link tooltips in alloc::fmt ---------- Fix spacing for links inside code blocks, and improve link tooltips in alloc::{rc, sync} ---------- Fix spacing for links inside code blocks, and improve link tooltips in alloc::string ---------- Fix spacing for links inside code blocks in alloc::vec ---------- Fix spacing for links inside code blocks in core::option ---------- Fix spacing for links inside code blocks, and improve a few link tooltips in core::result ---------- Fix spacing for links inside code blocks in core::{iter::{self, iterator}, stream::stream, poll} ---------- Fix spacing for links inside code blocks, and improve a few link tooltips in std::{fs, path} ---------- Fix spacing for links inside code blocks in std::{collections, time} ---------- Fix spacing for links inside code blocks in and make formatting of `&str`-like types consistent in std::ffi::{c_str, os_str} ---------- Fix spacing for links inside code blocks, and improve link tooltips in std::ffi ---------- Fix spacing for links inside code blocks, and improve a few link tooltips in std::{io::{self, buffered::{bufreader, bufwriter}, cursor, util}, net::{self, addr}} ---------- Fix typo in link to `into` for `OsString` docs ---------- Remove tooltips that will probably become redundant in the future ---------- Apply suggestions from code review Replacing `…std/primitive.reference.html` paths with just `reference` Co-authored-by: Joshua Nelson <github@jyn.dev> ---------- Also replace `…std/primitive.reference.html` paths with just `reference` in `core::pin` | ||||
| 2021-09-09 | Run fmt | Ryan Hancock | -1/+1 | |
| 2021-09-09 | Clarification of default socket flags used by Rust | Ryan Hancock | -0/+4 | |
| 2021-03-21 | Use io::Error::new_const everywhere to avoid allocations. | Mara Bos | -1/+1 | |
| 2020-08-15 | Move to intra doc links in std::net | Alexis Bourget | -26/+4 | |
| 2020-07-27 | mv std libs to library/ | mark | -0/+115 | |
