| Age | Commit message (Expand) | Author | Lines |
| 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 | -25/+269 |
| 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/+31 |
| 2013-09-26 | Add 'continue' keyword to emacs, vim, gedit, kate | Brian Anderson | -0/+1 |
| 2013-09-13 | Minor cleanup and formatting tweaks to the rust-mode README | Lindsey Kuper | -25/+28 |
| 2013-09-07 | Cover all cases for padding in paragraph fills as intended | Micah Chalmer | -14/+19 |
| 2013-09-07 | Fix regression of multi-line statement indents | Micah Chalmer | -23/+36 |
| 2013-09-06 | Add ERT tests | Micah Chalmer | -0/+389 |
| 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 | -557/+209 |
| 2013-07-22 | Note incompatibility with global-whitespace-mode. | Felix S. Klock II | -0/+5 |
| 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 |
| 2012-09-21 | rust-mode: Add pub and priv | Brian Anderson | -1/+1 |
| 2012-09-06 | emacs mode: include use as a keyword | Niko Matsakis | -1/+1 |
| 2012-08-27 | change to 4-space indents everywhere | Niko Matsakis | -2/+1 |
| 2012-08-16 | add auto-mode-alist to autoloads | Max Penet | -3/+5 |
| 2012-08-16 | fix indentation | Max Penet | -1/+1 |
| 2012-08-16 | add instructions for install from MELPA | Max Penet | -14/+27 |
| 2012-08-14 | update readme with package.el installation steps | Max Penet | -8/+19 |
| 2012-08-14 | Add author to meta-data | Max Penet | -1/+2 |
| 2012-08-14 | update readme | Max Penet | -1/+50 |
| 2012-08-13 | add Url | Max Penet | -1/+3 |
| 2012-08-13 | proper package footer | Max Penet | -1/+1 |
| 2012-08-13 | initial stab at making rust-mode elpa friendly | Max Penet | -6/+21 |
| 2012-08-11 | Merge pull request #3185 from megakorre/master | Brian Anderson | -2/+2 |