summary refs log tree commit diff
path: root/library/std/src/prelude
AgeCommit message (Collapse)AuthorLines
2020-12-17Edit formatting in Rust Prelude docspierwill-13/+12
Use consistent punctuation and capitalization in the list of things re-exported in the prelude. Also adds a (possibly missing) word.
2020-09-02Fix incorrect link in preludeJoshua Nelson-1/+1
2020-09-02Convert many files to intra-doc linksJoshua Nelson-1/+1
- 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-11Move the std::vec link back to a path-based link to make it compile with ↵Alexis Bourget-1/+1
--stage 0
2020-08-10Move to doc links inside the preludeAlexis Bourget-59/+26
2020-07-27mv std libs to library/mark-0/+201