about summary refs log tree commit diff
path: root/library/core/src/fmt
AgeCommit message (Expand)AuthorLines
2020-10-31fix aliasing issues in u128 formatting codeRalf Jung-3/+9
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-10-04Auto merge of #76017 - JulianKnodt:fmt_fast, r=nagisabors-59/+254
2020-09-28Use more efficient scheme for display u128/i128kadmin-59/+254
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-09-05rename MaybeUninit slice methodsRalf Jung-4/+7
2020-09-03Auto merge of #73819 - euclio:rustdoc-summaries, r=jyn514,GuillaumeGomezbors-2/+0
2020-09-02flt2dec: properly handle uninitialized memoryRalf Jung-68/+48
2020-08-30fix broken trait method linksAndy Russell-2/+0
2020-08-30update fixmesDPC-8/+8
2020-08-29rename get_{ref, mut} to assume_init_{ref,mut} in MaybeuninitDPC-8/+8
2020-08-24Use intra-doc-links in `core::{char, macros, fmt}`LeSeulArtichaut-50/+14
2020-07-27mv std libs to library/mark-0/+3955