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
Age
Commit message (
Expand
)
Author
2020-12-04
Add rust-check function
Alyssa Ross
2020-07-09
Set default directory when compiling.
Nathan Moreau
2020-07-09
Divide library into sections
Jonas Bernoulli
2020-07-09
Various cosmetic changes
Jonas Bernoulli
2020-07-09
rearrange IV: Misc
Jonas Bernoulli
2020-07-09
rearrange III: Mode
Jonas Bernoulli
2020-07-09
rearrange II: Regexp variables and functions
Jonas Bernoulli
2020-07-09
rearrange I: Move options and faces to beginning of file
Jonas Bernoulli
2020-07-09
Improve doc-strings
Jonas Bernoulli
2020-06-18
compile-mode integration: add link to code references. (#391)
Nathan Moreau
2020-06-18
Fix README internal link (#389)
Spencer Nelson
2020-06-15
Minor fixes (#388)
Jonas Bernoulli
2020-06-03
rustc-colon-compilation-regexps: improve highlighting.
Nathan Moreau
2020-05-28
Add missing ‘require’ form.
Philipp Stephani
2020-05-23
Update README.md
Tshepang Lekhonkhobe
2020-05-17
Change 'rust-build' to 'rust-compile' in README.md
Norberto Lopes
2020-05-17
Test byte compilation of test code.
Nathan Moreau
2020-05-17
Fix various byte compilation warnings in rust-mode-tests.el.
Philipp Stephani
2020-05-13
Re-implement rust-in-macro for performance
Phillip Lord
2020-05-09
Check for -> and => early in rust-ordinary-lt-gt-p
Trevor Spiteri
2020-05-09
Use <kbd> to indicate keyboard input in README (#375)
Christopher Warrington
2020-05-03
README: support for emacs 24 has been dropped.
Nathan Moreau
2020-05-03
Drop Emacs-24
Phillip Lord
2020-04-29
In emacs >= 26.2, use replace-buffer-contents after formatting
Trevor Spiteri
2020-04-27
Fix typos
Jonas Bernoulli
2020-04-14
Make *rustfmt* buffer readonly.
Nathan Moreau
2020-04-14
rust-goto-format-problem: make sure to always just to a buffer that exists.
Nathan Moreau
2020-04-14
rust-format-show-buffer: default to true.
Nathan Moreau
2020-04-14
rust--format-fix-rustfmt-buffer: replace "stdin:" as well as "<stdin>:".
Nathan Moreau
2020-04-12
rustc-compilation-regexps: handle `note` case as compilation-info.
Nathan Moreau
2020-03-31
Add triagebot configuration (#364)
Mark Rousskov
2020-03-22
Don't fail on re-search-forward. (#359)
Nathan Moreau
2020-03-15
Expand README to include more information about features (#358)
holocircuit
2020-03-03
rust-before-save-hook: log errors.
Nathan Moreau
2020-02-29
Introduce constant for *rustfmt*.
Nathan Moreau
2020-02-29
integrate rustfmt error messages
Nikodemus Siivola
2020-02-13
Enforce use of spaces for indentation and cleanup whitespace (#353)
Jonas Bernoulli
2020-01-29
Fix scrolling after rustfmt. (#351)
Nathan Moreau
2020-01-29
rust format buffer now saves position across multiple frames (#348)
ryanswilson59
2019-12-08
imenu: fn items: match async/const and all pub variants. (#346)
Nathan Moreau
2019-11-23
Merge pull request #343 from haroldcarr/master
brotzeit
2019-11-23
add support for "async fn"
Harold Carr
2019-11-18
rust-insert-dbg: handle the case of string literals. (#342)
Nathan Moreau
2019-11-08
rust-dbg-wrap-or-unwrap: bind to C-c C-d rather than C-c d.
Nathan Moreau
2019-11-07
Merge pull request #340 from brotzeit/readme
brotzeit
2019-11-03
Fix rust-insert-dbg for emacs-version < 25. (#339)
Nathan Moreau
2019-11-01
review
brotzeit
2019-11-01
mention LSP support
brotzeit
2019-10-31
Add a function wrap and unwrap with the dbg! macro.
Roey Darwish Dror
2019-10-31
electric-pair-mode: prevent self-insert of `>' when already inserted. (#337)
Nathan Moreau
[next]