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
/
context.rs
Age
Commit message (
Expand
)
Author
Lines
2014-06-24
More upstream lint changes
Keegan McAllister
-1
/
+1
2014-06-24
Incorporate upstream changes to old lint code
Keegan McAllister
-1
/
+0
2014-06-24
List builtin lints one per line for better diffs
Keegan McAllister
-9
/
+24
2014-06-24
Reindent function call continuations, and other style fixes
Keegan McAllister
-20
/
+19
2014-06-24
Drop the ExportedItems argument from LintPass::check_crate
Keegan McAllister
-1
/
+1
2014-06-24
Make the crate and its exported items available in the lint context
Keegan McAllister
-3
/
+13
2014-06-24
Rework lint attr parsing and use it in middle::dead
Keegan McAllister
-42
/
+53
2014-06-24
Convert builtin lints to uppercase names for style consistency
Keegan McAllister
-3
/
+3
2014-06-24
Use names in Lint structs in an ASCII-case-insensitive way
Keegan McAllister
-6
/
+7
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
-12
/
+18
2014-06-24
Clean up and document the public lint API
Keegan McAllister
-0
/
+628