about summary refs log tree commit diff
path: root/src/test/ui-fulldeps/auxiliary
AgeCommit message (Expand)AuthorLines
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