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-mode.el
Age
Commit message (
Expand
)
Author
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-05-17
Merge pull request #304 from kurnevsky/raw-string-propertize
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-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
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-15
Add rust-indent-return-type-to-arguments variable
David Kellum
2018-12-21
Add rust-run and rust-test interactive function
Tristan Cacqueray
2018-12-18
imenu: handle lifetimes in impl blocks.
Nathan Moreau
2018-10-07
adjust docstring formatting
riscy
2018-10-02
Merge pull request #266 from brotzeit/format-on-save
Felix S Klock II
2018-09-29
silence byte-compiler
brotzeit
2018-09-04
Add keywords `async` and `try`
_rika
2018-06-26
Merge pull request #267 from jthemphill/patch-1
Niko Matsakis
2018-06-07
Fix font-locking of "let ref"
Tom Tromey
2018-04-23
Bump version
Jeff Hemphill
2018-03-23
throw error in after-save-hook instead of before-save-hook
brotzeit
2018-03-21
make rustc-colon-compilation-regexps an info type
brotzeit
2018-03-03
update to include line number and column information
Niko Matsakis
2018-03-03
remove old-style compilation regex; support `:::` regex
Niko Matsakis
2018-02-15
Fixed indent when ? operator is used in chained method calls
Jonas Westlund
2018-02-15
Merge pull request #253 from jjwest/master
Niko Matsakis
2018-02-12
add dyn to keywords
kngwyu
2018-01-09
Do not indent where clause by default (follow standard) #257
Sebastien Chapuis
2017-12-08
Improved font-locking for print macros
Jonas Westlund
2017-12-08
Merge pull request #251 from brotzeit/rust-format-buffer
Tom Tromey
2017-11-24
don't set-window-start for selected window
brotzeit
2017-11-18
fix rust--format-call
brotzeit
2017-11-06
% as punctuation character.
Hiroki Noda
2017-10-03
Revert #216 and Add Suggestions from #226
Will Speak
2017-09-21
feat(rust-mode): add yield to the keywords list
Michael Zapata
2017-09-14
Remove `float`, `int`, and `uint` as built-in types.
Jake Goulding
2017-08-23
Pass 'visible to get-buffer-window
Tom Tromey
2017-08-20
Types get correct font-lock in if-let statements
Jonas Westlund
2017-08-20
Add support for u128 and i128 types
Shanavas M
2017-08-14
Fix recognition of "<" as operator in some context
Tom Tromey
2017-08-10
Use `font-lock-variable-name-face' for `let' bindings.
Aankhen
2017-08-10
Add syntax coloring for type-inferred constants and variables
Per Nordlöw
[next]