about summary refs log tree commit diff
path: root/src/libstd/num/f32.rs
AgeCommit message (Expand)AuthorLines
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-11/+125
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-17/+19
2014-12-29std: Stabilize the prelude moduleAlex Crichton-1/+1
2014-12-23Rename and namespace `FPCategory`Tobias Bucher-8/+9
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-64/+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-34/+10
2014-11-04Simplify float string conversion function furtherBrendan Zabarauskas-6/+6
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-2/+2
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
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-9/+9
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-8/+9
2014-05-15core: Update all tests for fmt movementAlex Crichton-1/+0
2014-05-15std: Fix float testsAlex Crichton-9/+9
2014-05-15core: Move intrinsic float functionality from stdAlex Crichton-267/+1
2014-05-11core: Remove the cast moduleAlex Crichton-5/+5
2014-05-07core: Inherit the specific numeric modulesAlex Crichton-211/+7
2014-05-03Add lint check for negating uint literals and variables.Falco Hirschenberger-0/+1
2014-04-24add min_pos_value constant for floatsAaron Turon-5/+11
2014-04-23fix std::f32 and std::f64 constantsAaron Turon-45/+54
2014-04-22auto merge of #13597 : bjz/rust/float-api, r=brsonbors-146/+212
2014-04-20auto merge of #13410 : alexcrichton/rust/issue-12278, r=pcwaltonbors-1/+4
2014-04-19Reorder Float methods in trait definition and make consistent in implsBrendan Zabarauskas-100/+105
2014-04-19Fix formatting in float implementationsBrendan Zabarauskas-36/+99
2014-04-19Have floating point functions take their parameters by value.Brendan Zabarauskas-54/+54
2014-04-19Merge the Round trait into the Float traitBrendan Zabarauskas-27/+25
2014-04-15std: Un-ignore some float tests on windowsAlex Crichton-1/+1
2014-04-08rustc: Remove f{32,64} % from the languageAlex Crichton-1/+4
2014-04-04Removed cmath and instrinsic wrapper.Michael Darakananda-102/+39
2014-04-01remove the cmath moduleDaniel Micay-26/+58
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-25libstd: Document the following modules:Patrick Walton-1/+1