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
/
mut_reference.rs
Age
Commit message (
Expand
)
Author
Lines
2021-04-08
Merge remote-tracking branch 'upstream/master' into rustup
flip1995
-2
/
+2
2021-04-06
Fix all occurences of `needless_borrow` internally
Jason Newcomb
-2
/
+2
2021-03-26
Use iter::zip in src/tools/clippy/
Josh Stone
-1
/
+2
2021-03-25
Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyup
flip1995
-1
/
+1
2021-03-15
Don't re-export clippy_utils::diagnostics::*
Cameron Steffen
-1
/
+1
2020-09-04
`ty.kind` -> `ty.kind()` in rustdoc and clippy
LeSeulArtichaut
-2
/
+2
2020-08-28
Merge commit '3d0b0e66afdfaa519d8855b338b35b4605775945' into clippyup
flip1995
-5
/
+12
2020-07-17
Rename TypeckTables to TypeckResults.
Valentin Lazureanu
-3
/
+3
2020-07-03
Use 'tcx for references to AccessLevels wherever possible.
Eduard-Mihai Burtescu
-8
/
+3
2020-06-26
rustc_lint: only query `typeck_tables_of` when a lint needs it.
Eduard-Mihai Burtescu
-3
/
+3
2020-06-10
Update Clippy for MethodCall changes
Aaron Hill
-1
/
+1
2020-06-09
Merge commit 'ff0993c5e9162ddaea78e83d0f0161e68bd4ea73' into clippy
Lzu Tao
-0
/
+4
2020-05-28
Merge commit '7ea7cd165ad6705603852771bf82cc2fd6560db5' into clippyup2
flip1995
-1
/
+1
2020-03-30
rustup https://github.com/rust-lang/rust/pull/70536
Matthias Krüger
-2
/
+2
2020-03-27
remove redundant import
Matthias Krüger
-1
/
+0
2020-03-27
rustup https://github.com/rust-lang/rust/pull/70344
Matthias Krüger
-2
/
+3
2020-02-21
Fix fallout
flip1995
-1
/
+1
2020-01-13
Rustup to rust-lang/rust#68045
Yuki Okushi
-1
/
+1
2020-01-11
Rustup to rust-lang/rust#67806
Yuki Okushi
-3
/
+2
2020-01-07
Rustup to rust-lang/rust#67886
Yuki Okushi
-1
/
+1
2019-12-27
Rustup to rust-lang/rust#66936
Yuki Okushi
-2
/
+7
2019-12-21
rustup "Merge `ast::Mutability` and `mir::Mutability`"
Lzu Tao
-4
/
+3
2019-12-04
Rustup to rust-lang/rust#66878
Matthias Krüger
-1
/
+2
2019-11-27
Add BorrowKind::Ref
Manish Goregaokar
-1
/
+1
2019-11-25
Rustup to rust-lang/rust#66671
flip1995
-1
/
+1
2019-11-11
MutImmutable -> Immutable, MutMutable -> Mutable, CaptureClause -> CaptureBy
Manish Goregaokar
-3
/
+4
2019-09-27
Rustup to rust-lang/rust#64813
flip1995
-3
/
+3
2019-09-26
Rustup https://github.com/rust-lang/rust/pull/64513
Lzu Tao
-2
/
+2
2019-04-17
Use lint pass macros
Matthew Kraai
-13
/
+2
2019-04-10
Support updated type dependent def ID getter
Tomas Koutsky
-1
/
+1
2019-03-05
fix or ignore failing doc tests
Andy Russell
-1
/
+1
2019-03-05
move lint documentation into macro invocations
Andy Russell
-12
/
+12
2019-01-27
rustup https://github.com/rust-lang/rust/pull/57726
Matthias Krüger
-0
/
+4
2019-01-08
Remove all copyright license headers
Philipp Hansch
-9
/
+0
2018-12-29
Remove crate:: prefixes from crate paths
Konrad Borowski
-5
/
+5
2018-11-27
Fix some formatting issues
flip1995
-4
/
+3
2018-11-27
Run rustfmt on clippy_lints
flip1995
-31
/
+28
2018-10-06
Add license header to Rust files
Manish Goregaokar
-0
/
+10
2018-09-15
Reintroduce `extern crate` for non-Cargo dependencies.
Eduard-Mihai Burtescu
-5
/
+5
2018-08-29
Switch to declare_tool_lint macro
flip1995
-1
/
+1
2018-08-28
Update imports and rustup
Oliver Schneider
-1
/
+1
2018-08-22
rustup, fix breakage introduced by https://github.com/rust-lang/rust/pull/53581
Matthias Krüger
-3
/
+3
2018-07-19
Remove import of rustc
Manish Goregaokar
-0
/
+1
2018-07-16
ExprKind
csmoe
-3
/
+3
2018-06-29
Rustup
Mateusz Mikuła
-1
/
+1
2018-05-30
Run rustfix
Mateusz Mikuła
-1
/
+1
2018-05-11
Reintroduce the lost (im)mutability checks
Oliver Schneider
-1
/
+1
2018-05-11
Rustup to 2018-05-11
Philipp Hansch
-4
/
+2
2018-03-28
Categorize all the lints!
Oliver Schneider
-2
/
+2
2017-09-05
Run nightly rustfmt
Oliver Schneider
-19
/
+24
[next]