index
:
rust-mode
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust-mode-tests.el
Age
Commit message (
Expand
)
Author
2019-09-28
Don't set indent-tabs-mode. (#324)
Nathan Moreau
2019-04-16
Add test for word boundaries for string ending with r.
Evgeny Kurnevsky
2019-03-01
Reverted back to font-lock-fontify-buffer
Miodrag Milenkovic
2019-03-01
Added angle bracket tests, some of which fail without the fix
Miodrag Milenkovic
2019-03-01
Replaced font-lock-fontify-buffer with font-lock-ensure
Miodrag Milenkovic
2019-01-15
Add rust-indent-return-type-to-arguments variable
David Kellum
2018-12-18
imenu: handle lifetimes in impl blocks.
Nathan Moreau
2018-06-07
Fix font-locking of "let ref"
Tom Tromey
2018-02-15
Fixed indent when ? operator is used in chained method calls
Jonas Westlund
2018-02-15
Merge pull request #253 from jjwest/master
Niko Matsakis
2018-01-09
Do not indent where clause by default (follow standard) #257
Sebastien Chapuis
2017-12-08
Improved font-locking for print macros
Jonas Westlund
2017-09-14
Remove `float`, `int`, and `uint` as built-in types.
Jake Goulding
2017-08-21
Renamed and relocated if-let font-lock test
Jonas Westlund
2017-08-21
Added test for if-let font lock
Jonas Westlund
2017-08-14
Fix recognition of "<" as operator in some context
Tom Tromey
2017-08-10
Use `font-lock-variable-name-face' for `let' bindings.
Aankhen
2017-08-05
Merge pull request #220 from Aankhen/highlight-string-interpolation
Tom Tromey
2017-08-02
Make rust-beginning-of-defun ignore comments and strings
Tom Tromey
2017-08-02
Highlight interpolation in arguments to print! &c.
Aankhen
2017-07-30
Add syntax highlighting and imenu support for `union`
Wilfred Hughes
2017-07-28
Highlight question mark operator using new `rust-question-mark-face'.
Aankhen
2017-07-13
Define `rust-test-project-located' conditionally instead of using `skip-unless'.
Aankhen
2017-07-13
Skip `rust-test-project-located' without cargo and avoid `find-file' in test.
Aankhen
2017-07-13
Add `rust-run-clippy' and `rust-buffer-project' with testing paraphernalia.
Aankhen
2017-05-06
Add support for "default" keyword
Tom Tromey
2017-04-11
fix rust indentation bug
Tom Tromey
2017-04-11
Merge pull request #201 from tromey/question-indentation
Niko Matsakis
2017-04-11
Merge pull request #197 from tromey/syntax-propertize
Niko Matsakis
2017-04-05
fix syntax of "<" appearing after "?"
Tom Tromey
2017-03-19
set open-paren-in-column-0-is-defun-start to nil
Tom Tromey
2017-03-15
Use syntax-propertize-function, not font-lock-syntactic-keywords
Tom Tromey
2017-03-14
Don't use "&optional &rest"
Tom Tromey
2017-01-12
Recognize "extern" imenu items
mrBliss
2016-10-22
Handle comments when indenting method chains
mrBliss
2016-09-09
Test #169
mrBliss
2016-08-02
rust--after-revert-hook should preserve point position.
Wilfred Hughes
2016-04-25
Properly fix #151
mrBliss
2016-04-24
Fix #151
mrBliss
2016-04-06
Fix failing tests, and add a test for the fix.
Brian Mastenbrook
2016-03-09
remove emacs 23 support
Tom Tromey
2016-02-25
Fix font-locking for Unicode escapes in character literals.
Georg Brandl
2016-02-14
Change font-lock face for module names.
Georg Brandl
2016-01-15
Fix indentation of closing delimiters
Eivind Fonn
2016-01-05
Fix type annotations incorrectly highlighted as modules.
Wilfred Hughes
2015-12-15
Re-fontify buffer after it is reverted
Micah Chalmer
2015-12-03
Merge pull request #110 from mrBliss/fix-103
Niko Matsakis
2015-12-02
Fix the special case for the first line
mrBliss
2015-12-02
Correctly indent where clauses
mrBliss
2015-12-01
Fix #103: comment indentation after struct members
mrBliss
[next]