| Age | Commit message (Expand) | Author | Lines |
| 2015-12-17 | Don't import ParseResult's variants in dec2flt. | Ms2ger | -6/+5 |
| 2015-12-13 | fix copy-paste typo in docs for wrapping_shr | Zach Reizner | -2/+2 |
| 2015-12-12 | dec2flt: Remove unused macro argument | Robin Kruppe | -3/+3 |
| 2015-12-12 | dec2flt: Simplify imports and module surface | Robin Kruppe | -4/+4 |
| 2015-12-12 | Remove an accent in a comment | Robin Kruppe | -1/+1 |
| 2015-12-10 | std: Remove deprecated functionality from 1.5 | Alex Crichton | -157/+2 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -9/+42 |
| 2015-11-18 | Add missing annotations and some tests | Vadim Petrochenkov | -0/+19 |
| 2015-11-16 | Make `min_value()` and `max_value()` const functions | Andrea Canciani | -5/+5 |
| 2015-11-10 | Add examples to methods on integer types | Toby Scrace | -31/+342 |
| 2015-11-06 | Remove stability annotations from trait impl items | Vadim Petrochenkov | -1/+0 |
| 2015-11-01 | Auto merge of #29316 - GBGamer:change-unchecked-div-generic, r=eddyb | bors | -20/+343 |
| 2015-10-31 | Check unchecked_div|rem's specialisation | Nicholas Mazzuca | -20/+343 |
| 2015-10-29 | Auto merge of #29129 - cuviper:impl-from-for-floats, r=alexcrichton | bors | -3/+24 |
| 2015-10-28 | Comment how the significand limits lossless int->float conversion | Josh Stone | -0/+4 |
| 2015-10-23 | Make `{Default, From, FromIterator, One, Zero}` well-formed | Andrew Paseltiner | -2/+2 |
| 2015-10-17 | Implement conversion traits for primitive float types | Josh Stone | -3/+20 |
| 2015-10-17 | `other` should be called `other`, not `v`. | Michael Howell | -8/+8 |
| 2015-10-15 | Auto merge of #29050 - rkruppe:dec2flt-lonely-sign, r=alexcrichton | bors | -1/+6 |
| 2015-10-15 | Auto merge of #28921 - petrochenkov:intconv, r=alexcrichton | bors | -0/+43 |
| 2015-10-15 | Implement conversion traits for primitive integer types | Vadim Petrochenkov | -0/+43 |
| 2015-10-14 | Reject "+" and "-" when parsing floats. | Robin Kruppe | -1/+6 |
| 2015-10-08 | Auto merge of #28900 - cristicbz:typos, r=alexcrichton | bors | -4/+4 |
| 2015-10-08 | typos: fix a grabbag of typos all over the place | Cristi Cobzarenco | -4/+4 |
| 2015-10-08 | Auto merge of #28826 - arthurprs:leading_plus, r=alexcrichton | bors | -40/+41 |
| 2015-10-07 | core: Derive Default for Wrapping<T> | Cristi Cobzarenco | -1/+1 |
| 2015-10-05 | Fix doc typo in num::{f32,f64}. | Jed Davis | -2/+2 |
| 2015-10-03 | integer parsing should accept leading plus | arthurprs | -40/+41 |
| 2015-09-20 | Reorganize core::num internals | Robin Kruppe | -73/+98 |
| 2015-09-04 | Fix for issue #28012: pow overflow inconsistency | Peter Reid | -15/+11 |
| 2015-09-03 | Elide lifetimes in libcore | Manish Goregaokar | -7/+7 |
| 2015-08-26 | Make iter::order functions into methods on Iterator | Steven Fackler | -3/+1 |
| 2015-08-22 | Auto merge of #27871 - alexcrichton:stabilize-libcore, r=aturon | bors | -110/+126 |
| 2015-08-18 | Auto merge of #27823 - eefriedman:float-dep-core, r=alexcrichton | bors | -279/+0 |
| 2015-08-17 | core: Shuffle around float parsing | Alex Crichton | -100/+96 |
| 2015-08-17 | std: Clean up primitive integer modules | Alex Crichton | -10/+30 |
| 2015-08-17 | Remove dependencies on libm functions from libcore. | Eli Friedman | -279/+0 |
| 2015-08-15 | std: Add issues to all unstable features | Alex Crichton | -1/+2 |
| 2015-08-15 | core: Fill out issues for unstable features | Alex Crichton | -12/+24 |
| 2015-08-14 | Auto merge of #27641 - nikomatsakis:soundness-rfc-1214, r=nrc | bors | -2/+2 |
| 2015-08-13 | Auto merge of #27684 - alexcrichton:remove-deprecated, r=aturon | bors | -17/+0 |
| 2015-08-12 | Fallout in libs -- misc missing bounds uncovered by WF checks. | Niko Matsakis | -2/+2 |
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -17/+0 |
| 2015-08-12 | Mention that the fast path is broken without SSE. | Robin Kruppe | -3/+11 |
| 2015-08-08 | Accurate decimal-to-float parsing routines. | Robin Kruppe | -15/+2420 |
| 2015-08-08 | Add various methods to Bignum: | Robin Kruppe | -5/+141 |
| 2015-08-08 | Enlarge Bignum type from 1152 to 1280 bits. | Robin Kruppe | -6/+6 |
| 2015-08-08 | Make core::num::dec2flt::strategy::grisu::Fp methods public. | Robin Kruppe | -3/+3 |
| 2015-08-03 | syntax: Implement #![no_core] | Alex Crichton | -8/+11 |
| 2015-07-28 | Replace occurences of illegal in user facing docs | Simonas Kazlauskas | -4/+4 |