index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
etc
/
emacs
Age
Commit message (
Expand
)
Author
Lines
2015-01-29
Pull configs out into individual repositories
Steve Klabnik
-1509
/
+0
2015-01-21
rollup merge of #19913: KOMON/rust-mode-emacs-indentation
Alex Crichton
-3
/
+30
2015-01-20
Changed rust-mode code for tabs -> spaces
Daniel Raloff
-20
/
+20
2015-01-09
Mark _ as a word constituent to avoid highlighting parts of identifiers as ke...
Sean Gillespie
-0
/
+5
2015-01-07
Update editor syntax files for isize/usize.
Huon Wilson
-1
/
+1
2014-12-16
added optional method chain indentations for emacs major mode
Daniel Raloff
-1
/
+28
2014-12-14
Update emacs and vi modes.
Niko Matsakis
-1
/
+1
2014-11-16
rust-mode.el: Tweak syntax table
Roy Crihfield
-4
/
+1
2014-11-10
Add 'move' keyword to emacs, kate, and vim editor modes.
Sean Gillespie
-1
/
+1
2014-10-25
Fix spelling mistakes in comments.
Joseph Crail
-1
/
+1
2014-09-29
Replaced some TODO by FIXME
gamazeps
-1
/
+1
2014-08-17
Add new keywords (particularly `where` & `virtual`) to editor modes.
Huon Wilson
-2
/
+3
2014-06-17
emacs: Remove outdated references to ~ in tests
Tom Jakubowski
-3
/
+3
2014-06-17
emacs: Add shebang to test script
Tom Jakubowski
-0
/
+1
2014-06-17
emacs: Don't overwrite font lock for attributes
Tom Jakubowski
-27
/
+87
2014-06-17
auto merge of #14818 : tomjakubowski/rust/emacs-attributes-key-value, r=pnkfelix
bors
-3
/
+3
2014-06-16
Update repo location
Brian Anderson
-1
/
+1
2014-06-11
emacs: highlight `#[foo = "bar"]` attributes
Tom Jakubowski
-2
/
+2
2014-06-11
emacs: do not highlight `#foo]` as an attribute
Tom Jakubowski
-1
/
+1
2014-05-12
emacs: highlight `macro_name!` in macro invocations using [] delimiters
Huon Wilson
-1
/
+1
2014-05-12
auto merge of #13922 : Rufflewind/rust/patch-1, r=pnkfelix
bors
-5
/
+5
2014-05-03
Recommend autoload instead of require
Phil Ruffwind
-3
/
+4
2014-05-03
Use defvar for rust-top-item-beg-re instead
Phil Ruffwind
-5
/
+5
2014-05-02
emacs: Add 'box' to keywords
Brian Anderson
-1
/
+1
2014-04-09
rust-mode cleanup.
RĂ¼diger Sonderfeld
-51
/
+58
2014-04-04
etc: attempts at fixing editor highlighting for new attribute syntax
Corey Richardson
-1
/
+1
2014-04-03
Update emacs mode to support new `#![inner(attribute)]` syntax.
Felix S. Klock II
-2
/
+2
2014-03-12
Emacs: always jump the cursor if needed on indent
Micah Chalmer
-9
/
+50
2014-03-02
Emacs: Remove README warning of old whitespace bug
Micah Chalmer
-5
/
+0
2014-02-22
Fix typo in emacs ERT test
Micah Chalmer
-1
/
+1
2014-02-22
Emacs: indent relative to enclosing block
Micah Chalmer
-37
/
+127
2014-02-22
Emacs: stay at the correct position when indenting
Micah Chalmer
-9
/
+74
2014-02-22
Fix emacs indentation of multi-line match patterns
Micah Chalmer
-3
/
+40
2014-02-17
Added more scripts to tidy check
Derek Guenther
-0
/
+10
2014-02-14
extern mod => extern crate
Alex Crichton
-3
/
+2
2014-02-14
Add crate to emacs and kate modefiles
Kevin Ballard
-0
/
+1
2013-12-31
Fix rust-align-to-expr-after-brace, closes #11239.
John Louis Walker
-1
/
+3
2013-12-14
Add "proc" as keyword to emacs mode
Micah Chalmer
-1
/
+1
2013-12-09
Add defun motions for rust-mode.
S Pradeep Kumar
-25
/
+269
2013-12-04
Add Imenu support for rust-mode.
S Pradeep Kumar
-18
/
+33
2013-09-28
Fix single-line-style paragraph fills with code immediately before or after
Micah Chalmer
-1
/
+31
2013-09-26
Add 'continue' keyword to emacs, vim, gedit, kate
Brian Anderson
-0
/
+1
2013-09-13
Minor cleanup and formatting tweaks to the rust-mode README
Lindsey Kuper
-25
/
+28
2013-09-07
Cover all cases for padding in paragraph fills as intended
Micah Chalmer
-14
/
+19
2013-09-07
Fix regression of multi-line statement indents
Micah Chalmer
-23
/
+36
2013-09-06
Add ERT tests
Micah Chalmer
-0
/
+389
2013-09-06
Add paragraph fill and auto-fill for multi-line comments
Micah Chalmer
-1
/
+123
2013-09-06
Add custom group for rust-mode
Micah Chalmer
-1
/
+5
2013-09-06
Indent return type to align with arguments
Micah Chalmer
-2
/
+5
2013-09-06
Allow indenting to align struct fields after curly brace
Micah Chalmer
-17
/
+14
[next]