| Age | Commit message (Expand) | Author | Lines |
| 2014-11-18 | libs: stabilize most numerics after RFC changes | Aaron Turon | -1/+9 |
| 2014-11-16 | Move FromStr to core::str | Brendan Zabarauskas | -59/+0 |
| 2014-11-13 | Remove lots of numeric traits from the preludes | Brendan Zabarauskas | -0/+1 |
| 2014-11-13 | Deprecate Zero and One traits | Brendan Zabarauskas | -2/+2 |
| 2014-11-13 | Move abs_sub to FloatMath | Brendan Zabarauskas | -0/+5 |
| 2014-11-13 | Take parameters by-value in Signed trait | Brendan Zabarauskas | -10/+10 |
| 2014-11-04 | Deprecate {f32, f64}::from_str_hex | Brendan Zabarauskas | -46/+17 |
| 2014-11-04 | Simplify float string conversion function further | Brendan Zabarauskas | -4/+4 |
| 2014-11-04 | Remove unnecessary features from strconv | Brendan Zabarauskas | -6/+3 |
| 2014-11-04 | Separate string->integer implementation in strconv | Brendan Zabarauskas | -3/+3 |
| 2014-10-28 | Update code with new lint names | Aaron Turon | -1/+1 |
| 2014-10-20 | auto merge of #18070 : alexcrichton/rust/spring-cleaning, r=aturon | bors | -23/+0 |
| 2014-10-20 | Handle negative numbers in `sqrt` properly. | Huon Wilson | -0/+11 |
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -23/+0 |
| 2014-09-23 | Deprecate `#[ignore(cfg(...))]` | Steven Fackler | -1/+1 |
| 2014-08-16 | librustc: Forbid external crates, imports, and/or items from being | Patrick Walton | -1/+0 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -1/+1 |
| 2014-06-30 | libstd: set baseline stability levels. | Aaron Turon | -0/+1 |
| 2014-05-31 | rustdoc: Create anchor pages for primitive types | Alex Crichton | -0/+1 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -9/+9 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -8/+9 |
| 2014-05-15 | core: Update all tests for fmt movement | Alex Crichton | -0/+1 |
| 2014-05-15 | std: Fix float tests | Alex Crichton | -9/+9 |
| 2014-05-15 | core: Move intrinsic float functionality from std | Alex Crichton | -272/+3 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -4/+4 |
| 2014-05-07 | core: Inherit the specific numeric modules | Alex Crichton | -210/+6 |
| 2014-04-24 | add min_pos_value constant for floats | Aaron Turon | -14/+21 |
| 2014-04-23 | fix std::f32 and std::f64 constants | Aaron Turon | -28/+38 |
| 2014-04-22 | auto merge of #13597 : bjz/rust/float-api, r=brson | bors | -143/+208 |
| 2014-04-20 | auto merge of #13410 : alexcrichton/rust/issue-12278, r=pcwalton | bors | -1/+4 |
| 2014-04-19 | Reorder Float methods in trait definition and make consistent in impls | Brendan Zabarauskas | -98/+102 |
| 2014-04-19 | Fix formatting in float implementations | Brendan Zabarauskas | -36/+99 |
| 2014-04-19 | Have floating point functions take their parameters by value. | Brendan Zabarauskas | -54/+54 |
| 2014-04-19 | Merge the Round trait into the Float trait | Brendan Zabarauskas | -27/+25 |
| 2014-04-15 | std: Un-ignore some float tests on windows | Alex Crichton | -1/+1 |
| 2014-04-08 | rustc: Remove f{32,64} % from the language | Alex Crichton | -1/+4 |
| 2014-04-04 | Removed cmath and instrinsic wrapper. | Michael Darakananda | -103/+40 |
| 2014-04-01 | remove the cmath module | Daniel Micay | -26/+68 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -1/+1 |
| 2014-03-25 | libstd: Document the following modules: | Patrick Walton | -1/+1 |
| 2014-03-05 | add tests for `min` and `max` from `Float` | Daniel Micay | -0/+12 |
| 2014-03-05 | consistently use LLVM floating point intrinsics | Daniel Micay | -16/+10 |
| 2014-03-05 | add correct floating point `min` and `max` methods. | Daniel Micay | -2/+10 |
| 2014-02-24 | Remove std::from_str::FromStr from the prelude | Brendan Zabarauskas | -0/+1 |
| 2014-02-24 | auto merge of #12445 : huonw/rust/less-unsafe, r=alexcrichton | bors | -4/+2 |
| 2014-02-23 | Remove all ToStr impls, add Show impls | Alex Crichton | -6/+0 |
| 2014-02-24 | arena,std,serialize: remove some unnecessary transmutes. | Huon Wilson | -4/+2 |
| 2014-02-23 | std: Move intrinsics to std::intrinsics. | Brian Anderson | -1/+1 |
| 2014-02-20 | move extra::test to libtest | Liigo Zhuang | -1/+0 |
| 2014-02-17 | Remove Real trait and move methods into Float | Brendan Zabarauskas | -164/+162 |