summary refs log tree commit diff
path: root/src/test/ui-fulldeps/auxiliary
AgeCommit message (Expand)AuthorLines
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
2018-05-27Make anon params lint warn-by-defaultMark Mansi-0/+2
2018-05-15Represent lifetimes as two joint tokens in proc macrosVadim Petrochenkov-0/+30
2018-05-15proc_macro: Validate inputs to `Punct::new` and `Ident::new`Vadim Petrochenkov-0/+38
2017-10-29Add several lints into `unused` lint groupVadim Petrochenkov-0/+2
2017-07-17Move some tests from compile-fail to uiOliver Schneider-0/+92
2017-06-02Introduce 'run-pass' header to 'ui' tests in compiletest. Fix issue #36516.kennytm-0/+99