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
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
2018-11-27
Run rustfmt on clippy_lints
flip1995
-1
/
+0
2018-11-27
Add applicability level to (nearly) every span_lint_and_sugg function
flip1995
-3
/
+4
2018-11-27
Add Applicability::Unspecified to span_lint_and_sugg functions
flip1995
-1
/
+3
2018-10-06
Add license header to Rust files
Manish Goregaokar
-0
/
+10
2018-09-19
mem_replace: fix grammar.
Jay Kickliter
-1
/
+1
2018-09-19
mem_replace: match on path.
Jay Kickliter
-6
/
+23
2018-09-19
mem_replace: make examples compilable.
Jay Kickliter
-2
/
+2
2018-09-19
Add lint for `mem::replace(.., None)`.
Jay Kickliter
-0
/
+66