summary refs log tree commit diff
path: root/src/libsyntax_ext
AgeCommit message (Expand)AuthorLines
2018-05-06Fix assertion message generationShotaro Yamada-57/+4
2018-05-03Auto merge of #50413 - kennytm:rollup, r=kennytmbors-0/+5
2018-05-02forbid empty identifiers from concat_identsMichael Lamparski-0/+5
2018-05-02Remove Option from the return type of Attribute::name()Seiichi Uchida-6/+4
2018-04-26rustc_target: move in syntax::abi and flip dependency.Irina Popa-2/+4
2018-04-25Auto merge of #49986 - zofrex:better-derived-argument-names, r=Manishearthbors-39/+41
2018-04-24Gensym arguments for format macroJames Sanderson-7/+9
2018-04-19Fix some of the __names in the commentsJames Sanderson-13/+13
2018-04-19Gensym remaining identifiersJames Sanderson-5/+5
2018-04-19Don't prepend deriving-generated attributes with _James Sanderson-3/+3
2018-04-15Provide better names for builtin deriving-generated attributesJames Sanderson-14/+14
2018-04-15Auto merge of #49881 - varkor:partialord-opt, r=Manishearthbors-91/+212
2018-04-14Add tests and longer error explanationGuillaume Gomez-1/+24
2018-04-14Add error codes for libsyntax_extGuillaume Gomez-2/+41
2018-04-12Abstract cs_eq for partial_eqvarkor-50/+27
2018-04-12Improve the comment for cs_fold1varkor-2/+9
2018-04-12Update partial_ord codegen summaryvarkor-3/+10
2018-04-11Remove redundant operation in derive[PartialEq]varkor-28/+58
2018-04-11Optimise the last field operations in derive[PartialOrd]varkor-51/+72
2018-04-11Add cs_fold1 for better derivesvarkor-17/+92
2018-04-11Fix derive(PartialOrd) implementationvarkor-6/+10
2018-04-11Implementation of `#[repr(packed(n))]` RFC 1399.Cameron Hart-3/+7
2018-04-08Move deny(warnings) into rustbuildMark Simulacrum-1/+0
2018-04-06Remove more duplicated spansVadim Petrochenkov-3/+4
2018-04-06Rename `ast::Variant_::name` into `ident` + Fix rebaseVadim Petrochenkov-7/+5
2018-04-06Use `Span::apply_mark` where possibleVadim Petrochenkov-9/+9
2018-04-06Get rid of `SpannedIdent`Vadim Petrochenkov-30/+13
2018-04-06Rename `PathSegment::identifier` to `ident`Vadim Petrochenkov-2/+2
2018-04-06Use `Span` instead of `SyntaxContext` in `Ident`Vadim Petrochenkov-10/+6
2018-04-03expand macro invocations in `extern {}` blocksAustin Bonander-0/+1
2018-04-02Expand attribute macros on statements and expressions.Austin Bonander-1/+3
2018-03-31Auto merge of #49201 - Phlosioneer:add-trivial-size-hints, r=SimonSapinbors-0/+9
2018-03-27Auto merge of #49279 - varkor:generated-closure-return-type, r=alexcrichtonbors-6/+6
2018-03-22Optimise decode return expression for unit structsvarkor-5/+5
2018-03-22Use FunctionRetTy::Default rather than an explicit TyKind::Infer for lambda-b...varkor-1/+1
2018-03-20Implement some trivial size_hints for various iteratorsPhlosioneer-0/+9
2018-03-18Initial implementation of RFC 2151, Raw IdentifiersLymia Aluysia-2/+3
2018-03-18Auto merge of #48917 - petrochenkov:import, r=oli-obkbors-3/+3
2018-03-17Rename `Span::empty` to `Span::shrink_to_lo`, add `Span::shrink_to_hi`Vadim Petrochenkov-3/+3
2018-03-17syntax: Make `_` an identifierVadim Petrochenkov-3/+3
2018-03-16Auto merge of #48813 - sinkuu:build_in_assert_macro, r=alexcrichtonbors-0/+125
2018-03-16Auto merge of #48524 - abonander:check-macro-stability, r=petrochenkovbors-0/+2
2018-03-14Escape stringified expressionShotaro Yamada-5/+64
2018-03-13Rollup merge of #48934 - Phlosioneer:42453-debug-hygene, r=petrochenkovkennytm-1/+1
2018-03-11Fix hygene issue when deriving DebugPhlosioneer-1/+1
2018-03-07check stability of macro invocationsAustin Bonander-0/+2
2018-03-07Make `assert` macro a built-in procedural macroShotaro Yamada-0/+66
2018-03-05while let all the thingsleonardo.yvens-11/+6
2018-03-02Replace Rc with Lrc for shared dataJohn Kåre Alsaker-4/+6
2018-02-28Auto merge of #48056 - ExpHP:macro-commas, r=dtolnaybors-0/+2