summaryrefslogtreecommitdiff
path: root/rust-mode-tests.el
AgeCommit message (Expand)Author
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
2014-02-22Emacs: indent relative to enclosing blockMicah Chalmer
2014-02-22Emacs: stay at the correct position when indentingMicah Chalmer
2014-02-22Fix emacs indentation of multi-line match patternsMicah Chalmer
2013-12-09Add defun motions for rust-mode.S Pradeep Kumar
2013-09-28Fix single-line-style paragraph fills with code immediately before or afterMicah Chalmer
2013-09-07Cover all cases for padding in paragraph fills as intendedMicah Chalmer
2013-09-07Fix regression of multi-line statement indentsMicah Chalmer
2013-09-06Add ERT testsMicah Chalmer