about summary refs log tree commit diff
path: root/src/test/run-pass-fulldeps/auxiliary
AgeCommit message (Expand)AuthorLines
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-454/+0
2019-07-11syntax: Make def-site span mandatory in ExpnInfo/MacroBacktrace/DiagnosticSpa...Vadim Petrochenkov-2/+1
2019-07-07Link compiler plugins to rustc_driverJohn Kåre Alsaker-0/+8
2019-06-20rename hir::map::get_by_hir_id to getljedrz-1/+1
2019-06-18syntax: Factor out common fields from `SyntaxExtension` variantsVadim Petrochenkov-13/+5
2019-06-17remove _by_hir_id if there is no NodeId counterpartljedrz-1/+1
2019-06-10syntax: Rename variants of `SyntaxExtension` for consistencyVadim Petrochenkov-5/+3
2019-06-10syntax: Remove `SyntaxExtension::DeclMacro`Vadim Petrochenkov-0/+2
2019-06-10syntax: Remove `SyntaxExtension::MultiDecorator` and `MultiItemDecorator`Vadim Petrochenkov-231/+0
2019-06-06Some code cleanup and tidy/test fixesVadim Petrochenkov-10/+10
2019-05-21Move `edition` outside the hygiene lock and avoid accessing itJohn Kåre Alsaker-1/+1
2019-05-13Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.Nicholas Nethercote-7/+8
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