about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2014-09-17move feature_gate to libsyntaxNick Cameron-0/+462
2014-09-17move std_inject to libsyntaxNick Cameron-0/+236
2014-09-17move most of front to libsyntaxNick Cameron-0/+889
2014-09-16Propagate restrictions against struct literals to the RHS of assignmentsBrian Koropoff-2/+3
2014-09-16Convert restriction enum into bitflagsBrian Koropoff-32/+28
2014-09-17auto merge of #17223 : retep998/rust/into_string, r=huonwbors-42/+42
2014-09-16Fallout from renamingAaron Turon-74/+80
2014-09-16auto merge of #17280 : thestinger/rust/heap, r=pcwaltonbors-2/+2
2014-09-15auto merge of #17221 : bkoropoff/rust/strinterner-unsafe, r=sfacklerbors-11/+0
2014-09-15heap: optimize EMPTY to avoid relocationsDaniel Micay-2/+2
2014-09-14auto merge of #17163 : pcwalton/rust/impls-next-to-struct, r=alexcrichtonbors-0/+1
2014-09-14Add help diagnostic messagesP1start-11/+31
2014-09-14syntax: document the ptr module.Eduard Burtescu-1/+30
2014-09-14syntax: implement in-place folding of P<T> and Vec<T>.Eduard Burtescu-4/+17
2014-09-14syntax: tests: fix fallout from using ptr::P.Eduard Burtescu-16/+16
2014-09-14syntax: fix fallout from using ptr::P.Eduard Burtescu-1688/+1529
2014-09-14syntax: ast_map: use borrowed references into the AST.Eduard Burtescu-268/+366
2014-09-14syntax: fold: use move semantics for efficient folding.Eduard Burtescu-722/+691
2014-09-14syntax: ast: replace Gc<T> (previously @T) with P<T>.Eduard Burtescu-77/+76
2014-09-14syntax: add a custom owned smart pointer in ptr::P.Eduard Burtescu-10/+82
2014-09-13librustc: Forbid inherent implementations that aren't adjacent to thePatrick Walton-0/+1
2014-09-13auto merge of #17162 : sfackler/rust/decorator-traits, r=huonwbors-39/+53
2014-09-13Improve memory usage of libsyntaxPeter Atashian-42/+42
2014-09-12Remove unused, unsound method on StrInternerBrian Koropoff-11/+0
2014-09-12auto merge of #17134 : vberger/rust/lint_unused_extern_crate, r=alexcrichtonbors-2/+0
2014-09-12Track the visited AST's lifetime throughout Visitor.Eduard Burtescu-147/+130
2014-09-12Remove largely unused context from Visitor.Eduard Burtescu-388/+339
2014-09-12Removing unused extern crates.Victor Berger-2/+0
2014-09-10Remove BasicMacroExpander and BasicIdentMacroExpanderSteven Fackler-29/+10
2014-09-11auto merge of #16866 : P1start/rust/tuple-indexing, r=brsonbors-1/+89
2014-09-10Change ItemModifier and ItemDecorator to traitsSteven Fackler-12/+45
2014-09-09librustc: Obsolete the old external crate renaming syntax.Patrick Walton-5/+6
2014-09-09auto merge of #16662 : pczarn/rust/format-fmtstr-opt, r=brsonbors-51/+99
2014-09-10Implement tuple and tuple struct indexingP1start-1/+89
2014-09-09Optimize for the most common cases of `format!`Piotr Czarnecki-49/+73
2014-09-09Decouple string and argument piecesPiotr Czarnecki-30/+54
2014-09-09rollup merge of #17054 : pcwalton/subslice-syntaxAlex Crichton-32/+43
2014-09-08librustc: Change the syntax of subslice matching to use postfix `..`Patrick Walton-32/+43
2014-09-08quote: Explicitly borrow the ExtCtxtKeegan McAllister-1/+3
2014-09-07Fix deprecate warning "extern crate ... as ..."Sebastien Martini-1/+1
2014-09-07auto merge of #17032 : jamesluke/rust/master, r=alexcrichtonbors-1/+1
2014-09-06fix sized deallocation for OwnedSliceDaniel Micay-1/+4
2014-09-05Fix documentation typo.jamesluke-1/+1
2014-09-05make separate compilation respect #[inline] attributesStuart Pernsteiner-1/+9
2014-09-05auto merge of #16990 : DiamondLovesYou/rust/level-derive-clone, r=alexcrichtonbors-1/+1
2014-09-04Auto-derive Clone for syntax::diagnostic::Level.Richard Diamond-1/+1
2014-09-04auto merge of #16982 : jbcrail/rust/comment-and-string-corrections, r=alexcri...bors-5/+5
2014-09-04auto merge of #16923 : wickerwaka/rust/crate-as-fixup, r=alexcrichtonbors-3/+8
2014-09-04Center alignment for fmtwickerwaka-0/+3
2014-09-04auto merge of #16883 : jakub-/rust/issue-16648, r=pcwaltonbors-1/+1