summary refs log tree commit diff
path: root/library/core/src/fmt/mod.rs
AgeCommit message (Expand)AuthorLines
2020-10-27Changed lint to check for `std::fmt::Pointer` and `transmute`Ayrton-0/+2
2020-10-08Don't discourage implementing `core::fmt::Write`Camelid-10/+6
2020-10-04Use more intra-doc-links in `core::fmt`LeSeulArtichaut-3/+3
2020-09-25review: fix nits and move panic safety tests to the correct placeAlexis Bourget-1/+2
2020-09-19Use `T::BITS` instead of `size_of::<T> * 8`.Mara Bos-1/+1
2020-08-30fix broken trait method linksAndy Russell-2/+0
2020-08-24Use intra-doc-links in `core::{char, macros, fmt}`LeSeulArtichaut-50/+14
2020-07-27mv std libs to library/mark-0/+2280