summaryrefslogtreecommitdiff
path: root/rust-mode-tests.el
AgeCommit message (Expand)Author
2017-08-21Added test for if-let font lockJonas Westlund
2017-08-14Fix recognition of "<" as operator in some contextTom Tromey
2017-08-10Use `font-lock-variable-name-face' for `let' bindings.Aankhen
2017-08-05Merge pull request #220 from Aankhen/highlight-string-interpolationTom Tromey
2017-08-02Make rust-beginning-of-defun ignore comments and stringsTom Tromey
2017-08-02Highlight interpolation in arguments to print! &c.Aankhen
2017-07-30Add syntax highlighting and imenu support for `union`Wilfred Hughes
2017-07-28Highlight question mark operator using new `rust-question-mark-face'.Aankhen
2017-07-13Define `rust-test-project-located' conditionally instead of using `skip-unless'.Aankhen
2017-07-13Skip `rust-test-project-located' without cargo and avoid `find-file' in test.Aankhen
2017-07-13Add `rust-run-clippy' and `rust-buffer-project' with testing paraphernalia.Aankhen
2017-05-06Add support for "default" keywordTom Tromey
2017-04-11fix rust indentation bugTom Tromey
2017-04-11Merge pull request #201 from tromey/question-indentationNiko Matsakis
2017-04-11Merge pull request #197 from tromey/syntax-propertizeNiko Matsakis
2017-04-05fix syntax of "<" appearing after "?"Tom Tromey
2017-03-19set open-paren-in-column-0-is-defun-start to nilTom Tromey
2017-03-15Use syntax-propertize-function, not font-lock-syntactic-keywordsTom Tromey
2017-03-14Don't use "&optional &rest"Tom Tromey
2017-01-12Recognize "extern" imenu itemsmrBliss
2016-10-22Handle comments when indenting method chainsmrBliss
2016-09-09Test #169mrBliss
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