| Age | Commit message (Expand) | Author | Lines |
| 2014-09-17 | doc: Cleanup. | Jonas Hietala | -4/+4 |
| 2014-09-05 | Make integer bit count methods return uints | Brendan Zabarauskas | -10/+10 |
| 2014-08-26 | Added a note for usage of abs with ::MIN. | Robert Gawdzik ☢ | -2/+6 |
| 2014-08-19 | auto merge of #16364 : tbu-/rust/pr_checkeddiv0, r=alexcrichton | bors | -3/+5 |
| 2014-08-08 | Add division by zero case to the `CheckedDiv` comment | Tobias Bucher | -3/+5 |
| 2014-08-08 | libcore: Fix documentation comment for f32. | Ruud van Asseldonk | -1/+1 |
| 2014-08-04 | num: Fix the documentation of abs_sub. | OGINO Masanori | -2/+2 |
| 2014-08-01 | doc: fix typos in std::num::Int | Tshepang Lekhonkhobe | -2/+2 |
| 2014-07-29 | Improve documentation of rounding functions | Piotr Jawniak | -35/+34 |
| 2014-07-24 | Add examples for Checked[Add|Sub|Mul|Div] | nham | -0/+32 |
| 2014-07-24 | auto merge of #15407 : sneves/rust/master, r=aturon | bors | -8/+8 |
| 2014-07-22 | Clean up some trait impls in core::num. | Tobias Bucher | -18/+7 |
| 2014-07-21 | Add a ton of ignore-lexer-test | Corey Richardson | -0/+2 |
| 2014-07-10 | Add range lint for float literals, fixing #10934 | Falco Hirschenberger | -0/+4 |
| 2014-07-08 | make macros non-capturing | John Clements | -67/+67 |
| 2014-07-04 | Change Shl<T, T> for Int to Shl<uint, T> | Samuel Neves | -8/+8 |
| 2014-07-02 | Fix rotate_{left, right} for multiple of bitsize rotation amounts | Samuel Neves | -2/+2 |
| 2014-06-29 | Extract tests from libcore to a separate crate | Steven Fackler | -271/+0 |
| 2014-06-24 | std: Add stability attributes to primitive numeric modules | Brian Anderson | -0/+18 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -7/+7 |
| 2014-06-18 | Update doc comment for Int trait | Brendan Zabarauskas | -1/+2 |
| 2014-06-18 | Shorten endian conversion method names | Brendan Zabarauskas | -44/+44 |
| 2014-06-18 | Merge the Bitwise and ByteOrder traits into the Int trait | Brendan Zabarauskas | -133/+310 |
| 2014-06-18 | Add a ByteOrder trait for abstracting over endian conversions | Brendan Zabarauskas | -70/+24 |
| 2014-06-13 | Add Bitwise::{swap_bytes, rotate_left, rotate_right} methods | Brendan Zabarauskas | -20/+152 |
| 2014-06-02 | docs: Stop using `notrust` | Florian Gilcher | -2/+2 |
| 2014-05-31 | rustdoc: Create anchor pages for primitive types | Alex Crichton | -0/+24 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -5/+5 |
| 2014-05-28 | Move trait impls for primitives near trait definition | Piotr Jawniak | -1222/+363 |
| 2014-05-19 | Minor doc fixes in various places | Piotr Jawniak | -17/+21 |
| 2014-05-15 | core: Move intrinsic float functionality from std | Alex Crichton | -2/+699 |
| 2014-05-07 | core: Fix an unsigned negation warning | Alex Crichton | -1/+1 |
| 2014-05-07 | core: Get coretest working | Alex Crichton | -31/+95 |
| 2014-05-07 | core: Add a limited implementation of failure | Alex Crichton | -42/+42 |
| 2014-05-07 | core: Inherit the specific numeric modules | Alex Crichton | -0/+1729 |
| 2014-05-07 | core: Inherit what's possible from the num module | Alex Crichton | -0/+860 |
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -7635/+0 |
| 2013-05-19 | Register snapshots | Brian Anderson | -100/+0 |
| 2013-05-19 | Use assert_eq! rather than assert! where possible | Corey Richardson | -54/+54 |
| 2013-05-18 | auto merge of #6586 : bjz/rust/formatting-and-conditionals, r=thestinger | bors | -4/+52 |
| 2013-05-18 | Use cond! macro where appropriate | Brendan Zabarauskas | -4/+52 |
| 2013-05-18 | Some cosmetic changes to num.rs | Marvin Löbel | -5/+4 |
| 2013-05-17 | Implement sin_cos method for float, f64 and f32 | Brendan Zabarauskas | -0/+21 |
| 2013-05-14 | Fix cosmetics for fail!() calls | Marvin Löbel | -9/+7 |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -27/+27 |
| 2013-05-14 | auto merge of #6463 : bjz/rust/numeric-traits, r=thestinger | bors | -1/+445 |
| 2013-05-14 | Remove unnecessary infinity check | Brendan Zabarauskas | -4/+2 |
| 2013-05-14 | Add ldexp and frexp functions | Brendan Zabarauskas | -1/+184 |
| 2013-05-13 | Remove re-exports from libcore/core.rc | Alex Crichton | -0/+3 |
| 2013-05-14 | Add inverse hyperbolic functions | Brendan Zabarauskas | -0/+263 |