| Age | Commit message (Expand) | Author | Lines |
| 2014-12-25 | Prepared most `StrExt` pattern using methods for stabilization | Marvin Löbel | -2/+2 |
| 2014-12-25 | Remove Ascii, AsciiCast, OwnedAsciiCast, AsciiStr, IntoBytes, IntoString. | Simon Sapin | -15/+13 |
| 2014-12-22 | Test fixes and rebase conflicts | Alex Crichton | -2/+6 |
| 2014-12-22 | rollup merge of #19891: nikomatsakis/unique-fn-types-3 | Alex Crichton | -3/+11 |
| 2014-12-22 | Insert coercions to fn pointer types required for the new types | Niko Matsakis | -2/+6 |
| 2014-12-22 | Fix fallout from changes. In cases where stage0 compiler is needed, we | Niko Matsakis | -3/+11 |
| 2014-12-21 | Fallout of std::str stabilization | Alex Crichton | -84/+84 |
| 2014-12-21 | Remove a ton of public reexports | Corey Farwell | -1/+2 |
| 2014-12-20 | Fix fallout of removing import_shadowing in tests. | Eduard Burtescu | -3/+0 |
| 2014-12-19 | libstd: use `#[deriving(Copy)]` | Jorge Aparicio | -4/+1 |
| 2014-12-18 | Revise std::thread API to join by default | Aaron Turon | -6/+6 |
| 2014-12-18 | Fallout from new thread API | Aaron Turon | -14/+14 |
| 2014-12-18 | librustc: Always parse `macro!()`/`macro![]` as expressions if not | Patrick Walton | -42/+42 |
| 2014-12-14 | std: Collapse SlicePrelude traits | Alex Crichton | -5/+5 |
| 2014-12-14 | Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`) | Niko Matsakis | -6/+6 |
| 2014-12-13 | libstd: fix fallout | Jorge Aparicio | -1/+1 |
| 2014-12-13 | libstd: fix fallout | Jorge Aparicio | -3/+2 |
| 2014-12-13 | libstd: fix fallout | Jorge Aparicio | -6/+6 |
| 2014-12-11 | Register new snapshots | Alex Crichton | -10/+10 |
| 2014-12-08 | librustc: Make `Copy` opt-in. | Niko Matsakis | -0/+3 |
| 2014-12-08 | auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichton | bors | -49/+49 |
| 2014-12-06 | libstd: remove unnecessary `to_string()` calls | Jorge Aparicio | -2/+2 |
| 2014-12-06 | libstd: remove unnecessary `as_slice()` calls | Jorge Aparicio | -47/+47 |
| 2014-12-05 | Utilize fewer reexports | Corey Farwell | -3/+6 |
| 2014-12-03 | Remove unused transmutes from tests | Jorge Aparicio | -100/+78 |
| 2014-11-26 | /*! -> //! | Steve Klabnik | -56/+50 |
| 2014-11-26 | auto merge of #19176 : aturon/rust/stab-iter, r=alexcrichton | bors | -4/+6 |
| 2014-11-25 | Fallout from stabilization | Aaron Turon | -4/+6 |
| 2014-11-25 | Deprecate MaybeOwned[Vector] in favor of Cow | Jorge Aparicio | -7/+7 |
| 2014-11-21 | Fallout from deprecation | Aaron Turon | -12/+12 |
| 2014-11-20 | libcore: DST-ify AsSlice | Aaron Turon | -1/+2 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -0/+2 |
| 2014-11-17 | Fix fallout from coercion removal | Nick Cameron | -16/+16 |
| 2014-11-16 | Move FromStr to core::str | Brendan Zabarauskas | -4/+2 |
| 2014-11-12 | Fix remaining documentation to reflect fail!() -> panic!() | Barosl Lee | -22/+22 |
| 2014-11-08 | Renamed Extendable to Extend | gamazeps | -2/+2 |
| 2014-11-06 | Prelude: rename and consolidate extension traits | Aaron Turon | -8/+8 |
| 2014-11-01 | DSTify BytesContainer | Jorge Aparicio | -54/+31 |
| 2014-11-01 | auto merge of #18474 : alexcrichton/rust/no-more-traits, r=aturon | bors | -3/+0 |
| 2014-11-01 | collections: Remove all collections traits | Alex Crichton | -3/+0 |
| 2014-10-31 | DSTify ToCStr | Jorge Aparicio | -24/+0 |
| 2014-10-30 | rollup merge of #18445 : alexcrichton/index-mut | Alex Crichton | -3/+3 |
| 2014-10-30 | rollup merge of #18398 : aturon/lint-conventions-2 | Alex Crichton | -2/+2 |
| 2014-10-30 | collections: Enable IndexMut for some collections | Alex Crichton | -3/+3 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -1/+1 |
| 2014-10-28 | Update code with new lint names | Aaron Turon | -2/+2 |
| 2014-10-27 | DSTify [T]/str extension traits | Jorge Aparicio | -1/+1 |
| 2014-10-16 | libstd: Remove all uses of {:?}. | Luqman Aden | -18/+18 |
| 2014-10-13 | Clean up rustc warnings. | NODA, Kai | -2/+2 |
| 2014-10-09 | std: Convert statics to constants | Alex Crichton | -6/+6 |