| Age | Commit message (Expand) | Author | Lines |
| 2013-09-25 | rustdoc: Change all code-blocks with a script | Alex Crichton | -4/+4 |
| 2013-09-19 | Rename the NaN and is_NaN methods to lowercase. | Chris Morgan | -2/+2 |
| 2013-09-15 | Remove {uint,int,u64,i64,...}::from_str,from_str_radix | blake2-ppc | -0/+5 |
| 2013-09-14 | Add Orderable bound to num::Primitive | Brendan Zabarauskas | -0/+1 |
| 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 | -378/+1 |
| 2013-08-30 | std: Add a fixme for when we add Trait::<for T>::static_method() | Erick Tryzelaar | -0/+2 |
| 2013-08-29 | Remove the iter module. | Jason Fager | -0/+13 |
| 2013-08-27 | librustc: Ensure that type parameters are in the right positions in paths. | Patrick Walton | -12/+12 |
| 2013-08-19 | auto merge of #8459 : thestinger/rust/checked, r=graydon | bors | -0/+4 |
| 2013-08-14 | Rewrite Saturating in terms of CheckedAdd/CheckedSub | Kevin Ballard | -38/+25 |
| 2013-08-12 | Forbid pub/priv where it has no effect | Alex Crichton | -2/+2 |
| 2013-08-12 | fix build with the new snapshot compiler | Daniel Micay | -37/+14 |
| 2013-08-11 | num: implement CheckedDiv | Daniel Micay | -0/+4 |
| 2013-08-11 | disable 64-bit CheckedMul on 32-bit | Daniel Micay | -2/+4 |
| 2013-08-11 | add intrinsics for checked overflow add/sub/mul | Daniel Micay | -1/+448 |
| 2013-08-05 | Add std::num::Saturating | Kevin Ballard | -60/+157 |
| 2013-07-30 | Improve std::num module description, and fix some formatting | Brendan Zabarauskas | -21/+4 |
| 2013-07-30 | Add some missing method wrappers to std::num | Brendan Zabarauskas | -2/+24 |
| 2013-07-18 | librustc: Forbid `&` pointers (other than `&'static`) inside `@` boxes. | Patrick Walton | -2/+2 |
| 2013-07-17 | librustc: Remove all uses of the `Copy` bound. | Patrick Walton | -2/+1 |
| 2013-07-08 | Replaces the free-standing functions in f32, &c. | Jens Nockert | -5/+34 |
| 2013-06-28 | librustc: Remove the broken overloaded assign-ops from the language. | Patrick Walton | -1/+1 |
| 2013-06-18 | replace #[inline(always)] with #[inline]. r=burningtree. | Graydon Hoare | -17/+17 |
| 2013-06-16 | Add copies to type params with Copy bound | Niko Matsakis | -3/+3 |
| 2013-06-14 | Add Zero impls for lots of common types | Alex Crichton | -0/+15 |
| 2013-06-11 | std: convert pow, hypot, atan2, log to take arguments by reference. | Huon Wilson | -4/+4 |
| 2013-05-30 | Require documentation by default for libstd | Alex Crichton | -0/+3 |
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -0/+494 |