| Age | Commit message (Expand) | Author | Lines |
| 2013-10-08 | Fix float to float ToPrimitive implementation. | Sébastien Crozet | -2/+1 |
| 2013-10-08 | auto merge of #9757 : erickt/rust/master, r=alexcrichton | bors | -3/+48 |
| 2013-10-07 | std: fix an infinite loop in num::ToPrimitive and add tests | Erick Tryzelaar | -3/+48 |
| 2013-10-07 | Fix existing privacy/visibility violations | Alex Crichton | -2/+2 |
| 2013-10-05 | std: add Primitive.is_signed | Erick Tryzelaar | -0/+13 |
| 2013-10-05 | std: ToPrimitive's default impls should use `.to_*()` | Erick Tryzelaar | -22/+11 |
| 2013-10-05 | std: fix some warnings | Erick Tryzelaar | -5/+0 |
| 2013-10-05 | std: check bounds for ints/uints in {To,From}Primitive | Erick Tryzelaar | -60/+598 |
| 2013-10-02 | std: Swap {To,From}Primitive to use the 64bit as the unimplemented version | Erick Tryzelaar | -32/+36 |
| 2013-10-02 | std: Replace num::IntConvertible with {To,From}Primitive | Erick Tryzelaar | -96/+354 |
| 2013-10-02 | auto merge of #9665 : alexcrichton/rust/snapshot, r=brson | bors | -1/+1 |
| 2013-10-02 | auto merge of #9638 : pnkfelix/rust/fsk-issue7526-attempt-to-catch-nonuc-stat... | bors | -0/+2 |
| 2013-10-01 | Migrate users of 'loop' to 'continue' | Alex Crichton | -1/+1 |
| 2013-10-01 | remove the `float` type | Daniel Micay | -1454/+2 |
| 2013-09-30 | std: Remove usage of fmt! | Alex Crichton | -16/+16 |
| 2013-10-01 | Add new lint: non_uppercase_pattern_statics, for #7526. | Felix S. Klock II | -0/+2 |
| 2013-09-25 | rustdoc: Change all code-blocks with a script | Alex Crichton | -22/+22 |
| 2013-09-23 | std: merge rand::{Rng,RngUtil} with default methods. | Huon Wilson | -1/+1 |
| 2013-09-21 | auto merge of #9369 : sebcrozet/rust/f64_inline, r=thestinger | bors | -0/+1 |
| 2013-09-20 | Implement a web backend for rustdoc_ng | Alex Crichton | -0/+2 |
| 2013-09-21 | std: add missing #[inline] annotation to the f64 neg method. | Sébastien Crozet | -0/+1 |
| 2013-09-19 | Rename the NaN and is_NaN methods to lowercase. | Chris Morgan | -115/+115 |
| 2013-09-19 | auto merge of #9291 : jzelinskie/rust/remove-cond, r=alexcrichton | bors | -41/+41 |
| 2013-09-18 | Remove and replace cond! Closes #9282. | Jimmy Zelinskie | -41/+41 |
| 2013-09-18 | std: Remove {float,f64,f32}::from_str in favor of from_str | blake2-ppc | -211/+187 |
| 2013-09-16 | std::num: Add uint::next_power_of_two_opt | blake2-ppc | -1/+11 |
| 2013-09-15 | Remove {uint,int,u64,i64,...}::from_str,from_str_radix | blake2-ppc | -90/+65 |
| 2013-09-15 | std::num: Remove `range_step` for each numeric type | blake2-ppc | -296/+0 |
| 2013-09-14 | auto merge of #9182 : bjz/rust/master, r=brson | bors | -0/+1 |
| 2013-09-14 | Add Orderable bound to num::Primitive | Brendan Zabarauskas | -0/+1 |
| 2013-09-12 | std: Add a bunch of Default impls | Erick Tryzelaar | -0/+30 |
| 2013-09-09 | auto merge of #9051 : bjz/rust/master, r=huonw | bors | -384/+419 |
| 2013-09-08 | auto merge of #8988 : cmr/rust/fromstr_fn, r=brson | bors | -3/+3 |
| 2013-09-08 | Fix import order which caused the wrong from_str to be in scope | Corey Richardson | -3/+3 |
| 2013-09-09 | Fix unused import warnings on 32bit systems | Brendan Zabarauskas | -2/+6 |
| 2013-09-08 | Add Clone and DeepClone constraints to Primitive trait | Brendan Zabarauskas | -1/+4 |
| 2013-09-08 | Moved checked trait impls out of std::num | Brendan Zabarauskas | -383/+411 |
| 2013-09-06 | auto merge of #9010 : aaronlaursen/rust/master, r=alexcrichton | bors | -4/+31 |
| 2013-09-06 | fix for issue #7588, overflow now handled correctly | Aaron Laursen | -4/+31 |
| 2013-09-05 | Rename str::from_bytes to str::from_utf8, closes #8985 | Florian Hahn | -3/+3 |
| 2013-08-30 | auto merge of #8896 : lightcatcher/rust/default_eq_fix, r=thestinger | bors | -10/+0 |
| 2013-08-30 | remove several 'ne' methods | Eric Martin | -10/+0 |
| 2013-08-30 | std: Add a fixme for when we add Trait::<for T>::static_method() | Erick Tryzelaar | -0/+2 |
| 2013-08-29 | auto merge of #8819 : vadimcn/rust/unit-tests, r=brson | bors | -0/+21 |
| 2013-08-29 | Remove the iter module. | Jason Fager | -3/+16 |
| 2013-08-28 | Disabled failing parts of abs_sub() and frexp() unit tests on Windows. | Vadim Chugunov | -0/+21 |
| 2013-08-27 | librustc: Ensure that type parameters are in the right positions in paths. | Patrick Walton | -216/+415 |
| 2013-08-22 | Enabled unit tests in std and extra. | Vadim Chugunov | -5/+0 |
| 2013-08-21 | auto merge of #8610 : kballard/rust/mod_floor, r=alexcrichton | bors | -2/+15 |
| 2013-08-20 | rm obsolete float to_str_radix free functions | Daniel Micay | -74/+53 |