summaryrefslogtreecommitdiff
path: root/rust-rustfmt.el
AgeCommit message (Collapse)Author
2025-06-20Ensure rustfmt is invoked without edition parameterapiraino
2025-04-04Upgrade rustfmt edition to 2024Eval EXEC
2024-09-03add(rustfmt): introduce a new compilation-mode for rust-formatroife
2024-08-31Update rustfmt's default edition: 2018 -> 2021Javier Olaechea
2024-03-16rust--format-call: Delete file in case of errorJonas Bernoulli
That was always the intention, but the cleanup code was always placed outside the unwind forms. lib/rust-mode/rust-rustfmt.el:60:12: Warning: ‘unwind-protect’ without unwind forms
2022-12-25Merge pull request #481 from imichael2e2/masterbrotzeit
Refine the error message displaying
2022-12-24Prevent from generating the redundant error messages in minibuffer.Michael
2022-12-20check for rustfmt window before deleting it, fixes the fix to #475Brent Westbrook
adapted from https://github.com/dominikh/go-mode.el/blob/08aa90d52f0e7d2ad02f961b554e13329672d7cb/go-mode.el#L1986
2022-12-19Support envrc for rustfmtamesgen
2022-12-18Automatically remove the redundant window after calling rustfmt. Fix the ↵Michael
issue #475
2022-08-18apply minor fixesbrotzeit
2022-01-08don't throw error in rust-format-on-savebrotzeit
so the file can be saved close #166
2022-01-08remove save-window-excursionbrotzeit
2022-01-07save excursion when formattingbrotzeit
close #392
2021-11-26allow changing rustfmt hook funtctionsbrotzeit
2021-10-16Call *rustfmt* by its proper name in user messagesSergey Vinokurov
2021-10-16Improve rust--format-fix-rustfmt-bufferSergey Vinokurov
2021-04-23Create rust-rustfmt.el from existing codeJonas Bernoulli