summary refs log tree commit diff
path: root/src/test/ui-fulldeps/auxiliary
AgeCommit message (Expand)AuthorLines
2020-04-25Remove support for self-openingMark Rousskov-35/+0
2020-03-30rustc -> rustc_middle part 5 -- fix testsMazdak Farrokhzad-3/+3
2020-03-24resolve: Remove `rustc_attrs` as a standalone feature gateVadim Petrochenkov-39/+6
2020-03-18fix pre-expansion linting infraMazdak Farrokhzad-7/+5
2020-03-14Update testsJohn Kåre Alsaker-4/+4
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-10/+10
2020-02-11Fix stage2 test failures from call to span_lint.jumbatm-43/+80
2020-02-01fix fallout in testsMazdak Farrokhzad-1/+2
2020-01-11fix ui-fulldeps & tests falloutMazdak Farrokhzad-18/+18
2020-01-08normalize rustc::hir::intravisit importsMazdak Farrokhzad-1/+1
2020-01-05fix ui-fulldeps falloutMazdak Farrokhzad-7/+10
2020-01-02fix src/test falloutMazdak Farrokhzad-6/+9
2019-12-30Rename `libsyntax_ext` and `libsyntax_expand` in codeVadim Petrochenkov-1/+0
2019-12-03Fix UI tests for new locationsMark Rousskov-9/+10
2019-12-01rustc_plugin: Remove support for plugins adding LLVM passesVadim Petrochenkov-19/+0
2019-11-24rustc_plugin: Remove support for syntactic pluginsVadim Petrochenkov-132/+10
2019-11-16rustc_plugin: Remove `Registry::register_attribute`Vadim Petrochenkov-14/+4
2019-11-07syntax::parser::token -> syntax::tokenMazdak Farrokhzad-1/+1
2019-10-17Fix test falloutMark Rousskov-28/+31
2019-10-17Take lint passes as constructor functionsMark Rousskov-1/+2
2019-10-16ui-fulldeps: make them pass again?Mazdak Farrokhzad-5/+9
2019-09-03use TokenStream rather than &[TokenTree] for built-in macrosAleksey Kladov-3/+3
2019-08-20Deprecate using rustc_plugin without the rustc_driver dylib.Simon Sapin-27/+13
2019-07-31Replace AstBuilder with inherent methodsMark Rousskov-2/+0
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-0/+454
2019-07-26Introduce built-in macros through libcoreVadim Petrochenkov-7/+8
2019-07-07Link compiler plugins to rustc_driverJohn Kåre Alsaker-0/+6
2019-06-24Turn internal lints into tool lintsflip1995-3/+9
2019-05-13Remove the equality operation between `Symbol` and strings.Nicholas Nethercote-3/+3
2019-05-13Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.Nicholas Nethercote-5/+6
2019-04-03reduce repetition in librustc(_lint) wrt. impl LintPassMazdak Farrokhzad-45/+9
2019-03-14Moved issue tests to subdirs and normalised names.Alexander Regueiro-0/+0
2019-02-27allow specifying attributes for tool lintsAndy Russell-1/+5
2019-01-26Auto merge of #57726 - Zoxc:combine-early-lints, r=estebankbors-0/+16
2019-01-24Remove quote_*! macros and associated APIsMark Simulacrum-149/+0
2019-01-19Fix lints in testsJohn Kåre Alsaker-0/+16
2018-12-26Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`.Alexander Regueiro-2/+2
2018-12-25Remove licensesMark Rousskov-70/+0
2018-12-09Move some tests from ui-fulldeps to uiVadim Petrochenkov-198/+0
2018-12-09Move compile-fail-fulldeps tests to ui-fulldepsVadim Petrochenkov-0/+457
2018-11-30tests: move all proc_macro tests from -fulldeps.Eduard-Mihai Burtescu-206/+0
2018-11-27remove uses of feature gateMark Mansi-3/+0
2018-11-20Add unstable Literal::subspan().Sergio Benitez-0/+47
2018-09-27Bump to 1.31.0 and bootstrap from 1.30 betaJosh Stone-3/+0
2018-08-31Add deprecated_name argument to the register lint group functionsflip1995-1/+1
2018-08-31Add tests for backward compatflip1995-1/+6
2018-08-19Stabilize macro_vis_matcherJakub Kozlowski-3/+3
2018-08-06Enable macro modularization implicitly if one of "advanced" macro features is...Vadim Petrochenkov-3/+2
2018-07-30Add a test for the declare_tool_lint macroflip1995-0/+48
2018-07-16rustc: Stabilize much of the `proc_macro` featureAlex Crichton-1/+1