| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-10-07 | Rename slice::Slice | Nick Cameron | -4/+4 |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -14/+14 |
| 2014-10-03 | Set the `non_uppercase_statics` lint to warn by default | P1start | -0/+2 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -14/+14 |
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -14/+14 |
| 2014-09-23 | Deal with the fallout of string stabilization | Alex Crichton | -10/+10 |
| 2014-09-21 | Fix fallout from Vec stabilization | Alex Crichton | -9/+11 |
| 2014-09-21 | Remove #[allow(deprecated)] from libstd | Alex Crichton | -9/+9 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -3/+3 |
| 2014-09-13 | librustc: Forbid inherent implementations that aren't adjacent to the | Patrick Walton | -0/+2 |
| 2014-09-03 | Fix spelling errors and capitalization. | Joseph Crail | -1/+1 |
| 2014-08-29 | Register new snapshots | Alex Crichton | -8/+0 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -1/+9 |
| 2014-08-26 | DST coercions and DST structs | Nick Cameron | -78/+100 |
| 2014-08-26 | Use temp vars for implicit coercion to ^[T] | Nick Cameron | -1/+4 |
| 2014-08-21 | auto merge of #16443 : steveklabnik/rust/fix_path_docs, r=kballard | bors | -4/+22 |
| 2014-08-20 | Fix error message for WindowsPath::new | Steve Klabnik | -4/+22 |
| 2014-08-18 | libsyntax: Remove the `use foo = bar` syntax from the language in favor | Patrick Walton | -16/+16 |
| 2014-08-13 | core: Rename ImmutableEqSlice to ImmutablePartialEqSlice | Brian Anderson | -2/+2 |
| 2014-08-13 | std: Rename slice::Vector to Slice | Brian Anderson | -4/+4 |
| 2014-08-13 | std: Rename various slice traits for consistency | Brian Anderson | -3/+3 |
| 2014-08-06 | Use byte literals in libstd | nham | -8/+8 |
| 2014-07-31 | Add logic to skip the doc tests on windows since these examples are unix-spec... | nham | -0/+124 |
| 2014-07-31 | Use byte strings throughout examples. Add an example that was missed in the l... | nham | -7/+14 |
| 2014-07-31 | Add examples for GenericPath methods. | nham | -0/+233 |
| 2014-07-29 | Remove references to non-existant functions in the std::path documentation | nham | -4/+1 |
| 2014-07-23 | collections: Move push/pop to MutableSeq | Brian Anderson | -3/+3 |
| 2014-07-22 | auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichton | bors | -0/+2 |
| 2014-07-21 | Add a ton of ignore-lexer-test | Corey Richardson | -0/+2 |
| 2014-07-15 | auto merge of #15619 : kwantam/rust/master, r=huonw | bors | -1/+1 |
| 2014-07-15 | Deprecate `str::from_utf8_lossy` | Adolfo OchagavĂa | -2/+2 |
| 2014-07-14 | add Graphemes iterator; tidy unicode exports | kwantam | -1/+1 |
| 2014-07-10 | std: Add some implementation of common traits | Alex Crichton | -2/+26 |
| 2014-07-09 | auto merge of #15283 : kwantam/rust/master, r=alexcrichton | bors | -2/+3 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -3/+3 |
| 2014-07-07 | Add libunicode; move unicode functions from core | kwantam | -2/+3 |