rust/src/test/run-pass-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
..
issue-13560.rs extern crate foobar as foo; 2014-08-23 12:16:04 -07:00
lint-group-plugin.rs Add lint groups; define built-in lint groups bad_style and unused 2014-08-30 09:12:04 +12:00
lint-plugin-cmdline.rs
lint-plugin.rs
macro-crate-does-hygiene-work.rs Followup to PR #16477: a run-pass regression test for Issue #15750. 2014-08-14 11:55:47 +02:00
macro-crate-outlive-expansion-phase.rs
macro-crate.rs
phase-syntax-link-does-resolve.rs
qquote.rs syntax: add support for quoting arms 2014-07-29 16:01:36 -07:00
quote-tokens.rs syntax: add support for quoting arms 2014-07-29 16:01:36 -07:00
quote-unused-sp-no-warning.rs
syntax-extension-fourcc.rs
syntax-extension-hexfloat.rs
syntax-extension-with-dll-deps.rs extern crate foobar as foo; 2014-08-23 12:16:04 -07:00