summary refs log tree commit diff
path: root/src/libcore/fmt/num.rs
AgeCommit message (Expand)AuthorLines
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
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-14/+29
2015-04-01Fallout in public-facing and semi-public-facing libsNiko Matsakis-1/+1
2015-03-31Stabilize std::numAaron Turon-0/+1
2015-03-28Remove IteratorExtSteven Fackler-1/+1
2015-03-27Change the trivial cast lints to allow by defaultNick Cameron-1/+0
2015-03-25Change lint names to pluralsNick Cameron-1/+1
2015-03-25Add trivial cast lints.Nick Cameron-0/+1
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+1
2015-03-11Example -> ExamplesSteve Klabnik-1/+1
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-1/+1
2015-02-28Cleanup in the fmt::num moduleRyan Prichard-12/+9
2015-02-23int audit - libcore::fmtNick Cameron-1/+1
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-1/+1
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-9/+11
2015-01-25Moving away from deprecated i/u suffixes in libcoreAlfie John-1/+1
2015-01-23Set unstable feature names appropriatelyBrian Anderson-3/+3
2015-01-21Remove 'since' from unstable attributesBrian Anderson-3/+3
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-3/+6
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-9/+11
2015-01-07use slicing sugarJorge Aparicio-2/+1
2015-01-07register new snapshotsJorge Aparicio-16/+0
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-6/+44
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-6/+44
2015-01-07Replace full slice notation with index callsNick Cameron-1/+2
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-7/+7
2015-01-03core: merge DoubleEndedIteratorExt into IteratorExtJorge Aparicio-1/+1