about summary refs log tree commit diff
path: root/clippy_utils/src/msrvs.rs
AgeCommit message (Expand)AuthorLines
2025-02-21rename `MANUAL_DIV_CEIL` MSRV alias and add missing conf info for `manual_div...Alejandra González-1/+1
2025-02-21Represent the capability instead of the lint name in msrv aliasesSamuel Tardieu-1/+1
2025-02-20rename the MSRV alias `MANUAL_DIV_CEIL` to `DIV_CEIL`lapla-cogito-1/+1
2025-02-12New lint: `mem_replace_option_with_some`Samuel Tardieu-0/+1
2025-02-07add MSRV check for `lines_filter_map_ok` (#14130)Catherine Flores-0/+1
2025-02-03new `manual_option_as_slice` lint (#13901)Alejandra González-0/+3
2025-02-03add `SLICE_FILL` to msrvlapla-cogito-1/+1
2025-02-01add MSRV check for `lines_filter_map_ok`lapla-cogito-0/+1
2025-01-26new `manual_option_as_slice` lintAndre Bogus-0/+3
2025-01-24add new lint `non_std_lazy_statics`J-ZhengLi-1/+1
2025-01-18Emit `missing_const_for_fn` for `CONST_MUT_REFS`Thomas Churchman-1/+1
2025-01-15New lint `useless-nonzero-new_unchecked` (#13993)Manish Goregaokar-1/+1
2025-01-13New lint `useless-nonzero-new_unchecked`Samuel Tardieu-1/+1
2025-01-13Rust 1.81 and later support elision with explicit self typesSamuel Tardieu-1/+1
2025-01-01Dogfood double_ended_iterator_lastQuentin Santos-1/+1
2025-01-01Revert "Dogfood double_ended_iterator_last"Quentin Santos-1/+1
2025-01-01Dogfood double_ended_iterator_lastQuentin Santos-1/+1
2024-12-26Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-4/+5
2024-12-16rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structuresJonathan Dönszelmann-2/+2
2024-12-16split attributesJonathan Dönszelmann-1/+1
2024-12-16Do not suggest using `Error` in `no_std` before Rust 1.81 (#13834)llogiq-1/+1
2024-12-16Do not suggest using `Error` in `no_std` before Rust 1.81Samuel Tardieu-1/+1
2024-12-15Initial impl `repr_packed_without_abi`Lukas Lueg-0/+1
2024-12-15Add hir::AttributeJonathan Dönszelmann-8/+8
2024-12-05update `borrow_as_ptr` to suggest `&raw` when the MSRV allows itcyrgani-2/+2
2024-11-28Merge commit 'ff4a26d442bead94a4c96fb1de967374bc4fbd8e' into clippy-subtree-u...Philipp Krones-0/+165
2024-11-16Simplify instances of `Option::map_or(true, …)` in Clippy sourcesSamuel Tardieu-1/+1
2024-11-15Move MSRV implementation to clippy_utilsPhilipp Krones-0/+165
2023-11-02Merge commit '09ac14c901abc43bd0d617ae4a44e8a4fed98d9c' into clippyupPhilipp Krones-130/+0
2023-10-23Move configuration to new `clippy_config` crateAlex Macleod-130/+0
2023-10-21Merge commit '2b030eb03d9e5837440b1ee0b98c50b97c0c5889' into clippyupPhilipp Krones-54/+36
2023-10-18Deserialize Msrv directly in ConfAlex Macleod-54/+36
2023-10-06Merge commit 'b105fb4c39bc1a010807a6c076193cef8d93c109' into clippyupPhilipp Krones-1/+1
2023-09-26Add `manual_hash_one` lintAlex Macleod-1/+1
2023-08-24Merge commit '080b587854a73f2a8cbaecff1884860a78e2ff37' into clippyupPhilipp Krones-1/+1
2023-08-13feat: update manual_retain to lint binary_heap_retainunvalley-1/+1
2023-07-02Merge commit '37f4c1725d3fd7e9c3ffd8783246bc5589debc53' into clippyupPhilipp Krones-1/+5
2023-07-01New lint `manual_try_fold`Catherine-0/+1
2023-06-29Add msrv check and make test passCatherine-0/+1
2023-06-27changed msrv name for consistency & changed nested if for styledarklyspaced-1/+1
2023-06-27changed the msrv to 1.70 to suggest `is_some_and`darklyspaced-0/+1
2023-06-22rename MSRV alias, add MSRV to lint docy21-1/+1
2023-06-20[`type_repetition_in_bounds`]: respect msrv for combining maybe boundsy21-0/+1
2023-06-09Extend `explicit_iter_loop` to all typesJason Newcomb-1/+1
2023-06-02Merge commit '30448e8cf98d4754350db0c959644564f317bc0f' into clippyupPhilipp Krones-1/+1
2023-05-16add description and rename msrv testsCentri3-1/+1
2023-03-24Merge commit 'd5e2a7aca55ed49fc943b7a07a8eba05ab5a0079' into clippyupPhilipp Krones-0/+1
2023-03-16New lint to detect `&std::path::MAIN_SEPARATOR.to_string()`Samuel "Sam" Tardieu-0/+1
2023-01-12Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyupPhilipp Krones-2/+2
2023-01-05Restrict suggestion of deriving Default for enums to MSRV 1.62.Kyle Huey-2/+2