about summary refs log tree commit diff
path: root/library/alloc/src/fmt.rs
AgeCommit message (Expand)AuthorLines
2023-01-29Don't re-export private/unstable ArgumentV1 from `alloc`.Mara Bos-1/+1
2022-12-17std::fmt: Use args directly in example codeEvan Jones-2/+2
2022-10-01Detect and reject out-of-range integers in format string literalsColin Baumgarten-1/+1
2022-05-29remove useless coldConrad Ludgate-3/+2
2022-05-29improve format impl for literalsConrad Ludgate-4/+10
2022-05-01std::fmt: Improved list of formatting macrosElias Holzmann-4/+6
2022-05-01std::fmt: Removed reference to Formatter::buf and other private fieldsElias Holzmann-3/+3
2022-05-01std::fmt: Fix the grammar documentationElias Holzmann-2/+7
2022-05-01std::fmt: Added argument index comments to examples for specifying precisionElias Holzmann-6/+6
2022-05-01std::fmt: Fixed documentation for specifying precision via `.*`Elias Holzmann-5/+11
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-3/+3
2022-02-09Fix typo in `std::fmt` docsTitus-1/+1
2021-11-15Give examples of format args capture in the fmt module documentationJosh Triplett-0/+17
2021-10-15Add #[must_use] to remaining alloc functionsJohn Kugelman-0/+1
2021-09-25Apply 16 commits (squashed)Frank Steffahn-16/+12
2021-07-29Fix may not to appropriate might not or must notAli Malik-2/+2
2021-05-05alloc: Add unstable Cfg feature `no-global_oom_handling`John Ericson-0/+2
2021-03-27Auto merge of #78618 - workingjubilee:ieee754-fmt, r=m-ou-sebors-3/+2
2021-03-22Update signed fmt/-0f32 docsJubilee Young-3/+2
2021-03-22Update library/alloc/src/fmt.rsAndrew Lamb-1/+1
2021-03-22Make # format easier to discoverAndrew Lamb-1/+5
2021-01-01Improve grammar in documentation of format stringsFrank Steffahn-4/+5
2020-11-07Convert a bunch of intra-doc linksCamelid-6/+6
2020-08-21Apply suggestions from code reviewLeSeulArtichaut-3/+0
2020-08-21Use intra-doc-links in `alloc`LeSeulArtichaut-22/+16
2020-08-11word changeJosé Luis Cruz-1/+1
2020-07-29Link to syntax section when referencing itTomasz Miąsko-1/+1
2020-07-27mv std libs to library/mark-0/+588