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
2017-09-18
incr.comp.: Compute hashes of all query results.
Michael Woerister
-0
/
+17
2017-08-09
rustc: Rearchitect lints to be emitted more eagerly
Alex Crichton
-9
/
+227
2017-07-05
use field init shorthand in src/librustc
Zack M. Davis
-1
/
+1
2017-03-10
Allow lints to check Bodys directly
Oliver Schneider
-0
/
+2
2017-02-04
note lint group set on command line triggering individual lint
Zack M. Davis
-1
/
+2
2017-02-04
note individual lint name set via lint group attribute in notes
Zack M. Davis
-1
/
+1
2017-02-02
store typeck lints in the `TypeckTables`
Niko Matsakis
-2
/
+2
2017-02-02
introduce `LintTable`
Niko Matsakis
-0
/
+3
2016-12-28
rustc: separate bodies for static/(associated)const and embedded constants.
Eduard-Mihai Burtescu
-2
/
+2
2016-12-07
remove useless lifetime outlives bounds
Oliver Schneider
-95
/
+74
2016-12-06
annotate stricter lifetimes on LateLintPass methods to allow them to forward ...
Oliver Schneider
-40
/
+93
2016-11-28
rustc: desugar `use a::{b,c};` into `use a::b; use a::c;` in HIR.
Eduard-Mihai Burtescu
-1
/
+0
2016-11-10
rustc: use an Expr instead of a Block for function bodies.
Eduard Burtescu
-2
/
+2
2016-11-10
syntax: don't fake a block around closures' bodies during parsing.
Eduard Burtescu
-2
/
+2
2016-11-01
improve early lint to use multispan from diagnostic
Niko Matsakis
-1
/
+1
2016-11-01
compare-method lint
Niko Matsakis
-1
/
+1
2016-11-01
introduce EarlyLint type
Niko Matsakis
-1
/
+1
2016-10-27
Add possibility of deprecating attributes
Nick Cameron
-1
/
+0
2016-08-23
Use idiomatic names for string-related methods names.
Corey Farwell
-1
/
+1
2016-08-11
Add the notion of a dependency tracking status to commandline arguments.
Michael Woerister
-1
/
+1
2016-07-10
Move variant_size_differences out of trans
Jonas Schievink
-1
/
+1
2016-06-26
Rollup merge of #34316 - jseyfried:refactor_ast_stmt, r=eddyb
Jeffrey Seyfried
-1
/
+0
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-1
/
+1
2016-06-17
Fix fallout
Jeffrey Seyfried
-1
/
+0
2016-05-25
Remove ExplicitSelf from AST
Vadim Petrochenkov
-2
/
+0
2016-04-06
rustc: move rustc_front to rustc::hir.
Eduard Burtescu
-2
/
+2
2016-02-27
more check_*_post methods for LintPasses
llogiq
-0
/
+12
2016-02-11
add item_post methods
llogiq
-0
/
+2
2016-02-11
Add _post methods for blocks and crates
llogiq
-0
/
+4
2016-01-12
Revamp the "future incompatible" section to clarify the situation
Niko Matsakis
-1
/
+1
2015-12-30
use structured errors
Nick Cameron
-1
/
+1
2015-11-18
Various straight-forward ports that override `visit_nested_items`
Niko Matsakis
-2
/
+2
2015-10-13
Dict -> Struct, StructDef -> VariantData, def -> data
Vadim Petrochenkov
-4
/
+4
2015-09-29
Fill in some missing parts in the default HIR visitor
Vadim Petrochenkov
-2
/
+1
2015-09-28
Fill in some missing parts in the default AST visitor
Vadim Petrochenkov
-5
/
+1
2015-09-22
Use Names in HIR visitors and folders
Vadim Petrochenkov
-3
/
+3
2015-09-22
Auto merge of #28364 - petrochenkov:usegate, r=alexcrichton
bors
-0
/
+2
2015-09-20
Miscellaneous cleanup for old issues.
Lee Jeffery
-1
/
+0
2015-09-19
Remove check_mac
Manish Goregaokar
-4
/
+0
2015-09-17
Correctly walk import lists in AST visitors
Vadim Petrochenkov
-0
/
+2
2015-09-17
Change to a multi-trait approach
Nick Cameron
-50
/
+56
2015-09-17
Add an early lint pass for lints that operate on the AST
Nick Cameron
-33
/
+81
2015-09-16
Use ast attributes every where (remove HIR attributes).
Nick Cameron
-4
/
+4
2015-09-03
Move lints to HIR
Manish Goregaokar
-31
/
+32
2015-09-03
Add an intital HIR and lowering step
Nick Cameron
-1
/
+1
2015-06-18
Make a better error message for using #[feature] on stable rust
Brian Anderson
-3
/
+0
2015-06-07
change some statics to constants
Oliver 'ker' Schneider
-3
/
+2
2015-04-01
Fallout out rustc
Niko Matsakis
-1
/
+1
2015-03-11
syntax: gather common fields of impl & trait items into their respective types.
Eduard Burtescu
-1
/
+1
2015-02-28
Rename LintPass::check_trait_method to check_trait_item
Ivan Petkov
-1
/
+1
[next]