]> git.lizzy.rs Git - rust.git/history - src/librustc/lint/context.rs
More upstream lint changes
[rust.git] / src / librustc / lint / context.rs
2014-06-24 Keegan McAllisterMore upstream lint changes
2014-06-24 Keegan McAllisterIncorporate upstream changes to old lint code
2014-06-24 Keegan McAllisterList builtin lints one per line for better diffs
2014-06-24 Keegan McAllisterReindent function call continuations, and other style...
2014-06-24 Keegan McAllisterDrop the ExportedItems argument from LintPass::check_crate
2014-06-24 Keegan McAllisterMake the crate and its exported items available in...
2014-06-24 Keegan McAllisterRework lint attr parsing and use it in middle::dead
2014-06-24 Keegan McAllisterConvert builtin lints to uppercase names for style...
2014-06-24 Keegan McAllisterUse names in Lint structs in an ASCII-case-insensitive way
2014-06-24 Keegan McAllisterRun lint passes using the Option dance instead of RefCells
2014-06-24 Keegan McAllisterStop using Default for initializing builtin lints
2014-06-24 Keegan McAllisterClean up and document the public lint API