| Age | Commit message (Expand) | Author | Lines |
| 2019-12-14 | Revert "Stabilize the `never_type`, written `!`." | Niko Matsakis | -2/+2 |
| 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 |
| 2019-02-08 | Use write_char for writing padding characters | Nick Fitzgerald | -22/+8 |
| 2019-02-08 | Also de-duplicate 32- and 64-bit number formatting on wasm32 | Nick Fitzgerald | -8/+18 |
| 2019-02-07 | Un-monomorphize and inline formatting with padding | Nick Fitzgerald | -29/+57 |
| 2019-02-07 | De-duplicate write_prefix lambda in pad_integral | Nick Fitzgerald | -11/+20 |
| 2019-02-07 | De-duplicate number formatting implementations for smaller code size | Nick Fitzgerald | -31/+38 |
| 2019-01-28 | rename first_mut_ptr -> first_ptr_mut | Ralf Jung | -1/+1 |
| 2019-01-28 | add macro for creating uninitialized array | Ralf Jung | -12/+2 |
| 2019-01-28 | libcore: avoid mem::uninitialized and raw ptr casts | Ralf Jung | -7/+21 |
| 2019-01-28 | libcore: remove unneeded allow(deprecated) | Ralf Jung | -3/+1 |
| 2019-01-22 | Rollup merge of #57537 - sinkuu:fmt_perf, r=alexcrichton | Mazdak Farrokhzad | -4/+6 |
| 2019-01-19 | Rollup merge of #57452 - steveklabnik:improve-formatter-docs, r=frewsxcv | Mazdak Farrokhzad | -3/+12 |
| 2019-01-12 | Utilize specialized zip iterator impl | Shotaro Yamada | -4/+6 |
| 2019-01-09 | Improve docs for Formatter | Steve Klabnik | -3/+12 |
| 2019-01-09 | Misc cleanups | Shotaro Yamada | -6/+6 |
| 2019-01-06 | Derive Clone for ArgumentV1 | Shotaro Yamada | -9/+1 |