| Age | Commit message (Expand) | Author | Lines |
| 2014-04-18 | vim: Add StrBuf as type to hilighting | Richo Healey | -1/+1 |
| 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 | 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 |
| 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-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 | 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 | 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 |