about summary refs log tree commit diff
path: root/clippy_lints/src/methods
AgeCommit message (Expand)AuthorLines
2023-11-26rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...Vadim Petrochenkov-1/+1
2023-11-25Appease the clippyMichael Goulet-1/+1
2023-11-25Use absolute path for `declare_tool_lint` in `declare_clippy_lint`Alex Macleod-1/+1
2023-11-25Auto merge of #11864 - GuillaumeGomez:option_map_or_err_ok, r=flip1995bors-0/+69
2023-11-25Simplify code for `result_map_or_else_none`Guillaume Gomez-9/+5
2023-11-24Create new lint `option_map_or_err_ok`Guillaume Gomez-0/+69
2023-11-23Improve error messages formatGuillaume Gomez-18/+7
2023-11-23Extend `result_map_or_into_option` lint to handle `Result::map_or_else(|_| No...Guillaume Gomez-0/+50
2023-11-22Auto merge of #11757 - matthri:iter-kv-map-msrv-fix, r=Alexendoobors-1/+6
2023-11-20New lint `clippy::join_absolute_paths`ofeeg-0/+96
2023-11-17Fix markup in recent lint documentation.Kevin Reid-3/+5
2023-11-17rename bound region instantiationlcnr-3/+3
2023-11-16Merge commit 'edb720b199083f4107b858a8761648065bf38d86' into clippyupPhilipp Krones-1619/+1497
2023-11-16Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-1620/+1499
2023-11-12fix iter_kv_map dont suggest into_keys and into_values if msrv is to lowMatthias Richter-1/+6
2023-11-11Auto merge of #11767 - matthri:unnecessary-fallible-conversions-ext-notes, r=...bors-10/+28
2023-11-11add type details to unnecessary_fallible_conversions noteMatthias Richter-10/+28
2023-11-10Destructure `Conf` in `register_lints`Alex Macleod-1/+3
2023-11-10Clean up after if chain removalAlex Macleod-252/+258
2023-11-10Run `if-to-let-chain clippy*/**/*.rs`Alex Macleod-1539/+1391
2023-11-03Auto merge of #117507 - nnethercote:rustc_span, r=Nilstriebbors-24/+16
2023-11-02Merge commit '09ac14c901abc43bd0d617ae4a44e8a4fed98d9c' into clippyupPhilipp Krones-505/+825
2023-11-02Format let-chains across the code basePhilipp Krones-262/+365
2023-11-02Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-259/+477
2023-11-02Minimize `pub` usage in `source_map.rs`.Nicholas Nethercote-24/+16
2023-11-01remove code duplicationMatthias Richter-22/+16
2023-11-01fix get_first false negative for VecDequeMatthias Richter-0/+22
2023-11-01refactor: extract common pat_is_wild to clippy_utilsDinu Blanovschi-12/+1
2023-10-30new lint: `unnecessary_fallible_conversions`y21-0/+152
2023-10-26Auto merge of #11698 - a1phyr:waker_clone_and_wake, r=y21bors-0/+59
2023-10-25Apply suggestionsBenoît du Garreau-7/+5
2023-10-24Add a lint to check needless `Waker` clonesBenoît du Garreau-0/+61
2023-10-23Move configuration to new `clippy_config` crateAlex Macleod-17/+16
2023-10-23Set existing doc-tests to `no_run`Alex Macleod-211/+211
2023-10-21Merge commit '2b030eb03d9e5837440b1ee0b98c50b97c0c5889' into clippyupPhilipp Krones-11/+17
2023-10-21Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-12/+19
2023-10-20s/generator/coroutine/Oli Scherer-1/+1
2023-10-20Auto merge of #11521 - y21:issue9122, r=llogiqbors-6/+6
2023-10-16fix lint failures in clippyArthur Lafrance-1/+1
2023-10-16Auto merge of #11673 - y21:issue11672, r=Manishearthbors-2/+10
2023-10-15Auto merge of #11609 - y21:get_first_non_primitives, r=giraffatebors-3/+1
2023-10-16[`unnecessary_lazy_eval`]: don't emit autofix suggestion if closure has retur...y21-2/+10
2023-10-09move changed logic to into its own util functiony21-6/+6
2023-10-06Merge commit 'b105fb4c39bc1a010807a6c076193cef8d93c109' into clippyupPhilipp Krones-12/+12
2023-10-06Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-13/+14
2023-10-05Add more diagnostic items for clippyJason Newcomb-39/+36
2023-10-04Fix clippyMichael Goulet-6/+2
2023-10-04dogfoody21-1/+1
2023-10-04[`get_first`]: lint on non-primitive typesy21-2/+0
2023-10-04Update version attribute for 1.73 lintsxFrednet-6/+6