| Age | Commit message (Expand) | Author | Lines |
| 2014-01-28 | Rename CopyableTuple to CloneableTuple | Virgile Andreani | -1/+1 |
| 2014-01-28 | Rename ImmutableCopyableVector to ImmutableCloneableVector | Virgile Andreani | -1/+1 |
| 2014-01-28 | Rename OwnedCopyableVector to OwnedCloneableVector | Virgile Andreani | -1/+1 |
| 2014-01-28 | Rename CopyableVector to CloneableVector | Virgile Andreani | -1/+1 |
| 2014-01-27 | As Either no longer exists, remove Either, Left, and Right from syntax files | Scott Lawrence | -3/+0 |
| 2014-01-22 | remove old rc extension from detection files | Daniel Micay | -1/+1 |
| 2014-01-18 | auto merge of #11311 : hdima/rust/vim-syntax-spell-check, r=cmr | bors | -7/+7 |
| 2014-01-16 | Merge Bitwise and BitCount traits and remove from prelude, along with Bounded | Brendan Zabarauskas | -2/+1 |
| 2014-01-09 | Remove ApproxEq and assert_approx_eq! | Brendan Zabarauskas | -1/+1 |
| 2014-01-04 | Add @Spell clusters to Vim syntax file | Dmitry Vasiliev | -7/+7 |
| 2013-12-27 | Renamed ClonableIterator to CloneableIterator | Alexandros Tasos | -1/+1 |
| 2013-12-15 | Rename To{Str,Bytes}Consume traits to Into*. | Chris Morgan | -2/+2 |
| 2013-12-10 | Vim keyword highlighting improvements. | Chris Morgan | -5/+7 |
| 2013-12-10 | Fix up float highlighting in Vim. | Chris Morgan | -5/+6 |
| 2013-12-04 | Improve various Vim syntax highlighting things. | Chris Morgan | -36/+42 |
| 2013-11-27 | Be more strict about doc comments | Corey Richardson | -2/+2 |
| 2013-11-02 | Grammar error and vim syntax highlighting mistake fixed. | Matt Carberry | -1/+1 |
| 2013-11-02 | Added octal literal support. | Matt Carberry | -1/+5 |
| 2013-10-30 | Fix Vim indent for wrapped function arguments. | Chris Morgan | -2/+17 |
| 2013-10-30 | Update prelude items in Vim syntax file. | Chris Morgan | -22/+20 |
| 2013-10-19 | Highlight \0 in strings and chars in Vim. | Chris Morgan | -3/+3 |
| 2013-10-19 | Update prelude items in Vim syntax. | Chris Morgan | -6/+8 |
| 2013-10-08 | add vim syntax highlighting support for raw string literals | Benjamin Herr | -0/+1 |
| 2013-09-26 | Add 'continue' keyword to emacs, vim, gedit, kate | Brian Anderson | -1/+1 |
| 2013-09-22 | Reserve the `alignof`, `offsetof`, and `sizeof` keywords | Birunthan Mohanathas | -1/+1 |
| 2013-09-22 | Remove 'copy' from syntax files, as it's no longer a keyword | Scott Lawrence | -2/+1 |
| 2013-09-04 | Silence fo+=j error for users of Vim < 7.3.541. | Chris Morgan | -1/+3 |
| 2013-09-04 | Update highlighting for prelude changes. | Chris Morgan | -2/+2 |
| 2013-09-04 | Highlight everything in the prelude in Vim. | Chris Morgan | -26/+78 |
| 2013-09-04 | Update a handful of keywords highlighted in Vim. | Chris Morgan | -8/+6 |
| 2013-09-04 | Modernise some Vim syntax highlighting. | Chris Morgan | -3/+5 |
| 2013-08-23 | Parse and reserve typeof keyword. #3228 | Ben Blum | -1/+1 |
| 2013-08-03 | Vim highlighting: remove `foreach` keyword | Chris Morgan | -1/+1 |
| 2013-08-03 | Highlight sigils and operators in Vim. | Chris Morgan | -6/+23 |
| 2013-07-18 | auto merge of #7747 : chris-morgan/rust/vim-compiler-rustc, r=huonw | bors | -0/+33 |
| 2013-07-12 | rustc compiler config for Vim. | Chris Morgan | -0/+33 |
| 2013-07-12 | Fix problem with switching between Rust buffers. | Chris Morgan | -1/+1 |
| 2013-07-12 | Vim syntax: support lifetimes with delimitMate. | Chris Morgan | -1/+13 |
| 2013-07-11 | Fix Vim indentation for inline closures. | Chris Morgan | -1/+1 |
| 2013-07-11 | Fix comment indenting properly for Vim files. | Chris Morgan | -8/+31 |
| 2013-07-10 | Do indentation properly in Vim. | Chris Morgan | -3/+129 |
| 2013-07-10 | Add a Vim filetype plugin with useful tweaks. | Chris Morgan | -0/+25 |
| 2013-07-10 | A few slight tweaks to the Vim syntax file. | Chris Morgan | -11/+19 |
| 2013-07-05 | vim: Highlight 0i as number | Seo Sanghyeon | -1/+1 |
| 2013-06-30 | auto merge of #7374 : Jeaye/rust/func_highlight, r=cmr | bors | -0/+1 |
| 2013-06-27 | auto merge of #7361 : brson/rust/incoming, r=brson | bors | -1/+1 |
| 2013-06-25 | Change finalize -> drop. | Luqman Aden | -1/+1 |
| 2013-06-24 | rust.vim: Links previously unused rustFuncCall | Jeaye | -0/+1 |
| 2013-06-24 | vim/syntax/rust.vim: fix date header | Tuncer Ayaz | -1/+1 |
| 2013-06-23 | Add rules for assert, fail, and deriving to vim syntax file. Also highlight t... | Ben Blum | -6/+18 |