about summary refs log tree commit diff
path: root/src/libsyntax/ast.rs
AgeCommit message (Expand)AuthorLines
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-6/+6
2017-08-12Fix some typosBastien Orivel-3/+3
2017-07-30Auto merge of #43551 - Mark-Simulacrum:rollup, r=Mark-Simulacrumbors-0/+2
2017-07-29Rollup merge of #43501 - topecongiro:span-to-whereclause, r=nrcMark Simulacrum-0/+2
2017-07-29Auto merge of #43009 - GuillaumeGomez:unused-doc-comments, r=nrcbors-0/+7
2017-07-28syntax: Capture a `TokenStream` when parsing itemsAlex Crichton-0/+7
2017-07-29Add Span to ast::WhereClausetopecongiro-0/+2
2017-07-28syntax: Add `tokens: Option<TokenStream>` to ItemAlex Crichton-0/+6
2017-07-27Give span to angle bracketed generic argumentsVadim Petrochenkov-7/+5
2017-07-27Discern between `Path` and `Path<>` in ASTVadim Petrochenkov-8/+6
2017-07-27Simplify parsing of pathsVadim Petrochenkov-0/+19
2017-07-27Make a lint insteadGuillaume Gomez-0/+7
2017-07-10Store all generic arguments for method calls in ASTVadim Petrochenkov-7/+4
2017-07-05Merge remote-tracking branch 'origin/master' into proc_macro_apiAlex Crichton-3/+2
2017-06-29Make `$crate` a keywordVadim Petrochenkov-3/+2
2017-06-26Implement `quote!` and other `proc_macro` API.Jeffrey Seyfried-4/+4
2017-06-23Removed as many "```ignore" as possible.kennytm-4/+4
2017-05-25Hygienize lifetimes.Jeffrey Seyfried-1/+1
2017-05-25Declarative macros 2.0 without hygiene.Jeffrey Seyfried-0/+1
2017-05-25Refactor out `ast::MacroDef`.Jeffrey Seyfried-1/+12
2017-05-12Fix some clippy warnings in libsyntaxAndre Bogus-9/+9
2017-04-24support `default impl` for specializationGianni Ciccarelli-0/+1
2017-04-12First attempt at global_asm! macroA.J. Gardner-0/+12
2017-04-02Introduce `TyErr` independent from `TyInfer`Esteban Küber-0/+2
2017-03-29Refactor how spans are combined in the parser.Jeffrey Seyfried-5/+5
2017-03-29Merge `ExpnId` and `SyntaxContext`.Jeffrey Seyfried-53/+4
2017-03-29Move `syntax::ext::hygiene` to `syntax_pos::hygiene`.Jeffrey Seyfried-1/+9
2017-03-22Implement indexed_vec::Idx for ast::NodeIdMichael Woerister-0/+11
2017-03-21Refactor parsing of trait object typesVadim Petrochenkov-1/+11
2017-03-19Auto merge of #40346 - jseyfried:path_and_tokenstream_attr, r=nrcbors-1/+8
2017-03-14Auto merge of #39921 - cramertj:add-catch-to-ast, r=nikomatsakisbors-0/+2
2017-03-14Refactor `Attribute` to use `Path` and `TokenStream` instead of `MetaItem`.Jeffrey Seyfried-1/+8
2017-03-12Rollup merge of #40369 - petrochenkov:segspan, r=eddybCorey Farwell-7/+7
2017-03-11Add catch expr to AST and disallow catch as a struct nameTaylor Cramer-0/+2
2017-03-10Give spans to individual path segments in ASTVadim Petrochenkov-7/+7
2017-03-10Avoid using `Mark` and `Invocation` for macro defs.Jeffrey Seyfried-2/+2
2017-03-10Refactor out `ast::ItemKind::MacroDef`.Jeffrey Seyfried-21/+6
2017-03-03Integrate `TokenStream`.Jeffrey Seyfried-3/+15
2017-02-03Bump version, upgrade bootstrapAlex Crichton-2/+0
2017-01-19add exclusive range patterns under a feature gateOliver Schneider-2/+8
2017-01-17Auto merge of #39110 - petrochenkov:sum, r=eddybbors-12/+12
2017-01-17Rename ObjectSum into TraitObject in AST/HIRVadim Petrochenkov-1/+1
2017-01-17Use resizable Vec instead of P<[T]> in ASTVadim Petrochenkov-5/+5
2017-01-17AST/HIR: Merge ObjectSum and PolyTraitRefVadim Petrochenkov-5/+5
2017-01-16AST/HIR: Replace Path with Type in WhereEqPredicateVadim Petrochenkov-2/+2
2017-01-16Rename ExprKind::Vec to Array in HIR and HAIR.Scott Olson-1/+1
2017-01-11syntax: struct field attributes and cfgBenjamin Saunders-0/+2
2016-12-30Fix LEB128 to work with the stage1Simonas Kazlauskas-2/+2
2016-12-30Cleanup FIXMEsSimonas Kazlauskas-22/+0
2016-12-30Such large. Very 128. Much bits.Simonas Kazlauskas-8/+20