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-10-03
Update the `unused` lint group to include more lints
P1start
-1
/
+2
2014-09-17
librustc: Implement associated types behind a feature gate.
Patrick Walton
-0
/
+21
2014-09-17
rollup merge of #16931 : omasanori/unnecessary-path-brackets
Alex Crichton
-0
/
+1
2014-09-16
Fallout from renaming
Aaron Turon
-5
/
+5
2014-09-14
rustc: fix fallout from using ptr::P.
Eduard Burtescu
-2
/
+2
2014-09-12
auto merge of #17134 : vberger/rust/lint_unused_extern_crate, r=alexcrichton
bors
-1
/
+1
2014-09-12
Track the visited AST's lifetime throughout Visitor.
Eduard Burtescu
-4
/
+4
2014-09-12
Remove largely unused context from Visitor.
Eduard Burtescu
-57
/
+56
2014-09-12
New lint : unused_extern_crate. #10385
Victor Berger
-1
/
+1
2014-09-10
Add unnecessary_import_braces lint.
OGINO Masanori
-0
/
+1
2014-09-08
rustc: fix fallout from the addition of a 'tcx lifetime on tcx.
Eduard Burtescu
-9
/
+9
2014-09-05
Work around inability to link lifetime of ref bindings (#16994)
Piotr Czarnecki
-2
/
+4
2014-08-30
Add lint groups; define built-in lint groups `bad_style` and `unused`
P1start
-20
/
+82
2014-08-30
Unify non-snake-case lints and non-uppercase statics lints
P1start
-3
/
+1
2014-08-28
Fallout from stabilizing core::option
Aaron Turon
-1
/
+1
2014-08-14
librustc: Stop assuming that implementations and traits only contain
Patrick Walton
-2
/
+2
2014-08-07
Temporary bootstrapping hack: introduce syntax for r egion bounds like `'b:'a`,
Niko Matsakis
-1
/
+1
2014-08-01
librustc: Forbid pattern bindings after `@`s, for memory safety.
Patrick Walton
-2
/
+3
2014-07-17
lint: add method to get level of a specific lint.
Huon Wilson
-0
/
+6
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-1
/
+1
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