| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2014-06-24 | Implement lint plugins | Keegan McAllister | -0/+1 |
| 2014-06-24 | Drop the ExportedItems argument from LintPass::check_crate | Keegan McAllister | -2/+1 |
| 2014-06-24 | Rework lint attr parsing and use it in middle::dead | Keegan McAllister | -1/+1 |
| 2014-06-24 | Use names in Lint structs in an ASCII-case-insensitive way | Keegan McAllister | -6/+18 |
| 2014-06-24 | Clean up and document the public lint API | Keegan McAllister | -591/+61 |
| 2014-06-24 | Store the registered lints in the Session | Keegan McAllister | -88/+123 |
| 2014-06-24 | Replace enum LintId with an extensible alternative | Keegan McAllister | -521/+264 |
| 2014-06-24 | Convert lints to a trait-based infrastructure | Keegan McAllister | -184/+206 |
| 2014-06-24 | Rename lint::Lint to lint::LintId | Keegan McAllister | -10/+10 |
| 2014-06-24 | Move lint infrastructure and individual lints into separate files | Keegan McAllister | -1070/+53 |
| 2014-06-24 | Move lint.rs out of middle | Keegan McAllister | -0/+1988 |
