about summary refs log tree commit diff
path: root/clippy_lints/src/large_stack_frames.rs
AgeCommit message (Expand)AuthorLines
2024-08-21Start removing `snippet_opt`Jason Newcomb-2/+2
2024-07-17Refactor for using config values:Jason Newcomb-3/+3
2024-04-01fix fallout from previous commity21-1/+1
2024-03-28`large_stack_frames`: print total size and largest component.Kevin Reid-23/+83
2023-11-25Use absolute path for `declare_tool_lint` in `declare_clippy_lint`Alex Macleod-1/+1
2023-10-23Set existing doc-tests to `no_run`Alex Macleod-2/+2
2023-08-18Update version attribute for 1.72 lintsxFrednet-1/+1
2023-07-13Add `imports_granularity = "Module"` to rustfmt.tomlAlex Macleod-4/+2
2023-06-12make lint description easier to read, prevent ICEy21-6/+9
2023-06-12rename "drawbacks" to "known issues"y21-1/+1
2023-06-12use span_lint_and_notey21-5/+4
2023-06-12fmty21-3/+1
2023-06-12new lint: `large_stack_frames`y21-0/+162