about summary refs log tree commit diff
path: root/src/libstd/num/f64.rs
AgeCommit message (Expand)AuthorLines
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
2014-12-23Rename and namespace `FPCategory`Tobias Bucher-7/+8
2014-12-21Remove a ton of public reexportsCorey Farwell-8/+10
2014-12-20Fix fallout of removing import_shadowing in tests.Eduard Burtescu-3/+2
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-2/+2
2014-11-18libs: stabilize most numerics after RFC changesAaron Turon-1/+9
2014-11-16Move FromStr to core::strBrendan Zabarauskas-59/+0
2014-11-13Remove lots of numeric traits from the preludesBrendan Zabarauskas-0/+1
2014-11-13Deprecate Zero and One traitsBrendan Zabarauskas-2/+2
2014-11-13Move abs_sub to FloatMathBrendan Zabarauskas-0/+5
2014-11-13Take parameters by-value in Signed traitBrendan Zabarauskas-10/+10
2014-11-04Deprecate {f32, f64}::from_str_hexBrendan Zabarauskas-46/+17
2014-11-04Simplify float string conversion function furtherBrendan Zabarauskas-4/+4
2014-11-04Remove unnecessary features from strconvBrendan Zabarauskas-6/+3
2014-11-04Separate string->integer implementation in strconvBrendan Zabarauskas-3/+3
2014-10-28Update code with new lint namesAaron Turon-1/+1
2014-10-20auto merge of #18070 : alexcrichton/rust/spring-cleaning, r=aturonbors-23/+0
2014-10-20Handle negative numbers in `sqrt` properly.Huon Wilson-0/+11
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-23/+0
2014-09-23Deprecate `#[ignore(cfg(...))]`Steven Fackler-1/+1
2014-08-16librustc: Forbid external crates, imports, and/or items from beingPatrick Walton-1/+0
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-1/+1
2014-06-30libstd: set baseline stability levels.Aaron Turon-0/+1
2014-05-31rustdoc: Create anchor pages for primitive typesAlex Crichton-0/+1