| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2012-08-12 | removed a comma from the keyword list to get | Patrik Kårlin | -2/+2 |
| 2012-08-07 | Add 'static' to rust-mode.el. | Michael Sullivan | -1/+1 |
| 2012-08-06 | emacs: add match as keyword | Niko Matsakis | -1/+1 |
| 2012-08-02 | Add trait to emacs keyword table. | Graydon Hoare | -1/+1 |
| 2012-08-02 | Update rust-mode.el with new keywords. | Michael Sullivan | -3/+3 |
| 2012-07-31 | Remove "iface" from vim and emacs modes. | Lindsey Kuper | -1/+1 |
| 2012-07-06 | For #2229, recognize 'again' in place of 'cont', final change pending snapshot. | Graydon Hoare | -2/+2 |
| 2012-07-01 | Add 'do' to rust-mode | Brian Anderson | -1/+1 |
| 2012-06-27 | More keyword paring and migration in runtime, docs, code modes. | Graydon Hoare | -7/+7 |
| 2012-05-23 | Update reserved words for syntax highlighters (vim is still behind, though) | Paul Stansifer | -3/+15 |
| 2012-03-27 | emacs: Make 'mut' a keyword | Brian Anderson | -1/+1 |
| 2012-01-20 | rust-mode: tag -> enum. Closes #1577 | Brian Anderson | -1/+1 |
| 2012-01-16 | Move emacs mode into tree | Marijn Haverbeke | -0/+510 |