summary refs log tree commit diff
path: root/src/test/run-pass-fulldeps
AgeCommit message (Expand)AuthorLines
2018-07-23Allow by default, fix testsmark-2/+4
2018-07-23Implement 2015 vs 2018 `?` kleene op + testmark-4/+3
2018-07-19rustc: Fix two custom attributes with custom deriveAlex Crichton-0/+46
2018-07-16rustc: Stabilize much of the `proc_macro` featureAlex Crichton-70/+61
2018-07-14Remove some tests using AST comparisons, fix other testsVadim Petrochenkov-59/+0
2018-07-10rustc: Search all derives for inert attributesAlex Crichton-0/+52
2018-06-30proc-macro: Use transparent marks for call-site hygieneVadim Petrochenkov-0/+60
2018-06-27Auto merge of #51356 - Zoxc:encode-cleanup, r=michaelwoeristerbors-4/+3
2018-06-27Implement `#[macro_export(local_inner_macros)]`Vadim Petrochenkov-0/+1
2018-06-27Make opaque::Encoder append-only and make it infallibleJohn Kåre Alsaker-4/+3
2018-06-26driveby status update to 2015 comment about parens in patternsZack M. Davis-0/+2
2018-06-26migrate codebase to `..=` inclusive range patternsZack M. Davis-4/+4
2018-06-21Fix test using ExprKind::ClosureTaylor Cramer-0/+1
2018-06-19Auto merge of #50383 - stevepentland:union-derive, r=oli-obkbors-0/+52
2018-06-19Auto merge of #51278 - EPashkin:fix_mod_with_multilevel_paths_on_windows, r=n...bors-0/+49
2018-06-18Add ability to apply custom derive to union types.Steve Pentland-0/+52
2018-06-12add tests for $crate in QSelf pathsMichael Lamparski-4/+101
2018-06-08Add test for libsyntax with canonicalized base pathEvgenii Pashkin-0/+49
2018-06-05Add AdHocCalls and pass self to build_controller as Box<Self>bjorn3-12/+15
2018-05-27Make anon params lint warn-by-defaultMark Mansi-0/+2
2018-05-25Rename TokenStream::empty to TokenStream::newDavid Tolnay-3/+3
2018-05-23Rollup merge of #50946 - alexcrichton:fix-parse-lifetime, r=petrochenkovkennytm-0/+57
2018-05-22Auto merge of #50838 - alexcrichton:token-impls, r=eddybbors-0/+75
2018-05-21rustc: Fix procedural macros generating lifetime tokensAlex Crichton-0/+57
2018-05-20Auto merge of #50820 - alexcrichton:no-modules, r=petrochenkovbors-1/+1
2018-05-18rustc: Disallow modules and macros in expansionsAlex Crichton-1/+1
2018-05-18rustc: Fix joint-ness of stringified token-streamsAlex Crichton-0/+75
2018-05-17Pass crate editions to macro expansions, update testsVadim Petrochenkov-0/+2
2018-05-17Rename trans to codegen everywhere.Irina Popa-3/+3
2018-05-16Fix stability annotations for already stable bits of proc macro API 1.1Vadim Petrochenkov-15/+15
2018-05-15Represent lifetimes as two joint tokens in proc macrosVadim Petrochenkov-0/+72
2018-05-15TokenTree: Op -> Punct, Term -> IdentVadim Petrochenkov-5/+5
2018-05-10Auto merge of #49823 - Zoxc:term-str, r=alexcrichtonbors-1/+1
2018-05-02fix testsflip1995-1/+1
2018-05-01Remove `macro_reexport`Vadim Petrochenkov-37/+0
2018-04-30Remove usages of Term::as_str and mark it for removalJohn Kåre Alsaker-1/+1
2018-04-27Don't feature gate bang macros on 'proc_macro_path_invoc'.Sergio Benitez-1/+1
2018-04-25Auto merge of #49986 - zofrex:better-derived-argument-names, r=Manishearthbors-1/+26
2018-04-24Test deriving hygieneJames Sanderson-0/+25
2018-04-22parser: Do not override syntactic context for dummy spansVadim Petrochenkov-0/+53
2018-04-20rustc: Tweak custom attribute capabilitiesAlex Crichton-20/+20
2018-04-15Provide better names for builtin deriving-generated attributesJames Sanderson-1/+1
2018-04-10proc_macro: Avoid cached TokenStream more oftenAlex Crichton-0/+94
2018-04-06Use `Ident` instead of `Name` in `MetaItem`Vadim Petrochenkov-1/+1
2018-04-06Remove more duplicated spansVadim Petrochenkov-3/+3
2018-04-06Rename `ast::Variant_::name` into `ident` + Fix rebaseVadim Petrochenkov-4/+2
2018-04-06Rename `PathSegment::identifier` to `ident`Vadim Petrochenkov-24/+5
2018-04-05Rollup merge of #49597 - alexcrichton:proc-macro-v2, r=petrochenkovAlex Crichton-22/+21
2018-04-05Rollup merge of #49350 - abonander:macros-in-extern, r=petrochenkovAlex Crichton-2/+77
2018-04-04Rollup merge of #49609 - abonander:attr-macro-stmt-expr, r=petrochenkovkennytm-1/+28