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-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
2015-08-06
Merge pull request #68 from tromey/fix-issue-53
Micah Chalmer
2015-07-30
Recognize runaway raw strings
Micah Chalmer
2015-07-30
Fix slowness in angle bracket matching
Micah Chalmer
2015-07-24
Support nested block comments
Keiichi Watanabe
2015-07-19
Cache (regexp-opt rust-special-types 'symbols) in rust-is-lt-char-operator
Ben Segall
2015-07-07
Remove unnecessary code with call to undefined function
Micah Chalmer
2015-07-07
Merge pull request #67 from tromey/fix-two-docstrings
Huon Wilson
2015-07-05
Perform syntactic angle bracket matching
Micah Chalmer
2015-07-05
Speed up calls to "looking-back"
Micah Chalmer
2015-07-05
Fix bugs in raw strings and character literals
Micah Chalmer
2015-07-05
Factor out rust-conditional-re-search-forward
Micah Chalmer
2015-07-05
Distinguish face for doc-comments
Georg Brandl
2015-06-08
Fix multi-line raw strings when editing
Micah Chalmer
2015-05-24
set :safe on two defcustoms
Tom Tromey
2015-05-22
remove rust-mode-character-literal-syntax-table
Tom Tromey
2015-05-22
fix quoting in two doc strings
Tom Tromey
2015-05-22
handle case where blink-matching-paren-distance is nil
Tom Tromey
2015-05-18
Match panics during build as compilation warnings
Kristoffer Grönlund
2015-05-04
Merge pull request #58 from lunaryorn/patch-1
Felix S Klock II
2015-05-03
Update rust-mode URL in header
Sebastian Wiesner
2015-05-03
Fix free-variable warnings
Sebastian Wiesner
2015-05-03
Pass explicit second argument to looking-back
Sebastian Wiesner
2015-04-30
workaround emacs 23 issues.
Felix S. Klock II
2015-04-30
rust-align-to-method-chain: Jump over symbols, not words
Roy Crihfield
2015-04-30
Fix word and symbol syntax distinction
Roy Crihfield
2015-04-30
Merge pull request #52 from GBGamer/fix-indent
Felix S Klock II
[next]