about summary refs log tree commit diff
path: root/src/libsyntax/fold.rs
AgeCommit message (Expand)AuthorLines
2015-12-22Stop re-exporting PathParameters's variants.Ms2ger-4/+4
2015-12-19Auto merge of #30184 - petrochenkov:ascr, r=nikomatsakisbors-0/+3
2015-12-18Deprecate name `OwnedSlice` and don't use itVadim Petrochenkov-10/+9
2015-12-16Implement type ascription.Eduard Burtescu-0/+3
2015-12-16Rollup merge of #30388 - DanielJCampbell:macro-ident-spans, r=nrcManish Goregaokar-1/+2
2015-12-15Generated code spans now point to callsite parameters (where applicable)Daniel Campbell-1/+2
2015-12-05Use a struct instead of a tuple for inline asm output operandsAmanieu d'Antras-2/+7
2015-12-05Add proper support for indirect output constraints in inline asmAmanieu d'Antras-2/+2
2015-11-26Some TLC for the MoveMap traitMarvin Löbel-35/+13
2015-11-26Fixed macro expander not folding attributes (though I'm not sure if that is a...Marvin Löbel-1/+5
2015-11-26Moved and refactored ThinAttributesMarvin Löbel-3/+4
2015-11-26Add syntax support for attributes on expressions and all syntaxMarvin Löbel-19/+48
2015-11-16rename `ast::ImplItem_::*ImplItem` to `ast::ImplItemKind::*`Oliver Schneider-6/+6
2015-11-11libsyntax: Add more quasiquoting macrosKyle Mayes-0/+1
2015-11-10Use deref coercionsSeo Sanghyeon-1/+1
2015-11-06remove `Tt` prefix from TokenType variantsOliver Schneider-6/+6
2015-10-31Remove PatWildMultiVadim Petrochenkov-1/+1
2015-10-25syntax/rustc_front: Simplify VariantData::fieldsVadim Petrochenkov-15/+13
2015-10-13Merge VariantData and VariantData_Vadim Petrochenkov-9/+10
2015-10-13Merge struct fields and struct kindVadim Petrochenkov-3/+10
2015-10-13Dict -> Struct, StructDef -> VariantData, def -> dataVadim Petrochenkov-6/+6
2015-10-13Provide span for visit_struct_def + remove some dead codeVadim Petrochenkov-12/+0
2015-10-13Remove now redundant NodeId from VariantVadim Petrochenkov-2/+1
2015-10-13Decouple structure kinds from NodeIdsVadim Petrochenkov-2/+3
2015-10-13Unify structures and enum variants in ASTVadim Petrochenkov-10/+2
2015-10-09Some cleanup of no longer used AST thingsNick Cameron-3/+2
2015-09-24Remove the deprecated box(PLACE) syntax.Eduard Burtescu-2/+5
2015-09-20Replace `ast::Mac_` enum with structAndrew Paseltiner-4/+4
2015-09-17Remove Visibility field from enum variantsSimonas Kazlauskas-2/+1
2015-09-03Use proper span for break and continue labelsSimonas Kazlauskas-2/+8
2015-08-10Auto merge of #27451 - seanmonstar:use-groups-as, r=alexcrichtonbors-3/+7
2015-08-08rustc: rename multiple imports in a listSean McArthur-3/+7
2015-08-04Add a macro invocation to the type ASTJared Roesch-0/+3
2015-07-26Remove `ast::LocalSource` with only one used variantmitaa-2/+1
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-1/+1
2015-05-21Make various fixes:Niko Matsakis-2/+1
2015-05-21syntax: parse `const fn` for free functions and inherent methods.Eduard Burtescu-1/+4
2015-05-15syntax: Add unquoting ast::{Generics,WhereClause}Erick Tryzelaar-0/+3
2015-04-27Auto merge of #23606 - quantheory:associated_const, r=nikomatsakisbors-0/+11
2015-04-25Interpolate AST nodes in quasiquote.Geoffry Song-0/+7
2015-04-24Change name of unit test sub-module to "tests".Johannes Oertel-1/+1
2015-04-23Get associated consts working in match patterns.Sean Patrick Santos-0/+4
2015-04-23Structural changes for associated constantsSean Patrick Santos-0/+7
2015-04-21syntax: remove #![feature(box_syntax, box_patterns)]Erick Tryzelaar-3/+3
2015-04-11Propagate macro backtraces more often, improve formatting diagnosticsRyan Prichard-3/+5
2015-03-26Switch drop-flag to `u8` to allow special tags to instrument state.Felix S. Klock II-1/+1
2015-03-11syntax: move MethMac to MacImplItem and combine {Provided,Required}Method int...Eduard Burtescu-19/+10
2015-03-11syntax: rename TypeMethod to MethodSig and use it in MethDecl.Eduard Burtescu-20/+13
2015-03-11syntax: gather common fields of impl & trait items into their respective types.Eduard Burtescu-118/+47
2015-03-11syntax: move indirection around {Trait,Impl}Item, from within.Eduard Burtescu-26/+23