about summary refs log tree commit diff
path: root/src/libstd/num/f32.rs
AgeCommit message (Expand)AuthorLines
2016-01-14Fix outdated commenttomaka-1/+1
2016-01-07fix broken float methodsPyfisch-3/+3
2016-01-07f32: inline methods with special variant for msvcPyfisch-32/+26
2016-01-02Stabilise f32::to_{degrees,radians} to match f64Simonas Kazlauskas-8/+2
2015-12-29Fix warnings when compiling stdlib with --testFlorian Hahn-0/+5
2015-12-10std: Remove deprecated functionality from 1.5Alex Crichton-21/+7
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-2/+3
2015-11-20Rename #[deprecated] to #[rustc_deprecated]Vadim Petrochenkov-1/+1
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-18Auto merge of #27823 - eefriedman:float-dep-core, r=alexcrichtonbors-17/+92
2015-08-17Remove dependencies on libm functions from libcore.Eli Friedman-17/+92
2015-08-15std: Add issues to all unstable featuresAlex Crichton-7/+14
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-6/+12
2015-07-22Remove orphaned unsigned_negation lint reference.Eli Friedman-1/+0
2015-07-20Address feedbackBrian Anderson-1/+1
2015-07-20std: Create separate docs for the primitivesBrian Anderson-1/+3
2015-07-20doc: Clean up primitive short descriptionsBrian Anderson-1/+1
2015-07-14Fix negate_unsigned feature gate checkSimonas Kazlauskas-1/+0
2015-06-27std: Avoid missing fns on i686-pc-windows-msvcAlex Crichton-21/+74
2015-06-17std: Split the `std_misc` featureAlex Crichton-13/+15
2015-06-01Document behavior of {f32,f64}::{min,max} on NaNMatt Brubeck-0/+4
2015-05-12Scale back changes madeAlex Crichton-25/+15
2015-05-12Very hacky MSVC hacks.Ricky Taylor-3/+24
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-118/+112
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-430/+4
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-10/+10
2015-04-07std: Deny most warnings in doctestsAlex Crichton-6/+1
2015-03-31Stabilize std::numAaron Turon-507/+249
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-21/+21
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+43
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/+1230
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-173/+173
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-8/+8
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