| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2014-12-05 | Utilize fewer reexports | Corey Farwell | -1/+2 |
| 2014-11-16 | Move FromStr to core::str | Brendan Zabarauskas | -1/+115 |
| 2014-11-13 | Remove Signed trait and add SignedInt trait | Brendan Zabarauskas | -1/+1 |
| 2014-11-13 | Remove lots of numeric traits from the preludes | Brendan Zabarauskas | -2/+12 |
| 2014-11-13 | Deprecate Num, Unsigned and Primitive | Brendan Zabarauskas | -1/+1 |
| 2014-11-13 | Move checked arithmetic operators into Int trait | Brendan Zabarauskas | -7/+5 |
| 2014-11-13 | Move abs_sub to FloatMath | Brendan Zabarauskas | -8/+0 |
| 2014-11-13 | Take parameters by-value in Signed trait | Brendan Zabarauskas | -4/+4 |
| 2014-09-05 | Make integer bit count methods return uints | Brendan Zabarauskas | -6/+6 |
| 2014-07-04 | Change Shl<T, T> for Int to Shl<uint, T> | Samuel Neves | -4/+4 |
| 2014-07-02 | Fix rotate_{left, right} for multiple of bitsize rotation amounts | Samuel Neves | -0/+18 |
| 2014-06-29 | Extract tests from libcore to a separate crate | Steven Fackler | -0/+427 |
