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
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
2016-03-09
remove emacs 23 support
Tom Tromey
2016-03-09
Merge pull request #136 from Stebalien/indent-brace
Niko Matsakis
2016-03-09
Merge pull request #132 from tomjakubowski/move-module
Niko Matsakis
2016-03-07
Merge pull request #135 from Stebalien/file-local
Micah Chalmer
2016-03-07
Merge pull request #133 from kraai/avoid-cl
Micah Chalmer
2016-03-07
Re-indent on }
Steven Allen
2016-03-07
Fix hook args for after-revert-hook
Steven Allen
2016-03-07
Allow disabling rustfmt with a dir-local/file-local variable
Steven Allen
2016-03-06
Use catch and throw instead of block and return
Matt Kraai
2016-03-05
Add rust-promote-module-into-dir
Tom Jakubowski
2016-03-03
Run the after-revert hook after rustfmt
Micah Chalmer
2016-02-25
Fix font-locking for Unicode escapes in character literals.
Georg Brandl
2016-02-17
Remove duplicate keywords
Matt Kraai
2016-02-16
Merge pull request #72 from birkenfeld/builtin-face
Micah Chalmer
2016-02-14
Integrate rustfmt support
Fredrik Bergroth
2016-02-14
Change font-lock face for module names.
Georg Brandl
2016-01-15
Fix indentation of closing delimiters
Eivind Fonn
2016-01-05
Fix type annotations incorrectly highlighted as modules.
Wilfred Hughes
2015-12-15
Merge pull request #109 from mrBliss/highlight-unsafe
Micah Chalmer
2015-12-15
Re-fontify buffer after it is reverted
Micah Chalmer
2015-12-03
Merge pull request #110 from mrBliss/fix-103
Niko Matsakis
2015-12-02
Fix the special case for the first line
mrBliss
2015-12-02
Correctly indent where clauses
mrBliss
2015-12-01
Fix #103: comment indentation after struct members
mrBliss
2015-11-26
Highlight the unsafe keyword
mrBliss
2015-11-15
Merge pull request #96 from MicahChalmer/add-licenses
Felix S Klock II
2015-10-22
Remove unused require of misc.el
Micah Chalmer
2015-08-29
Add basic license information
Micah Chalmer
2015-08-23
Recognize compiler help and notes as "info" messages
Georg Brandl
2015-08-20
make rust-mode use lexical binding
Tom Tromey
2015-08-20
remove byte-compiler warnings and prevent future ones
Tom Tromey
2015-08-14
Merge pull request #69 from tromey/safe-local-variables
Micah Chalmer
2015-08-14
Merge pull request #90 from Wilfred/fix_type_word_boundaries
Micah Chalmer
2015-08-14
Merge pull request #88 from kw-udon/nested-comment
Micah Chalmer
2015-08-15
Correcting highlighting of capitals in function names.
Wilfred Hughes
[next]