| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-09-14 | syntax: add a custom owned smart pointer in ptr::P. | Eduard Burtescu | -10/+82 |
| 2014-09-13 | librustc: Forbid inherent implementations that aren't adjacent to the | Patrick Walton | -0/+1 |
| 2014-09-13 | auto merge of #17162 : sfackler/rust/decorator-traits, r=huonw | bors | -39/+53 |
| 2014-09-13 | Improve memory usage of libsyntax | Peter Atashian | -42/+42 |
| 2014-09-12 | Remove unused, unsound method on StrInterner | Brian Koropoff | -11/+0 |
| 2014-09-12 | auto merge of #17134 : vberger/rust/lint_unused_extern_crate, r=alexcrichton | bors | -2/+0 |
| 2014-09-12 | Track the visited AST's lifetime throughout Visitor. | Eduard Burtescu | -147/+130 |
| 2014-09-12 | Remove largely unused context from Visitor. | Eduard Burtescu | -388/+339 |
| 2014-09-12 | Removing unused extern crates. | Victor Berger | -2/+0 |
| 2014-09-10 | Remove BasicMacroExpander and BasicIdentMacroExpander | Steven Fackler | -29/+10 |
| 2014-09-11 | auto merge of #16866 : P1start/rust/tuple-indexing, r=brson | bors | -1/+89 |
| 2014-09-10 | Change ItemModifier and ItemDecorator to traits | Steven Fackler | -12/+45 |
| 2014-09-09 | librustc: Obsolete the old external crate renaming syntax. | Patrick Walton | -5/+6 |
| 2014-09-09 | auto merge of #16662 : pczarn/rust/format-fmtstr-opt, r=brson | bors | -51/+99 |
| 2014-09-10 | Implement tuple and tuple struct indexing | P1start | -1/+89 |
| 2014-09-09 | Optimize for the most common cases of `format!` | Piotr Czarnecki | -49/+73 |
| 2014-09-09 | Decouple string and argument pieces | Piotr Czarnecki | -30/+54 |
| 2014-09-09 | rollup merge of #17054 : pcwalton/subslice-syntax | Alex Crichton | -32/+43 |
| 2014-09-08 | librustc: Change the syntax of subslice matching to use postfix `..` | Patrick Walton | -32/+43 |
| 2014-09-08 | quote: Explicitly borrow the ExtCtxt | Keegan McAllister | -1/+3 |
| 2014-09-07 | Fix deprecate warning "extern crate ... as ..." | Sebastien Martini | -1/+1 |
| 2014-09-07 | auto merge of #17032 : jamesluke/rust/master, r=alexcrichton | bors | -1/+1 |
| 2014-09-06 | fix sized deallocation for OwnedSlice | Daniel Micay | -1/+4 |
| 2014-09-05 | Fix documentation typo. | jamesluke | -1/+1 |
| 2014-09-05 | make separate compilation respect #[inline] attributes | Stuart Pernsteiner | -1/+9 |
| 2014-09-05 | auto merge of #16990 : DiamondLovesYou/rust/level-derive-clone, r=alexcrichton | bors | -1/+1 |
| 2014-09-04 | Auto-derive Clone for syntax::diagnostic::Level. | Richard Diamond | -1/+1 |
| 2014-09-04 | auto merge of #16982 : jbcrail/rust/comment-and-string-corrections, r=alexcri... | bors | -5/+5 |
| 2014-09-04 | auto merge of #16923 : wickerwaka/rust/crate-as-fixup, r=alexcrichton | bors | -3/+8 |
| 2014-09-04 | Center alignment for fmt | wickerwaka | -0/+3 |
| 2014-09-04 | auto merge of #16883 : jakub-/rust/issue-16648, r=pcwalton | bors | -1/+1 |