summary refs log tree commit diff
path: root/src/test/run-pass-fulldeps
AgeCommit message (Expand)AuthorLines
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
2018-04-03expand macro invocations in `extern {}` blocksAustin Bonander-2/+77
2018-04-03Remove all unstable placement featuresAidan Hobson Sayers-33/+16
2018-04-02run-pass/attr-stmt-expr: expand test casesAustin Bonander-1/+28
2018-04-02proc_macro: Reorganize public APIAlex Crichton-22/+21
2018-04-02Auto merge of #49124 - abonander:attr-macro-stmt-expr, r=abonanderbors-0/+84
2018-04-02Expand attribute macros on statements and expressions.Austin Bonander-0/+84
2018-03-31proc_macro: Tweak doc comments and negative literalsAlex Crichton-0/+57
2018-03-23Merge branch 'master' of https://github.com/Lymia/rust into rollupAlex Crichton-1/+1
2018-03-23Rollup merge of #49030 - Zoxc:misc, r=michaelwoeristerAlex Crichton-2/+1
2018-03-20Stabilize slice patterns without `..`Vadim Petrochenkov-1/+0
2018-03-18Initial implementation of RFC 2151, Raw IdentifiersLymia Aluysia-1/+1
2018-03-17Remove unused importsJohn Kåre Alsaker-2/+1
2018-03-16Auto merge of #48524 - abonander:check-macro-stability, r=petrochenkovbors-0/+1