about summary refs log tree commit diff
path: root/src/libcore/fmt/num.rs
AgeCommit message (Expand)AuthorLines
2020-03-05Document unsafe blocks in core::fmtPhoebe Bell-2/+25
2020-02-15Formatter::sign is &'static strMark Rousskov-3/+3
2020-02-14implement LowerExp and UpperExp for integersMax Blachman-0/+163
2020-01-06Use Self instead of $typeLzu Tao-2/+2
2019-12-22Format the worldMark Rousskov-24/+21
2019-11-06Have tidy ensure that we document all `unsafe` blocks in libcoreOliver Scherer-0/+2
2019-07-19avoid uninit_array! macro where it is not neededRalf Jung-2/+2
2019-07-19use const array repeat expressions for uninit_arrayRalf Jung-2/+2
2019-04-19libcore: deny more...Mazdak Farrokhzad-5/+5
2019-04-18libcore => 2018Taiki Endo-7/+7
2019-03-26adjust MaybeUninit API to discussionsRalf Jung-2/+2
2019-02-08Also de-duplicate 32- and 64-bit number formatting on wasm32Nick Fitzgerald-8/+18
2019-02-07De-duplicate number formatting implementations for smaller code sizeNick Fitzgerald-31/+38
2019-01-28rename first_mut_ptr -> first_ptr_mutRalf Jung-1/+1
2019-01-28add macro for creating uninitialized arrayRalf Jung-12/+2
2019-01-28libcore: avoid mem::uninitialized and raw ptr castsRalf Jung-7/+21
2019-01-28libcore: remove unneeded allow(deprecated)Ralf Jung-2/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2018-06-26migrate codebase to `..=` inclusive range patternsZack M. Davis-7/+7
2018-03-26Rollup merge of #49103 - glandium:uninitialized, r=cramertjTim Neumann-1/+1
2018-03-23Rollup merge of #49102 - glandium:decimal, r=aturonAlex Crichton-5/+0
2018-03-20Rollup merge of #49099 - glandium:master, r=sfacklerkennytm-17/+15
2018-03-17Use associated consts for GenericRadix base and prefixMike Hommey-17/+15
2018-03-17Use an uninitialized buffer in GenericRadix::fmt_int, like in Display::fmt fo...Mike Hommey-1/+1
2018-03-17Remove core::fmt::num::DecimalMike Hommey-5/+0
2018-03-13Add hexadecimal formatting of integers with fmt::DebugSimon Sapin-1/+7
2018-01-28Added inline to fmt for debug implementations of primitives.penpalperson-0/+1
2017-11-28Reject '2' as a binary digit in internals of 'b' formattingDavid Ross-1/+1
2017-09-30address some `FIXME`s whose associated issues were marked as closedNiv Kaminer-1/+0
2017-08-29Use a byte literal ASCII 0 instead of its decimal valueDavid Tolnay-1/+1
2017-04-20Remove num::{Zero,One}Josh Stone-2/+3
2017-02-03Bump version, upgrade bootstrapAlex Crichton-7/+1
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-08-24Use `#[prelude_import]` in `libcore`.Jeffrey Seyfried-2/+0
2016-05-19Support 16-bit pointers as well as i/usizeJake Goulding-0/+4
2016-03-12std: Clean out deprecated APIsAlex Crichton-77/+0
2016-01-16std: Stabilize APIs for the 1.7 releaseAlex Crichton-0/+5
2016-01-15Rename is_positive argument in fmt::Formatter::pad_integralOliver Middleton-6/+6
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+1
2015-10-08Fix comment gone astrayMichael Pankov-1/+2
2015-10-08rustfmt part of libcore/fmtMichael Pankov-5/+16
2015-08-15core: Fill out issues for unstable featuresAlex Crichton-3/+6
2015-08-03syntax: Implement #![no_core]Alex Crichton-1/+1
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-06-17Fallout in tests and docs from feature renamingsAlex Crichton-1/+1
2015-06-17core: Split apart the global `core` featureAlex Crichton-3/+3