summary refs log tree commit diff
path: root/src/libcollections/fmt.rs
AgeCommit message (Expand)AuthorLines
2017-03-19Rollup merge of #40241 - Sawyer47:fix-39997, r=alexcrichtonCorey Farwell-0/+4
2017-03-15Change how the `0` flag works in format!Piotr Jawniak-0/+4
2017-03-13fix format grammarAndre Bogus-1/+2
2017-03-01Panic on errors in `format!` or `<T: Display>::to_string`Simon Sapin-1/+2
2017-02-22Update std::fmt module docs for landing of #33642.Jim Blandy-21/+4
2017-01-28use `String::with_capacity` in `format!`Michał Krasnoborski-1/+2
2016-10-11Changed 0 into '0'p512-1/+1
2016-10-07Fix documentation for `write!` on `std::fmt` pageWesley Wiser-2/+2
2016-08-23Rust has type aliases, not typedefs.Steven Allen-9/+9
2016-08-20Note that formatters should not return spurious errors.Steven Allen-2/+8
2016-08-20Correct formatting docs: fmt::Result != io::Result<()>Steven Allen-3/+3
2016-08-18Fix linksNick Cameron-1/+1
2016-07-27Fix #35031Knight-13/+7
2016-07-21Auto merge of #34544 - 3Hren:issue/xx/reinterpret-format-precision-for-string...bors-2/+4
2016-07-06feat: reinterpret `precision` field for stringsEvgeny Safronov-2/+4
2016-06-25Add example with leading zerosStefan Schindler-0/+1
2016-06-01Rollup merge of #33606 - tshepang:future-talk, r=brsonManish Goregaokar-6/+3
2016-05-16Rollup merge of #33635 - tshepang:capitalise, r=steveklabnikEduard-Mihai Burtescu-1/+1
2016-05-16Rollup merge of #33634 - tshepang:nicer-output, r=steveklabnikEduard-Mihai Burtescu-1/+1
2016-05-16Rollup merge of #33633 - tshepang:no-effect, r=steveklabnikEduard-Mihai Burtescu-2/+0
2016-05-16Rollup merge of #33605 - tshepang:less-awkward, r=steveklabnikEduard-Mihai Burtescu-2/+2
2016-05-16Rollup merge of #33604 - tshepang:line-em-up, r=GuillaumeGomezEduard-Mihai Burtescu-1/+1
2016-05-14doc: format! may or may not handle streams in futureTshepang Lekhonkhobe-6/+3
2016-05-14doc: 'tis the lang, not the reptileTshepang Lekhonkhobe-1/+1
2016-05-14doc: improve outputTshepang Lekhonkhobe-1/+1
2016-05-14doc: this statement does not have an effectTshepang Lekhonkhobe-2/+0
2016-05-12doc: to_string not needed since we gots coercionTshepang Lekhonkhobe-2/+2
2016-05-12doc: use less awkward and less confusing languageTshepang Lekhonkhobe-2/+2
2016-05-12doc: line these comments upTshepang Lekhonkhobe-1/+1
2016-05-11Rollup merge of #33129 - GuillaumeGomez:fmt_doc, r=steveklabnikSteve Klabnik-0/+12
2016-05-10Doc improvement on std::fmt moduleGuillaume Gomez-0/+12
2016-04-29Fix std::fmt format spec: named args are allowed with "$" syntaxGeorg Brandl-4/+9
2016-04-28Clarify std::fmt width docs w.r.t. dollar syntax and give example.Georg Brandl-2/+13
2016-03-12std: Clean out deprecated APIsAlex Crichton-4/+0
2016-03-06Fix typos - mismatching parentheses in commentsGökhan Karabulut-5/+5
2016-01-19Rollup merge of #30981 - boblehest:tmp, r=alexcrichtonManish Goregaokar-2/+2
2016-01-17Fix typo in std::fmt docsJørn Lode-2/+2
2016-01-16std: Stabilize APIs for the 1.7 releaseAlex Crichton-1/+5
2015-11-18Review fixesVadim Petrochenkov-1/+3
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+8
2015-11-12libcollections: deny warnings in doctestsKevin Butler-1/+2
2015-09-28Use code formatting for code-relevant values in std::fmt docsCarol (Nichols || Goulding)-13/+13
2015-08-28re-export debug builders in `std::fmt`Andrew Paseltiner-0/+1
2015-07-30Rollup merge of #27352 - nagisa:illegal-to-invalid-docs, r=steveklabnikManish Goregaokar-9/+11
2015-07-28Replace occurences of illegal in user facing docsSimonas Kazlauskas-9/+11
2015-07-27Show appropriate feature flags in docsSteve Klabnik-1/+1
2015-06-30fmt: Update docs and mention :#? pretty-printingUlrik Sverdrup-22/+23
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-2/+1
2015-05-28remove references to IoResultSteve Klabnik-2/+2
2015-05-19fmt.rs: add note about lack of padding support for some typesParker Moore-0/+4