about summary refs log tree commit diff
path: root/src/libsyntax/print/pprust.rs
AgeCommit message (Expand)AuthorLines
2016-05-27Rollup merge of #33644 - petrochenkov:selfast, r=nrcManish Goregaokar-52/+29
2016-05-27Rollup merge of #33639 - petrochenkov:dotdot, r=nmatsakisManish Goregaokar-14/+30
2016-05-26Implement `..` in tuple (struct) patternsVadim Petrochenkov-14/+30
2016-05-25Add a new AST-only type variant `ImplicitSelf`Vadim Petrochenkov-0/+3
2016-05-25Remove ExplicitSelf from ASTVadim Petrochenkov-52/+26
2016-05-24syntax/hir: give loop labels a spanGeorg Brandl-4/+4
2016-05-14syntax: Refactor parsing of method declarationsVadim Petrochenkov-36/+15
2016-04-25Rollup merge of #33041 - petrochenkov:path, r=nrc,ManishearthManish Goregaokar-20/+10
2016-04-24Remove some old code from libsyntaxVadim Petrochenkov-2/+2
2016-04-24syntax: Merge keywords and remaining special idents in one listVadim Petrochenkov-4/+3
2016-04-24syntax: Make static/super/self/Self keywords + special ident cleanupVadim Petrochenkov-1/+1
2016-04-24syntax: Get rid of token::IdentStyleVadim Petrochenkov-14/+5
2016-04-24thread tighter span for closures aroundNiko Matsakis-1/+1
2016-04-14Add a span to the `Crate` variant of `ast::Visibility`Jeffrey Seyfried-2/+2
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-4/+6
2016-04-06Move span into `StructField`Vadim Petrochenkov-6/+6
2016-04-06Get rid of ast::StructFieldKindVadim Petrochenkov-21/+11
2016-04-02Add `Crate` and `Restricted` variants to `ast::Visibility`Jeffrey Seyfried-0/+5
2016-04-02Make `ast::Visibility` non-copyableJeffrey Seyfried-32/+32
2016-03-22fix alignmentJorge Aparicio-41/+35
2016-03-22try! -> ?Jorge Aparicio-860/+860
2016-03-16Auto merge of #31746 - erickt:newline, r=sfacklerbors-1/+2
2016-03-14Add pretty printer output for `default`Aaron Turon-0/+3
2016-03-07implement the `?` operatorJorge Aparicio-0/+4
2016-03-07syntax: Always pretty print a newline after doc commentsErick Tryzelaar-1/+2
2016-02-27fix fallout from libsyntax enumpocalypseAlex Burka-1/+1
2016-02-27libsyntax: parse inclusive rangesAlex Burka-2/+6
2016-02-13Split ast::PatKind::Enum into tuple struct and path patternsVadim Petrochenkov-7/+8
2016-02-13Rename ast::Pat_ and its variantsVadim Petrochenkov-16/+16
2016-02-12Use more autoderef in libsyntaxJonas Schievink-133/+133
2016-02-11Remove some unnecessary indirection from AST structuresVadim Petrochenkov-4/+4
2016-02-11[breaking-change] don't glob export ast::PathListItem_ variantsOliver 'ker' Schneider-2/+2
2016-02-11[breaking-change] don't glob export ast::StrStyle variantsOliver 'ker' Schneider-8/+8
2016-02-11[breaking-change] don't glob export ast::Visibility variantsOliver 'ker' Schneider-8/+8
2016-02-11[breaking-change] don't glob export ast::TraitItemKind variantsOliver 'ker' Schneider-3/+3
2016-02-11[breaking-change] don't glob export ast::Mutablity variantsOliver 'ker' Schneider-11/+11
2016-02-11[breaking-change] don't glob export ast::MetaItem_Oliver 'ker' Schneider-3/+3
2016-02-11[breaking-change] don't glob export ast::MacStmtStyleOliver 'ker' Schneider-2/+2
2016-02-11[breaking-change] don't glob export ast::KleeneOp variantsOliver 'ker' Schneider-2/+2
2016-02-11[breaking-change] don't glob export ast::Item_ variantsOliver 'ker' Schneider-15/+15
2016-02-11[breaking-change] don't glob export ast::ForeignItem_ variantsOliver 'ker' Schneider-2/+2
2016-02-11[breaking-change] don't pub export ast::Stmt_ variantsOliver Schneider-4/+4
2016-02-11[breaking-change] don't pub export ast::IntLitType variantsOliver Schneider-3/+3
2016-02-11[breaking-change] don't pub export ast::Lit_ variantsOliver Schneider-8/+8
2016-02-11[breaking-change] don't pub export ast::Ty_ variantsOliver Schneider-15/+15
2016-02-11remove unit test that can't be tested anymoreOliver Schneider-8/+0
2016-02-11[breaking-change] remove the sign from integer literals in the astOliver Schneider-10/+2
2016-02-11[breaking-change] don't glob export ast::{UintTy, IntTy} variantsOliver Schneider-2/+2
2016-02-11[breaking-change] don't glob export ast::Expr_ variantsOliver Schneider-48/+48
2016-02-11[breaking-change] don't glob export ast::ExplicitSelf_ variantsOliver Schneider-12/+12