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
Age
Commit message (
Expand
)
Author
Lines
2014-06-24
More upstream lint changes
Keegan McAllister
-27
/
+7
2014-06-24
Implement lint plugins
Keegan McAllister
-0
/
+1
2014-06-24
Incorporate upstream changes to old lint code
Keegan McAllister
-46
/
+18
2014-06-24
List builtin lints one per line for better diffs
Keegan McAllister
-13
/
+37
2014-06-24
Reindent function call continuations, and other style fixes
Keegan McAllister
-98
/
+99
2014-06-24
Drop the ExportedItems argument from LintPass::check_crate
Keegan McAllister
-5
/
+3
2014-06-24
Make the crate and its exported items available in the lint context
Keegan McAllister
-13
/
+15
2014-06-24
Rework lint attr parsing and use it in middle::dead
Keegan McAllister
-43
/
+54
2014-06-24
Convert builtin lints to uppercase names for style consistency
Keegan McAllister
-110
/
+110
2014-06-24
Use names in Lint structs in an ASCII-case-insensitive way
Keegan McAllister
-12
/
+25
2014-06-24
Run lint passes using the Option dance instead of RefCells
Keegan McAllister
-8
/
+14
2014-06-24
Stop using Default for initializing builtin lints
Keegan McAllister
-43
/
+27
2014-06-24
Clean up and document the public lint API
Keegan McAllister
-639
/
+724
2014-06-24
Store the registered lints in the Session
Keegan McAllister
-89
/
+124
2014-06-24
Replace enum LintId with an extensible alternative
Keegan McAllister
-645
/
+605
2014-06-24
Convert lints to a trait-based infrastructure
Keegan McAllister
-1001
/
+1306
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
/
+1134
2014-06-24
Move lint.rs out of middle
Keegan McAllister
-0
/
+1988