| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-08-28 | rust-mode: Default rust-indent-offset to 4, not default-tab-width | Anders Kaseorg | |
| default-tab-width is standardly 8, but most programmers and style guides prefer an indentation width smaller than that. Rust itself uses 4 space indents. Most other Emacs modes define the indentation width as 4 or 2 spaces, independently of the width of a Tab character. Depending on default-tab-width makes especially little sense for rust-mode because it sets indent-tabs-mode to nil. Signed-off-by: Anders Kaseorg <andersk@mit.edu> | |||
| 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 | |
| Fix #6887. | |||
| 2013-08-08 | rust-mode: make indentation customizable | Paul Collins | |
| Add new variable rust-indent-offset, defaulting to the old value, and use it. | |||
| 2013-08-03 | etc: add the `in` keyword to the emacs mode. | Huon Wilson | |
| 2013-07-24 | rewrite rust-mode to use font-lock-mode and emacs builtin syntax analysis | Graydon Hoare | |
| 2013-07-22 | Note incompatibility with global-whitespace-mode. | Felix S. Klock II | |
| See #3994. | |||
| 2013-04-26 | Fix typo | Uwe Dauernheim | |
| 2013-04-26 | Allow customization of indent offset | Uwe Dauernheim | |
| 2013-03-08 | rust-mode.el uses the 'cl macros, so it should actually require them | Jed Davis | |
| Without this change, rust-mode doesn't work if 'cl hasn't been required by something else, apparently. I'm not entirely sure what changed such that I started seeing this problem instead of not, but maybe the emacs world has been making progress towards not loading 'cl at runtime if it's only needed at compile time. | |||
| 2013-02-25 | Emacs: Update emacs mode to be more similar to the vim mode. | Huon Wilson | |
| Copy the keyword list, and add `self` so that it is somewhat highlighted (being liberal with the correct categories). | |||
| 2013-02-16 | Make 'foo use font-lock-builtin-face, like module names, and make ↵ | Niko Matsakis | |
| capitalized identifiers optionally use font-lock-type-face | |||
| 2013-02-16 | emacs mode: Highlight 'foo as a lifetime, not a character constant. | Niko Matsakis | |
| 2013-02-10 | rust-mode.el uses the 'cl macros, so it should actually require them | Jed Davis | |
| Without this change, rust-mode doesn't work if 'cl hasn't been required by something else, apparently. I'm not entirely sure what changed such that I started seeing this problem instead of not, but maybe the emacs world has been making progress towards not loading 'cl at runtime if it's only needed at compile time. | |||
| 2012-09-28 | rust-mode: Add 'ref' keyword | Brian Anderson | |
| 2012-09-21 | rust-mode: Add pub and priv | Brian Anderson | |
| 2012-09-06 | emacs mode: include use as a keyword | Niko Matsakis | |
| 2012-08-27 | change to 4-space indents everywhere | Niko Matsakis | |
| 2012-08-16 | add auto-mode-alist to autoloads | Max Penet | |
| 2012-08-16 | fix indentation | Max Penet | |
| 2012-08-16 | add instructions for install from MELPA | Max Penet | |
| 2012-08-14 | update readme with package.el installation steps | Max Penet | |
| 2012-08-14 | Add author to meta-data | Max Penet | |
| 2012-08-14 | update readme | Max Penet | |
| 2012-08-13 | add Url | Max Penet | |
| 2012-08-13 | proper package footer | Max Penet | |
| 2012-08-13 | initial stab at making rust-mode elpa friendly | Max Penet | |
| 2012-08-11 | Merge pull request #3185 from megakorre/master | Brian Anderson | |
| Removed comma from rust-mode.el | |||
| 2012-08-12 | removed a comma from the keyword list to get | Patrik Kårlin | |
| fn keyword highlighted | |||
| 2012-08-07 | Add 'static' to rust-mode.el. | Michael Sullivan | |
| 2012-08-06 | emacs: add match as keyword | Niko Matsakis | |
| 2012-08-02 | Add trait to emacs keyword table. | Graydon Hoare | |
| 2012-08-02 | Update rust-mode.el with new keywords. | Michael Sullivan | |
| 2012-07-31 | Remove "iface" from vim and emacs modes. | Lindsey Kuper | |
| 2012-07-06 | For #2229, recognize 'again' in place of 'cont', final change pending snapshot. | Graydon Hoare | |
| 2012-07-01 | Add 'do' to rust-mode | Brian Anderson | |
| 2012-06-27 | More keyword paring and migration in runtime, docs, code modes. | Graydon Hoare | |
| 2012-05-23 | Update reserved words for syntax highlighters (vim is still behind, though) | Paul Stansifer | |
| 2012-03-27 | emacs: Make 'mut' a keyword | Brian Anderson | |
| 2012-01-20 | rust-mode: tag -> enum. Closes #1577 | Brian Anderson | |
| 2012-01-16 | Move emacs mode into tree | Marijn Haverbeke | |
