summary refs log tree commit diff
path: root/src/librustc/lint/context.rs
AgeCommit message (Expand)AuthorLines
2014-06-24More upstream lint changesKeegan McAllister-1/+1
2014-06-24Incorporate upstream changes to old lint codeKeegan McAllister-1/+0
2014-06-24List builtin lints one per line for better diffsKeegan McAllister-9/+24
2014-06-24Reindent function call continuations, and other style fixesKeegan McAllister-20/+19
2014-06-24Drop the ExportedItems argument from LintPass::check_crateKeegan McAllister-1/+1
2014-06-24Make the crate and its exported items available in the lint contextKeegan McAllister-3/+13
2014-06-24Rework lint attr parsing and use it in middle::deadKeegan McAllister-42/+53
2014-06-24Convert builtin lints to uppercase names for style consistencyKeegan McAllister-3/+3
2014-06-24Use names in Lint structs in an ASCII-case-insensitive wayKeegan McAllister-6/+7
2014-06-24Run lint passes using the Option dance instead of RefCellsKeegan McAllister-8/+14
2014-06-24Stop using Default for initializing builtin lintsKeegan McAllister-12/+18
2014-06-24Clean up and document the public lint APIKeegan McAllister-0/+628