about summary refs log tree commit diff
path: root/src/libcore/fmt
AgeCommit message (Expand)AuthorLines
2017-10-11Prevent fmt::Arguments from being shared across threadsOliver Schneider-0/+1
2017-10-08Rollup merge of #45081 - tamird:fmt-cleanup, r=alexcrichtonkennytm-7/+6
2017-10-08Rollup merge of #45042 - brennie:brennie/fmt-trait-summaries, r=steveklabnikkennytm-8/+8
2017-10-07fmt: remove misleading comment fragmentTamir Duberstein-1/+1
2017-10-07fmt: DRYTamir Duberstein-5/+5
2017-10-07fmt: remove unnecessary lint suppressionTamir Duberstein-1/+0
2017-10-05Auto merge of #44943 - nivkner:fixme_fixup, r=dtolnaybors-1/+0
2017-10-04Update trait summaries for std::fmtBarret Rennie-8/+8
2017-09-30address some `FIXME`s whose associated issues were marked as closedNiv Kaminer-1/+0
2017-09-25Add missing links in fmt moduleGuillaume Gomez-4/+8
2017-09-21Less confusing placeholder when RefCell is exclusively borrowedDavid Tolnay-1/+11
2017-08-29Use a byte literal ASCII 0 instead of its decimal valueDavid Tolnay-1/+1
2017-08-24Fix inconsistent doc headingslukaramu-5/+5
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-15/+15
2017-08-13Don't inline debug methodsSteven Fackler-5/+0
2017-07-18Rollup merge of #42837 - rthomas:29355-error, r=steveklabnikMark Simulacrum-0/+16
2017-07-13Update docs on Error struct. #29355Ryan Thomas-0/+16
2017-07-12Rollup merge of #43011 - qnighy:unsized-tuple-impls, r=aturonMark Simulacrum-2/+7
2017-07-04Rollup merge of #42836 - rthomas:29355-debug, r=GuillaumeGomezMark Simulacrum-10/+129
2017-07-02Add docs for Debug* structs. #29355Ryan Thomas-10/+129
2017-07-02Implement Eq/Hash/Debug etc. for unsized tuples.Masaki Hara-2/+7
2017-06-22Update docs for fmt::write.Ryan Thomas-7/+4
2017-05-09fix confusion about parts required for float formattingNathan Froyd-4/+4
2017-04-28fmt: use mem::uninitialized for float formatting buffersNathan Froyd-22/+34
2017-04-28fmt: use the minimum parts array sizeNathan Froyd-4/+4
2017-04-28fmt: reduce the stack space required by float formattingNathan Froyd-16/+66
2017-04-20Remove num::{Zero,One}Josh Stone-2/+3
2017-04-09Added doc comments for fmt::Resultmandeep-1/+24
2017-03-15Change how the 0 flag works in format! for floatsPiotr Jawniak-1/+4
2017-03-15Change how the `0` flag works in format!Piotr Jawniak-0/+1
2017-03-10Add missing example for Display::fmtGuillaume Gomez-1/+20
2017-02-28Add missing docs and examples for fmt::WriteGuillaume Gomez-9/+62
2017-02-12Fix some typos in the core::fmt docs.Ahmed Charles-2/+2
2017-02-09name anonymous fn parameters in libcore traitsTrevor Spiteri-9/+9
2017-02-07Improve fmt floatSon-83/+98
2017-02-03Auto merge of #39463 - alexcrichton:update-bootstrap, r=alexcrichtonbors-7/+1
2017-02-03Bump version, upgrade bootstrapAlex Crichton-7/+1
2017-02-02remove the wrapping arithmeticsMichał Krasnoborski-10/+5
2017-02-01Adjust heuristics to better handle "{}..." format strings.Michał Krasnoborski-9/+12
2017-01-28use `String::with_capacity` in `format!`Michał Krasnoborski-0/+28
2016-12-3040 -> 39, as ceil(log10(2^128)) == 39est31-1/+1
2016-12-30Such large. Very 128. Much bits.Simonas Kazlauskas-5/+16
2016-12-16Address falloutAaron Turon-5/+5
2016-11-28Make core::fmt::Void a non-empty type.Andrew Cann-1/+3
2016-10-27tidy/features: fix checking of lang featuresTamir Duberstein-2/+2
2016-10-01impl Debug for raw pointers to unsized dataAlex Burka-2/+2
2016-09-30Rollup merge of #36535 - GuillaumeGomez:macro_url, r=steveklabnikSteve Klabnik-2/+2
2016-09-28[breaking-change] std: change `encode_utf{8,16}()` to take a buffer and retur...tormol-13/+5
2016-09-22Rollup merge of #36423 - GuillaumeGomez:eq_impl, r=pnkfelixJonathan Turner-1/+1
2016-09-18Add missing Eq implementationsGuillaume Gomez-1/+1