summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-15Fix typo/missing lines in comment in testMicah Chalmer
2015-02-16Merge pull request #38 from MicahChalmer/fix-issue-36Felix S Klock II
2015-02-15Include the last character in indentation testsMicah Chalmer
2015-02-15Don't set syntax-begin-functionMicah Chalmer
2015-02-11Merge pull request #35 from MicahChalmer/fix-raw-string-bugsHuon Wilson
2015-02-10Add test for raw string with inner quote and hashMicah Chalmer
2015-02-10Fix raw string bugsMicah Chalmer
2015-02-08Merge pull request #31 from pnkfelix/more-robust-test-driverNiko Matsakis
2015-02-08Merge pull request #32 from MicahChalmer/raw-string-handlingNiko Matsakis
2015-02-07Fix typo in commentMicah Chalmer
2015-02-07Highlight raw strings correctlyMicah Chalmer
2015-02-07Make the test driver script a little more informative.Felix S. Klock II
2015-02-07Merge pull request #30 from MicahChalmer/emacs23-fixupFelix S Klock II
2015-02-06Fix bug in rust-indent-method-chainsMicah Chalmer
2015-02-06Re-enable emacs23 in TravisMicah Chalmer
2015-02-06Fix ERT section of READMEMicah Chalmer
2015-02-06Make features (and their tests) work on emacs 23Micah Chalmer
2015-02-06Merge pull request #26 from pnkfelix/disable-emacs23-testingNiko Matsakis
2015-02-06disable emacs23 testing on travis.Felix S. Klock II
2015-02-06Merge pull request #22 from nikomatsakis/align-method-chainFelix S Klock II
2015-02-06Add a hook so that we briefly highlight the matching `<` when `>` is typed.Niko Matsakis
2015-02-06Merge pull request #16 from MicahChalmer/add-travisNiko Matsakis
2015-02-06Merge pull request #17 from ramnes/masterNiko Matsakis
2015-02-05Merge pull request #21 from pnkfelix/tests-allow-override-of-which-emacsNiko Matsakis
2015-02-05Fix aligning of method chains (more-or-less) and add various unit tests.Niko Matsakis
2015-02-06Merge pull request #2 from MicahChalmer/fix-quotes-with-syntax-propertiesFelix S Klock II
2015-02-06Allow user to override which emacs is used in run_rust_emacs_tests.shFelix S. Klock II
2015-02-06Merge pull request #20 from pnkfelix/fix-broken-testsFelix S Klock II
2015-02-04Ignore byte-compiled filesramnes
2015-02-03Use old code style for emacs 23 compatMicah Chalmer
2015-02-03Add .travis.ymlMicah Chalmer
2015-02-02Add test for closing braces in character literalsMicah Chalmer
2015-02-02Add test for '\'' single quote char literalMicah Chalmer
2015-02-02Fix syntax and highlighting for char literalsMicah Chalmer
2015-02-02Fix tests broken by trailing whitespace removalMicah Chalmer
2015-01-21rollup merge of #19913: KOMON/rust-mode-emacs-indentationAlex Crichton
2015-01-20Changed rust-mode code for tabs -> spacesDaniel Raloff
2015-01-09Mark _ as a word constituent to avoid highlighting parts of identifiers as ke...Sean Gillespie
2015-01-07Update editor syntax files for isize/usize.Huon Wilson
2014-12-16added optional method chain indentations for emacs major modeDaniel Raloff
2014-12-14Update emacs and vi modes.Niko Matsakis
2014-11-16rust-mode.el: Tweak syntax tableRoy Crihfield
2014-11-10Add 'move' keyword to emacs, kate, and vim editor modes.Sean Gillespie
2014-10-25Fix spelling mistakes in comments.Joseph Crail
2014-09-29Replaced some TODO by FIXMEgamazeps
2014-08-17Add new keywords (particularly `where` & `virtual`) to editor modes.Huon Wilson
2014-06-17emacs: Remove outdated references to ~ in testsTom Jakubowski
2014-06-17emacs: Add shebang to test scriptTom Jakubowski
2014-06-17emacs: Don't overwrite font lock for attributesTom Jakubowski
2014-06-17auto merge of #14818 : tomjakubowski/rust/emacs-attributes-key-value, r=pnkfelixbors