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
/
functions
Age
Commit message (
Expand
)
Author
Lines
2023-04-03
Fix false negative on `Result<(), ()>`
blyxyas
-1
/
+11
2023-04-03
only focus on `double_must_use` + Add `Result<(), ()>` test
blyxyas
-8
/
+9
2023-04-03
Fix `double_must_use` for async functions
blyxyas
-3
/
+4
2023-03-24
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-4
/
+1
2023-03-22
rustc: Remove unused `Session` argument from some attribute functions
Vadim Petrochenkov
-3
/
+3
2023-03-21
Use local key in providers
Michael Goulet
-3
/
+3
2023-03-10
Merge commit '3c06e0b1ce003912f8fe0536d3a7fe22558e38cf' into clippyup
Philipp Krones
-4
/
+4
2023-02-28
Two small documentation improvements
Samuel Moelius
-1
/
+1
2023-02-27
Fixing typos
Andreas Deininger
-3
/
+3
2023-02-25
Merge commit '149392b0baa4730c68f3c3eadf5c6ed7b16b85a4' into clippyup
Jason Newcomb
-0
/
+79
2023-02-18
Add placeholders, remove name suggesting
blyxyas
-29
/
+5
2023-02-15
Remove commented code
blyxyas
-3
/
+0
2023-02-15
Fix lint message
blyxyas
-1
/
+1
2023-02-15
Remove `#[allow]`s. Apply conversations from @Jarcho
blyxyas
-17
/
+6
2023-02-15
Change lint's from `style` to `restriction`
blyxyas
-1
/
+1
2023-02-15
Tests pass
blyxyas
-1
/
+1
2023-02-15
Rename lint to better fit lint naming conventions
blyxyas
-6
/
+6
2023-02-15
Add `impl_trait_param` lint
blyxyas
-0
/
+117
2023-02-10
Merge commit '0f7558148c22e53cd4608773b56cdfa50dcdeac3' into clippyup
Philipp Krones
-8
/
+2
2023-02-10
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-8
/
+2
2023-01-28
Take a LocalDefId in hir::Visitor::visit_fn.
Camille GILLOT
-18
/
+19
2023-01-26
change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB...
Kyle Matsuda
-2
/
+2
2023-01-26
replace usages of fn_sig query with bound_fn_sig
Kyle Matsuda
-2
/
+2
2022-12-29
Merge commit '4f3ab69ea0a0908260944443c739426cc384ae1a' into clippyup
Philipp Krones
-5
/
+28
2022-12-25
`not_unsafe_ptr_arg_deref` update documentation
Trevor Gross
-5
/
+28
2022-12-01
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
Philipp Krones
-3
/
+175
2022-11-30
Fix ICE in `result large_err` with uninhabited enums
Jason Newcomb
-3
/
+5
2022-11-21
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
Philipp Krones
-34
/
+66
2022-11-21
Auto merge of #9770 - sgued:missnamed-getters, r=llogiq
bors
-0
/
+170
2022-11-21
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-34
/
+66
2022-11-20
Fix many false negatives caused by autoderef
Sosthène Guédon
-23
/
+21
2022-11-20
Improve diagnostic for cases where autoderef is used
Sosthène Guédon
-2
/
+2
2022-11-20
misname-getters: Fix documentation
Sosthène Guédon
-2
/
+3
2022-11-20
Remove error when fields use autoderef
Sosthène Guédon
-8
/
+6
2022-11-20
misnamed_getters: Trigger on unsafe with _unchecked
Sosthène Guédon
-2
/
+8
2022-11-20
Improve code
Sosthène Guédon
-6
/
+7
2022-11-20
Fix typo missnamed -> misnamed
Sosthène Guédon
-6
/
+6
2022-11-20
Fix internal warnings
Sosthène Guédon
-5
/
+9
2022-11-20
Document missname_getters
Sosthène Guédon
-2
/
+19
2022-11-20
missnamed_getters: use all_fields iterator
Sosthène Guédon
-16
/
+1
2022-11-20
Fix suggestion to point to the whole method
Sosthène Guédon
-10
/
+12
2022-11-20
missnamed_getters: Match owned methods
Sosthène Guédon
-7
/
+20
2022-11-20
Add missnamed_getters lint
Sosthène Guédon
-0
/
+145
2022-11-07
`result_large_err` show largest variants in err msg
Elliot Bobrow
-14
/
+54
2022-10-31
Update lint versions for 1.65
xFrednet
-1
/
+1
2022-10-29
Rollup merge of #103625 - WaffleLapkin:no_tyctxt_dogs_allowed, r=compiler-errors
Guillaume Gomez
-1
/
+1
2022-10-29
Rename some `OwnerId` fields.
Nicholas Nethercote
-18
/
+18
2022-10-27
Update tooling
Maybe Waffle
-1
/
+1
2022-10-26
privacy: Rename "accessibility levels" to "effective visibilities"
Vadim Petrochenkov
-8
/
+8
2022-10-23
Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyup
flip1995
-7
/
+8
[next]