summary refs log tree commit diff
path: root/library/core/src/fmt
AgeCommit message (Expand)AuthorLines
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