| Age | Commit message (Expand) | Author | Lines |
| 2012-08-23 | vim - fix indent rules, hilight format strings, some keywords | Ben Blum | -7/+9 |
| 2012-08-16 | vim: "ref" and "static" are now keywords; highlight them as such | Patrick Walton | -1/+1 |
| 2012-08-09 | vim: hilight 'self' as a constant instead of a keyword | Ben Blum | -1/+3 |
| 2012-08-08 | etc: Add pub and priv to vim | Patrick Walton | -1/+1 |
| 2012-08-03 | vim: don't hilight "any" | Ben Blum | -1/+1 |
| 2012-08-01 | vim: Move conceal code into vim/after/syntax. | Erick Tryzelaar | -14/+1 |
| 2012-07-31 | vim: Add new keywords | Patrick Walton | -2/+2 |
| 2012-07-31 | rustc: Implement unary move. Closes #917. | Patrick Walton | -1/+1 |
| 2012-07-31 | rustc: Check self types in method lookup; allow required trait methods to hav... | Patrick Walton | -3/+6 |
| 2012-07-31 | Remove "iface" from vim and emacs modes. | Lindsey Kuper | -1/+1 |
| 2012-07-30 | vim: Switch to a dot that shows up in the middle on Linux for module separator | Patrick Walton | -1/+1 |
| 2012-07-30 | vim: Add some optional beautification of ::, ->, and => | Patrick Walton | -1/+12 |
| 2012-07-26 | vim: hilight old style #macros | Ben Blum | -0/+1 |
| 2012-07-24 | vim: Highlight "struct" | Patrick Walton | -1/+1 |
| 2012-07-18 | vim: 'owned' keyword | Ben Blum | -1/+1 |
| 2012-07-17 | vim: hilight macro!s | Ben Blum | -1/+3 |
| 2012-07-17 | vim rustFuncCall contains rustAssert | Ben Blum | -2/+2 |
| 2012-07-14 | vim: swap 'cont' for 'again' | Ben Blum | -2/+2 |
| 2012-07-11 | vim: add optional rustFuncCall (default disabled) | Ben Blum | -0/+4 |
| 2012-07-06 | vim: hilight option, either, libc types+constants | Ben Blum | -4/+25 |
| 2012-07-03 | vim: add 'new' keyword | Ben Blum | -1/+1 |
| 2012-07-02 | vim syntax: add drop & rustString contains rustTodo | Ben Blum | -2/+2 |
| 2012-07-02 | vim syntax: don't hilight foo::<T>() like a module | Ben Blum | -1/+1 |
| 2012-07-02 | minor updates to vim config files | Ben Blum | -3/+4 |
| 2012-07-02 | Treat "do" as a keyword in vim | Erick Tryzelaar | -1/+1 |
| 2012-06-30 | Properly highlight nested comments in vim | Ben Striegel | -9/+4 |
| 2012-06-28 | update rust.vim to hilight foo::bar and more | Ben Blum | -4/+19 |
| 2012-06-28 | Update vim mode for asserts and #[attributes] | Ben Blum | -1/+7 |
| 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 | -1/+1 |
| 2012-05-05 | vim: Fix syntax of number literals | Tycho Sci | -20/+19 |
| 2012-05-05 | vim: Link rustTodo to Todo for highlighting | Tycho Sci | -0/+1 |
| 2012-05-03 | vim: Update syntax for number/float literals | Tycho Sci | -14/+23 |
| 2012-05-03 | vim: Highlight Todo in comments | Tycho Sci | -2/+4 |
| 2012-05-03 | vim: Highlight identifiers | Tycho Sci | -3/+11 |
| 2012-03-25 | Fixed vim highlighting for \' (and other) escapes in char literals | Jacob Parker | -2/+3 |
| 2012-03-16 | Add loop to the vim keyword list. | Erick Tryzelaar | -1/+1 |
| 2012-02-28 | vim: add "to" as a keyword. | Erick Tryzelaar | -2/+2 |
| 2012-02-05 | vim: block is no longer a keyword. | Erick Tryzelaar | -1/+1 |
| 2012-01-20 | Update the keyword lists in rust.md and syntax.vim | Matt Brubeck | -5/+8 |
| 2012-01-14 | Update vim syntax with new keywords | Grahame Bowland | -3/+3 |
| 2011-12-19 | vim comment highlighting can contain comments. | Erick Tryzelaar | -2/+4 |
| 2011-10-29 | Update keyword list in vim/syntax/rust.vim | Matt Brubeck | -6/+6 |
| 2011-09-29 | vim: Add `pure` to the list of keywords | Patrick Walton | -2/+2 |
| 2011-09-28 | vim: `const` is a keyword | Patrick Walton | -2/+2 |
| 2011-08-05 | etc: Add "lambda" and "inline" to the vim mode | Patrick Walton | -4/+4 |
| 2011-08-05 | etc: Update the Vim syntax mode with new keywords | Patrick Walton | -6/+6 |
| 2011-05-17 | Move vim syntax file, add indent file. | Erick Tryzelaar | -0/+63 |