about summary refs log tree commit diff
path: root/src/libsyntax/print/pprust.rs
AgeCommit message (Expand)AuthorLines
2016-06-29Fix pretty-printing of lifetime boundSeo Sanghyeon-22/+17
2016-06-26Rollup merge of #34436 - jseyfried:no_block_expr, r=eddybJeffrey Seyfried-21/+21
2016-06-26Rollup merge of #34339 - jseyfried:thin_vec, r=petrochenkov,ManishearthJeffrey Seyfried-7/+4
2016-06-26Rollup merge of #34316 - jseyfried:refactor_ast_stmt, r=eddybJeffrey Seyfried-29/+21
2016-06-26Rollup merge of #34385 - cgswords:tstream, r=nrcJeffrey Seyfried-7/+8
2016-06-25Rollup merge of #34403 - jonathandturner:move_liberror, r=alexcrichtonJeffrey Seyfried-11/+13
2016-06-25Rollup merge of #34368 - petrochenkov:astqpath, r=ManishearthJeffrey Seyfried-2/+2
2016-06-25Rollup merge of #34213 - josephDunne:trait_item_macros, r=jseyfriedJeffrey Seyfried-0/+11
2016-06-24Add `ecx.stmt_semi()` and fix issues with the pretty-printerJeffrey Seyfried-2/+13
2016-06-23Remove field `expr` of `ast::Block`Jeffrey Seyfried-20/+9
2016-06-23Address more travis errorsJonathan Turner-1/+2
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-11/+12
2016-06-21Refactored tokentrees into their own files in preparation for tokenstreams. M...cgswords-7/+8
2016-06-20Merge PatKind::QPath into PatKind::Path in ASTVadim Petrochenkov-2/+2
2016-06-19Generalize and abstract `ThinAttributes`Jeffrey Seyfried-7/+4
2016-06-18Auto merge of #34310 - erickt:tuple-struct-attrs, r=nrcbors-1/+2
2016-06-17Fix panic when using debugGuillaume Gomez-1/+1
2016-06-17Pretty-print attributes on tuple structs and add testsErick Tryzelaar-1/+2
2016-06-17Rename `ast::ExprKind::Again` -> `ast::ExprKind::Continue`Jeffrey Seyfried-1/+1
2016-06-17Fix falloutJeffrey Seyfried-28/+20
2016-06-16Revert using ? for try! in the libsyntax pretty printerErick Tryzelaar-859/+859
2016-06-15prefer `if let` to match with `None => ()` arm in some placesZack M. Davis-19/+15
2016-06-13Add support for macro expansion inside trait itemsJoseph Dunne-0/+11
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