]> git.lizzy.rs Git - rust.git/history - src/librustc/lint/mod.rs
Store the registered lints in the Session
[rust.git] / src / librustc / lint / mod.rs
2014-06-24 Keegan McAllisterStore the registered lints in the Session
2014-06-24 Keegan McAllisterReplace enum LintId with an extensible alternative
2014-06-24 Keegan McAllisterConvert lints to a trait-based infrastructure
2014-06-24 Keegan McAllisterRename lint::Lint to lint::LintId
2014-06-24 Keegan McAllisterMove lint infrastructure and individual lints into...
2014-06-24 Keegan McAllisterMove lint.rs out of middle