| Age | Commit message (Expand) | Author | Lines |
| 2014-11-13 | Remove lots of numeric traits from the preludes | Brendan Zabarauskas | -1/+10 |
| 2014-11-13 | Deprecate Num, Unsigned and Primitive | Brendan Zabarauskas | -2/+2 |
| 2014-11-13 | Deprecate Zero and One traits | Brendan Zabarauskas | -16/+13 |
| 2014-11-13 | Deprecate Bounded trait | Brendan Zabarauskas | -3/+2 |
| 2014-11-13 | Move checked arithmetic operators into Int trait | Brendan Zabarauskas | -26/+25 |
| 2014-11-13 | Move saturating operator methods into Int | Brendan Zabarauskas | -1/+1 |
| 2014-11-13 | Create UnsignedInt trait and deprecate free functions | Brendan Zabarauskas | -8/+8 |
| 2014-11-13 | Move abs_sub to FloatMath | Brendan Zabarauskas | -1/+23 |
| 2014-11-13 | Take parameters by-value in Signed trait | Brendan Zabarauskas | -20/+20 |
| 2014-11-12 | Fix remaining documentation to reflect fail!() -> panic!() | Barosl Lee | -6/+6 |
| 2014-11-07 | Fixing #18659 | juxiliary | -1/+17 |
| 2014-11-06 | Prelude: rename and consolidate extension traits | Aaron Turon | -2/+2 |
| 2014-11-04 | Deprecate {f32, f64}::from_str_hex | Brendan Zabarauskas | -80/+27 |
| 2014-11-04 | Simplify float string conversion function further | Brendan Zabarauskas | -161/+115 |
| 2014-11-04 | Clean up from_str_float and use iterators | Brendan Zabarauskas | -156/+125 |
| 2014-11-04 | Remove unnecessary features from strconv | Brendan Zabarauskas | -121/+33 |
| 2014-11-04 | Separate string->integer implementation in strconv | Brendan Zabarauskas | -181/+131 |
| 2014-11-01 | collections: Remove all collections traits | Alex Crichton | -1/+0 |
| 2014-10-30 | rollup merge of #18445 : alexcrichton/index-mut | Alex Crichton | -2/+2 |
| 2014-10-30 | rollup merge of #18398 : aturon/lint-conventions-2 | Alex Crichton | -6/+6 |
| 2014-10-30 | collections: Enable IndexMut for some collections | Alex Crichton | -2/+2 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -7/+7 |
| 2014-10-28 | Update code with new lint names | Aaron Turon | -6/+6 |
| 2014-10-20 | auto merge of #18070 : alexcrichton/rust/spring-cleaning, r=aturon | bors | -174/+26 |
| 2014-10-20 | auto merge of #18174 : huonw/rust/fix-sqrt, r=alexcrichton | bors | -0/+22 |
| 2014-10-20 | Handle negative numbers in `sqrt` properly. | Huon Wilson | -0/+22 |
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -174/+26 |
| 2014-10-13 | Clean up rustc warnings. | NODA, Kai | -12/+22 |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -13/+3 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -3/+13 |
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -13/+3 |
| 2014-09-30 | librustc: Forbid `..` in range patterns. | Patrick Walton | -2/+2 |
| 2014-09-23 | Deprecate `#[ignore(cfg(...))]` | Steven Fackler | -2/+2 |
| 2014-08-16 | librustc: Forbid external crates, imports, and/or items from being | Patrick Walton | -2/+0 |
| 2014-08-13 | std: Rename various slice traits for consistency | Brian Anderson | -11/+11 |
| 2014-08-06 | Use byte literals in libstd | nham | -19/+17 |
| 2014-07-23 | collections: Move push/pop to MutableSeq | Brian Anderson | -1/+1 |
| 2014-07-21 | Add a ton of ignore-lexer-test | Corey Richardson | -0/+2 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -26/+26 |
| 2014-06-30 | libstd: set baseline stability levels. | Aaron Turon | -0/+6 |
| 2014-06-24 | Test fixes from the rollup | Alex Crichton | -0/+4 |
| 2014-06-24 | std: Add stability attributes to primitive numeric modules | Brian Anderson | -0/+23 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -15/+15 |
| 2014-06-18 | Merge the Bitwise and ByteOrder traits into the Int trait | Brendan Zabarauskas | -1/+1 |
| 2014-06-08 | core: Rename `container` mod to `collections`. Closes #12543 | Brian Anderson | -1/+1 |
| 2014-06-08 | Fix spelling errors in comments. | Joseph Crail | -1/+1 |
| 2014-06-06 | Rename Iterator::len to count | Aaron Turon | -1/+0 |
| 2014-05-31 | rustdoc: Create anchor pages for primitive types | Alex Crichton | -0/+22 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -6/+6 |
| 2014-05-29 | std: Recreate a `rand` module | Alex Crichton | -14/+14 |