about summary refs log tree commit diff
path: root/clippy_lints/src/default_instead_of_iter_empty.rs
AgeCommit message (Expand)AuthorLines
2024-04-01fix fallout from previous commity21-1/+1
2024-03-22Enable unused_qualifications lintAlex Macleod-1/+1
2024-01-15Use `std_or_core` instead of doing check by hand every timeGuillaume Gomez-7/+4
2024-01-14Correctly suggest `std` or `core` path depending if this is a `no_std` crateGuillaume Gomez-5/+11
2023-11-25Use absolute path for `declare_tool_lint` in `declare_clippy_lint`Alex Macleod-1/+1
2023-11-02Format let-chains across the code basePhilipp Krones-1/+4
2023-10-23Set existing doc-tests to `no_run`Alex Macleod-2/+2
2023-10-21Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-1/+1
2023-10-05Add more diagnostic items for clippyJason Newcomb-3/+3
2023-07-17Merge commit 'd9c24d1b1ee61f276e550b967409c9f155eac4e3' into clippyupPhilipp Krones-2/+1
2023-07-13Add `imports_granularity = "Module"` to rustfmt.tomlAlex Macleod-2/+1
2023-03-10Merge commit '3c06e0b1ce003912f8fe0536d3a7fe22558e38cf' into clippyupPhilipp Krones-4/+12
2023-03-03Use `snippet_with_context` moreJason Newcomb-4/+12
2022-10-06Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyupPhilipp Krones-1/+1
2022-09-20Changelog for Rust 1.64 :apple:xFrednet-1/+1
2022-06-30Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyupPhilipp Krones-0/+68
2022-06-17feat(lint): add default_iter_emptykyoto7250-0/+68