about summary refs log tree commit diff
path: root/src/libcore/fmt
AgeCommit message (Expand)AuthorLines
2015-09-13Add a blanket impl for &mut std::fmt::WriteChris Wong-0/+15
2015-08-15core: Fill out issues for unstable featuresAlex Crichton-14/+28
2015-08-15Reduce libcore/liballoc's dependence on pointer sizesDylan McKay-6/+1
2015-08-09Replace many uses of `mem::transmute` with more specific functionsTobias Bucher-2/+2
2015-08-03syntax: Implement #![no_core]Alex Crichton-3/+3
2015-07-29Rollup merge of #27326 - steveklabnik:doc_show_use, r=GankroSteve Klabnik-1/+2
2015-07-27Fix escaping of characters in Debug for OsStrdiaphore-2/+2
2015-07-27Show appropriate feature flags in docsSteve Klabnik-1/+2
2015-07-20Auto merge of #27026 - nagisa:overflowing-unsigned, r=pnkfelixbors-2/+0
2015-07-18optimize integer formattingarthurprs-2/+86
2015-07-14Fix negate_unsigned feature gate checkSimonas Kazlauskas-2/+0
2015-07-10Add trailing , for 1-tuplesSteven Fackler-1/+16
2015-07-08Change tuple Debug impls to use buildersSteven Fackler-13/+3
2015-07-08Make mention of alternate flags in std::fmt traitsSteve Klabnik-0/+43
2015-07-06Significantly improve formatter trait docsSteve Klabnik-11/+300
2015-07-01Auto merge of #26698 - alexcrichton:char-fmt, r=huonwbors-1/+8
2015-06-30std: Fix formatting flags for charsAlex Crichton-1/+8
2015-06-30fmt: Update docs and mention :#? pretty-printingUlrik Sverdrup-1/+4
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-1/+1
2015-06-17core: Split apart the global `core` featureAlex Crichton-15/+13
2015-06-14Update mod.rsWei-Ming Yang-2/+2
2015-06-10Have std::fmt::Formatter implement std::fmt::Write.Simon Sapin-7/+15
2015-06-10Add a write_char method to std::fmt::Formatter.Simon Sapin-4/+8
2015-05-28Improve Debug documentationSteve Klabnik-0/+44
2015-05-19Stabilize debug builders for 1.2.0Steven Fackler-23/+23
2015-05-18Fix debug builder examples examplesSteven Fackler-2/+2
2015-05-17Fix finish docsSteven Fackler-10/+5
2015-05-17Make debug builders take &mut self, add entries methodSteven Fackler-15/+45
2015-05-06core: made the core formatter to use a new flt2dec.Kang Seonghoon-332/+125
2015-05-02Make `UnsafeCell`, `RefCell`, `Mutex`, and `RwLock` accept DSTsP1start-3/+3
2015-04-28Register new snapshotsTamir Duberstein-36/+7
2015-04-21rollup merge of #24636: alexcrichton/remove-deprecatedAlex Crichton-44/+66
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-44/+66
2015-04-21Pick a feature name for write_charSimon Sapin-1/+1
2015-04-21write_char is unlikely to make it for 1.0, it’ll be 1.1Simon Sapin-1/+1
2015-04-21Add a `write_char` method to `std::fmt::Write`Simon Sapin-0/+17
2015-04-14rollup merge of #24379: rkruppe/fmt-negative-zeroAlex Crichton-114/+52
2015-04-12Destabilize format_args! internals.Ryan Prichard-29/+36
2015-04-12Make Debug include the - in -0.0Robin Kruppe-114/+52
2015-04-11Auto merge of #24269 - benashford:formatting-fix, r=alexcrichtonbors-1/+1
2015-04-10Fix for #23150Ben Ashford-1/+1
2015-04-09fmt: Assume that we'll only ever see 32 or 64 bit pointersRicho Healey-2/+1
2015-04-09fmt: {:p#} formats pointers padded to native widthRicho Healey-1/+25
2015-04-01rollup merge of #23860: nikomatsakis/copy-requires-cloneAlex Crichton-9/+16
2015-04-01Fallout in public-facing and semi-public-facing libsNiko Matsakis-9/+16
2015-04-01Fallout in libstd: remove impls now considered to conflict.Niko Matsakis-6/+0
2015-03-31Auto merge of #23549 - aturon:stab-num, r=alexcrichtonbors-0/+1
2015-03-31Stabilize std::numAaron Turon-0/+1
2015-03-30std: Standardize (input, output) param orderingsAlex Crichton-2/+2
2015-03-29Auto merge of #23810 - sfackler:debug-collections, r=alexcrichtonbors-90/+125