index
:
rust-mode
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust-rustfmt.el
Age
Commit message (
Collapse
)
Author
2022-12-25
Merge pull request #481 from imichael2e2/master
brotzeit
Refine the error message displaying
2022-12-24
Prevent from generating the redundant error messages in minibuffer.
Michael
2022-12-20
check for rustfmt window before deleting it, fixes the fix to #475
Brent Westbrook
adapted from https://github.com/dominikh/go-mode.el/blob/08aa90d52f0e7d2ad02f961b554e13329672d7cb/go-mode.el#L1986
2022-12-19
Support envrc for rustfmt
amesgen
2022-12-18
Automatically remove the redundant window after calling rustfmt. Fix the ↵
Michael
issue #475
2022-08-18
apply minor fixes
brotzeit
2022-01-08
don't throw error in rust-format-on-save
brotzeit
so the file can be saved close #166
2022-01-08
remove save-window-excursion
brotzeit
2022-01-07
save excursion when formatting
brotzeit
close #392
2021-11-26
allow changing rustfmt hook funtctions
brotzeit
2021-10-16
Call *rustfmt* by its proper name in user messages
Sergey Vinokurov
2021-10-16
Improve rust--format-fix-rustfmt-buffer
Sergey Vinokurov
2021-04-23
Create rust-rustfmt.el from existing code
Jonas Bernoulli