summary refs log tree commit diff
path: root/src/etc
AgeCommit message (Expand)AuthorLines
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
2012-07-14Fix problem in combine-tests.py.Michael Sullivan-2/+2
2012-07-14Make combine-tests.py work with ~str.Michael Sullivan-3/+1
2012-07-14vim: swap 'cont' for 'again'Ben Blum-2/+2
2012-07-12Forbid TODO in tidyTim Chevalier-0/+2
2012-07-12Merge remote-tracking branch 'origin/dist-snap' into incomingGraydon Hoare-1/+1
2012-07-12Get rid of all of the remaining /~s in the code base.Michael Sullivan-2/+0
2012-07-11Fix some version numbers.Graydon Hoare-1/+1
2012-07-11vim: add optional rustFuncCall (default disabled)Ben Blum-0/+4
2012-07-10Get rid of some remaining uses of old style vecs.Michael Sullivan-1/+1
2012-07-06vim: hilight option, either, libc types+constantsBen Blum-4/+25
2012-07-06Fix the indenter script to know about the annoying ~ in the front of log stri...Michael Sullivan-2/+2
2012-07-06For #2229, recognize 'again' in place of 'cont', final change pending snapshot.Graydon Hoare-2/+2
2012-07-03vim: add 'new' keywordBen Blum-1/+1