summary refs log tree commit diff
path: root/src/etc/vim/syntax/rust.vim
AgeCommit message (Expand)AuthorLines
2014-06-24auto merge of #14952 : alexcrichton/rust/const-unsafe-pointers, r=brsonbors-2/+1
2014-06-22Update few files after comparison traits renamingPiotr Jawniak-2/+2
2014-06-18Vim: highlight invalid characters in char literals.Chris Morgan-2/+7
2014-06-18Vim: highlight escapes for byte literals.Chris Morgan-7/+11
2014-06-16rustc: Start accepting `*const T`Alex Crichton-2/+1
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-1/+1
2014-05-20vim: Handle box expressions speciallyKevin Ballard-7/+20
2014-05-20Update rust.vim for the latest prelude/keywordsKevin Ballard-18/+23
2014-05-06etc: Add box as a keyword to editor configsAlex Crichton-1/+1
2014-04-18vim: Add StrBuf as type to hilightingRicho Healey-1/+1
2014-03-30Support new attribute syntax in vim syntax fileSteven Fackler-1/+1
2014-03-28Remove `Freeze` and add `Share` in vim's syntaxFlavio Percoco-1/+1
2014-03-28Rename Pod into CopyFlavio Percoco-1/+1
2014-03-20rm obsolete references to `DeepClone`Daniel Micay-1/+1
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-1/+1
2014-03-01Merge pull request #12308 from kballard/vim-nested-commentsbors-5/+6
2014-02-27Update Vim syntax file last change date.Chris Morgan-1/+1
2014-02-27Update prelude items in Vim syntax.Chris Morgan-20/+9
2014-02-27Downgrade `do` to a reserved keyword in Vim.Chris Morgan-2/+2
2014-02-27Highlight the `mod` in `extern mod x;` as Error.Chris Morgan-1/+3
2014-02-24vim: Tweak how comment nesting worksKevin Ballard-5/+6
2014-02-24Transition to new `Hash`, removing IterBytes and std::to_bytes.Huon Wilson-1/+0
2014-02-22Move std::num::Integer to libnumBrendan Zabarauskas-1/+1
2014-02-17auto merge of #12321 : bjz/rust/remove-real, r=alexcrichtonbors-1/+1
2014-02-17Remove Real trait and move methods into FloatBrendan Zabarauskas-1/+1
2014-02-17Remove CloneableTuple and ImmutableTuple traitsBrendan Zabarauskas-4/+0
2014-02-14Add CheckedDiv to vim syntaxKevin Ballard-1/+1
2014-02-14Update vim syntax for extern crateKevin Ballard-2/+9
2014-02-07Delete send_str, rewrite clients on top of MaybeOwned<'static>Kevin Ballard-2/+1
2014-01-29auto merge of #11672 : bjz/rust/remove-times, r=brsonbors-1/+0
2014-01-30Remove Times traitBrendan Zabarauskas-1/+0
2014-01-28Rename CopyableTuple to CloneableTupleVirgile Andreani-1/+1
2014-01-28Rename ImmutableCopyableVector to ImmutableCloneableVectorVirgile Andreani-1/+1
2014-01-28Rename OwnedCopyableVector to OwnedCloneableVectorVirgile Andreani-1/+1
2014-01-28Rename CopyableVector to CloneableVectorVirgile Andreani-1/+1
2014-01-27As Either no longer exists, remove Either, Left, and Right from syntax filesScott Lawrence-3/+0
2014-01-18auto merge of #11311 : hdima/rust/vim-syntax-spell-check, r=cmrbors-7/+7
2014-01-16Merge Bitwise and BitCount traits and remove from prelude, along with BoundedBrendan Zabarauskas-2/+1
2014-01-09Remove ApproxEq and assert_approx_eq!Brendan Zabarauskas-1/+1
2014-01-04Add @Spell clusters to Vim syntax fileDmitry Vasiliev-7/+7
2013-12-27Renamed ClonableIterator to CloneableIteratorAlexandros Tasos-1/+1
2013-12-15Rename To{Str,Bytes}Consume traits to Into*.Chris Morgan-2/+2
2013-12-10Vim keyword highlighting improvements.Chris Morgan-5/+7
2013-12-10Fix up float highlighting in Vim.Chris Morgan-5/+6
2013-12-04Improve various Vim syntax highlighting things.Chris Morgan-36/+42
2013-11-27Be more strict about doc commentsCorey Richardson-2/+2
2013-11-02Grammar error and vim syntax highlighting mistake fixed.Matt Carberry-1/+1
2013-11-02Added octal literal support.Matt Carberry-1/+5
2013-10-30Update prelude items in Vim syntax file.Chris Morgan-22/+20
2013-10-19Highlight \0 in strings and chars in Vim.Chris Morgan-3/+3