about summary refs log tree commit diff
path: root/src/etc
AgeCommit message (Expand)AuthorLines
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
2012-07-02tutorial: More updates for closuresBrian Anderson-5/+1
2012-07-02Merge branch 'doc-comments'Brian Anderson-0/+82
2012-07-02Merge remote-tracking branch 'Dretch/prettydocs'Brian Anderson-0/+82
2012-07-02vim syntax: add drop & rustString contains rustTodoBen Blum-2/+2
2012-07-02vim syntax: don't hilight foo::<T>() like a moduleBen Blum-1/+1
2012-07-02minor updates to vim config filesBen Blum-4/+5
2012-07-02Treat "do" as a keyword in vimErick Tryzelaar-1/+1
2012-07-01Add 'do' to rust-modeBrian Anderson-1/+1
2012-06-30Properly highlight nested comments in vimBen Striegel-9/+4
2012-06-30Fix combine-tests.py for new vec syntaxBrian Anderson-0/+2
2012-06-30make script executableGareth Daniel Smith-0/+0
2012-06-30initial draft of fix for issue #2498:Gareth Daniel Smith-0/+82
2012-06-28update rust.vim to hilight foo::bar and moreBen Blum-4/+19
2012-06-28Update vim mode for asserts and #[attributes]Ben Blum-1/+7
2012-06-27More keyword paring and migration in runtime, docs, code modes.Graydon Hoare-14/+14
2012-06-25Update combine-tests.py for new vec syntaxBrian Anderson-0/+2
2012-06-21Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.Graydon Hoare-7/+8
2012-05-31Add libsyntax to the Python script for making a snapshotKevin Cantu-5/+4
2012-05-31Rename librustsyntax to libsyntaxKevin Cantu-0/+1
2012-05-23Update reserved words for syntax highlighters (vim is still behind, though)Paul Stansifer-4/+16
2012-05-05vim: Fix syntax of number literalsTycho Sci-20/+19
2012-05-05vim: Link rustTodo to Todo for highlightingTycho Sci-0/+1
2012-05-03vim: Update syntax for number/float literalsTycho Sci-14/+23
2012-05-03vim: Highlight Todo in commentsTycho Sci-2/+4
2012-05-03vim: Highlight identifiersTycho Sci-3/+11
2012-04-30build: No tidy for test files. Closes #2271Brian Anderson-3/+1
2012-04-23Various regions fixes.Niko Matsakis-2/+4
2012-04-17along long lines if they contain error msgsNiko Matsakis-1/+4