| Age | Commit message (Expand) | Author | Lines |
| 2021-02-14 | Stabilize Arguments::as_str | Steven Fackler | -5/+1 |
| 2021-01-29 | Optimize udiv_1e19() function | Kogia-sima | -19/+36 |
| 2021-01-14 | Rollup merge of #80991 - calebsander:fix/fmt-link, r=m-ou-se | Mara Bos | -9/+27 |
| 2021-01-13 | Fix formatting specifiers doc link | Caleb Sander | -9/+27 |
| 2021-01-13 | Fixed incorrect doc comment | trevor arjeski | -1/+1 |
| 2020-12-02 | Use more std:: instead of core:: in docs for consistency, add more intra doc ... | Alexis Bourget | -1/+1 |
| 2020-11-29 | Auto merge of #78122 - fusion-engineering-forks:fmt-write-bounds-check, r=Mar... | bors | -7/+21 |
| 2020-11-26 | Fix new 'unnecessary trailing semicolon' warnings | Aaron Hill | -1/+1 |
| 2020-11-07 | Convert a bunch of intra-doc links | Camelid | -26/+18 |
| 2020-10-31 | fix aliasing issues in u128 formatting code | Ralf Jung | -3/+9 |
| 2020-10-27 | Changed lint to check for `std::fmt::Pointer` and `transmute` | Ayrton | -0/+2 |
| 2020-10-20 | Add debug_asserts for the unsafe indexing in fmt::write. | Mara Bos | -1/+2 |
| 2020-10-20 | Avoid panic_bounds_check in fmt::write. | Mara Bos | -7/+20 |
| 2020-10-08 | Don't discourage implementing `core::fmt::Write` | Camelid | -10/+6 |
| 2020-10-04 | Use more intra-doc-links in `core::fmt` | LeSeulArtichaut | -3/+3 |
| 2020-10-04 | Auto merge of #76017 - JulianKnodt:fmt_fast, r=nagisa | bors | -59/+254 |
| 2020-09-28 | Use more efficient scheme for display u128/i128 | kadmin | -59/+254 |
| 2020-09-25 | review: fix nits and move panic safety tests to the correct place | Alexis Bourget | -1/+2 |
| 2020-09-19 | Use `T::BITS` instead of `size_of::<T> * 8`. | Mara Bos | -1/+1 |
| 2020-09-05 | rename MaybeUninit slice methods | Ralf Jung | -4/+7 |
| 2020-09-03 | Auto merge of #73819 - euclio:rustdoc-summaries, r=jyn514,GuillaumeGomez | bors | -2/+0 |
| 2020-09-02 | flt2dec: properly handle uninitialized memory | Ralf Jung | -68/+48 |
| 2020-08-30 | fix broken trait method links | Andy Russell | -2/+0 |
| 2020-08-30 | update fixmes | DPC | -8/+8 |
| 2020-08-29 | rename get_{ref, mut} to assume_init_{ref,mut} in Maybeuninit | DPC | -8/+8 |
| 2020-08-24 | Use intra-doc-links in `core::{char, macros, fmt}` | LeSeulArtichaut | -50/+14 |
| 2020-07-27 | mv std libs to library/ | mark | -0/+3955 |