| Age | Commit message (Expand) | Author | Lines |
| 2014-09-23 | auto merge of #17402 : steveklabnik/rust/update_manual, r=brson | bors | -1/+1 |
| 2014-09-23 | auto merge of #17028 : pcwalton/rust/higher-rank-trait-lifetimes, r=pnkfelix | bors | -8/+53 |
| 2014-09-22 | librustc: Parse and resolve higher-rank lifetimes in traits. | Patrick Walton | -8/+53 |
| 2014-09-22 | librustc: Forbid private types in public APIs. | Patrick Walton | -0/+4 |
| 2014-09-22 | manual -> reference & formatting | Steve Klabnik | -1/+1 |
| 2014-09-22 | auto merge of #17339 : treeman/rust/doc-things, r=alexcrichton | bors | -156/+129 |
| 2014-09-21 | auto merge of #17415 : jakub-/rust/issue-17383, r=huonw | bors | -5/+7 |
| 2014-09-21 | Fix the span for discriminators in non-C-like enums | Jakub Wieczorek | -5/+7 |
| 2014-09-20 | libsyntax: Explicit error message for sugared doc comments. | Mike Boutin | -11/+28 |
| 2014-09-20 | auto merge of #17319 : kmcallister/rust/method-macro-bt, r=pcwalton | bors | -1/+4 |
| 2014-09-19 | rollup merge of #17379 : pcwalton/keywords-followed-by-double-colon | Alex Crichton | -35/+48 |
| 2014-09-19 | rollup merge of #17338 : nick29581/variants-namespace | Alex Crichton | -27/+28 |
| 2014-09-19 | rollup merge of #17318 : nick29581/slice | Alex Crichton | -10/+131 |
| 2014-09-19 | rollup merge of #17314 : eddyb/span-no-gc | Alex Crichton | -123/+133 |
| 2014-09-19 | rollup merge of #17236 : fhahn/issue-16723-multiple-items | Alex Crichton | -20/+15 |
| 2014-09-19 | Allow syntax extensions to return multiple items, closes #16723. | Florian Hahn | -20/+15 |
| 2014-09-19 | Add enum variants to the type namespace | Nick Cameron | -27/+28 |
| 2014-09-18 | librustc: Implement the syntax in the RFC for unboxed closure sugar. | Patrick Walton | -81/+77 |
| 2014-09-18 | libsyntax: Disallow keywords followed by `::`. | Patrick Walton | -35/+48 |
| 2014-09-19 | Implement slicing syntax. | Nick Cameron | -10/+131 |
| 2014-09-18 | Fix fallout in tests from removing the use of Gc in ExpnInfo. | Eduard Burtescu | -10/+10 |
| 2014-09-18 | syntax: use an index in CodeMap instead of Gc for ExpnInfo. | Eduard Burtescu | -113/+123 |
| 2014-09-17 | librustc: Implement associated types behind a feature gate. | Patrick Walton | -155/+530 |
| 2014-09-17 | auto merge of #17343 : alexcrichton/rust/rollup, r=alexcrichton | bors | -34/+31 |
| 2014-09-17 | Pop the expansion context after expanding a method macro | Keegan McAllister | -1/+4 |
| 2014-09-17 | auto merge of #16836 : P1start/rust/closure_ret_bang, r=alexcrichton | bors | -10/+10 |
| 2014-09-17 | rollup merge of #17290 : bkoropoff/issue-17283 | Alex Crichton | -34/+31 |
| 2014-09-17 | doc: Remove "see above". | Jonas Hietala | -4/+3 |
| 2014-09-17 | doc: Backticks and spelling mistakes. | Jonas Hietala | -13/+13 |
| 2014-09-17 | doc: Cleanup. | Jonas Hietala | -149/+123 |
| 2014-09-17 | rebasing fixes | Nick Cameron | -6/+4 |
| 2014-09-17 | move feature_gate to libsyntax | Nick Cameron | -0/+462 |
| 2014-09-17 | move std_inject to libsyntax | Nick Cameron | -0/+236 |
| 2014-09-17 | move most of front to libsyntax | Nick Cameron | -0/+889 |
| 2014-09-16 | Propagate restrictions against struct literals to the RHS of assignments | Brian Koropoff | -2/+3 |
| 2014-09-16 | Convert restriction enum into bitflags | Brian Koropoff | -32/+28 |
| 2014-09-17 | auto merge of #17223 : retep998/rust/into_string, r=huonw | bors | -42/+42 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -74/+80 |
| 2014-09-16 | auto merge of #17280 : thestinger/rust/heap, r=pcwalton | bors | -2/+2 |
| 2014-09-15 | auto merge of #17221 : bkoropoff/rust/strinterner-unsafe, r=sfackler | bors | -11/+0 |
| 2014-09-15 | heap: optimize EMPTY to avoid relocations | Daniel Micay | -2/+2 |
| 2014-09-14 | auto merge of #17163 : pcwalton/rust/impls-next-to-struct, r=alexcrichton | bors | -0/+1 |
| 2014-09-14 | Add help diagnostic messages | P1start | -11/+31 |
| 2014-09-14 | syntax: document the ptr module. | Eduard Burtescu | -1/+30 |
| 2014-09-14 | syntax: implement in-place folding of P<T> and Vec<T>. | Eduard Burtescu | -4/+17 |
| 2014-09-14 | syntax: tests: fix fallout from using ptr::P. | Eduard Burtescu | -16/+16 |
| 2014-09-14 | syntax: fix fallout from using ptr::P. | Eduard Burtescu | -1688/+1529 |
| 2014-09-14 | syntax: ast_map: use borrowed references into the AST. | Eduard Burtescu | -268/+366 |
| 2014-09-14 | syntax: fold: use move semantics for efficient folding. | Eduard Burtescu | -722/+691 |
| 2014-09-14 | syntax: ast: replace Gc<T> (previously @T) with P<T>. | Eduard Burtescu | -77/+76 |