rust/src/librustc/lint
Aaron Turon 31b7d64fdc rustc: Add deprecation/renaming support for lints
Since a large number of lints are being renamed for RFC 344, this commit
adds some basic deprecation/renaming functionality to the pluggable lint
system. It allows a simple mapping of old to new names, and can warn
when old names are being used.

This change needs to be rolled out in stages. In this commit, the
deprecation warning is commented out, but the old name is forwarded to
the new one.

Once the commit lands and we have generated a new snapshot of the
compiler, we can add the deprecation warning and rename all uses of the
lints in the rust codebase.
2014-10-14 16:04:06 -07:00
..
builtin.rs rustc: Improve lint descriptions 2014-10-14 15:23:09 -07:00
context.rs rustc: Add deprecation/renaming support for lints 2014-10-14 16:04:06 -07:00
mod.rs rustc: Convert statics to constants 2014-10-09 09:44:51 -07:00