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
2015-10-18
Auto merge of #28845 - oli-obk:rfc1229, r=pnkfelix
bors
-1
/
+8
2015-10-17
Add span_lint_note and span_lint_help to the LintContext
nxnfufunezn
-0
/
+22
2015-10-13
implement RFC 1229
Oliver Schneider
-1
/
+8
2015-10-13
Dict -> Struct, StructDef -> VariantData, def -> data
Vadim Petrochenkov
-8
/
+8
2015-10-13
Provide span for visit_struct_def + remove some dead code
Vadim Petrochenkov
-2
/
+4
2015-10-13
Remove now redundant NodeId from Variant
Vadim Petrochenkov
-10
/
+10
2015-09-29
Fill in some missing parts in the default HIR visitor
Vadim Petrochenkov
-8
/
+3
2015-09-28
Fill in some missing parts in the default AST visitor
Vadim Petrochenkov
-11
/
+3
2015-09-22
Use Names in HIR visitors and folders
Vadim Petrochenkov
-8
/
+8
2015-09-22
Auto merge of #28364 - petrochenkov:usegate, r=alexcrichton
bors
-0
/
+12
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
Fix code broken by rebase
Vadim Petrochenkov
-3
/
+8
2015-09-17
Correctly walk import lists in AST visitors
Vadim Petrochenkov
-0
/
+7
2015-09-17
rebasing
Nick Cameron
-21
/
+13
2015-09-17
Change to a multi-trait approach
Nick Cameron
-124
/
+153
2015-09-17
Changes to tests
Nick Cameron
-2
/
+2
2015-09-17
Add an early lint pass for lints that operate on the AST
Nick Cameron
-118
/
+472
2015-09-16
Auto merge of #28353 - GuillaumeGomez:error_codes, r=Manishearth
bors
-5
/
+6
2015-09-16
Use ast attributes every where (remove HIR attributes).
Nick Cameron
-45
/
+11
2015-09-13
Add part of new error codes in librustc
Guillaume Gomez
-5
/
+6
2015-09-03
Move lints to HIR
Manish Goregaokar
-78
/
+76
2015-09-03
Add an intital HIR and lowering step
Nick Cameron
-2
/
+37
2015-08-25
Respect `--color` when printing early errors
Barosl Lee
-2
/
+3
2015-07-28
rustc: Add a --cap-lints flag to the compiler
Alex Crichton
-1
/
+16
2015-07-15
Implement lint deprecation/removal…
Simonas Kazlauskas
-10
/
+32
2015-06-18
Make a better error message for using #[feature] on stable rust
Brian Anderson
-36
/
+1
2015-06-11
Conver reborrows to .iter() calls where appropriate
Joshua Landau
-1
/
+1
2015-06-07
change some statics to constants
Oliver 'ker' Schneider
-3
/
+2
2015-04-01
Fallout out rustc
Niko Matsakis
-2
/
+2
2015-03-27
Change the trivial cast lints to allow by default
Nick Cameron
-2
/
+2
2015-03-25
Change lint names to plurals
Nick Cameron
-4
/
+4
2015-03-25
Add trivial cast lints.
Nick Cameron
-1
/
+14
2015-03-23
Require feature attributes, and add them where necessary
Brian Anderson
-1
/
+1
2015-03-11
syntax: gather common fields of impl & trait items into their respective types.
Eduard Burtescu
-26
/
+17
2015-03-02
Enable recursion for visit_ty in lint visitor
Ivan Petkov
-1
/
+1
2015-02-28
Rename LintPass::check_trait_method to check_trait_item
Ivan Petkov
-2
/
+2
2015-02-28
Update docs for rustc_lint crateification.
Huon Wilson
-15
/
+4
2015-02-28
Separate most of rustc::lint::builtin into a separate crate.
Huon Wilson
-2141
/
+5
2015-02-26
Check stability of struct fields.
Huon Wilson
-0
/
+5
2015-02-25
Rollup merge of #22635 - kmcallister:macros-chapter, r=steveklabnik
Manish Goregaokar
-19
/
+19
2015-02-25
Rollup merge of #22752 - ipetkov:unsafe-lint-fix, r=alexcrichton
Manish Goregaokar
-32
/
+22
2015-02-24
Implement `<T>::method` UFCS expression syntax.
Eduard Burtescu
-3
/
+3
2015-02-24
rustc: combine partial_def_map and last_private_map into def_map.
Eduard Burtescu
-12
/
+13
2015-02-24
syntax: use a single Path for Trait::Item in QPath.
Eduard Burtescu
-6
/
+0
2015-02-24
syntax: don't use TraitRef in QPath.
Eduard Burtescu
-0
/
+6
2015-02-24
syntax: don't store a secondary NodeId for TyPath.
Eduard Burtescu
-6
/
+5
2015-02-24
Rollup merge of #22580 - pnkfelix:guard-pat-cfg2, r=pnkfelix
Manish Goregaokar
-1
/
+1
2015-02-23
Properly reimplement `unsafe-code` lint to honor changing lint attributes
Ivan Petkov
-32
/
+22
2015-02-23
Update missing-docs lint to check associated type declarations
Ivan Petkov
-0
/
+8
[next]