about summary refs log tree commit diff
path: root/src/libstd/num/mod.rs
AgeCommit message (Expand)AuthorLines
2015-12-29Fix warnings when compiling stdlib with --testFlorian Hahn-5/+0
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+3
2015-08-11Register new snapshotsAlex Crichton-2/+0
2015-08-03syntax: Implement #![no_core]Alex Crichton-1/+2
2015-05-01std: Don't use a wrapper for the float error typeAlex Crichton-30/+3
2015-04-21std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-500/+52
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-1091/+2
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-10/+10
2015-04-07std: Deny most warnings in doctestsAlex Crichton-18/+1
2015-03-31Stabilize std::numAaron Turon-4/+9
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+41
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-2/+2
2015-03-20Rollup merge of #22631 - aepsil0n:issue-22098, r=aturonManish Goregaokar-1/+1
2015-03-19Allow Float::ldexp to be called as a methodEduard Bopp-1/+1
2015-03-18Register new snapshotsAlex Crichton-3/+0
2015-03-16impl {i,u}{8,16,32,64,size}Jorge Aparicio-0/+3
2015-03-07Use assert_eq! rather than assert!Ryan Prichard-1/+1
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-9/+9
2015-03-03Accommodate arith-overflow in `core::num`, `std::num`, `coretest::num`.Felix S. Klock II-8/+8
2015-03-03Add `core::num::wrapping` and fix overflow errors.James Miller-0/+1
2015-03-01Make Int::pow() take exp as u32 instead usizeGuillaume Gomez-1/+1
2015-02-23Rollup merge of #22658 - glacjay:issue-22535, r=GankroManish Goregaokar-0/+66
2015-02-22shift int/uint tests around to avoid code repetitionGlacJAY-0/+66
2015-02-20make int/uint modules just re-exportsAlexis-105/+105
2015-02-18Convert required suffixes into a use of `as`.Niko Matsakis-39/+39
2015-02-18Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.Niko Matsakis-3/+3
2015-02-16Document std::num::Float with examplesmdinger-42/+777
2015-02-04std: Add reexports for core parse errorsAlex Crichton-1/+1
2015-01-30Remove all `i` suffixesTobias Bucher-23/+23
2015-01-29s/Show/Debug/gJorge Aparicio-1/+1
2015-01-29`range(a, b).foo()` -> `(a..b).foo()`Jorge Aparicio-2/+2
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-2/+2
2015-01-23grandfathered -> rust1Brian Anderson-37/+37
2015-01-23Deprecated attributes don't take 'feature' names and are paired with stable/u...Brian Anderson-7/+14
2015-01-23Set unstable feature names appropriatelyBrian Anderson-28/+28
2015-01-21Remove 'since' from unstable attributesBrian Anderson-28/+28
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-72/+96
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-2/+2
2015-01-17Register new snapshots.Eduard Burtescu-28/+14
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-08Rename `target_word_size` to `target_pointer_width`Nick Cameron-14/+28
2015-01-07markers -> markerNick Cameron-1/+1
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-1/+1
2015-01-06Apply stability attributes to std::num::Float.Huon Wilson-28/+54
2015-01-06Merge core::num::Float and std::num::FloatMath.Huon Wilson-6/+184
2015-01-06num: remove deprecated functionality.Huon Wilson-2/+0
2015-01-03Remove deprecated functionalityAlex Crichton-11/+2
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2015-01-03use assoc types in binop traitsJorge Aparicio-3/+3
2015-01-02std: Stabilize the prelude moduleAlex Crichton-5/+3