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
2017-07-30
Add syntax highlighting and imenu support for `union`
Wilfred Hughes
2017-07-28
Highlight question mark operator using new `rust-question-mark-face'.
Aankhen
2017-07-13
Add `rust-cargo-bin' custom variable.
Aankhen
2017-07-13
Declare `rust-buffer-project' and require `json' at runtime.
Aankhen
2017-07-13
Require `json'.
Aankhen
2017-07-13
Add `rust-run-clippy' and `rust-buffer-project' with testing paraphernalia.
Aankhen
2017-06-26
Set `compile-command' in `rust-mode'.
Aankhen
2017-06-06
restore points when an error occurs too
Sunrin SHIMURA (keen)
2017-05-31
Merge pull request #206 from cjhowe7/master
Tom Tromey
2017-05-31
Address review comments
Christian Howe
2017-05-06
Add support for "default" keyword
Tom Tromey
2017-04-23
Fix stupid mistake in rustfmt conditional
Christian Howe
2017-04-21
Remove unnecessary debugging message
Christian Howe
2017-04-18
Add stderr output from rustfmt on exit code 3
Christian Howe
2017-04-18
Allow formatting with long lines
Christian Howe
2017-04-11
fix rust indentation bug
Tom Tromey
2017-04-11
Merge pull request #201 from tromey/question-indentation
Niko Matsakis
2017-04-11
Merge pull request #197 from tromey/syntax-propertize
Niko Matsakis
2017-04-05
fix syntax of "<" appearing after "?"
Tom Tromey
2017-03-19
set open-paren-in-column-0-is-defun-start to nil
Tom Tromey
2017-03-15
Use syntax-propertize-function, not font-lock-syntactic-keywords
Tom Tromey
2017-01-12
Recognize "extern" imenu items
mrBliss
2017-01-07
Merge pull request #175 from mrBliss/imenu-unsafe
Niko Matsakis
2017-01-07
Merge pull request #187 from tspiteri/format-other-buffers
Niko Matsakis
2017-01-06
convert http links into https links
Nathan Froyd
2017-01-06
put remaining defcustoms into the rust-mode group
Nathan Froyd
2016-12-25
improve position recovery in rust-format-buffer
Trevor Spiteri
2016-12-22
handle indirect buffers and multiple windows in rust-format-buffer
Trevor Spiteri
2016-10-27
Bump version
Tom Willemse
2016-10-22
Handle comments when indenting method chains
mrBliss
2016-10-19
Recognize imenu items starting with "unsafe"
mrBliss
2016-09-09
Fix #168: use while in rust-rewind-irrelevant
mrBliss
2016-08-20
Merge pull request #165 from nikomatsakis/new-errors
Niko Matsakis
2016-08-15
fix regex to account for `[E123]`
Niko Matsakis
2016-08-02
Go back to the current line and column after formatting.
Wilfred Hughes
2016-08-02
rust--after-revert-hook should preserve point position.
Wilfred Hughes
2016-07-26
Merge pull request #159 from hotpxl/master
Niko Matsakis
2016-07-21
[master] Remove redundant progn.
Yutian Li
2016-07-19
Fix #160
Fanael Linithien
2016-07-16
[master] Copy buffer only when format changes.
Yutian Li
2016-05-14
Add menu titles for items in imenu
fmdkdd
2016-05-14
Add macro_rules names to imenu
fmdkdd
2016-05-14
imenu: don't add item defs in single-line comments
fmdkdd
2016-05-04
add code to handle new-style rustc errors
Niko Matsakis
2016-04-25
Properly fix #151
mrBliss
2016-04-24
Fix #151
mrBliss
2016-04-06
Fix for emacs24
Brian Mastenbrook
2016-04-06
Fix failing tests, and add a test for the fix.
Brian Mastenbrook
2016-04-05
Fill regular block comments correctly too, in addition to rustdoc comments
Brian Mastenbrook
2016-03-10
update README.md and Package-Requires to require emacs 24
Tom Tromey
[next]