| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-02-15 | Silence some unused import warnings | Alex Crichton | -1/+0 |
| 2014-02-13 | Removed num::Orderable | Michael Darakananda | -68/+0 |
| 2014-01-31 | Fix minor doc typos | Virgile Andreani | -4/+4 |
| 2014-01-30 | Remove unused imports. | OGINO Masanori | -1/+0 |
| 2014-01-22 | Remove the initial and trailing blank doc-comment lines | SiegeLord | -40/+0 |
| 2014-01-22 | Add LowerExp 'e' and UpperExp 'E' format traits/specifiers | SiegeLord | -0/+34 |
| 2014-01-22 | float_to_str_bytes_common can now handle exponential notation | SiegeLord | -6/+6 |
| 2014-01-18 | auto merge of #11622 : bjz/rust/simplify-primitive-trait, r=brson | bors | -17/+8 |
| 2014-01-18 | Add FIXME comments regarding issue #11526. | Brendan Zabarauskas | -0/+7 |
| 2014-01-18 | Simplify std::num::Primitive trait definition | Brendan Zabarauskas | -17/+1 |
| 2014-01-17 | Add a generic power function | Flavio Percoco | -2/+2 |
| 2014-01-16 | Merge Bitwise and BitCount traits and remove from prelude, along with Bounded | Brendan Zabarauskas | -1/+1 |
| 2014-01-13 | Clean up std::num::cmath and remove stale comments | Brendan Zabarauskas | -39/+27 |
| 2014-01-13 | Remove RealExt | Brendan Zabarauskas | -31/+1 |
| 2014-01-09 | auto merge of #11412 : bjz/rust/num-cleanups, r=alexcrichton | bors | -80/+70 |
| 2014-01-09 | Remove ApproxEq and assert_approx_eq! | Brendan Zabarauskas | -25/+0 |
| 2014-01-09 | Merge some numeric traits with Real and don't re-export RealExt | Brendan Zabarauskas | -80/+70 |
| 2013-12-27 | std: uniform modules titles for doc | Luca Bruno | -1/+1 |
| 2013-12-23 | std: Fix all code examples | Alex Crichton | -1/+2 |
| 2013-12-08 | Remove dead codes | Kiet Tran | -7/+7 |
| 2013-12-04 | Decode a float into integers | Volker Mische | -0/+29 |
| 2013-11-29 | Removed a few macro-expanding-to-module workarounds | Marvin Löbel | -20/+13 |
| 2013-11-11 | Remove #[fixed_stack_segment] and #[rust_stack] | Alex Crichton | -1/+1 |
| 2013-10-28 | Capitalize statics in f32 and f64 mods | Ziad Hatahet | -76/+74 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -1/+1 |
| 2013-10-17 | std: Move size/align functions to std::mem. #2240 | Brian Anderson | -3/+3 |
| 2013-10-05 | std: add Primitive.is_signed | Erick Tryzelaar | -0/+3 |
| 2013-10-02 | auto merge of #9638 : pnkfelix/rust/fsk-issue7526-attempt-to-catch-nonuc-stat... | bors | -0/+1 |
| 2013-09-30 | std: Remove usage of fmt! | Alex Crichton | -2/+2 |
| 2013-10-01 | Add new lint: non_uppercase_pattern_statics, for #7526. | Felix S. Klock II | -0/+1 |
| 2013-09-25 | rustdoc: Change all code-blocks with a script | Alex Crichton | -2/+2 |
| 2013-09-21 | auto merge of #9369 : sebcrozet/rust/f64_inline, r=thestinger | bors | -0/+1 |
| 2013-09-21 | std: add missing #[inline] annotation to the f64 neg method. | Sébastien Crozet | -0/+1 |
| 2013-09-19 | Rename the NaN and is_NaN methods to lowercase. | Chris Morgan | -42/+42 |
| 2013-09-19 | auto merge of #9291 : jzelinskie/rust/remove-cond, r=alexcrichton | bors | -18/+18 |
| 2013-09-18 | Remove and replace cond! Closes #9282. | Jimmy Zelinskie | -18/+18 |
| 2013-09-18 | std: Remove {float,f64,f32}::from_str in favor of from_str | blake2-ppc | -60/+52 |
| 2013-09-12 | std: Add a bunch of Default impls | Erick Tryzelaar | -0/+6 |