| Age | Commit message (Expand) | Author | Lines |
| 2014-05-17 | syntax: Tighten search paths for inner modules | Alex Crichton | -6/+44 |
| 2014-05-13 | syntax: Fix parsing << with closure types | Alex Crichton | -6/+54 |
| 2014-05-13 | Touch up and rebase previous commits | Alex Crichton | -3/+0 |
| 2014-05-12 | Cleanup some ugly variable names, now that we have `let`-hygiene. | Paul Stansifer | -14/+14 |
| 2014-05-12 | Add some long-overdue documentation on the INTERPOLATED helper macros. | Paul Stansifer | -1/+6 |
| 2014-05-09 | Register new snapshots | Alex Crichton | -6/+0 |
| 2014-05-08 | libsyntax: Remove uses of `~str` from libsyntax, and fix fallout | Patrick Walton | -7/+13 |
| 2014-05-07 | auto merge of #14005 : alexcrichton/rust/extern-unsafe, r=pcwalton | bors | -14/+24 |
| 2014-05-07 | auto merge of #13958 : pcwalton/rust/detilde, r=pcwalton | bors | -5/+21 |
| 2014-05-07 | auto merge of #13914 : alexcrichton/rust/pile-o-rustdoc-fixes, r=brson | bors | -6/+2 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -5/+21 |
| 2014-05-06 | rustc: Enable writing "unsafe extern fn() {}" | Alex Crichton | -14/+24 |
| 2014-05-04 | auto merge of #13908 : pcwalton/rust/box-pattern, r=alexcrichton | bors | -0/+13 |
| 2014-05-04 | auto merge of #13898 : nikomatsakis/rust/type-bounds-b, r=acrichto | bors | -4/+3 |
| 2014-05-03 | Temporary patch to accept arbitrary lifetimes (behind feature gate) in bound ... | Niko Matsakis | -4/+3 |
| 2014-05-03 | syntax: Fix duplicate attributes on module files | Alex Crichton | -6/+2 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -1/+1 |
| 2014-05-02 | libsyntax: Add `box PAT` to the pattern grammar. RFC #14. | Patrick Walton | -0/+13 |
| 2014-04-30 | librustc: Remove `~"string"` and `&"string"` from the language | Patrick Walton | -22/+5 |
| 2014-04-28 | auto merge of #13791 : lifthrasiir/rust/mod-inner-span, r=huonw | bors | -5/+12 |
| 2014-04-27 | syntax: `Mod` records the span for inner contents. | Kang Seonghoon | -5/+12 |
| 2014-04-26 | syntax: ViewItemUse no longer contains multiple view paths. | Kang Seonghoon | -3/+3 |
| 2014-04-24 | auto merge of #13713 : edwardw/rust/methodcall-span, r=alexcrichton | bors | -2/+8 |
| 2014-04-23 | Allow attributes on match arms | Steven Fackler | -1/+7 |
| 2014-04-24 | Calibrate span for method call error messages | Edward Wang | -2/+8 |
| 2014-04-23 | Support unsized types with the `type` keyword | Nick Cameron | -3/+24 |
| 2014-04-23 | Add a span to ast::TyParam | Nick Cameron | -1/+3 |
| 2014-04-21 | auto merge of #13435 : edwardw/rust/span, r=brson | bors | -13/+11 |
| 2014-04-20 | Allow inheritance between structs. | Nick Cameron | -5/+30 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -1/+1 |
| 2014-04-18 | Use more precise span when reporting semicolon hint | Edward Wang | -13/+11 |
| 2014-04-17 | syntax: Parses `&&` as `& &` whenever appropriate. | Kang Seonghoon | -38/+54 |
| 2014-04-16 | rustc: Remove private enum variants | Alex Crichton | -6/+1 |
| 2014-04-11 | syntax: remove ast::Sigil. | Eduard Burtescu | -26/+6 |
| 2014-04-10 | auto merge of #13440 : huonw/rust/strbuf, r=alexcrichton | bors | -4/+5 |
| 2014-04-10 | Renamed ast::Purity to ast::FnStyle and ast::ImpureFn to ast::NormalFn and up... | Kasey Carrothers | -23/+23 |
| 2014-04-10 | libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and | Patrick Walton | -4/+5 |
| 2014-04-08 | Register new snapshots | Alex Crichton | -32/+17 |
| 2014-04-06 | syntax: Tweak parsing lifetime bounds on closures | Alex Crichton | -111/+112 |
| 2014-04-04 | syntax: remove obsolete mutability from ExprVec and ExprRepeat. | Eduard Burtescu | -5/+4 |
| 2014-04-03 | syntax: Remove AbiSet, use one Abi | Alex Crichton | -51/+34 |
| 2014-04-02 | Fix fallout of requiring uint indices | Alex Crichton | -2/+2 |
| 2014-03-31 | syntax: allow stmt/expr macro invocations to be delimited by []. | Gábor Lehel | -23/+15 |
| 2014-03-31 | syntax: Switch field privacy as necessary | Alex Crichton | -23/+19 |
| 2014-03-31 | vec: convert `append` and `append_one` to methods | Daniel Micay | -26/+13 |
| 2014-03-28 | auto merge of #13170 : eddyb/rust/syntax-cleanup, r=alexcrichton | bors | -4/+5 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -1/+4 |
| 2014-03-28 | De-@ IdentInterner. | Eduard Burtescu | -1/+1 |
| 2014-03-28 | De-@ TokenTree. | Eduard Burtescu | -2/+3 |
| 2014-03-28 | Used inherited mutability in lexer::Reader. | Eduard Burtescu | -1/+1 |