about summary refs log tree commit diff
path: root/src/libcore/fmt
AgeCommit message (Expand)AuthorLines
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
2016-09-16Add links between format_args! macro and std::fmt::Arguments structMark-Simulacrum-3/+7
2016-09-16Update to new macro url syntaxGuillaume Gomez-2/+2
2016-08-24Use `#[prelude_import]` in `libcore`.Jeffrey Seyfried-8/+0
2016-08-19Remove old stage0 compatibilityBrian Anderson-19/+10
2016-08-13Rename empty/bang to neverAndrew Cann-2/+2
2016-08-13Minor fixups based on @eddyb's feedbackAndrew Cann-2/+2
2016-08-13impl Debug + Display for !Andrew Cann-0/+23
2016-07-28Rename `char::escape` to `char::escape_debug` and add tracking issueTobias Bucher-2/+2
2016-07-26Restore `char::escape_default` and add `char::escape` insteadTobias Bucher-2/+2
2016-07-21Auto merge of #34544 - 3Hren:issue/xx/reinterpret-format-precision-for-string...bors-7/+11
2016-07-06feat: reinterpret `precision` field for stringsEvgeny Safronov-7/+11
2016-07-03prefer `if let` to match with `None => {}` arm in some placesZack M. Davis-5/+2
2016-06-23Use `len` instead of `size_hint` where appropiateTobias Bucher-1/+1
2016-06-03Auto merge of #33460 - shepmaster:16-bit-pointers, r=Aatchbors-0/+4
2016-05-23Add explanations about what derived trait implementations doCarol (Nichols || Goulding)-1/+5
2016-05-19Support 16-bit pointers as well as i/usizeJake Goulding-0/+4
2016-05-10Doc improvement on std::fmt moduleGuillaume Gomez-0/+26
2016-04-16Auto merge of #32909 - sanxiyn:unused-trait-import-2, r=alexcrichtonbors-1/+1
2016-04-15Implement `Default` for more types in the standard libraryTobias Bucher-1/+1
2016-04-12Remove unused trait importsSeo Sanghyeon-1/+1
2016-03-22try! -> ?Jorge Aparicio-30/+30
2016-03-22std: Change `encode_utf{8,16}` to return iteratorsAlex Crichton-14/+13
2016-03-20libcore: add Debug implementations to most missing typesSean McArthur-4/+28
2016-03-12std: Clean out deprecated APIsAlex Crichton-111/+12
2016-03-08std: Fix rustdoc links with std::fmt::AlignmentAlex Crichton-12/+33
2016-03-04End stdlib module summaries with a full stop.Steve Klabnik-1/+1
2016-02-17fmt: Make sure write_fmt's implementation can use write_charUlrik Sverdrup-0/+4