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
/
clippy_lints
/
src
/
utils
/
internal_lints.rs
Age
Commit message (
Expand
)
Author
Lines
2018-12-08
rustup https://github.com/rust-lang/rust/pull/56502 ( .hir -> .hir() )
Matthias Krüger
-3
/
+3
2018-11-27
Run rustfmt on clippy_lints
flip1995
-22
/
+15
2018-11-27
Add applicability level to (nearly) every span_lint_and_sugg function
flip1995
-1
/
+1
2018-11-27
Add Applicability::Unspecified to span_lint_and_sugg functions
flip1995
-0
/
+2
2018-10-29
Rewrite registered lint collection
flip1995
-13
/
+10
2018-10-29
Fix lint_without_lint_pass
Michael Wright
-6
/
+10
2018-10-06
Add license header to Rust files
Manish Goregaokar
-0
/
+10
2018-09-15
Formatting
flip1995
-9
/
+13
2018-09-15
Add internal lint compiler_lint_functions
flip1995
-6
/
+76
2018-09-15
Reintroduce `extern crate` for non-Cargo dependencies.
Eduard-Mihai Burtescu
-9
/
+9
2018-09-12
Change Hash{Map, Set} to FxHash{Map, Set}
flip1995
-10
/
+4
2018-08-29
Switch to declare_tool_lint macro
flip1995
-3
/
+3
2018-08-28
Update imports and rustup
Oliver Schneider
-1
/
+1
2018-08-19
codemap -> source_map
Manish Goregaokar
-1
/
+1
2018-08-14
Avoid new_without_default_derive in DefaultHashTypes
Dale Wijnand
-1
/
+1
2018-08-13
Use utils::span_lint_and_sugg in default_hash_types
Dale Wijnand
-2
/
+2
2018-08-12
Add an internal lint for FxHashMap/FxHashSet
Dale Wijnand
-1
/
+45
2018-08-08
Fix build
Nick Cameron
-2
/
+2
2018-07-23
Rustup
Oliver Schneider
-1
/
+1
2018-07-19
Remove import of rustc
Manish Goregaokar
-0
/
+1
2018-07-16
Update for hir renamings in rustc
Oliver Schneider
-1
/
+2
2018-07-16
TyKind
csmoe
-3
/
+3
2018-07-15
Ignore spans when comparing expressions
Oliver Schneider
-6
/
+8
2018-07-02
Rustup
Oliver Schneider
-1
/
+1
2018-06-29
Rustup
Mateusz Mikuła
-2
/
+2
2018-05-30
Run rustfix
Mateusz Mikuła
-1
/
+1
2018-04-28
Rustup to latest nightly
Philipp Hansch
-2
/
+2
2018-03-28
Categorize all the lints!
Oliver Schneider
-4
/
+4
2018-03-16
Apply clippy suggestions
Mateusz Mikuła
-1
/
+1
2017-10-31
Fix lint_without_lint_pass
kennytm
-4
/
+1
2017-09-05
Run nightly rustfmt
Oliver Schneider
-16
/
+21
2017-08-31
Accessing `Span` internals is deprecated
Oliver Schneider
-1
/
+1
2017-08-24
Rename `match_path_old` to `match_path`
Alexey Zabelin
-3
/
+3
2017-08-14
Rustfmt
Oliver Schneider
-13
/
+33
2017-03-31
First try for a fix for rustc 1.18.0-nightly (5c94997b6 2017-03-30
Enrico Schmitz
-1
/
+1
2017-02-03
Rustup to nightly from 2017-01-31
Mrmaxmeier
-1
/
+4
2017-02-03
TyCtxt::map is now called TyCtxt::hir
Mrmaxmeier
-3
/
+3
2017-01-04
Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Borrow and spelling fixes
Manish Goregaokar
-2
/
+2
2017-01-04
Rustup to rustc 1.16.0-nightly (468227129 2017-01-03): Body fixes for rustup
Josh Holmer
-2
/
+2
2016-12-20
also run rustfmt on clippy-lints
Oliver Schneider
-3
/
+6
2016-12-07
update to the rust-PR that unblocks clippy
Oliver Schneider
-3
/
+3
2016-12-06
rustup to rustc 1.15.0-dev (3b248a184 2016-12-05)
Oliver Schneider
-8
/
+12
2016-12-01
WIP compiles and doesn't crash (much) but tests are failing
Oliver Schneider
-2
/
+2
2016-11-23
Rustup to *rustc 1.15.0-nightly (7b3eeea22 2016-11-21)*
mcarton
-4
/
+4
2016-09-01
Added a lint_without_lint_pass lint.
kennytm
-3
/
+122
2016-08-07
Make lint descriptions short and to the point; always fitting the column "tri...
Georg Brandl
-2
/
+3
2016-08-07
Make the lint docstrings more consistent.
Georg Brandl
-3
/
+3
2016-07-18
add an internal lint that catches misordered paths
Oliver Schneider
-0
/
+53
[prev]