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
2023-12-01
Merge commit 'f0cdee4a3f094416189261481eae374b76792af1' into clippy-subtree-sync
Philipp Krones
-1
/
+1
2023-11-16
Merge commit 'edb720b199083f4107b858a8761648065bf38d86' into clippyup
Philipp Krones
-54
/
+48
2023-11-03
Auto merge of #117507 - nnethercote:rustc_span, r=Nilstrieb
bors
-1
/
+1
2023-11-02
Merge commit '09ac14c901abc43bd0d617ae4a44e8a4fed98d9c' into clippyup
Philipp Krones
-6
/
+6
2023-11-02
Minimize `pub` usage in `source_map.rs`.
Nicholas Nethercote
-1
/
+1
2023-04-11
Merge commit '83e42a2337dadac915c956d125f1d69132f36425' into clippyup
Philipp Krones
-43
/
+28
2022-12-01
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
Philipp Krones
-5
/
+5
2022-10-06
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
Philipp Krones
-38
/
+34
2022-08-11
Merge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89' into clippyup
Philipp Krones
-4
/
+2
2022-05-21
Merge 'rust-clippy/master' into clippyup
xFrednet
-1
/
+1
2022-02-26
Merge commit 'e329249b6a3a98830d860c74c8234a8dd9407436' into clippyup
flip1995
-2
/
+2
2022-01-23
Update clippy
Vadim Petrochenkov
-1
/
+1
2021-12-06
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
flip1995
-2
/
+5
2021-09-08
Merge commit '27afd6ade4bb1123a8bf82001629b69d23d62aff' into clippyup
flip1995
-56
/
+29
2021-07-29
Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyup
flip1995
-16
/
+15
2021-04-27
Merge commit '7c7683c8efe447b251d6c5ca6cce51233060f6e8' into clippyup
flip1995
-4
/
+2
2021-04-22
Merge commit '98e2b9f25b6db4b2680a3d388456d9f95cb28344' into clippyup
flip1995
-12
/
+12
2021-04-08
Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyup
flip1995
-32
/
+31
2021-03-25
Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyup
flip1995
-5
/
+37
2020-12-20
Merge commit '4911ab124c481430672a3833b37075e6435ec34d' into clippyup
flip1995
-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
[next]