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
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
2015-02-15
Include the last character in indentation tests
Micah Chalmer
2015-02-15
Don't set syntax-begin-function
Micah Chalmer
2015-02-10
Add test for raw string with inner quote and hash
Micah Chalmer
2015-02-10
Fix raw string bugs
Micah Chalmer
2015-02-07
Fix typo in comment
Micah Chalmer
2015-02-07
Highlight raw strings correctly
Micah Chalmer
2015-02-06
Fix bug in rust-indent-method-chains
Micah Chalmer
2015-02-06
Make features (and their tests) work on emacs 23
Micah Chalmer
2015-02-06
Merge pull request #22 from nikomatsakis/align-method-chain
Felix S Klock II
2015-02-06
Merge pull request #16 from MicahChalmer/add-travis
Niko Matsakis
2015-02-05
Fix aligning of method chains (more-or-less) and add various unit tests.
Niko Matsakis
2015-02-03
Use old code style for emacs 23 compat
Micah Chalmer
2015-02-02
Add test for closing braces in character literals
Micah Chalmer
2015-02-02
Add test for '\'' single quote char literal
Micah Chalmer
2015-02-02
Fix syntax and highlighting for char literals
Micah Chalmer
2015-02-02
Fix tests broken by trailing whitespace removal
Micah Chalmer
2014-10-25
Fix spelling mistakes in comments.
Joseph Crail
2014-09-29
Replaced some TODO by FIXME
gamazeps
2014-06-17
emacs: Remove outdated references to ~ in tests
Tom Jakubowski
2014-06-17
emacs: Don't overwrite font lock for attributes
Tom Jakubowski
2014-03-12
Emacs: always jump the cursor if needed on indent
Micah Chalmer
2014-02-22
Fix typo in emacs ERT test
Micah Chalmer
[next]