| Age | Commit message (Expand) | Author | Lines |
| 2014-04-10 | auto merge of #13440 : huonw/rust/strbuf, r=alexcrichton | bors | -8/+14 |
| 2014-04-10 | Renamed ast::Purity to ast::FnStyle and ast::ImpureFn to ast::NormalFn and up... | Kasey Carrothers | -25/+25 |
| 2014-04-10 | libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and | Patrick Walton | -8/+14 |
| 2014-04-06 | syntax: Tweak parsing lifetime bounds on closures | Alex Crichton | -14/+21 |
| 2014-04-04 | Test fixes from rollup | Alex Crichton | -4/+4 |
| 2014-04-04 | syntax: remove obsolete mutability from ExprVec and ExprRepeat. | Eduard Burtescu | -10/+2 |
| 2014-04-03 | syntax: Remove AbiSet, use one Abi | Alex Crichton | -26/+27 |
| 2014-03-31 | syntax: Switch field privacy as necessary | Alex Crichton | -2/+2 |
| 2014-03-28 | Remove a RefCell from pprust::State. | Eduard Burtescu | -10/+9 |
| 2014-03-28 | De-@ IdentInterner. | Eduard Burtescu | -2/+2 |
| 2014-03-26 | auto merge of #13079 : alexcrichton/rust/colons, r=cmr | bors | -10/+6 |
| 2014-03-26 | syntax: Tweak parsing bounds on generics paths | Alex Crichton | -10/+6 |
| 2014-03-26 | syntax: Permit visibility on tuple fields | Alex Crichton | -2/+3 |
| 2014-03-22 | syntax: Fix fallout of removing get() | Alex Crichton | -6/+6 |
| 2014-03-22 | Migrate all users of opt_vec to owned_slice, delete opt_vec. | Huon Wilson | -9/+8 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -4/+0 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -3/+3 |
| 2014-03-18 | syntax: Don't parameterize the the pretty printer | Alex Crichton | -18/+19 |
| 2014-03-17 | Refactor pprust a bit. | Eduard Burtescu | -2107/+1963 |
| 2014-03-15 | rustc: Remove compiler support for __log_level() | Alex Crichton | -5/+0 |
| 2014-03-14 | Added support for type placeholders (explicit requested type | Marvin Löbel | -1/+1 |
| 2014-03-13 | Remove Rc's borrow method to avoid conflicts with RefCell's borrow in Rc<RefC... | Eduard Burtescu | -1/+1 |
| 2014-03-12 | alpha-rename .ident to .name in Lifetime, including in rustdoc. | Felix S. Klock II | -1/+1 |
| 2014-03-07 | rename ast::ViewItemExternMod to ast::ViewItemExternCrate, and clean::ExternM... | Liigo Zhuang | -1/+1 |
| 2014-03-04 | Rename all variables that have uppercase characters in their names to use onl... | Palmer Cox | -14/+14 |
| 2014-03-03 | syntax: make match arms store the expr directly. | Huon Wilson | -30/+14 |
| 2014-03-02 | Make visible types public in rustc | Steven Fackler | -3/+3 |
| 2014-03-01 | libsyntax: Fix errors arising from the automated `~[T]` conversion | Patrick Walton | -78/+115 |
| 2014-03-01 | libsyntax: Mechanically change `~[T]` to `Vec<T>` | Patrick Walton | -18/+18 |
| 2014-02-26 | Replace callee_id with information stored in method_map. | Eduard Burtescu | -5/+5 |
| 2014-02-23 | Make break and continue hygienic | Edward Wang | -2/+2 |
| 2014-02-22 | auto merge of #12451 : edwardw/rust/ident-2-name, r=cmr | bors | -1/+1 |
| 2014-02-22 | Represent lifetimes as Names instead of Idents | Edward Wang | -1/+1 |
| 2014-02-22 | Reduce reliance on `to_str_radix` | Brendan Zabarauskas | -18/+3 |
| 2014-02-20 | Mass rename if_ok! to try! | Alex Crichton | -713/+713 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -1/+1 |
| 2014-02-14 | Removed the obsolete ast::CallSugar (previously used by `do`). | Eduard Burtescu | -35/+9 |
| 2014-02-14 | Refactored ast_map and friends, mainly to have Paths without storing them. | Eduard Burtescu | -61/+51 |
| 2014-02-13 | Replace `crate` usage with `krate` | Flavio Percoco | -4/+4 |
| 2014-02-07 | Removed @self and @Trait. | Eduard Burtescu | -19/+16 |
| 2014-02-03 | Fixing remaining warnings and errors throughout | Alex Crichton | -188/+97 |
| 2014-02-03 | std: Fixing all documentation | Alex Crichton | -10/+6 |
| 2014-02-03 | syntax: Remove io_error usage | Alex Crichton | -989/+1272 |
| 2014-02-02 | syntax: remove the unused Vstore enum. | Huon Wilson | -13/+0 |
| 2014-02-02 | syntax: remove the handling of @str and @[] from the parser completely. | Huon Wilson | -1/+0 |
| 2014-02-02 | syntax: convert LitBinary from @[u8] to Rc<~[u8]>. | Huon Wilson | -2/+2 |
| 2014-02-02 | libsyntax: Remove an `@str` in pretty printing | Patrick Walton | -18/+21 |
| 2014-02-02 | libsyntax: Remove the `interner_get` function and all uses | Patrick Walton | -2/+3 |
| 2014-02-02 | libsyntax: Remove many uses of `token::ident_to_str` | Patrick Walton | -2/+3 |
| 2014-02-02 | libsyntax: Remove all `@str` from the AST | Patrick Walton | -7/+7 |