about summary refs log tree commit diff
path: root/src/libsyntax/ext
AgeCommit message (Expand)AuthorLines
2015-11-24Remove "this"Jonas Schievink-1/+1
2015-11-24Auto merge of #30000 - Manishearth:unreachable-call, r=nrcbors-4/+4
2015-11-24Fix unreachable code in libsyntaxManish Goregaokar-4/+4
2015-11-23Auto merge of #29952 - petrochenkov:depr, r=brsonbors-1/+1
2015-11-23Print the macro context name on incomplete parseJonas Schievink-10/+10
2015-11-22Look up macro names as well when suggesting replacements for function resolve...Manish Goregaokar-18/+28
2015-11-20Rename #[deprecated] to #[rustc_deprecated]Vadim Petrochenkov-1/+1
2015-11-17Auto merge of #29887 - sanxiyn:match-ref-pats, r=sfacklerbors-22/+22
2015-11-17Fix match_ref_pats flagged by ClippySeo Sanghyeon-22/+22
2015-11-16rename `ast::ImplItem_::*ImplItem` to `ast::ImplItemKind::*`Oliver Schneider-7/+7
2015-11-16Auto merge of #29828 - sanxiyn:check-macro, r=nrcbors-49/+63
2015-11-14Check macro definition and do not expand invalid macrosSeo Sanghyeon-3/+22
2015-11-14Reindent codeSeo Sanghyeon-22/+22
2015-11-14Store TokenTree in MacroRulesMacroExpanderSeo Sanghyeon-28/+23
2015-11-13Move the panicking parse functions out of the parserKyle Mayes-3/+52
2015-11-13Auto merge of #29761 - eefriedman:rename-nopanic, r=sanxiynbors-21/+21
2015-11-12Auto merge of #29780 - KyleMayes:quote-ext, r=nrcbors-0/+63
2015-11-12libsyntax: deny warnings in doctestsKevin Butler-7/+9
2015-11-11libsyntax: Add more quasiquoting macrosKyle Mayes-0/+63
2015-11-11Auto merge of #29744 - sanxiyn:modernize, r=nrcbors-10/+10
2015-11-10Rename _nopanic methods to remove the suffix.Eli Friedman-21/+21
2015-11-10Use lifetime elisionSeo Sanghyeon-2/+2
2015-11-10Use deref coercionsSeo Sanghyeon-8/+8
2015-11-09syntax: Use `let _` in #[derive(Debug)]Alex Crichton-4/+21
2015-11-06Auto merge of #29582 - oli-obk:token_tree, r=sfacklerbors-121/+133
2015-11-06remove `Tt` prefix from TokenType variantsOliver Schneider-121/+133
2015-11-06Auto merge of #29615 - steveklabnik:lol_strings, r=alexcrichtonbors-3/+1
2015-11-05Auto merge of #29565 - sfackler:issue-29540, r=huonwbors-24/+35
2015-11-05remove excess string allocationSteve Klabnik-3/+1
2015-11-03Don't chain method calls in #[derive(Debug)]Steven Fackler-24/+35
2015-11-03Allow indirect operands to be used as inputs for inline asmAmanieu d'Antras-2/+2
2015-11-03Auto merge of #29285 - eefriedman:libsyntax-panic, r=nrcbors-31/+29
2015-10-31Remove PatWildMultiVadim Petrochenkov-2/+2
2015-10-28Make quote plugin use parsing functions which explicitly panic.Eli Friedman-7/+7
2015-10-27Don't panic for fatal errors in attribute parsing.Eli Friedman-2/+2
2015-10-27Delete unnecessary ParserAttr trait.Eli Friedman-2/+0
2015-10-27Don't use panicking helpers in Parser.Eli Friedman-20/+20
2015-10-25syntax/rustc_front: Simplify VariantData::fieldsVadim Petrochenkov-6/+6
2015-10-20Auto merge of #29148 - petrochenkov:noshow, r=alexcrichtonbors-5/+3
2015-10-19Generate stability attributes for derived implsVadim Petrochenkov-1/+1
2015-10-18Remove #[derive(Show)]Vadim Petrochenkov-5/+3
2015-10-16Auto merge of #29014 - petrochenkov:stability, r=brsonbors-1/+1
2015-10-15Auto merge of #28980 - nrc:unsafe-macros, r=@pnkfelixbors-100/+0
2015-10-13Merge VariantData and VariantData_Vadim Petrochenkov-5/+4
2015-10-13Merge struct fields and struct kindVadim Petrochenkov-10/+13
2015-10-13Dict -> Struct, StructDef -> VariantData, def -> dataVadim Petrochenkov-18/+18
2015-10-13Remove now redundant NodeId from VariantVadim Petrochenkov-1/+0
2015-10-13Decouple structure kinds from NodeIdsVadim Petrochenkov-3/+7
2015-10-13Unify structures and enum variants in ASTVadim Petrochenkov-84/+37
2015-10-13Refactor attr::StabilityVadim Petrochenkov-1/+1