about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
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
2014-09-03Fix spelling errors and capitalization.Joseph Crail-5/+5
2014-09-03Remove cross-borrowing for traits.Nick Cameron-3/+3
2014-09-01auto merge of #16891 : eddyb/rust/patlit-from-expr-macros, r=kballardbors-0/+10
2014-09-01Updated to new extern crate syntax.wickerwaka-3/+8
2014-08-31auto merge of #16809 : nick29581/rust/dst-bug-3, r=alexcrichtonbors-13/+6
2014-08-31auto merge of #16788 : Manishearth/rust/raw-ptr-syntax-ty, r=huonwbors-1/+16
2014-08-30rollup merge of #16839 : treeman/issue-15358Alex Crichton-1/+1
2014-08-31Allow ExprLit expression macros to be used in patterns.Eduard Burtescu-0/+10
2014-08-30auto merge of #16859 : alexcrichton/rust/snapshots, r=huonwbors-26/+0
2014-08-30Remove the branch merging optimisations for slice patternsJakub Wieczorek-1/+1
2014-08-30auto merge of #16419 : huonw/rust/pretty-expanded-hygiene, r=pnkfelixbors-3/+7
2014-08-30rustc: implement a pretty mode to print ident/name's ctxt & gensyms.Huon Wilson-3/+7
2014-08-29Fix formatting, update copyright datesPythoner6-5/+5
2014-08-29Add support for labeled while loops.Pythoner6-12/+28
2014-08-29Register new snapshotsAlex Crichton-26/+0
2014-08-30Unify non-snake-case lints and non-uppercase statics lintsP1start-2/+2
2014-08-29Tweak error message for use of a keyword in ident position.Jonas Hietala-1/+1
2014-08-29Allow `!` as the return type of proc/closure literalsP1start-10/+10
2014-08-28Forbid ~str and ~[]Nick Cameron-13/+6
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-463/+426