about summary refs log tree commit diff
path: root/clippy_lints/src/asm_syntax.rs
AgeCommit message (Expand)AuthorLines
2024-07-22Make restriction lint's use `span_lint_and_then` (i -> l)xFrednet-13/+9
2024-05-23For restriction lints, replace “Why is this bad?” with “Why restrict th...Kevin Reid-6/+4
2024-04-01fix fallout from previous commity21-2/+2
2024-02-17Ensure ASM syntax detect `global_asm!` and `asm!` only on x86 architecturesbeetrees-6/+31
2023-11-25Use absolute path for `declare_tool_lint` in `declare_clippy_lint`Alex Macleod-1/+1
2022-10-01Only run x86 asm doctests on x86Alex Macleod-0/+4
2022-09-23Apply uninlined_format-args to clippy_lintsYuri Astrakhan-1/+1
2021-12-17Merge remote-tracking branch 'upstream/master' into rustupflip1995-0/+4
2021-12-06Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyupflip1995-0/+2
2021-11-10Added `clippy::version` attribute to all normal lintsxFrednet-0/+2
2021-07-29Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyupflip1995-10/+10
2021-07-28Update lint documentation to use markdown headlinesxFrednet-10/+10
2021-03-25Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyupflip1995-1/+1
2021-03-15Don't re-export clippy_utils::diagnostics::*Cameron Steffen-1/+1
2020-10-09Merge commit '2f6439ae6a6803d030cceb3ee14c9150e91b328b' into clippyupflip1995-0/+125
2020-09-30Add lint for inline assembly syntax style preferenceJethro Beekman-0/+125