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
/
mem_replace.rs
Age
Commit message (
Expand
)
Author
Lines
2021-04-13
Refactor diagnostic item methods
Cameron Steffen
-11
/
+10
2021-04-06
Introduce is_lang_ctor
Cameron Steffen
-3
/
+4
2021-04-06
Fix all occurences of `needless_borrow` internally
Jason Newcomb
-8
/
+8
2021-03-31
Eat dogfood
Cameron Steffen
-25
/
+24
2021-03-17
Don't re-export clippy_utils::*
Cameron Steffen
-1
/
+1
2021-03-15
Don't re-export clippy_utils::diagnostics::*
Cameron Steffen
-4
/
+2
2021-03-15
Move some utils to clippy_utils::source module
Cameron Steffen
-4
/
+4
2021-03-12
mem_replace_with_default: use diagnostic items intead of paths
Mateusz Gacek
-15
/
+34
2021-03-12
mem_replace_with_default: recognize some std library ctors
Mateusz Gacek
-1
/
+16
2020-12-11
add MSRV to more lints specified in #6097
suyash458
-5
/
+22
2020-07-17
Rename TypeckTables to TypeckResults.
Valentin Lazureanu
-2
/
+2
2020-07-03
Use 'tcx for references to AccessLevels wherever possible.
Eduard-Mihai Burtescu
-5
/
+5
2020-07-02
rustc_lint: avoid using TypeckTables::empty for LateContext.
Eduard-Mihai Burtescu
-3
/
+3
2020-06-26
rustc_lint: only query `typeck_tables_of` when a lint needs it.
Eduard-Mihai Burtescu
-5
/
+5
2020-06-23
Merge commit 'c2c07fa9d095931eb5684a42942a7b573a0c5238' into clippyup
flip1995
-28
/
+54
2020-04-18
Add an Option<Span> argument to span_lint_and_help.
xiongmao86
-0
/
+2
2020-04-17
Cleanup: Rename 'db' variable to 'diag'
Philipp Hansch
-2
/
+2
2020-04-12
Make use of some existing diagnostic items
Philipp Hansch
-2
/
+3
2020-03-30
rustup https://github.com/rust-lang/rust/pull/70536
Matthias Krüger
-1
/
+1
2020-01-27
Rename `span_help_and_lint` to `span_lint_and_help`
Yuki Okushi
-3
/
+3
2020-01-13
Rustup to rust-lang/rust#68045
Yuki Okushi
-1
/
+2
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
2020-01-04
Rustup to https://github.com/rust-lang/rust/pull/67853
Philipp Hansch
-1
/
+1
2019-12-31
Indicate anonymous lifetimes for types
Krishna Veera Reddy
-3
/
+3
2019-12-31
Lint within internal macros without a suggestion
Krishna Veera Reddy
-11
/
+16
2019-12-31
Destructure `mem:replace` arguments
Krishna Veera Reddy
-20
/
+20
2019-12-31
Move `mem_replace_with_default` out of nursery
Krishna Veera Reddy
-1
/
+1
2019-12-31
Prevent `mem_replace_with_default` lint within macros
Krishna Veera Reddy
-4
/
+4
2019-12-31
Use `mem::take` instead of `mem::replace` when applicable
Krishna Veera Reddy
-62
/
+124
2019-12-27
Rustup to rust-lang/rust#66936
Yuki Okushi
-1
/
+1
2019-12-21
rustup "Merge `ast::Mutability` and `mir::Mutability`"
Lzu Tao
-1
/
+1
2019-12-04
Rustup to rust-lang/rust#66878
Matthias Krüger
-1
/
+2
2019-11-27
Add BorrowKind::Ref
Manish Goregaokar
-2
/
+2
2019-11-25
Rustup to rust-lang/rust#66671
flip1995
-1
/
+1
2019-11-11
MutImmutable -> Immutable, MutMutable -> Mutable, CaptureClause -> CaptureBy
Manish Goregaokar
-2
/
+2
2019-09-27
Rustup to rust-lang/rust#64813
flip1995
-7
/
+7
2019-09-20
new lint: mem-replace-with-uninit
Andre Bogus
-31
/
+95
2019-05-17
Prevent symbocalypse
Oliver Scherer
-2
/
+2
2019-05-14
Rustfmt all the things
Oliver Scherer
-1
/
+1
2019-05-14
Use symbols instead of strings
Oliver Scherer
-3
/
+3
2019-05-03
Rustup to rustc 1.36.0-nightly (13fde05b1 2019-05-03)
Matthias Krüger
-1
/
+1
2019-04-17
Use lint pass macros
Matthew Kraai
-12
/
+2
2019-04-17
Use {get,match}_def_path from LateContext
flip1995
-2
/
+2
2019-03-08
Refactor: Remove utils::opt_def_id
Philipp Hansch
-2
/
+2
2019-03-05
fix or ignore failing doc tests
Andy Russell
-0
/
+2
2019-03-05
move lint documentation into macro invocations
Andy Russell
-19
/
+19
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
-4
/
+4
[next]