]> git.lizzy.rs Git - rust.git/history - src/librustc/lint/mod.rs
Rename all raw pointers as necessary
[rust.git] / src / librustc / lint / mod.rs
2014-06-28 Alex CrichtonRename all raw pointers as necessary
2014-06-25 borsauto merge of #15121 : steveklabnik/rust/matching_docs...
2014-06-25 borsauto merge of #15165 : zookoatleastauthoritycom/rust...
2014-06-25 borsauto merge of #15160 : alexcrichton/rust/remove-f128...
2014-06-24 borsauto merge of #15024 : kmcallister/rust/lint, r=alexcri...
2014-06-24 Keegan McAllisterImplement lint plugins
2014-06-24 Keegan McAllisterDrop the ExportedItems argument from LintPass::check_crate
2014-06-24 Keegan McAllisterRework lint attr parsing and use it in middle::dead
2014-06-24 Keegan McAllisterUse names in Lint structs in an ASCII-case-insensitive way
2014-06-24 Keegan McAllisterClean up and document the public lint API
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