| Age | Commit message (Expand) | Author | Lines |
| 2015-01-29 | Pull configs out into individual repositories | Steve Klabnik | -1198/+0 |
| 2015-01-25 | fix vim syntastic: --parse-only => -Z parse-only | emanueLczirai | -1/+1 |
| 2015-01-11 | Remove range function | Tim Brooks | -2/+0 |
| 2015-01-11 | Remove old number literal suffixes from Vim syntax | Tim Brooks | -5/+5 |
| 2015-01-07 | Update editor syntax files for isize/usize. | Huon Wilson | -1/+1 |
| 2015-01-05 | rollup merge of #20482: kmcallister/macro-reform | Alex Crichton | -1/+1 |
| 2015-01-05 | Reserve the keyword 'macro' | Keegan McAllister | -1/+1 |
| 2015-01-05 | Update reexports in vim syntax file | Chase Southwood | -41/+19 |
| 2015-01-02 | Fix vim syntax highlighting for `derive` | Chase Southwood | -4/+4 |
| 2014-12-15 | rollup merge of #19804: kballard/vim-new-unicode-escapes | Brian Anderson | -1/+2 |
| 2014-12-15 | rollup merge of #19784: csouth3/vim-syntax-iter | Brian Anderson | -1/+1 |
| 2014-12-14 | Update emacs and vi modes. | Niko Matsakis | -1/+1 |
| 2014-12-12 | vim: Support the new \u{1234} unicode escapes | Kevin Ballard | -1/+2 |
| 2014-12-12 | Update vim syntax highlighting for ExactSizeIterator | Chase Southwood | -1/+1 |
| 2014-11-22 | auto merge of #19125 : chris-morgan/rust/vim-prelude-2014-11-20, r=alexcrichton | bors | -32/+27 |
| 2014-11-22 | auto merge of #17513 : dradtke/rust/master, r=kballard | bors | -15/+38 |
| 2014-11-20 | Update the Vim syntax prelude. | Chris Morgan | -32/+27 |
| 2014-11-19 | Adding switch in vim plugin to toggle format opts | juxiliary | -3/+13 |
| 2014-11-16 | Rename IntoStr to IntoString | Brendan Zabarauskas | -1/+1 |
| 2014-11-13 | Remove Signed trait and add SignedInt trait | Brendan Zabarauskas | -1/+1 |
| 2014-11-13 | Deprecate Num, Unsigned and Primitive | Brendan Zabarauskas | -2/+1 |
| 2014-11-13 | Move checked arithmetic operators into Int trait | Brendan Zabarauskas | -1/+1 |
| 2014-11-10 | vim: move 'move' to rustStorage | Josh Stone | -2/+2 |
| 2014-11-10 | auto merge of #18782 : netvl/rust/update-vim-syntax, r=alexcrichton | bors | -6/+6 |
| 2014-11-09 | Added `move` keyword and renamed `fail` to `panic` | Vladimir Matveev | -6/+6 |
| 2014-11-08 | Renamed Extendable to Extend | gamazeps | -1/+1 |
| 2014-11-04 | Added check for absolute file path, removed hard tab, and added documentation... | Damien Radtke | -3/+14 |
| 2014-10-24 | Updates based on kballard's feedback. | Damien Radtke | -20/+11 |
| 2014-10-22 | vim: Fix :RustRun when cwd has a space in it | Kevin Ballard | -6/+6 |
| 2014-10-14 | Highlight 1..2 according to the current grammar. | Chris Morgan | -2/+3 |
| 2014-10-14 | Highlight `extern crate "foo" as bar;` properly. | Chris Morgan | -1/+3 |
| 2014-10-14 | Vim: Stop highlighting foo in `use foo;` specially | Chris Morgan | -4/+1 |
| 2014-10-07 | Add `abstract`, `final`, and `override` to rust.vim keyword list | John Gallagher | -1/+1 |
| 2014-10-07 | Use rustc's errorformat and add option to specify permanent parameters. | Damien Radtke | -4/+15 |
| 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-24 | Some improvements to the Cargo compiler file. | Damien Radtke | -9/+19 |
| 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 |