summary refs log tree commit diff
path: root/src/libcollections/fmt.rs
AgeCommit message (Expand)AuthorLines
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
2015-04-30Clarify intention wrt integersSteve Klabnik-1/+1
2015-04-24Whoops, please tidySteve Klabnik-9/+9
2015-04-24Add examples by @pnkfelix to fmt precisionSteve Klabnik-5/+62
2015-04-21rollup merge of #24636: alexcrichton/remove-deprecatedAlex Crichton-4/+4
2015-04-21std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-4/+4
2015-04-21rollup merge of #24651: tamird/old-referencesAlex Crichton-2/+0
2015-04-21Remove references to `old_{path,io}`Tamir Duberstein-2/+0
2015-04-21Auto merge of #24620 - pczarn:model-lexer-issues, r=cmrbors-2/+0
2015-04-21Model lexer: Fix remaining issuesPiotr Czarnecki-2/+0
2015-04-20Update reference to old_io in fmt docsMatt Brubeck-1/+1
2015-04-16Call write_fmt directly to format an Arguments value.Ryan Prichard-1/+1
2015-03-30Document the effect of `#` on array formattingMatt Brubeck-6/+6