about summary refs log tree commit diff
path: root/clippy_lints/src/disallowed_methods.rs
AgeCommit message (Expand)AuthorLines
2025-02-08Two improvements to `disallowed_*` (#13669)Catherine Flores-8/+6
2025-01-28Undo most of last commit and add type aliasSamuel Moelius-2/+2
2024-12-18Use two structs rather than a const genericSamuel Moelius-2/+2
2024-12-10remove unnecessary notationslapla-cogito-2/+0
2024-11-15Support replacements in `disallowed_methods`Samuel Moelius-8/+6
2024-11-15Move create_disallowed_map to clippy_configPhilipp Krones-1/+1
2024-07-17Refactor for using config values:Jason Newcomb-24/+18
2024-07-05Refactor `disallowed_methods`:Jason Newcomb-21/+21
2024-04-01fix fallout from previous commity21-1/+1
2023-11-25Use absolute path for `declare_tool_lint` in `declare_clippy_lint`Alex Macleod-1/+1
2023-10-23Move configuration to new `clippy_config` crateAlex Macleod-5/+3
2023-07-14Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-1/+1
2022-11-21Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyupPhilipp Krones-3/+2
2022-11-04Return multiple resolutions from `def_path_res`Alex Macleod-3/+2
2022-10-23Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyupflip1995-3/+2
2022-10-11Replace manual let else patterns with let elseest31-3/+2
2022-10-06Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyupPhilipp Krones-9/+8
2022-10-05Add `disallowed_macros` lintAlex Macleod-8/+7
2022-09-23Apply uninlined_format-args to clippy_lintsYuri Astrakhan-1/+1
2022-05-21Merge 'rust-clippy/master' into clippyupxFrednet-3/+11
2022-05-20Lint indirect usages in `disallowed_methods`Alex Macleod-3/+11
2022-02-10Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyupflip1995-1/+1
2022-01-28Rename path_to_res to def_path_resCameron Steffen-1/+1
2022-01-13Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyupflip1995-18/+16
2022-01-12Use method name from conf::DisallowedMethodAlex Macleod-17/+12
2022-01-11Warn disallowed_methods and disallowed_types by defaultTaiki Endo-1/+4
2021-12-06Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyupflip1995-0/+107
2021-11-18Also pluralize disallowed_method(s) lintflip1995-0/+107