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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc
/
lint
Age
Commit message (
Expand
)
Author
Lines
2019-04-28
Implement internal lints
flip1995
-10
/
+122
2019-04-23
Rollup merge of #59823 - davidtwco:issue-54716, r=cramertj
Mazdak Farrokhzad
-0
/
+19
2019-04-23
Remove visit_subpats from check_pat in favor of state in EllipsisInclusiveRan...
Tomas Koutsky
-6
/
+5
2019-04-21
Introduce `ArgSource` for diagnostics.
David Wood
-0
/
+3
2019-04-21
Add `AsyncArgument` to AST.
David Wood
-0
/
+16
2019-04-15
Rollup merge of #59779 - flip1995:uplift_get_def_path, r=Manishearth
Mazdak Farrokhzad
-6
/
+28
2019-04-12
Uplift `get_def_path` from Clippy
flip1995
-6
/
+28
2019-04-10
forgot one
Mark Mansi
-1
/
+0
2019-04-10
make duplicate matcher bindings a hard error
Mark Mansi
-8
/
+1
2019-04-07
Auto merge of #58739 - matthewjasper:more-restrictive-tpb, r=pnkfelix
bors
-1
/
+12
2019-04-05
Move match_path from DefId to lint::LateContext
flip1995
-3
/
+112
2019-04-04
Placate tidy
Felix S Klock II
-2
/
+2
2019-04-04
Adjust the mutable_borrow_reservation_conflict message
Matthew Jasper
-0
/
+4
2019-04-04
add mutable_borrow_reservation_conflict future-incompatibility lint.
Felix S. Klock II
-0
/
+7
2019-04-04
Use declare_lint_pass! and impl_lint_pass! in more places
hgallagher1993
-20
/
+2
2019-04-04
Rollup merge of #59669 - Centril:lint-pass-macro, r=oli-obk
Mazdak Farrokhzad
-75
/
+87
2019-04-03
reduce repetition in librustc(_lint) wrt. impl LintPass
Mazdak Farrokhzad
-75
/
+87
2019-04-03
Deduplicate code in TyKind lint
flip1995
-48
/
+30
2019-04-03
Fix bug in TyKind lint
flip1995
-5
/
+8
2019-04-03
Make internal lints allow-by-default
flip1995
-2
/
+2
2019-04-03
use check_path instead of check_expr
flip1995
-49
/
+27
2019-04-03
Fix rebase fallout
flip1995
-16
/
+15
2019-04-03
Add internal lints default_hash_types and usage_of_ty_tykind
flip1995
-0
/
+166
2019-03-30
Change message to present tense
Fabian Drinck
-1
/
+1
2019-03-30
Replace REDUNDANT_IMPORT with UNUSED_IMPORTS
Fabian Drinck
-7
/
+1
2019-03-30
Distinguish between imported and defined items
Fabian Drinck
-3
/
+4
2019-03-30
Improve warning
Fabian Drinck
-0
/
+9
2019-03-30
Add lint for redundant imports
Fabian Drinck
-0
/
+6
2019-03-29
Rollup merge of #59394 - mark-i-m:dup-matcher-bindings-2, r=Centril
Mazdak Farrokhzad
-1
/
+2
2019-03-28
deny duplicate matcher bindings by default
mark
-1
/
+2
2019-03-28
Run module lint passes in parallel
John Kåre Alsaker
-14
/
+13
2019-03-28
Remove LintSession and run incremental and whole crate lints in parallel
John Kåre Alsaker
-67
/
+39
2019-03-28
Combine all builtin late lints
John Kåre Alsaker
-151
/
+243
2019-03-25
Make more lints incremental
John Kåre Alsaker
-0
/
+6
2019-03-25
Make some lints incremental
John Kåre Alsaker
-9
/
+72
2019-03-25
Auto merge of #59256 - petrochenkov:derval2, r=Zoxc
bors
-7
/
+2
2019-03-24
Separate variant id and variant constructor id.
David Wood
-3
/
+5
2019-03-17
Auto merge of #58994 - oli-obk:deprecated_derive, r=petrochenkov
bors
-1
/
+16
2019-03-17
Make meta-item API compatible with `LocalInternedString::get` soundness fix
Vadim Petrochenkov
-7
/
+2
2019-03-16
Don't report deprecation lints in derive expansions
Oliver Scherer
-1
/
+16
2019-03-16
Fix rebase
Vadim Petrochenkov
-1
/
+1
2019-03-16
Refactor away `NestedMetaItemKind`
Vadim Petrochenkov
-10
/
+10
2019-03-16
Rename `MetaItem::ident` to `MetaItem::path`
Vadim Petrochenkov
-6
/
+6
2019-03-16
syntax: Do not accidentally treat multi-segment meta-items as single-segment
Vadim Petrochenkov
-10
/
+11
2019-03-14
Auto merge of #58176 - Zoxc:lint-levels, r=oli-obk
bors
-9
/
+19
2019-03-08
Temporarily emulate the (accidentally) omitted recursion during impl Trait ch...
Felix S. Klock II
-0
/
+14
2019-03-05
Add `return`
John Kåre Alsaker
-1
/
+1
2019-03-05
Only insert nodes which changes lint levels in the LintLevelMap
John Kåre Alsaker
-9
/
+19
2019-03-02
Rollup merge of #58785 - euclio:tool-lint-attrs, r=estebank
kennytm
-6
/
+14
2019-03-01
ty: HirIdify some lints
ljedrz
-2
/
+1
[next]