about summary refs log tree commit diff
path: root/src/test/run-pass-fulldeps/auxiliary
AgeCommit message (Expand)AuthorLines
2018-05-17Pass crate editions to macro expansions, update testsVadim Petrochenkov-0/+2
2018-05-16Fix stability annotations for already stable bits of proc macro API 1.1Vadim Petrochenkov-3/+3
2018-05-15TokenTree: Op -> Punct, Term -> IdentVadim Petrochenkov-1/+1
2018-05-10Auto merge of #49823 - Zoxc:term-str, r=alexcrichtonbors-1/+1
2018-05-02fix testsflip1995-1/+1
2018-04-30Remove usages of Term::as_str and mark it for removalJohn Kåre Alsaker-1/+1
2018-04-25Auto merge of #49986 - zofrex:better-derived-argument-names, r=Manishearthbors-1/+1
2018-04-20rustc: Tweak custom attribute capabilitiesAlex Crichton-3/+3
2018-04-15Provide better names for builtin deriving-generated attributesJames Sanderson-1/+1
2018-04-06Use `Ident` instead of `Name` in `MetaItem`Vadim Petrochenkov-1/+1
2018-04-05Rollup merge of #49597 - alexcrichton:proc-macro-v2, r=petrochenkovAlex Crichton-7/+7
2018-04-03expand macro invocations in `extern {}` blocksAustin Bonander-2/+6
2018-04-02proc_macro: Reorganize public APIAlex Crichton-7/+7
2018-04-02Expand attribute macros on statements and expressions.Austin Bonander-0/+4
2018-03-23Merge branch 'master' of https://github.com/Lymia/rust into rollupAlex Crichton-1/+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-16Auto merge of #48524 - abonander:check-macro-stability, r=petrochenkovbors-0/+1
2018-03-07check stability of macro invocationsAustin Bonander-0/+1
2018-03-05Fix procedural_mbe_matching test case after libsyntax change.Michael Woerister-1/+1
2018-01-30Fix more testsMark Mansi-1/+8
2018-01-16Allow a trailing comma in lint_array; fix #47428Mark Mansi-13/+44
2017-12-28Prefer to use attr::contains_name() and attr::find_by_name()Seiichi Uchida-1/+2
2017-12-12Fix fallout in tests.Jeffrey Seyfried-3/+3
2017-12-05Auto merge of #46305 - irinagpopa:backstory, r=alexcrichton,eddybbors-2/+2
2017-12-04rustc_back: move dynamic_lib to rustc_metadata.Irina-Gabriela Popa-2/+2
2017-12-04Fix invalid docs path for compiler pluginsKenjiro Nakayama-2/+2
2017-11-30Rename long test names to be a bit shorterAlex Crichton-0/+0
2017-10-29Add several lints into `unused` lint groupVadim Petrochenkov-0/+1
2017-08-12syntax: #[allow_internal_unsafe] bypasses the unsafe_code lint in macros.Eduard-Mihai Burtescu-1/+6
2017-06-26Update and fix a few testsAlex Crichton-3/+3
2017-06-26Address review comments.Jeffrey Seyfried-3/+3
2017-06-26Implement `quote!` and other `proc_macro` API.Jeffrey Seyfried-74/+42
2017-06-08Speed up expansion.Mark Simulacrum-1/+1
2017-06-02Introduce 'run-pass' header to 'ui' tests in compiletest. Fix issue #36516.kennytm-99/+0
2017-05-04add regression test for issue #24106Andy Russell-0/+23
2017-03-23Remove internal liblogAlex Crichton-18/+0
2017-03-21Fix bug in legacy `#[derive]` processing logic.Jeffrey Seyfried-0/+6
2017-03-15Improve the `TokenStream` quoter.Jeffrey Seyfried-8/+14
2017-03-10Remove ability for plugins to register a MIR passSimonas Kazlauskas-55/+0
2017-03-03Fix fallout in unit tests.Jeffrey Seyfried-8/+8
2017-02-28Add `syntax::ext::tt::quoted::{TokenTree, ..}` and remove `tokenstream::Token...Jeffrey Seyfried-1/+3
2017-01-31Removes FIXMEs related to #22405Wesley Wiser-4/+0
2017-01-22Refactor `TokenStream`.Jeffrey Seyfried-56/+45
2017-01-22Remove duplicate `TokenStream` quoter tests (modulo imports).Jeffrey Seyfried-125/+0
2017-01-16proc macros/qquote: Handle empty delimited tokensNick Cameron-0/+35
2016-12-23Allow legacy custom derive authors to disable warnings in downstream crates.Jeffrey Seyfried-1/+1
2016-12-07remove useless lifetimes on LateLintPass impl methodsOliver Schneider-2/+2
2016-12-07remove useless lifetime outlives boundsOliver Schneider-6/+6
2016-12-06annotate stricter lifetimes on LateLintPass methods to allow them to forward ...Oliver Schneider-2/+2