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
2024-07-17
Refactor for using config values:
Jason Newcomb
-3
/
+5
2024-04-01
fix fallout from previous commit
y21
-1
/
+1
2024-02-11
[mem_replace_with_default] No longer triggers on unused expression
Gabriel Fernandes
-2
/
+4
2024-01-15
Use `std_or_core` instead of doing check by hand every time
Guillaume Gomez
-10
/
+6
2024-01-14
Correctly suggest `std` or `core` path depending if this is a `no_std` crate
Guillaume Gomez
-5
/
+14
2023-11-25
Use absolute path for `declare_tool_lint` in `declare_clippy_lint`
Alex Macleod
-1
/
+1
2023-11-16
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-54
/
+48
2023-11-10
Clean up after if chain removal
Alex Macleod
-3
/
+3
2023-11-10
Run `if-to-let-chain clippy*/**/*.rs`
Alex Macleod
-52
/
+46
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-10-23
Move configuration to new `clippy_config` crate
Alex Macleod
-1
/
+1
2023-10-23
Set existing doc-tests to `no_run`
Alex Macleod
-5
/
+5
2023-04-11
Merge commit '83e42a2337dadac915c956d125f1d69132f36425' into clippyup
Philipp Krones
-43
/
+28
2023-04-06
fix [mem_replace_option_with_none] not considering field variables
J-ZhengLi
-43
/
+28
2022-12-01
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
Philipp Krones
-5
/
+5
2022-11-21
Add `clippy_utils::msrv::Msrv` to keep track of the current MSRV
Alex Macleod
-5
/
+5
2022-10-06
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
Philipp Krones
-38
/
+34
2022-10-02
Replace `is_lang_ctor` with `is_res_lang_ctor`
Jason Newcomb
-38
/
+34
2022-08-11
Merge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89' into clippyup
Philipp Krones
-4
/
+2
2022-08-02
use slice match more often
tabokie
-4
/
+2
2022-05-21
Merge 'rust-clippy/master' into clippyup
xFrednet
-1
/
+1
2022-05-08
Pass msrvs by copy
Samuel E. Moelius III
-1
/
+1
2022-02-26
Merge commit 'e329249b6a3a98830d860c74c8234a8dd9407436' into clippyup
flip1995
-2
/
+2
2022-02-25
Replace some more paths with diagnostic items
Alex Macleod
-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
[next]