| Age | Commit message (Expand) | Author | Lines |
| 2020-07-27 | mv std libs to library/ | mark | -3955/+0 |
| 2020-07-19 | Document `core::fmt::rt::v1::Count` | Solomon Ucko | -0/+4 |
| 2020-07-17 | Add tracking issue number for fmt_as_str. | Mara Bos | -1/+1 |
| 2020-07-17 | Make fmt::Arguments::as_str() return a 'static str. | Mara Bos | -4/+4 |
| 2020-07-17 | Make Arguments::as_str() work for empty format strings. | Mara Bos | -1/+6 |
| 2020-07-17 | Add #[inline] to Arguments::as_str(). | Mara Bos | -0/+1 |
| 2020-07-17 | Add Arguments::as_str(). | Mara Bos | -0/+35 |
| 2020-05-29 | Rollup merge of #72452 - Lucretiel:precision-doc, r=dtolnay | Yuki Okushi | -1/+2 |
| 2020-05-24 | First draft documenting Debug stability. | Andrew Lilley Brinker | -0/+7 |
| 2020-05-21 | Clarified the documentation for Formatter::precision | Nathan West | -1/+2 |
| 2020-04-03 | Replace max/min_value() with MAX/MIN assoc consts | Linus Färnstrand | -1/+1 |
| 2020-03-23 | Rename remaining occurences of Void to Opaque. | Ana-Maria Mihalache | -2/+2 |
| 2020-03-12 | Rollup merge of #69011 - foeb:document-unsafe-core-fmt, r=Mark-Simulacrum | Mazdak Farrokhzad | -6/+45 |
| 2020-03-08 | Rollup merge of #69651 - Mark-Simulacrum:black-box-marker, r=eddyb | Mazdak Farrokhzad | -1/+11 |
| 2020-03-06 | fix various typos | Matthias Krüger | -1/+1 |
| 2020-03-05 | Document unsafe blocks in core::fmt | Phoebe Bell | -6/+45 |
| 2020-03-03 | Try to ensure usize marker does not get merged | Mark Rousskov | -1/+11 |
| 2020-02-17 | Move the show_usize marker function to a static | Mark Rousskov | -7/+16 |
| 2020-02-17 | Move to using an extern type for opaqueness | Mark Rousskov | -12/+4 |
| 2020-02-17 | Drop unused argument to float functions | Mark Rousskov | -2/+0 |
| 2020-02-15 | Formatter::sign is &'static str | Mark Rousskov | -6/+6 |
| 2020-02-14 | implement LowerExp and UpperExp for integers | Max Blachman | -0/+163 |
| 2020-01-31 | Drop cfg(bootstrap) code | Mark Rousskov | -21/+1 |
| 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 |