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-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
2014-12-14
Update emacs and vi modes.
Niko Matsakis
2014-11-16
rust-mode.el: Tweak syntax table
Roy Crihfield
2014-11-10
Add 'move' keyword to emacs, kate, and vim editor modes.
Sean Gillespie
2014-08-17
Add new keywords (particularly `where` & `virtual`) to editor modes.
Huon Wilson
2014-06-17
emacs: Don't overwrite font lock for attributes
Tom Jakubowski
2014-06-17
auto merge of #14818 : tomjakubowski/rust/emacs-attributes-key-value, r=pnkfelix
bors
2014-06-16
Update repo location
Brian Anderson
2014-06-11
emacs: highlight `#[foo = "bar"]` attributes
Tom Jakubowski
2014-06-11
emacs: do not highlight `#foo]` as an attribute
Tom Jakubowski
2014-05-12
emacs: highlight `macro_name!` in macro invocations using [] delimiters
Huon Wilson
2014-05-03
Use defvar for rust-top-item-beg-re instead
Phil Ruffwind
2014-05-02
emacs: Add 'box' to keywords
Brian Anderson
2014-04-09
rust-mode cleanup.
RĂ¼diger Sonderfeld
2014-04-04
etc: attempts at fixing editor highlighting for new attribute syntax
Corey Richardson
2014-04-03
Update emacs mode to support new `#![inner(attribute)]` syntax.
Felix S. Klock II
2014-03-12
Emacs: always jump the cursor if needed on indent
Micah Chalmer
2014-02-22
Emacs: indent relative to enclosing block
Micah Chalmer
2014-02-22
Emacs: stay at the correct position when indenting
Micah Chalmer
2014-02-22
Fix emacs indentation of multi-line match patterns
Micah Chalmer
2014-02-14
extern mod => extern crate
Alex Crichton
2014-02-14
Add crate to emacs and kate modefiles
Kevin Ballard
2013-12-31
Fix rust-align-to-expr-after-brace, closes #11239.
John Louis Walker
[next]