| Age | Commit message (Expand) | Author | Lines |
| 2014-05-04 | auto merge of #13898 : nikomatsakis/rust/type-bounds-b, r=acrichto | bors | -2/+4 |
| 2014-05-03 | Temporary patch to accept arbitrary lifetimes (behind feature gate) in bound ... | Niko Matsakis | -2/+4 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -1/+1 |
| 2014-05-02 | syntax: store char literals/tokens as `char`s rather than u32s. | Huon Wilson | -2/+1 |
| 2014-04-26 | syntax: ViewItemUse no longer contains multiple view paths. | Kang Seonghoon | -7/+2 |
| 2014-04-24 | auto merge of #13713 : edwardw/rust/methodcall-span, r=alexcrichton | bors | -1/+1 |
| 2014-04-23 | Allow attributes on match arms | Steven Fackler | -1/+6 |
| 2014-04-24 | Calibrate span for method call error messages | Edward Wang | -1/+1 |
| 2014-04-23 | Review changes | Nick Cameron | -1/+2 |
| 2014-04-23 | Support unsized types with the `type` keyword | Nick Cameron | -1/+7 |
| 2014-04-20 | Allow inheritance between structs. | Nick Cameron | -0/+10 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -6/+6 |
| 2014-04-17 | Drive-by: `pprust::*_to_str` for TypeMethod, Method, and FnDecl. | Felix S. Klock II | -0/+12 |
| 2014-04-16 | auto merge of #13547 : alexcrichton/rust/remove-priv, r=huonw | bors | -2/+0 |
| 2014-04-16 | rustc: Remove private enum variants | Alex Crichton | -2/+0 |
| 2014-04-16 | pprust: Handle multi-stmt/no-expr `ExprFnBlock` | klutzy | -11/+14 |
| 2014-04-13 | auto merge of #13452 : Ryman/rust/fix_uint_as_u, r=alexcrichton | bors | -2/+2 |
| 2014-04-13 | libsyntax: update helper to stringify TyU* and TyI* to take into account havi... | Kevin Butler | -2/+2 |
| 2014-04-11 | syntax: remove ast::Sigil. | Eduard Burtescu | -27/+21 |
| 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 |