summary refs log tree commit diff
path: root/src/liballoc/fmt.rs
AgeCommit message (Expand)AuthorLines
2019-04-13Make clear that format padding doesn't work for DebugMartin Pool-3/+4
2019-02-10tests: doc commentsAlexander Regueiro-3/+3
2019-02-03liballoc: revert nested imports style changes.Mazdak Farrokhzad-10/+15
2019-02-02liballoc: fix some idiom lints.Mazdak Farrokhzad-1/+1
2019-02-02liballoc: refactor & fix some imports.Mazdak Farrokhzad-15/+10
2019-02-02liballoc: cargo check passes on 2018Mazdak Farrokhzad-1/+1
2018-12-29Mention ToString in std::fmt docsCzipperz-0/+4
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-18Rollup merge of #55050 - tshepang:repetition, r=steveklabnikkennytm-2/+1
2018-10-13doc std::fmt: the Python inspiration is already mentioned in preceding paragraphTshepang Lekhonkhobe-2/+1
2018-10-13doc: fix sentence structure in std::fmtTshepang Lekhonkhobe-1/+1
2018-06-03Reexport fmt::Alignment into stdGuillaume Gomez-0/+2
2018-05-25Add inner links in documentationMartin Carton-2/+4
2018-03-27Rollup merge of #49401 - alercah:format, r=cramertjkennytm-7/+8
2018-03-26Add missing '?' to format grammar.Alexis Hunt-7/+8
2018-03-19Docs: fix incorrect copy-paste for new `X?` in formatting stringsSimon Sapin-1/+1
2018-03-13Add hexadecimal formatting of integers with fmt::DebugSimon Sapin-0/+2
2017-11-22Adding `eprint*!` to the list of macros in the `format!` familyDavid Alber-0/+10
2017-11-21fix some typosMartin Lindhe-1/+1
2017-11-20Fix some docs summary nitsMarco A L Barbosa-1/+1
2017-10-20Fix most rendering warnings from switching to CommonMarksteveklabnik-1/+0
2017-08-18Add missing url for fmt moduleGuillaume Gomez-1/+1
2017-08-12Add missing link in fmt::format functionGuillaume Gomez-20/+22
2017-08-11Add (a lot of) missing links in fmt module docsGuillaume Gomez-32/+55
2017-06-29Rollup merge of #42832 - rthomas:doc-fmt, r=steveklabnikAriel Ben-Yehuda-5/+3
2017-06-23Removed as many "```ignore" as possible.kennytm-1/+1
2017-06-22Update docs for std::fmt::format #29355.Ryan Thomas-5/+3
2017-06-13Merge crate `collections` into `alloc`Murarth-0/+535