about summary refs log tree commit diff
path: root/src/etc
AgeCommit message (Expand)AuthorLines
2012-09-18docs: Remove elipses from examples instead of commenting them outBrian Anderson-1/+1
2012-09-15docs: Make supplemental tutorials testableBrian Anderson-1/+5
2012-09-11Fix combine-tests.py for new syntaxBrian Anderson-4/+4
2012-09-06emacs mode: include use as a keywordNiko Matsakis-1/+1
2012-09-05vim: Turn "pub" into a big asterisk for those who dislike the look of it.Patrick Walton-1/+9
2012-09-05Fix tutorial testsBrian Anderson-2/+2
2012-08-27change to 4-space indents everywhereNiko Matsakis-2/+1
2012-08-26vim - camel-case the non builtin typesBen Blum-6/+6
2012-08-23vim - fix indent rules, hilight format strings, some keywordsBen Blum-10/+10
2012-08-21fix kate syntax highlighting fileVincent Belliard-2/+8
2012-08-20add syntax highlighting file for kate editorVincent Belliard-0/+246
2012-08-16Merge pull request #3209 from mpenet/emacs-melpaBrian Anderson-17/+32
2012-08-16vim: "ref" and "static" are now keywords; highlight them as suchPatrick Walton-1/+1
2012-08-16add auto-mode-alist to autoloadsMax Penet-3/+5
2012-08-16fix indentationMax Penet-1/+1
2012-08-16add instructions for install from MELPAMax Penet-14/+27
2012-08-15In tidy, screen out emacs backup files properlyTim Chevalier-1/+1
2012-08-14Convert more core types to camel caseBrian Anderson-1/+1
2012-08-14update readme with package.el installation stepsMax Penet-8/+19
2012-08-14Add author to meta-dataMax Penet-1/+2
2012-08-14update readmeMax Penet-1/+50
2012-08-13add UrlMax Penet-1/+3
2012-08-13proper package footerMax Penet-1/+1
2012-08-13initial stab at making rust-mode elpa friendlyMax Penet-6/+21
2012-08-11Merge pull request #3185 from megakorre/masterBrian Anderson-2/+2
2012-08-12removed a comma from the keyword list to getPatrik Kårlin-2/+2
2012-08-09vim: hilight 'self' as a constant instead of a keywordBen Blum-1/+3
2012-08-08etc: Add pub and priv to vimPatrick Walton-1/+1
2012-08-07Add 'static' to rust-mode.el.Michael Sullivan-1/+1
2012-08-06emacs: add match as keywordNiko Matsakis-1/+1
2012-08-03vim: don't hilight "any"Ben Blum-1/+1
2012-08-02Add trait to emacs keyword table.Graydon Hoare-1/+1
2012-08-02update ctags def'n which had fallen somewhat out of dateNiko Matsakis-2/+3
2012-08-02vim: Don't link conceals to operators if we're concealing mod paths, because ...Patrick Walton-1/+5
2012-08-02Update rust-mode.el with new keywords.Michael Sullivan-3/+3
2012-08-01vim: Add a concealer for <->Erick Tryzelaar-0/+4
2012-08-01vim: Move conceal code into vim/after/syntax.Erick Tryzelaar-14/+27
2012-07-31vim: Add new keywordsPatrick Walton-2/+2
2012-07-31rustc: Implement unary move. Closes #917.Patrick Walton-1/+1
2012-07-31rustc: Check self types in method lookup; allow required trait methods to hav...Patrick Walton-3/+6
2012-07-31Remove "iface" from vim and emacs modes.Lindsey Kuper-2/+2
2012-07-30vim: Switch to a dot that shows up in the middle on Linux for module separatorPatrick Walton-1/+1
2012-07-30vim: Add some optional beautification of ::, ->, and =>Patrick Walton-1/+12
2012-07-29Make tidy skip emacs backup filesTim Chevalier-1/+2
2012-07-26vim: hilight old style #macrosBen Blum-0/+1
2012-07-24vim: Highlight "struct"Patrick Walton-1/+1
2012-07-19Generalize leak suppression slightly, user reported not-real testsuite failure.Graydon Hoare-1/+1
2012-07-18vim: 'owned' keywordBen Blum-1/+1
2012-07-17vim: hilight macro!sBen Blum-1/+3
2012-07-17vim rustFuncCall contains rustAssertBen Blum-2/+2