| Age | Commit message (Expand) | Author | Lines |
| 2015-09-13 | Add a blanket impl for &mut std::fmt::Write | Chris Wong | -0/+15 |
| 2015-08-15 | core: Fill out issues for unstable features | Alex Crichton | -14/+28 |
| 2015-08-15 | Reduce libcore/liballoc's dependence on pointer sizes | Dylan McKay | -6/+1 |
| 2015-08-09 | Replace many uses of `mem::transmute` with more specific functions | Tobias Bucher | -2/+2 |
| 2015-08-03 | syntax: Implement #![no_core] | Alex Crichton | -3/+3 |
| 2015-07-29 | Rollup merge of #27326 - steveklabnik:doc_show_use, r=Gankro | Steve Klabnik | -1/+2 |
| 2015-07-27 | Fix escaping of characters in Debug for OsStr | diaphore | -2/+2 |
| 2015-07-27 | Show appropriate feature flags in docs | Steve Klabnik | -1/+2 |
| 2015-07-20 | Auto merge of #27026 - nagisa:overflowing-unsigned, r=pnkfelix | bors | -2/+0 |
| 2015-07-18 | optimize integer formatting | arthurprs | -2/+86 |
| 2015-07-14 | Fix negate_unsigned feature gate check | Simonas Kazlauskas | -2/+0 |
| 2015-07-10 | Add trailing , for 1-tuples | Steven Fackler | -1/+16 |
| 2015-07-08 | Change tuple Debug impls to use builders | Steven Fackler | -13/+3 |
| 2015-07-08 | Make mention of alternate flags in std::fmt traits | Steve Klabnik | -0/+43 |
| 2015-07-06 | Significantly improve formatter trait docs | Steve Klabnik | -11/+300 |
| 2015-07-01 | Auto merge of #26698 - alexcrichton:char-fmt, r=huonw | bors | -1/+8 |
| 2015-06-30 | std: Fix formatting flags for chars | Alex Crichton | -1/+8 |
| 2015-06-30 | fmt: Update docs and mention :#? pretty-printing | Ulrik Sverdrup | -1/+4 |
| 2015-06-17 | Fallout in tests and docs from feature renamings | Alex Crichton | -1/+1 |
| 2015-06-17 | core: Split apart the global `core` feature | Alex Crichton | -15/+13 |
| 2015-06-14 | Update mod.rs | Wei-Ming Yang | -2/+2 |
| 2015-06-10 | Have std::fmt::Formatter implement std::fmt::Write. | Simon Sapin | -7/+15 |
| 2015-06-10 | Add a write_char method to std::fmt::Formatter. | Simon Sapin | -4/+8 |
| 2015-05-28 | Improve Debug documentation | Steve Klabnik | -0/+44 |
| 2015-05-19 | Stabilize debug builders for 1.2.0 | Steven Fackler | -23/+23 |
| 2015-05-18 | Fix debug builder examples examples | Steven Fackler | -2/+2 |
| 2015-05-17 | Fix finish docs | Steven Fackler | -10/+5 |
| 2015-05-17 | Make debug builders take &mut self, add entries method | Steven Fackler | -15/+45 |
| 2015-05-06 | core: made the core formatter to use a new flt2dec. | Kang Seonghoon | -332/+125 |
| 2015-05-02 | Make `UnsafeCell`, `RefCell`, `Mutex`, and `RwLock` accept DSTs | P1start | -3/+3 |
| 2015-04-28 | Register new snapshots | Tamir Duberstein | -36/+7 |
| 2015-04-21 | rollup merge of #24636: alexcrichton/remove-deprecated | Alex Crichton | -44/+66 |
| 2015-04-21 | std: Remove deprecated/unstable num functionality | Alex Crichton | -44/+66 |
| 2015-04-21 | Pick a feature name for write_char | Simon Sapin | -1/+1 |
| 2015-04-21 | write_char is unlikely to make it for 1.0, it’ll be 1.1 | Simon Sapin | -1/+1 |
| 2015-04-21 | Add a `write_char` method to `std::fmt::Write` | Simon Sapin | -0/+17 |
| 2015-04-14 | rollup merge of #24379: rkruppe/fmt-negative-zero | Alex Crichton | -114/+52 |
| 2015-04-12 | Destabilize format_args! internals. | Ryan Prichard | -29/+36 |
| 2015-04-12 | Make Debug include the - in -0.0 | Robin Kruppe | -114/+52 |
| 2015-04-11 | Auto merge of #24269 - benashford:formatting-fix, r=alexcrichton | bors | -1/+1 |
| 2015-04-10 | Fix for #23150 | Ben Ashford | -1/+1 |
| 2015-04-09 | fmt: Assume that we'll only ever see 32 or 64 bit pointers | Richo Healey | -2/+1 |
| 2015-04-09 | fmt: {:p#} formats pointers padded to native width | Richo Healey | -1/+25 |
| 2015-04-01 | rollup merge of #23860: nikomatsakis/copy-requires-clone | Alex Crichton | -9/+16 |
| 2015-04-01 | Fallout in public-facing and semi-public-facing libs | Niko Matsakis | -9/+16 |
| 2015-04-01 | Fallout in libstd: remove impls now considered to conflict. | Niko Matsakis | -6/+0 |
| 2015-03-31 | Auto merge of #23549 - aturon:stab-num, r=alexcrichton | bors | -0/+1 |
| 2015-03-31 | Stabilize std::num | Aaron Turon | -0/+1 |
| 2015-03-30 | std: Standardize (input, output) param orderings | Alex Crichton | -2/+2 |
| 2015-03-29 | Auto merge of #23810 - sfackler:debug-collections, r=alexcrichton | bors | -90/+125 |