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-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
2013-12-14
Add "proc" as keyword to emacs mode
Micah Chalmer
2013-12-09
Add defun motions for rust-mode.
S Pradeep Kumar
2013-12-04
Add Imenu support for rust-mode.
S Pradeep Kumar
2013-09-28
Fix single-line-style paragraph fills with code immediately before or after
Micah Chalmer
2013-09-26
Add 'continue' keyword to emacs, vim, gedit, kate
Brian Anderson
2013-09-07
Fix regression of multi-line statement indents
Micah Chalmer
2013-09-06
Add paragraph fill and auto-fill for multi-line comments
Micah Chalmer
2013-09-06
Add custom group for rust-mode
Micah Chalmer
2013-09-06
Indent return type to align with arguments
Micah Chalmer
2013-09-06
Allow indenting to align struct fields after curly brace
Micah Chalmer
2013-09-06
Indent correctly after opening square bracket
Micah Chalmer
2013-09-05
Fix glitches with struct field aligned indents
Micah Chalmer
2013-08-30
Align field names in struct expressions with fields on same line as the openi...
Micah Chalmer
2013-08-30
Multiline comments with leading *s line up the *s
Micah Chalmer
2013-08-29
One indent after open paren with no argument
Micah Chalmer
2013-08-29
Correct indent with trailing spaces/comments on previous line
Micah Chalmer
2013-08-28
rust-mode: Default rust-indent-offset to 4, not default-tab-width
Anders Kaseorg
2013-08-27
fix typo in rust-mode.el
Felix S. Klock II
2013-08-26
extend file regexp to match files with embedded spaces.
Felix S. Klock II
2013-08-25
revisions to emacs compilation regexp, more readable and robust.
Felix S. Klock II
2013-08-25
compilation error regexp specific to rustc.
Felix S. Klock II
[next]