| Age | Commit message (Expand) | Author | Lines |
| 2015-12-29 | Fix warnings when compiling stdlib with --test | Florian Hahn | -5/+0 |
| 2015-11-18 | Add missing annotations and some tests | Vadim Petrochenkov | -0/+3 |
| 2015-08-11 | Register new snapshots | Alex Crichton | -2/+0 |
| 2015-08-03 | syntax: Implement #![no_core] | Alex Crichton | -1/+2 |
| 2015-05-01 | std: Don't use a wrapper for the float error type | Alex Crichton | -30/+3 |
| 2015-04-21 | std: Bring back f32::from_str_radix as an unstable API | Alex Crichton | -500/+52 |
| 2015-04-21 | std: Remove deprecated/unstable num functionality | Alex Crichton | -1091/+2 |
| 2015-04-13 | pluralize doc comment verbs and add missing periods | Andrew Paseltiner | -10/+10 |
| 2015-04-07 | std: Deny most warnings in doctests | Alex Crichton | -18/+1 |
| 2015-03-31 | Stabilize std::num | Aaron Turon | -4/+9 |
| 2015-03-23 | Add #![feature] attributes to doctests | Brian Anderson | -0/+41 |
| 2015-03-20 | std: Remove old_io/old_path from the prelude | Alex Crichton | -2/+2 |
| 2015-03-20 | Rollup merge of #22631 - aepsil0n:issue-22098, r=aturon | Manish Goregaokar | -1/+1 |
| 2015-03-19 | Allow Float::ldexp to be called as a method | Eduard Bopp | -1/+1 |
| 2015-03-18 | Register new snapshots | Alex Crichton | -3/+0 |
| 2015-03-16 | impl {i,u}{8,16,32,64,size} | Jorge Aparicio | -0/+3 |
| 2015-03-07 | Use assert_eq! rather than assert! | Ryan Prichard | -1/+1 |
| 2015-03-05 | Remove integer suffixes where the types in compiled code are identical. | Eduard Burtescu | -9/+9 |
| 2015-03-03 | Accommodate arith-overflow in `core::num`, `std::num`, `coretest::num`. | Felix S. Klock II | -8/+8 |
| 2015-03-03 | Add `core::num::wrapping` and fix overflow errors. | James Miller | -0/+1 |
| 2015-03-01 | Make Int::pow() take exp as u32 instead usize | Guillaume Gomez | -1/+1 |
| 2015-02-23 | Rollup merge of #22658 - glacjay:issue-22535, r=Gankro | Manish Goregaokar | -0/+66 |
| 2015-02-22 | shift int/uint tests around to avoid code repetition | GlacJAY | -0/+66 |
| 2015-02-20 | make int/uint modules just re-exports | Alexis | -105/+105 |
| 2015-02-18 | Convert required suffixes into a use of `as`. | Niko Matsakis | -39/+39 |
| 2015-02-18 | Remove `i`, `is`, `u`, or `us` suffixes that are not necessary. | Niko Matsakis | -3/+3 |
| 2015-02-16 | Document std::num::Float with examples | mdinger | -42/+777 |
| 2015-02-04 | std: Add reexports for core parse errors | Alex Crichton | -1/+1 |
| 2015-01-30 | Remove all `i` suffixes | Tobias Bucher | -23/+23 |
| 2015-01-29 | s/Show/Debug/g | Jorge Aparicio | -1/+1 |
| 2015-01-29 | `range(a, b).foo()` -> `(a..b).foo()` | Jorge Aparicio | -2/+2 |
| 2015-01-25 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -2/+2 |
| 2015-01-23 | grandfathered -> rust1 | Brian Anderson | -37/+37 |
| 2015-01-23 | Deprecated attributes don't take 'feature' names and are paired with stable/u... | Brian Anderson | -7/+14 |
| 2015-01-23 | Set unstable feature names appropriately | Brian Anderson | -28/+28 |
| 2015-01-21 | Remove 'since' from unstable attributes | Brian Anderson | -28/+28 |
| 2015-01-21 | Add 'feature' and 'since' to stability attributes | Brian Anderson | -72/+96 |
| 2015-01-20 | std: Rename Show/String to Debug/Display | Alex Crichton | -2/+2 |
| 2015-01-17 | Register new snapshots. | Eduard Burtescu | -28/+14 |
| 2015-01-08 | Improvements to feature staging | Brian Anderson | -1/+1 |
| 2015-01-08 | Rename `target_word_size` to `target_pointer_width` | Nick Cameron | -14/+28 |
| 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-06 | Apply stability attributes to std::num::Float. | Huon Wilson | -28/+54 |
| 2015-01-06 | Merge core::num::Float and std::num::FloatMath. | Huon Wilson | -6/+184 |
| 2015-01-06 | num: remove deprecated functionality. | Huon Wilson | -2/+0 |
| 2015-01-03 | Remove deprecated functionality | Alex Crichton | -11/+2 |
| 2015-01-03 | sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs | Jorge Aparicio | -1/+1 |
| 2015-01-03 | use assoc types in binop traits | Jorge Aparicio | -3/+3 |
| 2015-01-02 | std: Stabilize the prelude module | Alex Crichton | -5/+3 |