about summary refs log tree commit diff
path: root/library/std/src/ascii.rs
AgeCommit message (Collapse)AuthorLines
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-3/+2
The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options.
2023-05-03Add the basic `ascii::Char` typeScott McMurray-0/+3
2022-04-14Remove use of `#[rustc_deprecated]`Jacob Pratt-1/+1
2020-09-02Convert many files to intra-doc linksJoshua Nelson-2/+0
- Use intra-doc links for `std::io` in `std::fs` - Use intra-doc links for File::read in unix/ext/fs.rs - Remove explicit intra-doc links for `true` in `net/addr.rs` - Use intra-doc links in alloc/src/sync.rs - Use intra-doc links in src/ascii.rs - Switch to intra-doc links in alloc/rc.rs - Use intra-doc links in core/pin.rs - Use intra-doc links in std/prelude - Use shorter links in `std/fs.rs` `io` is already in scope.
2020-08-12Move to intra doc links for ascii.rs and panic.rs, updating the docs a littleAlexis Bourget-13/+10
2020-07-27mv std libs to library/mark-0/+213