| Age | Commit message (Expand) | Author | Lines |
| 2014-06-17 | emacs: Don't overwrite font lock for attributes | Tom Jakubowski | -1/+1 |
| 2014-06-17 | auto merge of #14818 : tomjakubowski/rust/emacs-attributes-key-value, r=pnkfelix | bors | -3/+3 |
| 2014-06-16 | Update repo location | Brian Anderson | -1/+1 |
| 2014-06-11 | emacs: highlight `#[foo = "bar"]` attributes | Tom Jakubowski | -2/+2 |
| 2014-06-11 | emacs: do not highlight `#foo]` as an attribute | Tom Jakubowski | -1/+1 |
| 2014-05-12 | emacs: highlight `macro_name!` in macro invocations using [] delimiters | Huon Wilson | -1/+1 |
| 2014-05-03 | Use defvar for rust-top-item-beg-re instead | Phil Ruffwind | -5/+5 |
| 2014-05-02 | emacs: Add 'box' to keywords | Brian Anderson | -1/+1 |
| 2014-04-09 | rust-mode cleanup. | RĂ¼diger Sonderfeld | -51/+58 |
| 2014-04-04 | etc: attempts at fixing editor highlighting for new attribute syntax | Corey Richardson | -1/+1 |
| 2014-04-03 | Update emacs mode to support new `#![inner(attribute)]` syntax. | Felix S. Klock II | -2/+2 |
| 2014-03-12 | Emacs: always jump the cursor if needed on indent | Micah Chalmer | -8/+8 |
| 2014-02-22 | Emacs: indent relative to enclosing block | Micah Chalmer | -37/+63 |
| 2014-02-22 | Emacs: stay at the correct position when indenting | Micah Chalmer | -8/+8 |
| 2014-02-22 | Fix emacs indentation of multi-line match patterns | Micah Chalmer | -3/+2 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -3/+2 |
| 2014-02-14 | Add crate to emacs and kate modefiles | Kevin Ballard | -0/+1 |
| 2013-12-31 | Fix rust-align-to-expr-after-brace, closes #11239. | John Louis Walker | -1/+3 |
| 2013-12-14 | Add "proc" as keyword to emacs mode | Micah Chalmer | -1/+1 |
| 2013-12-09 | Add defun motions for rust-mode. | S Pradeep Kumar | -1/+43 |
| 2013-12-04 | Add Imenu support for rust-mode. | S Pradeep Kumar | -18/+33 |
| 2013-09-28 | Fix single-line-style paragraph fills with code immediately before or after | Micah Chalmer | -1/+2 |
| 2013-09-26 | Add 'continue' keyword to emacs, vim, gedit, kate | Brian Anderson | -0/+1 |
| 2013-09-07 | Fix regression of multi-line statement indents | Micah Chalmer | -23/+24 |
| 2013-09-06 | Add paragraph fill and auto-fill for multi-line comments | Micah Chalmer | -1/+123 |
| 2013-09-06 | Add custom group for rust-mode | Micah Chalmer | -1/+5 |
| 2013-09-06 | Indent return type to align with arguments | Micah Chalmer | -2/+5 |
| 2013-09-06 | Allow indenting to align struct fields after curly brace | Micah Chalmer | -17/+14 |
| 2013-09-06 | Indent correctly after opening square bracket | Micah Chalmer | -1/+1 |
| 2013-09-05 | Fix glitches with struct field aligned indents | Micah Chalmer | -2/+2 |
| 2013-08-30 | Align field names in struct expressions with fields on same line as the openi... | Micah Chalmer | -4/+14 |
| 2013-08-30 | Multiline comments with leading *s line up the *s | Micah Chalmer | -0/+4 |
| 2013-08-29 | One indent after open paren with no argument | Micah Chalmer | -2/+8 |
| 2013-08-29 | Correct indent with trailing spaces/comments on previous line | Micah Chalmer | -2/+3 |
| 2013-08-28 | rust-mode: Default rust-indent-offset to 4, not default-tab-width | Anders Kaseorg | -5/+3 |
| 2013-08-27 | fix typo in rust-mode.el | Felix S. Klock II | -1/+1 |
| 2013-08-26 | extend file regexp to match files with embedded spaces. | Felix S. Klock II | -1/+1 |
| 2013-08-25 | revisions to emacs compilation regexp, more readable and robust. | Felix S. Klock II | -7/+15 |
| 2013-08-25 | compilation error regexp specific to rustc. | Felix S. Klock II | -0/+15 |
| 2013-08-08 | rust-mode: make indentation customizable | Paul Collins | -6/+11 |
| 2013-08-03 | etc: add the `in` keyword to the emacs mode. | Huon Wilson | -1/+1 |
| 2013-07-24 | rewrite rust-mode to use font-lock-mode and emacs builtin syntax analysis | Graydon Hoare | -316/+207 |
| 2013-04-26 | Fix typo | Uwe Dauernheim | -1/+1 |
| 2013-04-26 | Allow customization of indent offset | Uwe Dauernheim | -1/+6 |
| 2013-03-08 | rust-mode.el uses the 'cl macros, so it should actually require them | Jed Davis | -0/+1 |
| 2013-02-25 | Emacs: Update emacs mode to be more similar to the vim mode. | Huon Wilson | -14/+9 |
| 2013-02-16 | Make 'foo use font-lock-builtin-face, like module names, and make capitalized... | Niko Matsakis | -9/+23 |
| 2013-02-16 | emacs mode: Highlight 'foo as a lifetime, not a character constant. | Niko Matsakis | -8/+18 |
| 2013-02-10 | rust-mode.el uses the 'cl macros, so it should actually require them | Jed Davis | -0/+1 |
| 2012-09-28 | rust-mode: Add 'ref' keyword | Brian Anderson | -1/+1 |