| Age | Commit message (Expand) | Author | Lines |
| 2014-09-30 | auto merge of #17479 : gamazeps/rust/issue17478, r=alexcrichton | bors | -1/+1 |
| 2014-09-29 | Replaced some TODO by FIXME | gamazeps | -1/+1 |
| 2014-09-22 | Add cargo.vim compiler file. | Damien Radtke | -0/+49 |
| 2014-09-18 | fix for vim < 7.4.355 | Julian Orth | -0/+37 |
| 2014-09-13 | update vim indent file | Julian Orth | -38/+3 |
| 2014-08-17 | auto merge of #16547 : huonw/rust/new-kw, r=pcwalton | bors | -1/+1 |
| 2014-08-17 | auto merge of #16535 : michaelsproul/rust/vim-traits, r=pcwalton | bors | -8/+8 |
| 2014-08-17 | Add new keywords (particularly `where` & `virtual`) to editor modes. | Huon Wilson | -1/+1 |
| 2014-08-16 | vim: Update syntax file for Prelude changes. | Michael Sproul | -8/+8 |
| 2014-08-15 | vim: Don't set foldmethod in the syntax file either | Kevin Ballard | -11/+14 |
| 2014-08-13 | vim: Stop setting conceallevel in the syntax file | Kevin Ballard | -2/+9 |
| 2014-08-07 | Rename `Share` to `Sync` | Alex Crichton | -1/+1 |
| 2014-07-23 | vim: Add MutableSeq | Brian Anderson | -1/+1 |
| 2014-07-21 | Fix :syn-include usage of Vim filetype. | Chris Morgan | -3/+5 |
| 2014-07-21 | Highlight $(…)* and $foo in Vim. | Chris Morgan | -0/+7 |
| 2014-07-16 | auto merge of #15476 : kballard/rust/more_vim_tweaks, r=chris | bors | -7/+31 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -1/+1 |
| 2014-07-07 | Remove rust_colorcolumn, set textwidth to 99 | Kevin Ballard | -27/+2 |
| 2014-07-07 | Set softtabstop, textwidth, and optionally colorcolumn | Kevin Ballard | -4/+32 |
| 2014-07-07 | Define a new setting g:rust_fold | Kevin Ballard | -3/+24 |
| 2014-07-07 | librustc (RFC #34): Implement the new `Index` and `IndexMut` traits. | Patrick Walton | -1/+1 |
| 2014-07-04 | vim: set Rust tab conventions | Kevin Ballard | -0/+6 |
| 2014-07-01 | Vim syntax file types and traits cleanup | Alexandre Gagnon | -15/+20 |
| 2014-06-24 | auto merge of #14952 : alexcrichton/rust/const-unsafe-pointers, r=brson | bors | -2/+1 |
| 2014-06-22 | Update few files after comparison traits renaming | Piotr Jawniak | -2/+2 |
| 2014-06-18 | Vim: highlight invalid characters in char literals. | Chris Morgan | -2/+7 |
| 2014-06-18 | Vim: highlight escapes for byte literals. | Chris Morgan | -7/+11 |
| 2014-06-18 | Add commands :RustEmitIr and :RustEmitAsm | Kevin Ballard | -0/+62 |
| 2014-06-18 | Write documentation for the Rust vim plugin | Kevin Ballard | -25/+131 |
| 2014-06-18 | Rename :Run and :Expand to :RustRun and :RustExpand | Kevin Ballard | -17/+17 |
| 2014-06-18 | vim: Add :Run and :Expand commands | Kevin Ballard | -37/+265 |
| 2014-06-16 | Add a Syntastic plugin for Rust. | Andrew Gallant | -0/+57 |
| 2014-06-16 | rustc: Start accepting `*const T` | Alex Crichton | -2/+1 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -1/+1 |
| 2014-05-20 | vim: Handle box expressions specially | Kevin Ballard | -7/+20 |
| 2014-05-20 | Update rust.vim for the latest prelude/keywords | Kevin Ballard | -18/+23 |
| 2014-05-08 | vim: Fix an indentation issue with cindent | Kevin Ballard | -11/+16 |
| 2014-05-06 | etc: Add box as a keyword to editor configs | Alex Crichton | -1/+1 |
| 2014-05-04 | vim: Fix indentation at global scope after non-semantic ([{/)]} | Kevin Ballard | -3/+19 |
| 2014-04-24 | Fix Vim indent regressions from #13600. | Chris Morgan | -1/+1 |
| 2014-04-19 | auto merge of #13609 : richo/rust/str-type-vim, r=alexcrichton | bors | -1/+1 |
| 2014-04-18 | vim: Add StrBuf as type to hilighting | Richo Healey | -1/+1 |
| 2014-04-18 | Add another case where cindent is correct | Brandon Waskiewicz | -0/+11 |
| 2014-03-30 | Support new attribute syntax in vim syntax file | Steven Fackler | -1/+1 |
| 2014-03-28 | Remove `Freeze` and add `Share` in vim's syntax | Flavio Percoco | -1/+1 |
| 2014-03-28 | Rename Pod into Copy | Flavio Percoco | -1/+1 |
| 2014-03-20 | rm obsolete references to `DeepClone` | Daniel Micay | -1/+1 |
| 2014-03-13 | std: Rename Chan/Port types and constructor | Alex Crichton | -1/+1 |
| 2014-03-01 | Merge pull request #12308 from kballard/vim-nested-comments | bors | -5/+6 |
| 2014-02-27 | Update Vim syntax file last change date. | Chris Morgan | -1/+1 |