index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc
/
lint
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2014-10-03
Set the `non_uppercase_statics` lint to warn by default
P1start
-0
/
+1
2014-09-12
Track the visited AST's lifetime throughout Visitor.
Eduard Burtescu
-1
/
+1
2014-08-14
librustc: Stop assuming that implementations and traits only contain
Patrick Walton
-1
/
+1
2014-08-07
Temporary bootstrapping hack: introduce syntax for r egion bounds like `'b:'a`,
Niko Matsakis
-1
/
+1
2014-07-29
Rename the std::ascii::{Owned,}StrAsciiExt traits to {Owned,}AsciiExt
Simon Sapin
-1
/
+1
2014-06-28
Rename all raw pointers as necessary
Alex Crichton
-2
/
+2
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