| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-02-27 | Fix Vim section movements for standard Rust style. | Chris Morgan | -2/+53 |
| 2014-02-27 | Update prelude items in Vim syntax. | Chris Morgan | -20/+9 |
| 2014-02-27 | Downgrade `do` to a reserved keyword in Vim. | Chris Morgan | -2/+2 |
| 2014-02-27 | Highlight the `mod` in `extern mod x;` as Error. | Chris Morgan | -1/+3 |
| 2014-02-24 | vim: Tweak how comment nesting works | Kevin Ballard | -5/+6 |
| 2014-02-24 | Transition to new `Hash`, removing IterBytes and std::to_bytes. | Huon Wilson | -1/+0 |
| 2014-02-22 | Move std::num::Integer to libnum | Brendan Zabarauskas | -1/+1 |
| 2014-02-17 | auto merge of #12321 : bjz/rust/remove-real, r=alexcrichton | bors | -1/+1 |
| 2014-02-17 | Remove Real trait and move methods into Float | Brendan Zabarauskas | -1/+1 |
| 2014-02-17 | Remove CloneableTuple and ImmutableTuple traits | Brendan Zabarauskas | -4/+0 |
| 2014-02-14 | Add CheckedDiv to vim syntax | Kevin Ballard | -1/+1 |
| 2014-02-14 | Update vim syntax for extern crate | Kevin Ballard | -2/+9 |
| 2014-02-07 | Delete send_str, rewrite clients on top of MaybeOwned<'static> | Kevin Ballard | -2/+1 |
| 2014-01-29 | auto merge of #11672 : bjz/rust/remove-times, r=brson | bors | -1/+0 |
| 2014-01-30 | Remove Times trait | Brendan Zabarauskas | -1/+0 |