about summary refs log tree commit diff
path: root/clippy_lints/src/mut_reference.rs
AgeCommit message (Expand)AuthorLines
2021-04-08Merge remote-tracking branch 'upstream/master' into rustupflip1995-2/+2
2021-04-06Fix all occurences of `needless_borrow` internallyJason Newcomb-2/+2
2021-03-26Use iter::zip in src/tools/clippy/Josh Stone-1/+2
2021-03-25Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyupflip1995-1/+1
2021-03-15Don't re-export clippy_utils::diagnostics::*Cameron Steffen-1/+1
2020-09-04`ty.kind` -> `ty.kind()` in rustdoc and clippyLeSeulArtichaut-2/+2
2020-08-28Merge commit '3d0b0e66afdfaa519d8855b338b35b4605775945' into clippyupflip1995-5/+12
2020-07-17Rename TypeckTables to TypeckResults.Valentin Lazureanu-3/+3
2020-07-03Use 'tcx for references to AccessLevels wherever possible.Eduard-Mihai Burtescu-8/+3
2020-06-26rustc_lint: only query `typeck_tables_of` when a lint needs it.Eduard-Mihai Burtescu-3/+3
2020-06-10Update Clippy for MethodCall changesAaron Hill-1/+1
2020-06-09Merge commit 'ff0993c5e9162ddaea78e83d0f0161e68bd4ea73' into clippyLzu Tao-0/+4
2020-05-28Merge commit '7ea7cd165ad6705603852771bf82cc2fd6560db5' into clippyup2flip1995-1/+1
2020-03-30rustup https://github.com/rust-lang/rust/pull/70536Matthias Krüger-2/+2
2020-03-27remove redundant importMatthias Krüger-1/+0
2020-03-27rustup https://github.com/rust-lang/rust/pull/70344Matthias Krüger-2/+3
2020-02-21Fix falloutflip1995-1/+1
2020-01-13Rustup to rust-lang/rust#68045Yuki Okushi-1/+1
2020-01-11Rustup to rust-lang/rust#67806Yuki Okushi-3/+2
2020-01-07Rustup to rust-lang/rust#67886Yuki Okushi-1/+1
2019-12-27Rustup to rust-lang/rust#66936Yuki Okushi-2/+7
2019-12-21rustup "Merge `ast::Mutability` and `mir::Mutability`"Lzu Tao-4/+3
2019-12-04Rustup to rust-lang/rust#66878Matthias Krüger-1/+2
2019-11-27Add BorrowKind::RefManish Goregaokar-1/+1
2019-11-25Rustup to rust-lang/rust#66671flip1995-1/+1
2019-11-11MutImmutable -> Immutable, MutMutable -> Mutable, CaptureClause -> CaptureByManish Goregaokar-3/+4
2019-09-27Rustup to rust-lang/rust#64813flip1995-3/+3
2019-09-26Rustup https://github.com/rust-lang/rust/pull/64513Lzu Tao-2/+2
2019-04-17Use lint pass macrosMatthew Kraai-13/+2
2019-04-10Support updated type dependent def ID getterTomas Koutsky-1/+1
2019-03-05fix or ignore failing doc testsAndy Russell-1/+1
2019-03-05move lint documentation into macro invocationsAndy Russell-12/+12
2019-01-27rustup https://github.com/rust-lang/rust/pull/57726Matthias Krüger-0/+4
2019-01-08Remove all copyright license headersPhilipp Hansch-9/+0
2018-12-29Remove crate:: prefixes from crate pathsKonrad Borowski-5/+5
2018-11-27Fix some formatting issuesflip1995-4/+3
2018-11-27Run rustfmt on clippy_lintsflip1995-31/+28
2018-10-06Add license header to Rust filesManish Goregaokar-0/+10
2018-09-15Reintroduce `extern crate` for non-Cargo dependencies.Eduard-Mihai Burtescu-5/+5
2018-08-29Switch to declare_tool_lint macroflip1995-1/+1
2018-08-28Update imports and rustupOliver Schneider-1/+1
2018-08-22rustup, fix breakage introduced by https://github.com/rust-lang/rust/pull/53581Matthias Krüger-3/+3
2018-07-19Remove import of rustcManish Goregaokar-0/+1
2018-07-16ExprKindcsmoe-3/+3
2018-06-29RustupMateusz Mikuła-1/+1
2018-05-30Run rustfixMateusz Mikuła-1/+1
2018-05-11Reintroduce the lost (im)mutability checksOliver Schneider-1/+1
2018-05-11Rustup to 2018-05-11Philipp Hansch-4/+2
2018-03-28Categorize all the lints!Oliver Schneider-2/+2
2017-09-05Run nightly rustfmtOliver Schneider-19/+24