index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
etc
/
vim
Age
Commit message (
Expand
)
Author
Lines
2013-03-30
vim: use Operator group for 'as'
Daniel Micay
-1
/
+3
2013-03-30
vim: separate the conditional keywords
Daniel Micay
-2
/
+6
2013-03-30
vim: mark Todo as contained and rm unsafe from it
Daniel Micay
-2
/
+1
2013-03-30
vim: highlight ref + static as storage specifiers
Daniel Micay
-2
/
+2
2013-03-30
vim: assert and pure keywords were removed
Daniel Micay
-6
/
+3
2013-03-18
Update rust.vim
Luqman Aden
-2
/
+2
2013-02-19
vim improvements
Ben Striegel
-1
/
+10
2013-02-16
vim: move keyword is gone
Daniel Micay
-1
/
+1
2013-02-01
vim: 'fail' is no longer a keyword
Daniel Micay
-1
/
+1
2013-02-01
vim: pub is just a plain old token keyword
Daniel Micay
-2
/
+1
2013-02-01
vim: use StorageClass for mut and const
Daniel Micay
-2
/
+4
2013-02-01
vim: 'be' is a reserved keyword
Daniel Micay
-1
/
+1
2013-02-01
vim: unsafe:: namespaces were renamed to raw::
Daniel Micay
-2
/
+1
2013-02-01
vim: add Self type
Daniel Micay
-1
/
+1
2013-02-01
vim: export is no longer a keyword
Daniel Micay
-1
/
+1
2012-12-25
add Drop trait to vim syntax highlighting
Daniel Micay
-3
/
+3
2012-12-21
update after/syntax/rust.vim for removal of <-
Daniel Micay
-4
/
+0
2012-12-14
update syntax/rust.vim for keyword changes
Daniel Micay
-7
/
+7
2012-09-23
vim - Update bblum's email address and highlight trait names
Ben Blum
-2
/
+8
2012-09-05
vim: Turn "pub" into a big asterisk for those who dislike the look of it.
Patrick Walton
-1
/
+9
2012-08-26
vim - camel-case the non builtin types
Ben Blum
-6
/
+6
2012-08-23
vim - fix indent rules, hilight format strings, some keywords
Ben Blum
-10
/
+10
2012-08-16
vim: "ref" and "static" are now keywords; highlight them as such
Patrick Walton
-1
/
+1
2012-08-09
vim: hilight 'self' as a constant instead of a keyword
Ben Blum
-1
/
+3
2012-08-08
etc: Add pub and priv to vim
Patrick Walton
-1
/
+1
2012-08-03
vim: don't hilight "any"
Ben Blum
-1
/
+1
2012-08-02
vim: Don't link conceals to operators if we're concealing mod paths, because ...
Patrick Walton
-1
/
+5
2012-08-01
vim: Add a concealer for <->
Erick Tryzelaar
-0
/
+4
2012-08-01
vim: Move conceal code into vim/after/syntax.
Erick Tryzelaar
-14
/
+27
2012-07-31
vim: Add new keywords
Patrick Walton
-2
/
+2
2012-07-31
rustc: Implement unary move. Closes #917.
Patrick Walton
-1
/
+1
2012-07-31
rustc: Check self types in method lookup; allow required trait methods to hav...
Patrick Walton
-3
/
+6
2012-07-31
Remove "iface" from vim and emacs modes.
Lindsey Kuper
-1
/
+1
2012-07-30
vim: Switch to a dot that shows up in the middle on Linux for module separator
Patrick Walton
-1
/
+1
2012-07-30
vim: Add some optional beautification of ::, ->, and =>
Patrick Walton
-1
/
+12
2012-07-26
vim: hilight old style #macros
Ben Blum
-0
/
+1
2012-07-24
vim: Highlight "struct"
Patrick Walton
-1
/
+1
2012-07-18
vim: 'owned' keyword
Ben Blum
-1
/
+1
2012-07-17
vim: hilight macro!s
Ben Blum
-1
/
+3
2012-07-17
vim rustFuncCall contains rustAssert
Ben Blum
-2
/
+2
2012-07-14
vim: swap 'cont' for 'again'
Ben Blum
-2
/
+2
2012-07-11
vim: add optional rustFuncCall (default disabled)
Ben Blum
-0
/
+4
2012-07-06
vim: hilight option, either, libc types+constants
Ben Blum
-4
/
+25
2012-07-03
vim: add 'new' keyword
Ben Blum
-1
/
+1
2012-07-02
vim syntax: add drop & rustString contains rustTodo
Ben Blum
-2
/
+2
2012-07-02
vim syntax: don't hilight foo::<T>() like a module
Ben Blum
-1
/
+1
2012-07-02
minor updates to vim config files
Ben Blum
-4
/
+5
2012-07-02
Treat "do" as a keyword in vim
Erick Tryzelaar
-1
/
+1
2012-06-30
Properly highlight nested comments in vim
Ben Striegel
-9
/
+4
2012-06-28
update rust.vim to hilight foo::bar and more
Ben Blum
-4
/
+19
[next]