| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-01-29 | Pull configs out into individual repositories | Steve Klabnik | -79/+0 | |
| As we grow, these don't belong in-tree. http://internals.rust-lang.org/t/moving-editor-highlighting-into-their-own-repos/1395 * https://github.com/rust-lang/rust.vim * https://github.com/rust-lang/rust-mode * https://github.com/rust-lang/gedit-config * https://github.com/rust-lang/kate-config * https://github.com/rust-lang/nano-config * https://github.com/rust-lang/zsh-config | ||||
| 2014-05-03 | Recommend autoload instead of require | Phil Ruffwind | -3/+4 | |
| Lazy loading with autoload will result in faster startup time for Emacs users and is generally the recommended approach for major modes. | ||||
| 2014-03-02 | Emacs: Remove README warning of old whitespace bug | Micah Chalmer | -5/+0 | |
| The incompatibility of rust-mode with global-whitespace-mode warned about in the README was actually fixed by commit 581b3db3b3. Remove the warning from the README and close #3994. | ||||
| 2013-09-13 | Minor cleanup and formatting tweaks to the rust-mode README | Lindsey Kuper | -25/+28 | |
| 2013-09-06 | Add ERT tests | Micah Chalmer | -0/+6 | |
| 2013-07-24 | rewrite rust-mode to use font-lock-mode and emacs builtin syntax analysis | Graydon Hoare | -33/+2 | |
| 2013-07-22 | Note incompatibility with global-whitespace-mode. | Felix S. Klock II | -0/+5 | |
| See #3994. | ||||
| 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 | update readme | Max Penet | -1/+50 | |
| 2012-01-16 | Move emacs mode into tree | Marijn Haverbeke | -0/+27 | |
