| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-07-27 | mv std libs to library/ | mark | -588/+0 | |
| 2020-05-06 | grammar: dealing-with | Josh Soref | -1/+1 | |
| 2020-05-06 | grammar: simplify to avoid that | Josh Soref | -1/+1 | |
| 2020-05-06 | grammar: stray comma | Josh Soref | -1/+1 | |
| 2020-05-06 | grammar: noun not verb | Josh Soref | -2/+2 | |
| 2020-05-06 | grammar: subject-verb not subject-verb-verb | Josh Soref | -1/+1 | |
| 2020-05-06 | grammar: disambiguate space-character | Josh Soref | -1/+1 | |
| 2020-05-06 | grammar: count-agreement default ... is | Josh Soref | -1/+1 | |
| 2020-05-06 | grammar: which vs that | Josh Soref | -4/+4 | |
| 2020-03-09 | Add note about localization to std::fmt docs | Dylan Nugent | -0/+15 | |
| 2019-12-26 | Remove redundant link texts | Matthew Kraai | -1/+1 | |
| 2019-12-21 | Require issue = "none" over issue = "0" in unstable attributes | Ross MacArthur | -1/+1 | |
| 2019-11-29 | Format liballoc with rustfmt | David Tolnay | -12/+10 | |
| 2019-10-17 | example for padding any format | Ralf Jung | -2/+6 | |
| 2019-10-17 | reorder fmt docs for more clarity | Ralf Jung | -42/+61 | |
| 2019-10-12 | remove confusing and redundant subsection | Ralf Jung | -17/+0 | |
| 2019-10-12 | move Formatting Traits down | Ralf Jung | -182/+182 | |
| 2019-10-12 | std::fmt: move format string grammar to the bottom | Ralf Jung | -24/+25 | |
| 2019-04-13 | Make clear that format padding doesn't work for Debug | Martin Pool | -3/+4 | |
| As mentioned in https://github.com/rust-lang/rust/issues/46006#issuecomment-345260633 | ||||
| 2019-02-10 | tests: doc comments | Alexander Regueiro | -3/+3 | |
| 2019-02-03 | liballoc: revert nested imports style changes. | Mazdak Farrokhzad | -10/+15 | |
| 2019-02-02 | liballoc: fix some idiom lints. | Mazdak Farrokhzad | -1/+1 | |
| 2019-02-02 | liballoc: refactor & fix some imports. | Mazdak Farrokhzad | -15/+10 | |
| 2019-02-02 | liballoc: cargo check passes on 2018 | Mazdak Farrokhzad | -1/+1 | |
| 2018-12-29 | Mention ToString in std::fmt docs | Czipperz | -0/+4 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-10-18 | Rollup merge of #55050 - tshepang:repetition, r=steveklabnik | kennytm | -2/+1 | |
| doc std::fmt: the Python inspiration is already mentioned in precedin… …g paragraph | ||||
| 2018-10-13 | doc std::fmt: the Python inspiration is already mentioned in preceding paragraph | Tshepang Lekhonkhobe | -2/+1 | |
| 2018-10-13 | doc: fix sentence structure in std::fmt | Tshepang Lekhonkhobe | -1/+1 | |
| 2018-06-03 | Reexport fmt::Alignment into std | Guillaume Gomez | -0/+2 | |
| 2018-05-25 | Add inner links in documentation | Martin Carton | -2/+4 | |
| From [this SO question](https://stackoverflow.com/q/50518757/2733851) it looks like this page isn't really clear. I personally do think this page is quite clear, the only think I could think of was adding some references. | ||||
| 2018-03-27 | Rollup merge of #49401 - alercah:format, r=cramertj | kennytm | -7/+8 | |
| Add missing '?' to format grammar. | ||||
| 2018-03-26 | Add missing '?' to format grammar. | Alexis Hunt | -7/+8 | |
| 2018-03-19 | Docs: fix incorrect copy-paste for new `X?` in formatting strings | Simon Sapin | -1/+1 | |
| 2018-03-13 | Add hexadecimal formatting of integers with fmt::Debug | Simon Sapin | -0/+2 | |
| This can be used for integers within a larger types which implements Debug (possibly through derive) but not fmt::UpperHex or fmt::LowerHex. ```rust assert!(format!("{:02x?}", b"Foo\0") == "[46, 6f, 6f, 00]"); assert!(format!("{:02X?}", b"Foo\0") == "[46, 6F, 6F, 00]"); ``` RFC: https://github.com/rust-lang/rfcs/pull/2226 | ||||
| 2017-11-22 | Adding `eprint*!` to the list of macros in the `format!` family | David Alber | -0/+10 | |
| 2017-11-21 | fix some typos | Martin Lindhe | -1/+1 | |
| 2017-11-20 | Fix some docs summary nits | Marco A L Barbosa | -1/+1 | |
| 2017-10-20 | Fix most rendering warnings from switching to CommonMark | steveklabnik | -1/+0 | |
| 2017-08-18 | Add missing url for fmt module | Guillaume Gomez | -1/+1 | |
| 2017-08-12 | Add missing link in fmt::format function | Guillaume Gomez | -20/+22 | |
| 2017-08-11 | Add (a lot of) missing links in fmt module docs | Guillaume Gomez | -32/+55 | |
| 2017-06-29 | Rollup merge of #42832 - rthomas:doc-fmt, r=steveklabnik | Ariel Ben-Yehuda | -5/+3 | |
| Update docs for std::fmt::format #29355. This rewords and removes the `Arguments` section from the docs for fmt::format. r? @steveklabnik | ||||
| 2017-06-23 | Removed as many "```ignore" as possible. | kennytm | -1/+1 | |
| Replaced by adding extra imports, adding hidden code (`# ...`), modifying examples to be runnable (sorry Homura), specifying non-Rust code, and converting to should_panic, no_run, or compile_fail. Remaining "```ignore"s received an explanation why they are being ignored. | ||||
| 2017-06-22 | Update docs for std::fmt::format #29355. | Ryan Thomas | -5/+3 | |
| This rewords and removes the `Arguments` section from the docs for fmt::format. r? @steveklabnik | ||||
| 2017-06-13 | Merge crate `collections` into `alloc` | Murarth | -0/+535 | |
