summary refs log tree commit diff
path: root/src/libcore/fmt/mod.rs
AgeCommit message (Expand)AuthorLines
2018-05-05Suggest more helpful formatting stringKornel-5/+6
2018-04-26Add more doc aliasesGuillaume Gomez-0/+2
2018-04-20Revert stabilization of `feature(never_type)`.Felix S. Klock II-2/+2
2018-04-13core: Remove an implicit panic from Formatter::padAlex Crichton-1/+5
2018-04-03tweak fmt::Arguments docsAlex Burka-6/+5
2018-03-22document format_args! - fix trailing whitespaceMazdak Farrokhzad-1/+1
2018-03-21document format_args! behavior wrt. Display and DebugMazdak Farrokhzad-6/+66
2018-03-19Auto merge of #48978 - SimonSapin:debug-hex, r=KodrAusbors-1/+7
2018-03-14Auto merge of #47630 - canndrew:exhaustive-patterns, r=nikomatsakisbors-2/+2
2018-03-15Rollup merge of #48970 - GuillaumeGomez:doc-examples, r=QuietMisdreavuskennytm-2/+134
2018-03-14change never_type stabilisation versionAndrew Cann-2/+2
2018-03-14Fix version numberAndrew Cann-2/+2
2018-03-14stabilise feature(never_type)Andrew Cann-2/+2
2018-03-13Add hexadecimal formatting of integers with fmt::DebugSimon Sapin-1/+7
2018-03-12Add missing examplesGuillaume Gomez-2/+134
2018-03-12Add missing linksGuillaume Gomez-4/+8
2018-02-01Add filter to detect local crates for rustc_on_unimplementedEsteban Küber-6/+11
2018-01-30Changed back inline markings.penpalperson-8/+0
2018-01-28Added inline to fmt for debug implementations of primitives.penpalperson-0/+10
2018-01-08Add missing linksGuillaume Gomez-1/+4
2017-12-20Auto merge of #46233 - SimonSapin:fmt-debuglist-flags, r=sfacklerbors-0/+21
2017-12-12Rename never_type_impls gate to never_typeAndrew Cann-2/+2
2017-11-28Rollup merge of #46285 - SimonSapin:twos-complement, r=GuillaumeGomezkennytm-0/+20
2017-11-27Keep access to private Formatter fields in Formatter methodsSimon Sapin-0/+21
2017-11-26Document non-obvious behavior of fmt::UpperHex & co for negative integersSimon Sapin-0/+20
2017-11-26Deprecate the Formatter::flags method, fix #46237Simon Sapin-0/+3
2017-11-22Auto merge of #45198 - oli-obk:fmt_args, r=sfacklerbors-0/+8
2017-11-21fix some typosMartin Lindhe-1/+1
2017-11-08Add missing example for Debug traitGuillaume Gomez-0/+20
2017-10-11Explain the `_oibit_remover` fieldOliver Schneider-0/+7
2017-10-11Prevent fmt::Arguments from being shared across threadsOliver Schneider-0/+1
2017-10-08Rollup merge of #45081 - tamird:fmt-cleanup, r=alexcrichtonkennytm-2/+1
2017-10-07fmt: remove misleading comment fragmentTamir Duberstein-1/+1
2017-10-07fmt: remove unnecessary lint suppressionTamir Duberstein-1/+0
2017-10-04Update trait summaries for std::fmtBarret Rennie-8/+8
2017-09-25Add missing links in fmt moduleGuillaume Gomez-4/+8
2017-09-21Less confusing placeholder when RefCell is exclusively borrowedDavid Tolnay-1/+11
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-4/+4
2017-08-13Don't inline debug methodsSteven Fackler-5/+0
2017-07-18Rollup merge of #42837 - rthomas:29355-error, r=steveklabnikMark Simulacrum-0/+16
2017-07-13Update docs on Error struct. #29355Ryan Thomas-0/+16
2017-07-02Implement Eq/Hash/Debug etc. for unsized tuples.Masaki Hara-2/+7
2017-06-22Update docs for fmt::write.Ryan Thomas-7/+4
2017-04-09Added doc comments for fmt::Resultmandeep-1/+24
2017-03-15Change how the 0 flag works in format! for floatsPiotr Jawniak-1/+4
2017-03-15Change how the `0` flag works in format!Piotr Jawniak-0/+1
2017-03-10Add missing example for Display::fmtGuillaume Gomez-1/+20
2017-02-28Add missing docs and examples for fmt::WriteGuillaume Gomez-9/+62
2017-02-12Fix some typos in the core::fmt docs.Ahmed Charles-2/+2
2017-02-09name anonymous fn parameters in libcore traitsTrevor Spiteri-9/+9