about summary refs log tree commit diff
path: root/src/test/run-pass-fulldeps/auxiliary
AgeCommit message (Expand)AuthorLines
2019-04-03reduce repetition in librustc(_lint) wrt. impl LintPassMazdak Farrokhzad-13/+6
2019-03-14Moved issue tests to subdirs and normalised names.Alexander Regueiro-0/+0
2019-02-20hir: HirId-ify intravisitljedrz-3/+3
2019-02-11Use `Rc<[Symbol]>` instead of `Vec<Symbol>` to reduce # of allocsOliver Scherer-1/+1
2019-02-11Update fulldeps testOliver Scherer-1/+1
2019-01-26Auto merge of #57726 - Zoxc:combine-early-lints, r=estebankbors-0/+8
2019-01-24Remove quote_*! macros and associated APIsMark Simulacrum-352/+26
2019-01-19Fix lints in testsJohn Kåre Alsaker-0/+8
2018-12-25Remove licensesMark Rousskov-240/+0
2018-12-07Auto merge of #56502 - Zoxc:hir-func, r=eddybbors-2/+2
2018-12-07Unsupport `#[derive(Trait)]` sugar for `#[derive_Trait]` legacy plugin attrib...Vadim Petrochenkov-2/+2
2018-12-06Use a function to access the Hir map to be able to turn it into a query laterJohn Kåre Alsaker-2/+2
2018-11-30tests: move all proc_macro tests from -fulldeps.Eduard-Mihai Burtescu-121/+69
2018-11-27remove uses of feature gateMark Mansi-1/+0
2018-11-23Fix proc-macro test after internal API changeEsteban Küber-2/+2
2018-11-18Rollup merge of #55564 - smaeul:test-fixes-2, r=alexcrichtonPietro Albini-0/+2
2018-11-15test/linkage-visibility: Ignore on musl targetsSamuel Holland-0/+2
2018-11-12Fix fulldeps test with NodeIdOliver Scherer-1/+1
2018-10-23Point at macro definition when no rules expect tokenEsteban Küber-1/+2
2018-10-07Auto merge of #54451 - alexcrichton:no-mangle-extern-linkage, r=michaelwoeristerbors-2/+2
2018-10-06rustc: Allow `#[no_mangle]` anywhere in a crateAlex Crichton-2/+2
2018-10-02Merge the `proc_macro_` expansion feature gates into a single `proc_macro_hyg...jeb-3/+3
2018-09-27Bump to 1.31.0 and bootstrap from 1.30 betaJosh Stone-1/+0
2018-09-26Remove OneVectorljedrz-3/+4
2018-09-08Track distinct spans for open and close delimiterDavid Tolnay-1/+2
2018-08-24Rollup merge of #53636 - frewsxcv:frewsxcv-nth, r=rkruppekennytm-1/+1
2018-08-23Prefer `.nth(n)` over `.skip(n).next()`.Corey Farwell-1/+1
2018-08-23Use optimized SmallVec implementationIgor Gutorov-1/+1
2018-08-21Rollup merge of #53370 - jkozlowski:stabilize-macro_vis_matcher, r=cramertjkennytm-1/+1
2018-08-19mv (mod) codemap source_mapDonato Sciarra-2/+2
2018-08-19Stabilize macro_vis_matcherJakub Kozlowski-1/+1
2018-08-13Move SmallVec and ThinVec out of libsyntaxljedrz-3/+3
2018-08-06Enable macro modularization implicitly if one of "advanced" macro features is...Vadim Petrochenkov-3/+3
2018-07-23Allow by default, fix testsmark-2/+4
2018-07-23Implement 2015 vs 2018 `?` kleene op + testmark-4/+3
2018-07-16rustc: Stabilize much of the `proc_macro` featureAlex Crichton-8/+8
2018-06-27Implement `#[macro_export(local_inner_macros)]`Vadim Petrochenkov-0/+1
2018-05-27Make anon params lint warn-by-defaultMark Mansi-0/+1
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