| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-02-08 | Two improvements to `disallowed_*` (#13669) | Catherine Flores | -8/+6 | |
| The improvements are as follows: - Remove an [unnecessary `compile-flags` directive](https://github.com/rust-lang/rust-clippy/blob/f712eb5cdccd121d0569af12f20e6a0fabe4364d/tests/ui-toml/toml_disallowed_methods/conf_disallowed_methods.rs#L1) in `tests/ui-toml/toml_disallowed_methods/conf_disallowed_methods.rs` - Support replacements as suggested by @mitsuhiko in https://github.com/rust-lang/rust-clippy/issues/7609#issuecomment-908632622 --- changelog: support replacements in `disallowed_methods` | ||||
| 2025-01-28 | Undo most of last commit and add type alias | Samuel Moelius | -2/+2 | |
| 2024-12-18 | Use two structs rather than a const generic | Samuel Moelius | -2/+2 | |
| 2024-12-10 | remove unnecessary notations | lapla-cogito | -2/+0 | |
| 2024-11-15 | Support replacements in `disallowed_methods` | Samuel Moelius | -8/+6 | |
| 2024-11-15 | Move create_disallowed_map to clippy_config | Philipp Krones | -1/+1 | |
| 2024-07-17 | Refactor for using config values: | Jason Newcomb | -24/+18 | |
| * Construct lint passes by taking `Conf` by reference. * Use `HashSet` configs in less places * Move some `check_crate` code into the pass constructor when possible. | ||||
| 2024-07-05 | Refactor `disallowed_methods`: | Jason Newcomb | -21/+21 | |
| * Simplify `def_id` extraction. * Use the span of the method name instead of the call. | ||||
| 2024-04-01 | fix fallout from previous commit | y21 | -1/+1 | |
| 2023-11-25 | Use absolute path for `declare_tool_lint` in `declare_clippy_lint` | Alex Macleod | -1/+1 | |
| 2023-10-23 | Move configuration to new `clippy_config` crate | Alex Macleod | -5/+3 | |
| 2023-07-14 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -1/+1 | |
| 2022-11-21 | Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup | Philipp Krones | -3/+2 | |
| 2022-11-04 | Return multiple resolutions from `def_path_res` | Alex Macleod | -3/+2 | |
| 2022-10-23 | Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyup | flip1995 | -3/+2 | |
| 2022-10-11 | Replace manual let else patterns with let else | est31 | -3/+2 | |
| 2022-10-06 | Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup | Philipp Krones | -9/+8 | |
| 2022-10-05 | Add `disallowed_macros` lint | Alex Macleod | -8/+7 | |
| 2022-09-23 | Apply uninlined_format-args to clippy_lints | Yuri Astrakhan | -1/+1 | |
| This change is needed for the uninlined_format-args lint to be merged. See https://github.com/rust-lang/rust-clippy/pull/9233 | ||||
| 2022-05-21 | Merge 'rust-clippy/master' into clippyup | xFrednet | -3/+11 | |
| 2022-05-20 | Lint indirect usages in `disallowed_methods` | Alex Macleod | -3/+11 | |
| 2022-02-10 | Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyup | flip1995 | -1/+1 | |
| 2022-01-28 | Rename path_to_res to def_path_res | Cameron Steffen | -1/+1 | |
| 2022-01-13 | Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup | flip1995 | -18/+16 | |
| 2022-01-12 | Use method name from conf::DisallowedMethod | Alex Macleod | -17/+12 | |
| Since def_path_str returns e.g. "core::f32::<impl f32>::clamp" for "f32::clamp" | ||||
| 2022-01-11 | Warn disallowed_methods and disallowed_types by default | Taiki Endo | -1/+4 | |
| 2021-12-06 | Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup | flip1995 | -0/+107 | |
| 2021-11-18 | Also pluralize disallowed_method(s) lint | flip1995 | -0/+107 | |
| To stay consistent with the sister lint disallowed_type, also rename the disallowed_method lint to disallowed_methods. | ||||
