| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-11-14 | Add CHANGELOGmain | Graham Marlow | |
| 2023-11-02 | Add support for custom clippy args | Graham Marlow | |
| Introduce a new defcustom for providing arguments to the cargo clippy binary. Co-authored-by: Jens Östlund <hi@iensu.me> Co-authored-by: Graham <info@mgmarlow.com> | |||
| 2023-08-26 | Clean up tests and remove fixture | Graham Marlow | |
| 2023-08-26 | Add support for codes in error messages | Graham Marlow | |
| Modify the Clippy regexp to accept error codes, e.g. "error[E0407]". Co-authored-by: Eugeny Volobuev <j21@eml.cc> Co-authored-by: Graham Marlow <graham@mgmarlow.com> | |||
| 2023-08-08 | README updates | mgmarlow | |
| 2023-08-08 | Remove unnecessary Emacs version # | mgmarlow | |
| 2023-08-08 | Fix badge | mgmarlow | |
| 2023-08-08 | Update docs with MELPA release | mgmarlow | |
| 2023-07-30 | Rename to flymake-clippy for MELPA release | mgmarlow | |
| 2023-07-29 | Documentation updates for MELPA inclusion | mgmarlow | |
| 2023-07-29 | Remove 29 examples from README | mgmarlow | |
| 2023-07-29 | Update the README with more recent instructions | Michael Herstine | |
| The README contained two things that were incorrect for my setup (Emacs from source (30+) and elgot 1.15): - `use-package' now has support for fetching from git, albeit with different parameters - `eglot--managed-mode-hook' was deprecated some time ago (in eglot 1.6)-- one should use `eglot-managed-mode-hook' now. This patch updates the README, preserving the old documentation, but adding the above information. | |||
| 2023-06-28 | Add errors to match group | Graham Marlow | |
| 2023-06-25 | Update README | mgmarlow | |
| 2023-06-20 | Update README | mgmarlow | |
| 2023-06-20 | Documentation updates | mgmarlow | |
| 2023-06-19 | Update README | 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 | Update README | Graham Marlow | |
| 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 | Update README | Graham Marlow | |
| 2023-06-13 | Extra docs for eglot users | Graham Marlow | |
| 2023-06-13 | require cl-lib | Graham Marlow | |
| 2023-06-12 | Add use-package example | mgmarlow | |
| 2023-06-12 | Add LICENSE | mgmarlow | |
| 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 | |
