| Age | Commit message (Expand) | Author | Lines |
| 2015-05-06 | core: use banker's rounding for the exact mode in flt2dec. | Kang Seonghoon | -5/+18 |
| 2015-05-06 | core: updated for the master changes. | Kang Seonghoon | -98/+91 |
| 2015-05-06 | core: fixed a slight bug. | Kang Seonghoon | -3/+17 |
| 2015-05-06 | core: fixed typos and revised comments in flt2dec. | Kang Seonghoon | -1/+1 |
| 2015-05-06 | core: tweaked flt2dec to match the casing of the older formatting code. | Kang Seonghoon | -32/+32 |
| 2015-05-06 | core: added core::num::flt2dec for floating-point formatting. | Kang Seonghoon | -0/+1675 |
| 2015-04-24 | Change name of unit test sub-module to "tests". | Johannes Oertel | -1/+1 |
| 2015-04-21 | std: Bring back f32::from_str_radix as an unstable API | Alex Crichton | -67/+58 |
| 2015-04-03 | Auto merge of #23832 - petrochenkov:usize, r=aturon | bors | -6/+6 |
| 2015-04-01 | Fallout from changes for overflow-checking during constant evaluation. | Felix S. Klock II | -1/+1 |
| 2015-03-30 | Fix the fallout | Vadim Petrochenkov | -6/+6 |
| 2015-03-05 | Remove integer suffixes where the types in compiled code are identical. | Eduard Burtescu | -4/+4 |
| 2015-03-03 | Auto merge of #22532 - pnkfelix:arith-overflow, r=pnkfelix,eddyb | bors | -4/+4 |
| 2015-03-03 | Accommodate arith-overflow in `core::num`, `std::num`, `coretest::num`. | Felix S. Klock II | -4/+4 |
| 2015-03-02 | Use `const`s instead of `static`s where appropriate | Florian Zeitz | -10/+10 |
| 2015-03-02 | Rollup merge of #22504 - GuillaumeGomez:audit-integer-libcore, r=Manishearth | Manish Goregaokar | -26/+2 |
| 2015-03-01 | Remove int/uint from libstd/lib.rs | Guillaume Gomez | -26/+2 |
| 2015-03-01 | Make Int::pow() take exp as u32 instead usize | Guillaume Gomez | -0/+11 |
| 2015-02-24 | Add missing `fn` | Michał Krasnoborski | -1/+1 |
| 2015-02-24 | Stop parsing "-" as integer, fixes #22745 | Michał Krasnoborski | -0/+5 |
| 2015-02-10 | Deprecating i/u suffixes in libcoretest | Alfie John | -4/+4 |
| 2015-01-30 | rollup merge of #21631: tbu-/isize_police | Alex Crichton | -7/+7 |
| 2015-01-30 | std: Stabilize FromStr and parse | Alex Crichton | -47/+47 |
| 2015-01-30 | Remove all `i` suffixes | Tobias Bucher | -7/+7 |
| 2015-01-20 | std: Rename Show/String to Debug/Display | Alex Crichton | -2/+2 |
| 2015-01-06 | rollup merge of #20607: nrc/kinds | Alex Crichton | -1/+1 |
| 2015-01-06 | Register new snapshots | Alex Crichton | -4/+2 |
| 2015-01-07 | markers -> marker | Nick Cameron | -1/+1 |
| 2015-01-07 | Change `std::kinds` to `std::markers`; flatten `std::kinds::marker` | Nick Cameron | -1/+1 |
| 2015-01-05 | Modernize macro_rules! invocations | Keegan McAllister | -4/+5 |
| 2015-01-05 | Rename macro_escape to macro_use | Keegan McAllister | -2/+4 |
| 2015-01-05 | Stop using macro_escape as an inner attribute | Keegan McAllister | -4/+5 |
| 2015-01-03 | Remove deprecated functionality | Alex Crichton | -19/+19 |
| 2015-01-03 | use assoc types in binop traits | Jorge Aparicio | -3/+3 |
| 2015-01-02 | std: Stabilize the prelude module | Alex Crichton | -0/+4 |
| 2014-12-18 | librustc: Always parse `macro!()`/`macro![]` as expressions if not | Patrick Walton | -14/+14 |
| 2014-12-13 | libcoretest: fix unit tests | Jorge Aparicio | -20/+22 |
| 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 |