summaryrefslogtreecommitdiff
path: root/rust-mode-tests.el
AgeCommit message (Expand)Author
2016-08-02rust--after-revert-hook should preserve point position.Wilfred Hughes
2016-04-25Properly fix #151mrBliss
2016-04-24Fix #151mrBliss
2016-04-06Fix failing tests, and add a test for the fix.Brian Mastenbrook
2016-03-09remove emacs 23 supportTom Tromey
2016-02-25Fix font-locking for Unicode escapes in character literals.Georg Brandl
2016-02-14Change font-lock face for module names.Georg Brandl
2016-01-15Fix indentation of closing delimitersEivind Fonn
2016-01-05Fix type annotations incorrectly highlighted as modules.Wilfred Hughes
2015-12-15Re-fontify buffer after it is revertedMicah Chalmer
2015-12-03Merge pull request #110 from mrBliss/fix-103Niko Matsakis
2015-12-02Fix the special case for the first linemrBliss
2015-12-02Correctly indent where clausesmrBliss
2015-12-01Fix #103: comment indentation after struct membersmrBliss
2015-08-15Correcting highlighting of capitals in function names.Wilfred Hughes
2015-07-30Recognize runaway raw stringsMicah Chalmer
2015-07-07Remove unnecessary code with call to undefined functionMicah Chalmer
2015-07-05Perform syntactic angle bracket matchingMicah Chalmer
2015-07-05Fix bugs in raw strings and character literalsMicah Chalmer
2015-07-05Factor out rust-conditional-re-search-forwardMicah Chalmer
2015-07-05Distinguish face for doc-commentsGeorg Brandl
2015-06-08Fix multi-line raw strings when editingMicah Chalmer
2015-04-30Add regression test for PR #52.Felix S. Klock II
2015-03-07Make fill-region work correctlyMicah Chalmer
2015-02-23Parse '\\' and '\"' as char literalsMicah Chalmer
2015-02-23Add a few more tests for indents inside stringsMicah Chalmer
2015-02-23Indent inside strings after ending backslashMicah Chalmer
2015-02-15Fix typo/missing lines in comment in testMicah Chalmer
2015-02-15Include the last character in indentation testsMicah Chalmer
2015-02-15Don't set syntax-begin-functionMicah Chalmer
2015-02-10Add test for raw string with inner quote and hashMicah Chalmer
2015-02-10Fix raw string bugsMicah Chalmer
2015-02-07Fix typo in commentMicah Chalmer
2015-02-07Highlight raw strings correctlyMicah Chalmer
2015-02-06Fix bug in rust-indent-method-chainsMicah Chalmer
2015-02-06Make features (and their tests) work on emacs 23Micah Chalmer
2015-02-06Merge pull request #22 from nikomatsakis/align-method-chainFelix S Klock II
2015-02-06Merge pull request #16 from MicahChalmer/add-travisNiko Matsakis
2015-02-05Fix aligning of method chains (more-or-less) and add various unit tests.Niko Matsakis
2015-02-03Use old code style for emacs 23 compatMicah 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
2014-10-25Fix spelling mistakes in comments.Joseph Crail
2014-09-29Replaced some TODO by FIXMEgamazeps
2014-06-17emacs: Remove outdated references to ~ in testsTom Jakubowski
2014-06-17emacs: Don't overwrite font lock for attributesTom Jakubowski
2014-03-12Emacs: always jump the cursor if needed on indentMicah Chalmer
2014-02-22Fix typo in emacs ERT testMicah Chalmer