rust/src/test/compile-fail-fulldeps
P1start ed2aad8b43 Add lint groups; define built-in lint groups bad_style and unused
This adds support for lint groups to the compiler. Lint groups are a way of
grouping a number of lints together under one name. For example, this also
defines a default lint for naming conventions, named `bad_style`. Writing
`#[allow(bad_style)]` is equivalent to writing
`#[allow(non_camel_case_types, non_snake_case, non_uppercase_statics)]`. These
lint groups can also be defined as a compiler plugin using the new
`Registry::register_lint_group` method.

This also adds two built-in lint groups, `bad_style` and `unused`. The contents
of these groups can be seen by running `rustc -W help`.
2014-08-30 09:12:04 +12:00
..
gated-phase.rs
lint-group-plugin-deny-cmdline.rs Add lint groups; define built-in lint groups bad_style and unused 2014-08-30 09:12:04 +12:00
lint-plugin-deny-attr.rs Test lint plugins 2014-06-24 11:36:28 -07:00
lint-plugin-deny-cmdline.rs Test lint plugins 2014-06-24 11:36:28 -07:00
lint-plugin-forbid-attrs.rs Test lint plugins 2014-06-24 11:36:28 -07:00
lint-plugin-forbid-cmdline.rs Test lint plugins 2014-06-24 11:36:28 -07:00
macro-crate-cannot-read-embedded-ident.rs rustc lexer: regression tests for embedded Idents. 2014-08-13 17:41:35 +02:00
macro-crate-rlib.rs test: Try to fix a failing snapshot test 2014-07-15 14:00:37 -07:00
macro-crate-unexported-macro.rs Add scaffolding for assigning alpha-numeric codes to rustc diagnostics 2014-07-11 00:32:00 +02:00
macro-crate-unknown-crate.rs
phase-syntax-doesnt-resolve.rs rustc: reduce redundant resolve errors. 2014-06-18 01:19:22 +01:00
syntax-extension-fourcc-bad-len.rs
syntax-extension-fourcc-invalid-endian.rs
syntax-extension-fourcc-non-ascii-str.rs
syntax-extension-fourcc-non-literal.rs
syntax-extension-fourcc-unsupported-literal.rs
syntax-extension-hexfloat-bad-lits.rs
syntax-extension-hexfloat-bad-types.rs
syntax-extension-regex-invalid.rs regex: Enable test on Windows 2014-08-18 13:44:29 +09:00
syntax-extension-regex-unused-static.rs regex: Enable test on Windows 2014-08-18 13:44:29 +09:00
syntax-extension-regex-unused.rs regex: Enable test on Windows 2014-08-18 13:44:29 +09:00