| Age | Commit message (Expand) | Author | Lines |
| 2020-01-28 | stabilize the debug_map_key_value feature | Ashley Mannix | -4/+2 |
| 2020-01-24 | Use Self instead of self return type | Lzu Tao | -10/+10 |
| 2020-01-20 | Drop args from Formatter | Mark Rousskov | -13/+6 |
| 2020-01-20 | Move run/getcount to functions | Mark Rousskov | -38/+35 |
| 2020-01-20 | Delete unused "next" variants from formatting infrastructure | Mark Rousskov | -10/+15 |
| 2020-01-17 | Auto merge of #66716 - derekdreery:debug_non_exhaustive, r=dtolnay | bors | -0/+56 |
| 2020-01-15 | Rollup merge of #67784 - Mark-Simulacrum:residual-pad-integral, r=dtolnay | Yuki Okushi | -3/+6 |
| 2020-01-14 | Implement `finish_non_exhaustive` for `DebugStruct`. | Richard Dodd | -0/+56 |
| 2020-01-06 | Use Self instead of $type | Lzu Tao | -2/+2 |
| 2020-01-01 | Reset Formatter flags on exit from pad_integral | Mark Rousskov | -3/+6 |
| 2019-12-22 | Format the world | Mark Rousskov | -89/+55 |
| 2019-12-21 | Require issue = "none" over issue = "0" in unstable attributes | Ross MacArthur | -7/+7 |
| 2019-12-19 | Rollup merge of #67253 - elichai:2019-12-fmt, r=Dylan-DPC | Mark Rousskov | -44/+76 |
| 2019-12-15 | Replace prints in fmt docs with asserts | Elichai Turkel | -38/+64 |
| 2019-12-14 | Revert "Stabilize the `never_type`, written `!`." | Niko Matsakis | -2/+2 |
| 2019-12-12 | Change fmt docs for more delegations | Elichai Turkel | -6/+12 |
| 2019-12-04 | Fix docs for formatting delegations | Elichai Turkel | -5/+6 |
| 2019-11-26 | Format libcore with rustfmt | David Tolnay | -149/+198 |
| 2019-11-21 | Stabilize the `never_type`, written `!`. | Mazdak Farrokhzad | -2/+2 |
| 2019-11-06 | Have tidy ensure that we document all `unsafe` blocks in libcore | Oliver Scherer | -0/+6 |
| 2019-10-22 | Apply clippy::redundant_pattern_matching suggestion | Mateusz MikuĊa | -1/+1 |
| 2019-10-17 | Rollup merge of #65478 - RalfJung:write, r=jonas-schievink | Mazdak Farrokhzad | -2/+2 |
| 2019-10-16 | fmt::Write is about string slices, not byte slices | Ralf Jung | -2/+2 |
| 2019-10-10 | move debug_map assertions after check for err | Ashley Mannix | -7/+9 |
| 2019-10-01 | Remove unneeded `fn main` blocks from docs | Lzu Tao | -6/+4 |
| 2019-09-25 | Snap cfgs to new beta | Mark Rousskov | -3/+1 |
| 2019-09-23 | Move `--cfg bootstrap` out of `rustc.rs` | Alex Crichton | -3/+3 |
| 2019-08-30 | Add a "diagnostic item" scheme | Oliver Scherer | -1/+2 |
| 2019-08-17 | Make fmt-internal functions private | Matthew Jasper | -5/+8 |
| 2019-08-17 | Make built-in derives opaque macros | Matthew Jasper | -1/+1 |
| 2019-08-14 | Handle cfg(bootstrap) throughout | Mark Rousskov | -2/+0 |
| 2019-08-10 | Give built-in macros stable addresses in the standard library | Vadim Petrochenkov | -0/+15 |
| 2019-07-27 | Remove run-pass test suites | Vadim Petrochenkov | -1/+1 |
| 2019-07-22 | Rollup merge of #62799 - RalfJung:uninit-array, r=Centril | Mazdak Farrokhzad | -2/+2 |
| 2019-07-19 | avoid uninit_array! macro where it is not needed | Ralf Jung | -2/+2 |
| 2019-07-19 | use const array repeat expressions for uninit_array | Ralf Jung | -2/+2 |
| 2019-07-19 | do not use mem::uninitialized in std::io | Ralf Jung | -3/+4 |
| 2019-07-09 | add feature to docs | Ashley Mannix | -0/+2 |
| 2019-07-08 | add key and value methods to DebugMap | Ashley Mannix | -17/+141 |
| 2019-06-23 | Fix meta-variable binding errors in macros | Julien Cretin | -4/+4 |
| 2019-05-19 | Fix data types indication | VeryTastyTomato | -2/+2 |
| 2019-04-19 | libcore: deny more... | Mazdak Farrokhzad | -83/+83 |
| 2019-04-18 | libcore => 2018 | Taiki Endo | -19/+19 |
| 2019-04-05 | Include trailing comma in multiline Debug representation | David Tolnay | -58/+32 |
| 2019-03-26 | adjust MaybeUninit API to discussions | Ralf Jung | -10/+10 |
| 2019-02-22 | avoid unnecessary use of MaybeUninit::get_ref, and expand comment on the others | Ralf Jung | -0/+4 |
| 2019-02-20 | Rollup merge of #58538 - GuillaumeGomez:fmt-examples, r=Centril | kennytm | -10/+313 |
| 2019-02-19 | Add missing fmt structs examples | Guillaume Gomez | -10/+313 |
| 2019-02-13 | Rollup merge of #58272 - fitzgen:num-format-code-size, r=Mark-Simulacrum | Mazdak Farrokhzad | -74/+114 |
| 2019-02-10 | libs: doc comments | Alexander Regueiro | -2/+2 |