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
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
2015-08-15
Correcting highlighting of capitals in function names.
Wilfred Hughes
2015-07-30
Recognize runaway raw strings
Micah Chalmer
2015-07-07
Remove unnecessary code with call to undefined function
Micah Chalmer
2015-07-05
Perform syntactic angle bracket matching
Micah Chalmer
2015-07-05
Fix bugs in raw strings and character literals
Micah Chalmer
2015-07-05
Factor out rust-conditional-re-search-forward
Micah Chalmer
2015-07-05
Distinguish face for doc-comments
Georg Brandl
2015-06-08
Fix multi-line raw strings when editing
Micah Chalmer
2015-04-30
Add regression test for PR #52.
Felix S. Klock II
2015-03-07
Make fill-region work correctly
Micah Chalmer
2015-02-23
Parse '\\' and '\"' as char literals
Micah Chalmer
2015-02-23
Add a few more tests for indents inside strings
Micah Chalmer
2015-02-23
Indent inside strings after ending backslash
Micah Chalmer
2015-02-15
Fix typo/missing lines in comment in test
Micah Chalmer
[prev]
[next]