| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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-29 | Make tidy skip emacs backup files | Tim Chevalier | -1/+2 | |
| 2012-07-26 | vim: hilight old style #macros | Ben Blum | -0/+1 | |
| 2012-07-24 | vim: Highlight "struct" | Patrick Walton | -1/+1 | |
| 2012-07-19 | Generalize leak suppression slightly, user reported not-real testsuite failure. | Graydon Hoare | -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 | Fix problem in combine-tests.py. | Michael Sullivan | -2/+2 | |
| 2012-07-14 | Make combine-tests.py work with ~str. | Michael Sullivan | -3/+1 | |
| 2012-07-14 | vim: swap 'cont' for 'again' | Ben Blum | -2/+2 | |
| 2012-07-12 | Forbid TODO in tidy | Tim Chevalier | -0/+2 | |
| Forbid TODO as either a sneaky or an accidental way of evading the requirement to annotate FIXMEs with issue numbers. Of course, there are many other ways to evade this requirement, but one should draw the line somewhere... | ||||
| 2012-07-12 | Merge remote-tracking branch 'origin/dist-snap' into incoming | Graydon Hoare | -1/+1 | |
| 2012-07-12 | Get rid of all of the remaining /~s in the code base. | Michael Sullivan | -2/+0 | |
| 2012-07-11 | Fix some version numbers. | Graydon Hoare | -1/+1 | |
| 2012-07-11 | vim: add optional rustFuncCall (default disabled) | Ben Blum | -0/+4 | |
| 2012-07-10 | Get rid of some remaining uses of old style vecs. | Michael Sullivan | -1/+1 | |
| 2012-07-06 | vim: hilight option, either, libc types+constants | Ben Blum | -4/+25 | |
| 2012-07-06 | Fix the indenter script to know about the annoying ~ in the front of log ↵ | Michael Sullivan | -2/+2 | |
| strings. | ||||
| 2012-07-06 | For #2229, recognize 'again' in place of 'cont', final change pending snapshot. | Graydon Hoare | -2/+2 | |
| 2012-07-03 | vim: add 'new' keyword | Ben Blum | -1/+1 | |
| 2012-07-02 | tutorial: More updates for closures | Brian Anderson | -5/+1 | |
| 2012-07-02 | Merge branch 'doc-comments' | Brian Anderson | -0/+82 | |
| 2012-07-02 | Merge remote-tracking branch 'Dretch/prettydocs' | Brian Anderson | -0/+82 | |
| Conflicts: src/compiletest/errors.rs src/libsyntax/parse/attr.rs src/libsyntax/parse/comments.rs src/test/compile-fail/ambig_impl_unify.rs src/test/compile-fail/assign-super.rs src/test/compile-fail/bad-for-loop.rs src/test/compile-fail/bad-var-env-capture-in-block-arg.rs src/test/compile-fail/block-arg-as-stmt-with-value.rs src/test/compile-fail/borrowck-assign-comp-idx.rs src/test/compile-fail/borrowck-lend-flow.rs src/test/compile-fail/borrowck-loan-blocks-move-cc.rs src/test/compile-fail/borrowck-loan-blocks-mut-uniq.rs src/test/compile-fail/borrowck-loan-rcvr.rs src/test/compile-fail/borrowck-loan-vec-content.rs src/test/compile-fail/borrowck-mut-vec-as-imm-slice-bad.rs src/test/compile-fail/cap-clause-with-stack-closure.rs src/test/compile-fail/do1.rs src/test/compile-fail/do2.rs src/test/compile-fail/empty-vec-trailing-comma.rs src/test/compile-fail/evec-subtyping.rs src/test/compile-fail/issue-1896.rs src/test/compile-fail/issue-2149.rs src/test/compile-fail/issue-2150.rs src/test/compile-fail/issue-2487-b.rs src/test/compile-fail/kindck-implicit-close-over-mut-var.rs src/test/compile-fail/liveness-issue-2163.rs src/test/compile-fail/liveness-use-in-index-lvalue.rs src/test/compile-fail/no-reuse-move-arc.rs src/test/compile-fail/no-send-res-ports.rs src/test/compile-fail/non-const.rs src/test/compile-fail/pure-higher-order.rs src/test/compile-fail/pure-loop-body.rs src/test/compile-fail/regions-addr-of-upvar-self.rs src/test/compile-fail/regions-escape-loop-via-vec.rs src/test/compile-fail/regions-scoping.rs src/test/compile-fail/seq-args.rs src/test/compile-fail/tstate-unsat-in-called-fn-expr.rs src/test/compile-fail/tstate-unsat-in-fn-expr.rs src/test/compile-fail/vec-add.rs src/test/compile-fail/vec-concat-bug.rs src/test/compile-fail/vector-no-ann.rs | ||||
| 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-07-01 | Add 'do' to rust-mode | Brian Anderson | -1/+1 | |
| 2012-06-30 | Properly highlight nested comments in vim | Ben Striegel | -9/+4 | |
| Prior to this commit, every block comment /* */ required two closing tags for every opening tag in order to terminate the highlighting. Setting and testing for a variable was the culprit, though I'm not certain why, but they appear to just be boilerplate lines from whatever pcwalton based this file upon. I've looked at other officially-distributed vim highlighting files and none seem to do the test that this commit removes, so I'm fairly certain it didn't provide anything vital. And now comment highlighting works! | ||||
| 2012-06-30 | Fix combine-tests.py for new vec syntax | Brian Anderson | -0/+2 | |
| 2012-06-30 | make script executable | Gareth Daniel Smith | -0/+0 | |
| 2012-06-30 | initial draft of fix for issue #2498: | Gareth Daniel Smith | -0/+82 | |
| 1. make /// ... and //! ... and /** ... */ and /*! ... */ into sugar for #[doc = ...] attributes. 2. add a script in etc/ to help converting doc-attributes to doc-comments 3. add some functions to core::str to help with (1) | ||||
| 2012-06-28 | update rust.vim to hilight foo::bar and more | Ben Blum | -4/+19 | |
| 2012-06-28 | Update vim mode for asserts and #[attributes] | Ben Blum | -1/+7 | |
| 2012-06-27 | More keyword paring and migration in runtime, docs, code modes. | Graydon Hoare | -14/+14 | |
| 2012-06-25 | Update combine-tests.py for new vec syntax | Brian Anderson | -0/+2 | |
| 2012-06-21 | Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this. | Graydon Hoare | -7/+8 | |
| 2012-05-31 | Add libsyntax to the Python script for making a snapshot | Kevin Cantu | -5/+4 | |
| 2012-05-31 | Rename librustsyntax to libsyntax | Kevin Cantu | -0/+1 | |
| Per issue #2418. | ||||
| 2012-05-23 | Update reserved words for syntax highlighters (vim is still behind, though) | Paul Stansifer | -4/+16 | |
| 2012-05-05 | vim: Fix syntax of number literals | Tycho Sci | -20/+19 | |
| To follow [3.5.2.2 Number literals] in the reference manual. | ||||
| 2012-05-05 | vim: Link rustTodo to Todo for highlighting | Tycho Sci | -0/+1 | |
| 2012-05-03 | vim: Update syntax for number/float literals | Tycho Sci | -14/+23 | |
| 2012-05-03 | vim: Highlight Todo in comments | Tycho Sci | -2/+4 | |
| 2012-05-03 | vim: Highlight identifiers | Tycho Sci | -3/+11 | |
| 2012-04-30 | build: No tidy for test files. Closes #2271 | Brian Anderson | -3/+1 | |
| 2012-04-23 | Various regions fixes. | Niko Matsakis | -2/+4 | |
| 2012-04-17 | along long lines if they contain error msgs | Niko Matsakis | -1/+4 | |
