]> git.lizzy.rs Git - rust.git/history - src/librustc/lint/builtin.rs
Store the registered lints in the Session
[rust.git] / src / librustc / lint / builtin.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 McAllisterMove lint infrastructure and individual lints into...