| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-07-30 | Rename to flymake-clippy for MELPA release | mgmarlow | |
| 2023-07-29 | Documentation updates for MELPA inclusion | mgmarlow | |
| 2023-06-28 | Add errors to match group | Graham Marlow | |
| 2023-06-20 | Documentation updates | mgmarlow | |
| 2023-06-17 | rx-to-string is unnecessary | mgmarlow | |
| 2023-06-13 | Prefer defvar-local | mgmarlow | |
| 2023-06-13 | Improve filename matching | mgmarlow | |
| Rather than matching filenames within the regular expression (which was using file-name-nondirectory), capture the full file name only in the regexp so it can be compared against the entire buffer-file-name. This fixes issues where Clippy suggestions with the same file name (e.g. mod.rs) appear in every buffer matching that name. | |||
| 2023-06-13 | Rename variable prefix and add tests for regexp | Graham Marlow | |
| 2023-06-13 | Code cleanup | Graham Marlow | |
| 2023-06-13 | Update doc comments | Graham Marlow | |
| 2023-06-13 | require cl-lib | Graham Marlow | |
| 2023-06-12 | Fix documentation | mgmarlow | |
| 2023-06-12 | Merge branch 'clippy-flymake' | mgmarlow | |
| 2023-06-12 | Initial commit | mgmarlow | |
| 2023-06-11 | M-x auto-insert | mgmarlow | |
