| Age | Commit message (Expand) | Author | Lines |
| 2016-07-27 | Fix #35031 | Knight | -13/+7 |
| 2016-07-21 | Auto merge of #34544 - 3Hren:issue/xx/reinterpret-format-precision-for-string... | bors | -2/+4 |
| 2016-07-06 | feat: reinterpret `precision` field for strings | Evgeny Safronov | -2/+4 |
| 2016-06-25 | Add example with leading zeros | Stefan Schindler | -0/+1 |
| 2016-06-01 | Rollup merge of #33606 - tshepang:future-talk, r=brson | Manish Goregaokar | -6/+3 |
| 2016-05-16 | Rollup merge of #33635 - tshepang:capitalise, r=steveklabnik | Eduard-Mihai Burtescu | -1/+1 |
| 2016-05-16 | Rollup merge of #33634 - tshepang:nicer-output, r=steveklabnik | Eduard-Mihai Burtescu | -1/+1 |
| 2016-05-16 | Rollup merge of #33633 - tshepang:no-effect, r=steveklabnik | Eduard-Mihai Burtescu | -2/+0 |
| 2016-05-16 | Rollup merge of #33605 - tshepang:less-awkward, r=steveklabnik | Eduard-Mihai Burtescu | -2/+2 |
| 2016-05-16 | Rollup merge of #33604 - tshepang:line-em-up, r=GuillaumeGomez | Eduard-Mihai Burtescu | -1/+1 |
| 2016-05-14 | doc: format! may or may not handle streams in future | Tshepang Lekhonkhobe | -6/+3 |
| 2016-05-14 | doc: 'tis the lang, not the reptile | Tshepang Lekhonkhobe | -1/+1 |
| 2016-05-14 | doc: improve output | Tshepang Lekhonkhobe | -1/+1 |
| 2016-05-14 | doc: this statement does not have an effect | Tshepang Lekhonkhobe | -2/+0 |
| 2016-05-12 | doc: to_string not needed since we gots coercion | Tshepang Lekhonkhobe | -2/+2 |
| 2016-05-12 | doc: use less awkward and less confusing language | Tshepang Lekhonkhobe | -2/+2 |
| 2016-05-12 | doc: line these comments up | Tshepang Lekhonkhobe | -1/+1 |
| 2016-05-11 | Rollup merge of #33129 - GuillaumeGomez:fmt_doc, r=steveklabnik | Steve Klabnik | -0/+12 |
| 2016-05-10 | Doc improvement on std::fmt module | Guillaume Gomez | -0/+12 |
| 2016-04-29 | Fix std::fmt format spec: named args are allowed with "$" syntax | Georg Brandl | -4/+9 |
| 2016-04-28 | Clarify std::fmt width docs w.r.t. dollar syntax and give example. | Georg Brandl | -2/+13 |
| 2016-03-12 | std: Clean out deprecated APIs | Alex Crichton | -4/+0 |
| 2016-03-06 | Fix typos - mismatching parentheses in comments | Gökhan Karabulut | -5/+5 |
| 2016-01-19 | Rollup merge of #30981 - boblehest:tmp, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2016-01-17 | Fix typo in std::fmt docs | Jørn Lode | -2/+2 |
| 2016-01-16 | std: Stabilize APIs for the 1.7 release | Alex Crichton | -1/+5 |
| 2015-11-18 | Review fixes | Vadim Petrochenkov | -1/+3 |
| 2015-11-18 | Add missing annotations and some tests | Vadim Petrochenkov | -0/+8 |
| 2015-11-12 | libcollections: deny warnings in doctests | Kevin Butler | -1/+2 |
| 2015-09-28 | Use code formatting for code-relevant values in std::fmt docs | Carol (Nichols || Goulding) | -13/+13 |
| 2015-08-28 | re-export debug builders in `std::fmt` | Andrew Paseltiner | -0/+1 |
| 2015-07-30 | Rollup merge of #27352 - nagisa:illegal-to-invalid-docs, r=steveklabnik | Manish Goregaokar | -9/+11 |
| 2015-07-28 | Replace occurences of illegal in user facing docs | Simonas Kazlauskas | -9/+11 |
| 2015-07-27 | Show appropriate feature flags in docs | Steve Klabnik | -1/+1 |
| 2015-06-30 | fmt: Update docs and mention :#? pretty-printing | Ulrik Sverdrup | -22/+23 |
| 2015-06-17 | Fallout in tests and docs from feature renamings | Alex Crichton | -2/+1 |
| 2015-05-28 | remove references to IoResult | Steve Klabnik | -2/+2 |
| 2015-05-19 | fmt.rs: add note about lack of padding support for some types | Parker Moore | -0/+4 |
| 2015-04-30 | Clarify intention wrt integers | Steve Klabnik | -1/+1 |
| 2015-04-24 | Whoops, please tidy | Steve Klabnik | -9/+9 |
| 2015-04-24 | Add examples by @pnkfelix to fmt precision | Steve Klabnik | -5/+62 |
| 2015-04-21 | rollup merge of #24636: alexcrichton/remove-deprecated | Alex Crichton | -4/+4 |
| 2015-04-21 | std: Bring back f32::from_str_radix as an unstable API | Alex Crichton | -4/+4 |
| 2015-04-21 | rollup merge of #24651: tamird/old-references | Alex Crichton | -2/+0 |
| 2015-04-21 | Remove references to `old_{path,io}` | Tamir Duberstein | -2/+0 |
| 2015-04-21 | Auto merge of #24620 - pczarn:model-lexer-issues, r=cmr | bors | -2/+0 |
| 2015-04-21 | Model lexer: Fix remaining issues | Piotr Czarnecki | -2/+0 |
| 2015-04-20 | Update reference to old_io in fmt docs | Matt Brubeck | -1/+1 |
| 2015-04-16 | Call write_fmt directly to format an Arguments value. | Ryan Prichard | -1/+1 |
| 2015-03-30 | Document the effect of `#` on array formatting | Matt Brubeck | -6/+6 |