about summary refs log tree commit diff
path: root/library/core/src/fmt/mod.rs
AgeCommit message (Expand)AuthorLines
2020-12-02Use more std:: instead of core:: in docs for consistency, add more intra doc ...Alexis Bourget-1/+1
2020-11-29Auto merge of #78122 - fusion-engineering-forks:fmt-write-bounds-check, r=Mar...bors-7/+21
2020-11-26Fix new 'unnecessary trailing semicolon' warningsAaron Hill-1/+1
2020-10-27Changed lint to check for `std::fmt::Pointer` and `transmute`Ayrton-0/+2
2020-10-20Add debug_asserts for the unsafe indexing in fmt::write.Mara Bos-1/+2
2020-10-20Avoid panic_bounds_check in fmt::write.Mara Bos-7/+20
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