| Age | Commit message (Expand) | Author | Lines |
| 2014-11-26 | auto merge of #19176 : aturon/rust/stab-iter, r=alexcrichton | bors | -1/+2 |
| 2014-11-25 | Fallout from stabilization | Aaron Turon | -1/+2 |
| 2014-11-25 | Deprecate MaybeOwned[Vector] in favor of Cow | Jorge Aparicio | -2/+2 |
| 2014-11-21 | Fallout from deprecation | Aaron Turon | -12/+12 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -0/+2 |
| 2014-11-17 | Fix fallout from coercion removal | Nick Cameron | -7/+7 |
| 2014-11-16 | Move FromStr to core::str | Brendan Zabarauskas | -2/+1 |
| 2014-11-12 | Fix remaining documentation to reflect fail!() -> panic!() | Barosl Lee | -6/+6 |
| 2014-11-08 | Renamed Extendable to Extend | gamazeps | -1/+1 |
| 2014-11-06 | Prelude: rename and consolidate extension traits | Aaron Turon | -2/+2 |
| 2014-11-01 | DSTify BytesContainer | Jorge Aparicio | -18/+1 |
| 2014-11-01 | auto merge of #18474 : alexcrichton/rust/no-more-traits, r=aturon | bors | -1/+0 |
| 2014-11-01 | collections: Remove all collections traits | Alex Crichton | -1/+0 |
| 2014-10-31 | DSTify ToCStr | Jorge Aparicio | -12/+0 |
| 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-16 | libstd: Remove all uses of {:?}. | Luqman Aden | -12/+12 |
| 2014-10-09 | std: Convert statics to constants | Alex Crichton | -4/+4 |
| 2014-10-07 | Rename slice::Slice | Nick Cameron | -1/+1 |
| 2014-09-23 | Deal with the fallout of string stabilization | Alex Crichton | -10/+10 |
| 2014-09-21 | Fix fallout from Vec stabilization | Alex Crichton | -5/+7 |
| 2014-09-21 | Remove #[allow(deprecated)] from libstd | Alex Crichton | -7/+7 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -1/+1 |
| 2014-08-26 | DST coercions and DST structs | Nick Cameron | -37/+48 |
| 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-13 | std: Rename slice::Vector to Slice | Brian Anderson | -1/+1 |
| 2014-08-13 | std: Rename various slice traits for consistency | Brian Anderson | -1/+1 |
| 2014-08-06 | Use byte literals in libstd | nham | -4/+4 |
| 2014-07-23 | collections: Move push/pop to MutableSeq | Brian Anderson | -1/+1 |
| 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-14 | add Graphemes iterator; tidy unicode exports | kwantam | -1/+1 |
| 2014-07-10 | std: Add some implementation of common traits | Alex Crichton | -1/+13 |
| 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 | -2/+2 |
| 2014-07-07 | Add libunicode; move unicode functions from core | kwantam | -2/+3 |
| 2014-07-01 | rustc: Remove `&str` indexing from the language. | Brian Anderson | -21/+25 |
| 2014-06-26 | Remove unnecessary to_string calls | Piotr Jawniak | -1/+1 |
| 2014-06-18 | Deprecate the bytes!() macro. | Simon Sapin | -64/+43 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -6/+0 |
| 2014-06-13 | auto merge of #14831 : alexcrichton/rust/format-intl, r=brson | bors | -0/+6 |
| 2014-06-11 | std: Remove i18n/l10n from format! | Alex Crichton | -0/+6 |
| 2014-06-11 | rustc: Remove ~[T] from the language | Alex Crichton | -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-05 | std: Recreate a `collections` module | Alex Crichton | -1/+2 |
| 2014-06-01 | std: Drop Total from Total{Eq,Ord} | Alex Crichton | -2/+2 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -3/+3 |
| 2014-05-28 | std: Remove format_strbuf!() | Alex Crichton | -1/+1 |