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
Age
Commit message (
Expand
)
Author
2015-02-15
Fix typo/missing lines in comment in test
Micah Chalmer
2015-02-16
Merge pull request #38 from MicahChalmer/fix-issue-36
Felix S Klock II
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-11
Merge pull request #35 from MicahChalmer/fix-raw-string-bugs
Huon Wilson
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-08
Merge pull request #31 from pnkfelix/more-robust-test-driver
Niko Matsakis
2015-02-08
Merge pull request #32 from MicahChalmer/raw-string-handling
Niko Matsakis
2015-02-07
Fix typo in comment
Micah Chalmer
2015-02-07
Highlight raw strings correctly
Micah Chalmer
2015-02-07
Make the test driver script a little more informative.
Felix S. Klock II
2015-02-07
Merge pull request #30 from MicahChalmer/emacs23-fixup
Felix S Klock II
2015-02-06
Fix bug in rust-indent-method-chains
Micah Chalmer
2015-02-06
Re-enable emacs23 in Travis
Micah Chalmer
2015-02-06
Fix ERT section of README
Micah Chalmer
2015-02-06
Make features (and their tests) work on emacs 23
Micah Chalmer
2015-02-06
Merge pull request #26 from pnkfelix/disable-emacs23-testing
Niko Matsakis
2015-02-06
disable emacs23 testing on travis.
Felix S. Klock II
2015-02-06
Merge pull request #22 from nikomatsakis/align-method-chain
Felix S Klock II
2015-02-06
Add a hook so that we briefly highlight the matching `<` when `>` is typed.
Niko Matsakis
2015-02-06
Merge pull request #16 from MicahChalmer/add-travis
Niko Matsakis
2015-02-06
Merge pull request #17 from ramnes/master
Niko Matsakis
2015-02-05
Merge pull request #21 from pnkfelix/tests-allow-override-of-which-emacs
Niko Matsakis
2015-02-05
Fix aligning of method chains (more-or-less) and add various unit tests.
Niko Matsakis
2015-02-06
Merge pull request #2 from MicahChalmer/fix-quotes-with-syntax-properties
Felix S Klock II
2015-02-06
Allow user to override which emacs is used in run_rust_emacs_tests.sh
Felix S. Klock II
2015-02-06
Merge pull request #20 from pnkfelix/fix-broken-tests
Felix S Klock II
2015-02-04
Ignore byte-compiled files
ramnes
2015-02-03
Use old code style for emacs 23 compat
Micah Chalmer
2015-02-03
Add .travis.yml
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
2015-01-21
rollup merge of #19913: KOMON/rust-mode-emacs-indentation
Alex Crichton
2015-01-20
Changed rust-mode code for tabs -> spaces
Daniel Raloff
2015-01-09
Mark _ as a word constituent to avoid highlighting parts of identifiers as ke...
Sean Gillespie
2015-01-07
Update editor syntax files for isize/usize.
Huon Wilson
2014-12-16
added optional method chain indentations for emacs major mode
Daniel Raloff
2014-12-14
Update emacs and vi modes.
Niko Matsakis
2014-11-16
rust-mode.el: Tweak syntax table
Roy Crihfield
2014-11-10
Add 'move' keyword to emacs, kate, and vim editor modes.
Sean Gillespie
2014-10-25
Fix spelling mistakes in comments.
Joseph Crail
2014-09-29
Replaced some TODO by FIXME
gamazeps
2014-08-17
Add new keywords (particularly `where` & `virtual`) to editor modes.
Huon Wilson
2014-06-17
emacs: Remove outdated references to ~ in tests
Tom Jakubowski
2014-06-17
emacs: Add shebang to test script
Tom Jakubowski
2014-06-17
emacs: Don't overwrite font lock for attributes
Tom Jakubowski
2014-06-17
auto merge of #14818 : tomjakubowski/rust/emacs-attributes-key-value, r=pnkfelix
bors
[next]