]> git.lizzy.rs Git - rust.git/history - src/librustc/lint/context.rs
Use names in Lint structs in an ASCII-case-insensitive way
[rust.git] / src / librustc / lint / context.rs
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