about summary refs log tree commit diff
path: root/library/core/src/fmt/mod.rs
AgeCommit message (Expand)AuthorLines
2021-10-02Make diangostic item names consistentCameron Steffen-3/+3
2021-09-30Add private arg to fmt::UnsafeArgCameron Steffen-3/+4
2021-09-24Auto merge of #88999 - Migi:master, r=oli-obkbors-8/+8
2021-09-21Use ZST for fmt unsafetyCameron Steffen-9/+44
2021-09-16Make Duration's Debug format pad to widthMichiel De Muynck-8/+8
2021-09-09Ignore automatically derived impls of `Clone` and `Debug` in dead code analysisFabian Wolff-0/+1
2021-09-08Bump stage0 compiler to 1.56Mark Rousskov-25/+0
2021-09-01fix clippy lintsklensy-3/+3
2021-09-01`fmt::Formatter::pad`: don't call chars().count() more than one timeklensy-9/+14
2021-08-16Get piece unchecked in writeCameron Steffen-3/+8
2021-08-16Make Arguments constructors unsafeCameron Steffen-0/+31
2021-07-28Add new const_format_args!() macro and use it in panics.Mara Bos-0/+2
2021-07-28Make const panic!("..") work in Rust 2021.Mara Bos-2/+2
2021-07-04Auto merge of #86048 - nbdd0121:no_floating_point, r=Amanieubors-10/+13
2021-07-02core: add unstable `no_fp_fmt_parse` to disable float fmt/parse codeGary Guo-0/+3
2021-06-27Make `fmt::Arguments::as_str` unstably constJonas Schievink-1/+2
2021-06-22Change Debug unimplemented message per requestAris Merchant-1/+1
2021-06-16Improve errors for missing Debug and Display implsAris Merchant-1/+2
2021-06-06Move `flt2dec::{Formatted, Part}` to dedicated moduleGary Guo-10/+10
2021-05-23fix pad_integral exampleklensy-1/+2
2021-05-17Avoid zero-length write_str in fmt::writeMark Rousskov-2/+6
2021-05-17Optimize default ToString implMark Rousskov-9/+23
2021-04-21Change the `Debug` impl of `Any` and `UnsafeCell` to use `finish_non_exhaustive`Christiaan Dirkx-1/+1
2021-04-21Replace all `fmt.pad` with `debug_struct`Christiaan Dirkx-2/+2
2021-03-31Remove T: Debug bound on UnsafeCell Debug implJacob Hughes-1/+1
2021-03-26Use iter::zip in library/Josh Stone-2/+3
2021-03-26Update char::escape_debug_ext to handle different escapes in strings vs. charsÖmer Sinan Ağacan-2/+11
2021-02-14Stabilize Arguments::as_strSteven Fackler-5/+1
2021-01-14Rollup merge of #80991 - calebsander:fix/fmt-link, r=m-ou-seMara Bos-9/+27
2021-01-13Fix formatting specifiers doc linkCaleb Sander-9/+27
2021-01-13Fixed incorrect doc commenttrevor arjeski-1/+1
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