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
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
2015-04-30
Use (goto-char (point-max)) instead of (end-of-buffer) to silence warning.
Kristian Bendiksen
2015-04-13
Fix "-> Type" on a single line indentation
Nicholas Mazzuca
2015-03-29
Add rust-playpen-buffer and rust-playpen-region for sharing code.
Huon Wilson
2015-03-07
Make fill-region work correctly
Micah Chalmer
2015-02-23
Parse '\\' and '\"' as char literals
Micah Chalmer
2015-02-23
Fix spurious errors in emacs 23
Micah Chalmer
2015-02-23
Indent inside strings after ending backslash
Micah Chalmer
2015-02-15
Don't set syntax-begin-function
Micah Chalmer
2015-02-10
Fix raw string bugs
Micah Chalmer
2015-02-07
Highlight raw strings correctly
Micah Chalmer
2015-02-06
Fix bug in rust-indent-method-chains
Micah Chalmer
2015-02-06
Make features (and their tests) work on emacs 23
Micah Chalmer
2015-02-06
Add a hook so that we briefly highlight the matching `<` when `>` is typed.
Niko Matsakis
2015-02-05
Fix aligning of method chains (more-or-less) and add various unit tests.
Niko Matsakis
2015-02-02
Fix syntax and highlighting for char literals
Micah Chalmer
2015-01-21
rollup merge of #19913: KOMON/rust-mode-emacs-indentation
Alex Crichton
2015-01-20
Changed rust-mode code for tabs -> spaces
Daniel Raloff
2015-01-09
Mark _ as a word constituent to avoid highlighting parts of identifiers as ke...
Sean Gillespie
2015-01-07
Update editor syntax files for isize/usize.
Huon Wilson
2014-12-16
added optional method chain indentations for emacs major mode
Daniel Raloff
[next]