| Age | Commit message (Expand) | Author | Lines |
| 2016-01-16 | std: Stabilize APIs for the 1.7 release | Alex Crichton | -2/+2 |
| 2016-01-04 | Make float parsing "." return Err | Toby Scrace | -1/+2 |
| 2015-12-13 | restore tests accidentally removed in #30182 | Tamir Duberstein | -0/+8 |
| 2015-12-10 | std: Remove deprecated functionality from 1.5 | Alex Crichton | -32/+2 |
| 2015-10-17 | Implement conversion traits for primitive float types | Josh Stone | -0/+57 |
| 2015-10-15 | Auto merge of #29050 - rkruppe:dec2flt-lonely-sign, r=alexcrichton | bors | -0/+12 |
| 2015-10-15 | Auto merge of #28921 - petrochenkov:intconv, r=alexcrichton | bors | -0/+40 |
| 2015-10-15 | Implement conversion traits for primitive integer types | Vadim Petrochenkov | -0/+40 |
| 2015-10-14 | Reject "+" and "-" when parsing floats. | Robin Kruppe | -0/+12 |
| 2015-10-08 | Auto merge of #28900 - cristicbz:typos, r=alexcrichton | bors | -1/+1 |
| 2015-10-08 | typos: fix a grabbag of typos all over the place | Cristi Cobzarenco | -1/+1 |
| 2015-10-03 | integer parsing should accept leading plus | arthurprs | -0/+8 |
| 2015-09-20 | Reorganize core::num internals | Robin Kruppe | -6/+6 |
| 2015-08-22 | Auto merge of #27871 - alexcrichton:stabilize-libcore, r=aturon | bors | -27/+56 |
| 2015-08-18 | Auto merge of #27823 - eefriedman:float-dep-core, r=alexcrichton | bors | -2/+16 |
| 2015-08-17 | core: Shuffle around float parsing | Alex Crichton | -28/+27 |
| 2015-08-17 | std: Clean up primitive integer modules | Alex Crichton | -1/+31 |
| 2015-08-17 | Remove dependencies on libm functions from libcore. | Eli Friedman | -2/+16 |
| 2015-08-14 | Auto merge of #27786 - alexcrichton:start-testing-msvc, r=brson | bors | -2/+21 |
| 2015-08-13 | Get `make check` working on MSVC | Alex Crichton | -2/+21 |
| 2015-08-12 | Mention that the fast path is broken without SSE. | Robin Kruppe | -0/+7 |
| 2015-08-08 | Accurate decimal-to-float parsing routines. | Robin Kruppe | -0/+366 |
| 2015-08-08 | Add various methods to Bignum: | Robin Kruppe | -0/+89 |
| 2015-08-08 | Enlarge Bignum type from 1152 to 1280 bits. | Robin Kruppe | -1/+1 |
| 2015-07-19 | optimize from_str_radix | arthurprs | -2/+9 |
| 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 |