| Age | Commit message (Expand) | Author | Lines |
| 2014-06-26 | Remove unnecessary to_string calls | Piotr Jawniak | -1/+1 |
| 2014-06-14 | rustc: Obsolete the `@` syntax entirely | Alex Crichton | -1/+1 |
| 2014-06-14 | Register new snapshots | Alex Crichton | -1/+0 |
| 2014-06-11 | std: Remove i18n/l10n from format! | Alex Crichton | -2/+2 |
| 2014-06-11 | syntax: Move the AST from @T to Gc<T> | Alex Crichton | -134/+173 |
| 2014-06-10 | Fix more misspelled comments and strings. | Joseph Crail | -2/+2 |
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -1/+1 |
| 2014-06-02 | auto merge of #14601 : skade/rust/remove-notrust-tags, r=alexcrichton | bors | -7/+7 |
| 2014-06-02 | auto merge of #14509 : klutzy/rust/de-pub-use-glob, r=alexcrichton | bors | -2/+17 |
| 2014-06-02 | syntax: Remove use of `pub use` globs | klutzy | -2/+17 |
| 2014-06-02 | docs: Stop using `notrust` | Florian Gilcher | -7/+7 |
| 2014-06-02 | Fix deriving Encodable trait for unit structs | Piotr Jawniak | -0/+8 |
| 2014-06-01 | std: Drop Total from Total{Eq,Ord} | Alex Crichton | -3/+3 |
| 2014-05-31 | syntax: Fix an accidental hyperlink in a comment | Alex Crichton | -1/+1 |
| 2014-05-30 | syntax: Prepare for Total{Eq,Ord} => {Eq,Ord} | Alex Crichton | -6/+7 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -13/+12 |
| 2014-05-29 | auto merge of #14427 : alexcrichton/rust/librand, r=huonw | bors | -2/+3 |
| 2014-05-29 | std: Recreate a `rand` module | Alex Crichton | -2/+3 |
| 2014-05-28 | rustc: Accept PartialOrd/PartialOrdEq for Eq/Ord | Alex Crichton | -4/+5 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -2/+2 |
| 2014-05-27 | std: Remove String's to_owned | Richo Healey | -3/+3 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -2/+2 |
| 2014-05-24 | Changes from feedback | Steven Fackler | -20/+12 |
| 2014-05-24 | Add AttrId to Attribute_ | Steven Fackler | -10/+21 |
| 2014-05-22 | auto merge of #14314 : alexcrichton/rust/deriving-hash, r=brson | bors | -1/+2 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -32/+64 |
| 2014-05-21 | std: Change hash to reexport its own Writer | Alex Crichton | -1/+2 |
| 2014-05-17 | syntax: Tighten search paths for inner modules | Alex Crichton | -0/+0 |
| 2014-05-15 | syntax: Add a macro, format_args_method!() | Alex Crichton | -8/+3 |
| 2014-05-13 | syntax: Preserve attributes in #[deriving] | Alex Crichton | -11/+25 |
| 2014-05-08 | libsyntax: Remove uses of `~str` from libsyntax, and fix fallout | Patrick Walton | -1/+1 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -6/+7 |
| 2014-05-03 | auto merge of #13773 : brson/rust/boxxy, r=alexcrichton | bors | -18/+19 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -18/+19 |
| 2014-05-01 | Allow built-in traits to be derived | Flavio Percoco | -0/+51 |
| 2014-04-24 | auto merge of #13559 : FlaPer87/rust/remove-special-root, r=nikomatsakis | bors | -12/+11 |
| 2014-04-23 | auto merge of #12812 : sfackler/rust/attr-arm, r=alexcrichton | bors | -0/+2 |
| 2014-04-23 | Allow attributes on match arms | Steven Fackler | -0/+2 |
| 2014-04-23 | auto merge of #13704 : edwardw/rust/doc-hidden, r=alexcrichton | bors | -37/+52 |
| 2014-04-23 | auto merge of #13686 : alexcrichton/rust/issue-12224, r=nikomatsakis | bors | -19/+55 |
| 2014-04-23 | Fix other bugs with new closure borrowing | Alex Crichton | -19/+55 |
| 2014-04-23 | syntax: fix de-@rooting fallout | Flavio Percoco | -12/+11 |
| 2014-04-23 | Honor hidden doc attribute of derivable trait methods | Edward Wang | -37/+52 |
| 2014-04-23 | Support unsized types with the `type` keyword | Nick Cameron | -11/+20 |
| 2014-04-23 | Add a span to ast::TyParam | Nick Cameron | -2/+2 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -4/+4 |
| 2014-04-10 | auto merge of #13440 : huonw/rust/strbuf, r=alexcrichton | bors | -3/+3 |
| 2014-04-10 | Renamed ast::Purity to ast::FnStyle and ast::ImpureFn to ast::NormalFn and up... | Kasey Carrothers | -1/+1 |
| 2014-04-10 | libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and | Patrick Walton | -3/+3 |
| 2014-04-08 | Register new snapshots | Alex Crichton | -3/+3 |