| Age | Commit message (Expand) | Author | Lines |
| 2014-05-01 | auto merge of #13877 : thestinger/rust/de-tilde-str-vec, r=alexcrichton | bors | -46/+29 |
| 2014-05-01 | auto merge of #13724 : nikomatsakis/rust/expr-use-visitor, r=pnkfelix | bors | -1/+24 |
| 2014-04-30 | librustc: Remove `~"string"` and `&"string"` from the language | Patrick Walton | -46/+29 |
| 2014-04-28 | Deprecate the rev_iter pattern in all places where a DoubleEndedIterator is p... | Jonathan S | -2/+3 |
| 2014-04-28 | auto merge of #13812 : alxgnon/rust/master, r=alexcrichton | bors | -8/+5 |
| 2014-04-28 | auto merge of #13791 : lifthrasiir/rust/mod-inner-span, r=huonw | bors | -10/+31 |
| 2014-04-27 | Fix repeated module documentation | Alexandre Gagnon | -8/+5 |
| 2014-04-27 | syntax: `Mod` records the span for inner contents. | Kang Seonghoon | -10/+31 |
| 2014-04-26 | syntax: ViewItemUse no longer contains multiple view paths. | Kang Seonghoon | -89/+78 |
| 2014-04-24 | auto merge of #13671 : dcrewi/rust/lint-directives-on-use-items, r=alexcrichton | bors | -2/+10 |
| 2014-04-24 | Pre-step towards issue #12624 and others: Introduce ExprUseVisitor, remove the | Niko Matsakis | -1/+24 |
| 2014-04-24 | auto merge of #13713 : edwardw/rust/methodcall-span, r=alexcrichton | bors | -7/+14 |
| 2014-04-24 | auto merge of #13559 : FlaPer87/rust/remove-special-root, r=nikomatsakis | bors | -18/+18 |
| 2014-04-23 | auto merge of #12812 : sfackler/rust/attr-arm, r=alexcrichton | bors | -2/+18 |
| 2014-04-23 | Allow attributes on match arms | Steven Fackler | -2/+18 |
| 2014-04-23 | auto merge of #13704 : edwardw/rust/doc-hidden, r=alexcrichton | bors | -37/+52 |
| 2014-04-24 | Calibrate span for method call error messages | Edward Wang | -7/+14 |
| 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 | -18/+18 |
| 2014-04-23 | Honor hidden doc attribute of derivable trait methods | Edward Wang | -37/+52 |
| 2014-04-22 | auto merge of #13398 : nick29581/rust/unsized-enum, r=nikomatsakis | bors | -22/+103 |
| 2014-04-23 | Review changes | Nick Cameron | -1/+2 |
| 2014-04-22 | Apply lint attrs to individual "use" declarations | David Creswick | -2/+10 |
| 2014-04-22 | add support for quadruple precision floating point | Daniel Micay | -5/+12 |
| 2014-04-23 | Check for unsized types in enums. | Nick Cameron | -0/+7 |
| 2014-04-23 | Support unsized types with the `type` keyword | Nick Cameron | -19/+85 |
| 2014-04-23 | Add a span to ast::TyParam | Nick Cameron | -6/+13 |
| 2014-04-22 | rustc: de-@ middle::ty. | Eduard Burtescu | -0/+9 |
| 2014-04-21 | auto merge of #13435 : edwardw/rust/span, r=brson | bors | -14/+23 |
| 2014-04-20 | Allow inheritance between structs. | Nick Cameron | -21/+73 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -219/+220 |
| 2014-04-18 | Update the rest of the compiler with ~[T] changes | Alex Crichton | -3/+2 |
| 2014-04-18 | Use more precise span when reporting semicolon hint | Edward Wang | -14/+23 |
| 2014-04-17 | auto merge of #13576 : lifthrasiir/rust/double-ref, r=alexcrichton | bors | -38/+54 |
| 2014-04-17 | Drive-by: `pprust::*_to_str` for TypeMethod, Method, and FnDecl. | Felix S. Klock II | -0/+12 |
| 2014-04-17 | Extended `syntax::{fold, ast_map}` to include lifetimes. | Felix S. Klock II | -33/+85 |
| 2014-04-17 | syntax: Parses `&&` as `& &` whenever appropriate. | Kang Seonghoon | -38/+54 |
| 2014-04-16 | auto merge of #13547 : alexcrichton/rust/remove-priv, r=huonw | bors | -53/+54 |
| 2014-04-16 | syntax: Demote `priv` to a reserved keyword | Alex Crichton | -18/+18 |
| 2014-04-16 | rustc: Remove private enum variants | Alex Crichton | -10/+2 |
| 2014-04-16 | auto merge of #13544 : klutzy/rust/pprust, r=alexcrichton | bors | -11/+14 |
| 2014-04-16 | syntax: unify all MacResult's into a single trait. | Huon Wilson | -161/+232 |
| 2014-04-16 | pprust: Handle multi-stmt/no-expr `ExprFnBlock` | klutzy | -11/+14 |
| 2014-04-15 | Remove usage of private enum variants | Alex Crichton | -25/+34 |
| 2014-04-14 | auto merge of #13496 : alexcrichton/rust/issue-13495, r=sfackler | bors | -5/+2 |
| 2014-04-13 | rustc: Don't link in syntax extensions | Alex Crichton | -5/+2 |
| 2014-04-13 | auto merge of #13452 : Ryman/rust/fix_uint_as_u, r=alexcrichton | bors | -24/+36 |
| 2014-04-13 | libsyntax: update helper to stringify TyU* and TyI* to take into account havi... | Kevin Butler | -24/+36 |
| 2014-04-11 | syntax: remove ast::Sigil. | Eduard Burtescu | -78/+52 |