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
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
2019-10-31
Allow pass custom flags to rustfmt. (#338)
Nathan Moreau
2019-10-27
Adding GitHub actions.
Nathan Moreau
2019-10-23
subword-match for built-in formatting macros: add a test.
Nathan Moreau
2019-10-23
Do not allow subword-match when detecting built-in formatting macros
Dato Simó
2019-10-21
Speed up line indentation inside strings (#313)
Chris Rayner
2019-10-18
Fix rustc-compilation-regexps: match error messages with dashes. (#331)
Nathan Moreau
2019-10-11
readme: make other useful packages a list
Trevor Spiteri
2019-10-11
readme: recommend setting indent-tabs-mode to nil
Trevor Spiteri
2019-10-11
update readme (#327)
brotzeit
2019-10-10
Highlight variable name in a for-loop (#326)
Konstantin Kharlamov
2019-10-01
rust-mode.el: check for possible space between variable name and type (#325)
Konstantin Kharlamov
2019-09-28
Don't set indent-tabs-mode. (#324)
Nathan Moreau
2019-09-26
rust-format-diff-buffer-sentinel: use diff-mode and pop-to-buffer.
Nathan Moreau
2019-09-26
rust-format-diff-buffer: use start-process rather than make-process.
Nathan Moreau
2019-09-26
Silence byte-compiler
Phillip Lord
2019-09-26
Add rust-format-diff-buffer
Phillip Lord
2019-09-24
rust-compile, rust-run, rust-test: respect rust-cargo-bin. (#321)
Nathan Moreau
2019-09-04
Merge pull request #319 from phillord/feature/update-emacs-versions
Niko Matsakis
2019-08-31
Add local docker based tests runner
Phillip Lord
2019-08-30
Add specific distribution for EVM
Phillip Lord
2019-08-30
Update travis scripts to use EVM
Phillip Lord
2019-08-26
Merge pull request #318 from kraai/patch-1
Niko Matsakis
2019-08-19
Update Debian installation instructions
Matt Kraai
2019-05-17
Merge pull request #304 from kurnevsky/raw-string-propertize
Niko Matsakis
2019-05-16
Merge pull request #307 from Bunogi/master
Niko Matsakis
2019-05-14
Add `await` to list of keywords
Bunogi
2019-04-21
Don't call syntax-ppss twice for raw strings.
Evgeny Kurnevsky
2019-04-17
Don't call syntax-ppss twice for strings ending with r.
Evgeny Kurnevsky
2019-04-16
Add test for word boundaries for string ending with r.
Evgeny Kurnevsky
2019-04-15
Don't insert string delimiter inside strings.
Evgeny Kurnevsky
2019-03-04
Merge pull request #298 from jjwest/master
Felix S Klock II
2019-03-04
Merge pull request #300 from mmilenko/rust-looking-back-macro--backward-char-...
Felix S Klock II
2019-03-01
Reverted back to font-lock-fontify-buffer
Miodrag Milenkovic
2019-03-01
Added angle bracket tests, some of which fail without the fix
Miodrag Milenkovic
2019-03-01
Replaced font-lock-fontify-buffer with font-lock-ensure
Miodrag Milenkovic
2019-03-01
Merge pull request #293 from TristanCacqueray/master
Felix S Klock II
2019-02-28
refer to (point-min) instead of 1
Miodrag Milenkovic
2019-02-28
Avoid signaling "Beginning of buffer" in rust-lookng-back-macro
Miodrag Milenkovic
2019-02-05
Remove old comment
Jonas Westlund
2019-02-04
Add compilation mode warning face
Jonas Westlund
2019-01-25
Merge pull request #296 from dekellum/indent-return-type-defcustom
Niko Matsakis
2019-01-15
Add rust-indent-return-type-to-arguments variable
David Kellum
[next]