summaryrefslogtreecommitdiff
path: root/rust-mode-tests.el
AgeCommit message (Expand)Author
2019-09-28Don't set indent-tabs-mode. (#324)Nathan Moreau
2019-04-16Add test for word boundaries for string ending with r.Evgeny Kurnevsky
2019-03-01Reverted back to font-lock-fontify-bufferMiodrag Milenkovic
2019-03-01Added angle bracket tests, some of which fail without the fixMiodrag Milenkovic
2019-03-01Replaced font-lock-fontify-buffer with font-lock-ensureMiodrag Milenkovic
2019-01-15Add rust-indent-return-type-to-arguments variableDavid Kellum
2018-12-18imenu: handle lifetimes in impl blocks.Nathan Moreau
2018-06-07Fix font-locking of "let ref"Tom Tromey
2018-02-15Fixed indent when ? operator is used in chained method callsJonas Westlund
2018-02-15Merge pull request #253 from jjwest/masterNiko Matsakis
2018-01-09Do not indent where clause by default (follow standard) #257Sebastien Chapuis
2017-12-08Improved font-locking for print macrosJonas Westlund
2017-09-14Remove `float`, `int`, and `uint` as built-in types.Jake Goulding
2017-08-21Renamed and relocated if-let font-lock testJonas Westlund
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