about summary refs log tree commit diff
path: root/src/libstd/num/f64.rs
AgeCommit message (Expand)AuthorLines
2015-12-29Fix warnings when compiling stdlib with --testFlorian Hahn-0/+4
2015-12-10std: Remove deprecated functionality from 1.5Alex Crichton-21/+7
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-4/+5
2015-11-20Rename #[deprecated] to #[rustc_deprecated]Vadim Petrochenkov-3/+3
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+5
2015-11-06Remove stability annotations from trait impl itemsVadim Petrochenkov-1/+0
2015-09-11std: Stabilize/deprecate features for 1.4Alex Crichton-0/+2
2015-08-22Fix undefined behavior in f64::sqrtWilliam Throwe-1/+5
2015-08-18Auto merge of #27823 - eefriedman:float-dep-core, r=alexcrichtonbors-16/+40
2015-08-17Remove dependencies on libm functions from libcore.Eli Friedman-16/+40
2015-08-15std: Add issues to all unstable featuresAlex Crichton-5/+10
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-2/+0
2015-08-11Register new snapshotsAlex Crichton-3/+0
2015-08-03syntax: Implement #![no_core]Alex Crichton-0/+1
2015-07-27Show appropriate feature flags in docsSteve Klabnik-4/+7
2015-07-20Address feedbackBrian Anderson-1/+1
2015-07-20std: Create separate docs for the primitivesBrian Anderson-1/+2
2015-07-20doc: Clean up primitive short descriptionsBrian Anderson-1/+1
2015-06-17std: Split the `std_misc` featureAlex Crichton-8/+8
2015-06-01Document behavior of {f32,f64}::{min,max} on NaNMatt Brubeck-0/+4
2015-05-12Scale back changes madeAlex Crichton-9/+2
2015-05-12Very hacky MSVC hacks.Ricky Taylor-1/+7
2015-05-01std: Don't use a wrapper for the float error typeAlex Crichton-2/+1
2015-04-21std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-132/+110
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-403/+4
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-10/+10
2015-03-31Stabilize std::numAaron Turon-453/+149
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-21/+21
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+41
2015-03-20Rollup merge of #22631 - aepsil0n:issue-22098, r=aturonManish Goregaokar-4/+4
2015-03-19Allow Float::ldexp to be called as a methodEduard Bopp-4/+4
2015-03-18Register new snapshotsAlex Crichton-1/+0
2015-03-16impl f{32,64}Jorge Aparicio-0/+1229
2015-03-05Removing unnecessary pub from a test functionCarol Nichols-1/+1
2015-03-05Add tests to stable f32 and f64 methods that didn't have anyCarol Nichols-0/+290
2015-03-05Rearrange tests to be in the same order as implementationCarol Nichols-172/+172
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-7/+7
2015-02-15Rollup merge of #22339 - petrochenkov:int, r=huonwManish Goregaokar-7/+7
2015-02-15Fix the falloutVadim Petrochenkov-7/+7
2015-02-13Remove `_VALUE` from the float extremes constants.Huon Wilson-0/+1
2015-02-08Correct fns exp2 that were calling expCarol Nichols-1/+28
2015-01-23grandfathered -> rust1Brian Anderson-2/+2
2015-01-23Set unstable feature names appropriatelyBrian Anderson-7/+7
2015-01-21Remove 'since' from unstable attributesBrian Anderson-7/+7
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-9/+9
2015-01-08Improvements to feature stagingBrian Anderson-7/+7
2015-01-06Apply stability attributes to std::num::Float.Huon Wilson-1/+1
2015-01-06Merge core::num::Float and std::num::FloatMath.Huon Wilson-13/+128
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-17/+18
2014-12-29std: Stabilize the prelude moduleAlex Crichton-1/+1