about summary refs log tree commit diff
path: root/src/libstd/num/f32.rs
AgeCommit message (Expand)AuthorLines
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
2014-03-05add tests for `min` and `max` from `Float`Daniel Micay-0/+12
2014-03-05consistently use LLVM floating point intrinsicsDaniel Micay-14/+8
2014-03-05add correct floating point `min` and `max` methods.Daniel Micay-0/+11
2014-02-24Remove std::from_str::FromStr from the preludeBrendan Zabarauskas-0/+1
2014-02-24auto merge of #12445 : huonw/rust/less-unsafe, r=alexcrichtonbors-4/+2
2014-02-23Remove all ToStr impls, add Show implsAlex Crichton-6/+0
2014-02-24arena,std,serialize: remove some unnecessary transmutes.Huon Wilson-4/+2
2014-02-23std: Move intrinsics to std::intrinsics.Brian Anderson-1/+1
2014-02-20move extra::test to libtestLiigo Zhuang-1/+0