| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -7/+7 | |
| This updates the standard library's documentation to use the new syntax. The documentation is worthwhile to update as it should be more idiomatic (particularly for features like this, which are nice for users to get acquainted with). The general codebase is likely more hassle than benefit to update: it'll hurt git blame, and generally updates can be done by folks updating the code if (and when) that makes things more readable with the new format. A few places in the compiler and library code are updated (mostly just due to already having been done when this commit was first authored). | ||||
| 2022-02-04 | Hide Repr details from io::Error, and rework `io::Error::new_const`. | Thom Chiovoloni | -2/+4 | |
| 2021-08-30 | Remove unnecessary `mut` from udp doctests | Sönke Hahn | -1/+1 | |
| 2021-08-19 | Add comments about impls for File, TcpStream, ChildStdin, etc. | Dan Gohman | -0/+6 | |
| 2021-07-29 | Fix may not to appropriate might not or must not | Ali Malik | -3/+3 | |
| 2021-05-02 | Add link to Issue #34202 in udp docs | wcampbell | -1/+3 | |
| Signed-off-by: wcampbell <wcampbell1995@gmail.com> | ||||
| 2021-03-21 | Use io::Error::new_const everywhere to avoid allocations. | Mara Bos | -1/+1 | |
| 2020-11-22 | Drop support for cloudabi targets | Lzu Tao | -1/+1 | |
| 2020-08-31 | std: move "mod tests/benches" to separate files | Lzu Tao | -377/+3 | |
| Also doing fmt inplace as requested. | ||||
| 2020-08-15 | Move to intra doc links in std::net | Alexis Bourget | -67/+27 | |
| 2020-07-27 | mv std libs to library/ | mark | -0/+1217 | |
