about summary refs log tree commit diff
path: root/src/libcore/num/f64.rs
AgeCommit message (Expand)AuthorLines
2016-03-11core: Make a new tracking issue for prelude traitsAlex Crichton-1/+1
2015-12-10std: Remove deprecated functionality from 1.5Alex Crichton-5/+1
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-2/+2
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+3
2015-10-05Fix doc typo in num::{f32,f64}.Jed Davis-1/+1
2015-08-18Auto merge of #27823 - eefriedman:float-dep-core, r=alexcrichtonbors-92/+0
2015-08-17Remove dependencies on libm functions from libcore.Eli Friedman-92/+0
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-6/+0
2015-08-03syntax: Implement #![no_core]Alex Crichton-1/+1
2015-07-20std: Create separate docs for the primitivesBrian Anderson-1/+0
2015-06-21Temp fix for all constants that are missing docs.Eljay-0/+11
2015-06-17std: Deprecate f{32,64}::consts::PI_2Alex Crichton-0/+1
2015-06-17core: Split apart the global `core` featureAlex Crichton-2/+2
2015-04-21std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-4/+5
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-76/+0
2015-03-31Stabilize std::numAaron Turon-17/+38
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-6/+6
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-1/+2
2015-03-13Remove explicit syntax highlight from docs.Joseph Crail-1/+1
2015-03-02core: Audit num module for int/uintBrian Anderson-13/+13
2015-02-13Remove `_VALUE` from the float extremes constants.Huon Wilson-3/+16
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-3/+3
2015-01-25Moving away from deprecated i/u suffixes in libcoreAlfie John-3/+3
2015-01-23grandfathered -> rust1Brian Anderson-8/+8
2015-01-23Deprecated attributes don't take 'feature' names and are paired with stable/u...Brian Anderson-10/+20
2015-01-23Set unstable feature names appropriatelyBrian Anderson-8/+8
2015-01-21Remove 'since' from unstable attributesBrian Anderson-8/+8
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-26/+27
2015-01-06Unstabilise f32/f64 constants that are int/uint.Huon Wilson-7/+6
2015-01-06Deprecate the constant-returning functions in Float.Huon Wilson-0/+10
2015-01-03Remove deprecated functionalityAlex Crichton-76/+0
2014-12-23Rename and namespace `FPCategory`Tobias Bucher-8/+9
2014-11-18Fallout from deprecationAaron Turon-2/+2
2014-11-18libs: stabilize most numerics after RFC changesAaron Turon-2/+18
2014-11-16Remove core::num::strconvBrendan Zabarauskas-56/+3
2014-11-16Move FromStr to core::strBrendan Zabarauskas-1/+61
2014-11-13Remove Signed trait and add SignedInt traitBrendan Zabarauskas-0/+35
2014-11-13Remove lots of numeric traits from the preludesBrendan Zabarauskas-0/+2
2014-11-13Deprecate Zero and One traitsBrendan Zabarauskas-0/+6
2014-11-13Deprecate Bounded traitBrendan Zabarauskas-0/+6
2014-10-28Update code with new lint namesAaron Turon-1/+1
2014-10-20Handle negative numbers in `sqrt` properly.Huon Wilson-2/+5
2014-10-09core: Convert statics to constantsAlex Crichton-33/+33
2014-07-29Improve documentation of rounding functionsPiotr Jawniak-18/+17
2014-07-10Add range lint for float literals, fixing #10934Falco Hirschenberger-0/+2
2014-05-31rustdoc: Create anchor pages for primitive typesAlex Crichton-0/+2
2014-05-28Move trait impls for primitives near trait definitionPiotr Jawniak-124/+1
2014-05-15core: Move intrinsic float functionality from stdAlex Crichton-1/+274
2014-05-07core: Get coretest workingAlex Crichton-2/+5
2014-05-07core: Inherit the specific numeric modulesAlex Crichton-0/+224