summaryrefslogtreecommitdiff
path: root/rust-mode.el
AgeCommit message (Expand)Author
2015-05-04Merge pull request #58 from lunaryorn/patch-1Felix S Klock II
2015-05-03Update rust-mode URL in headerSebastian Wiesner
2015-05-03Fix free-variable warningsSebastian Wiesner
2015-05-03Pass explicit second argument to looking-backSebastian Wiesner
2015-04-30workaround emacs 23 issues.Felix S. Klock II
2015-04-30rust-align-to-method-chain: Jump over symbols, not wordsRoy Crihfield
2015-04-30Fix word and symbol syntax distinctionRoy Crihfield
2015-04-30Merge pull request #52 from GBGamer/fix-indentFelix S Klock II
2015-04-30Use (goto-char (point-max)) instead of (end-of-buffer) to silence warning.Kristian Bendiksen
2015-04-13Fix "-> Type" on a single line indentationNicholas Mazzuca
2015-03-29Add rust-playpen-buffer and rust-playpen-region for sharing code.Huon Wilson
2015-03-07Make fill-region work correctlyMicah Chalmer
2015-02-23Parse '\\' and '\"' as char literalsMicah Chalmer
2015-02-23Fix spurious errors in emacs 23Micah Chalmer
2015-02-23Indent inside strings after ending backslashMicah Chalmer
2015-02-15Don't set syntax-begin-functionMicah Chalmer
2015-02-10Fix raw string bugsMicah Chalmer
2015-02-07Highlight raw strings correctlyMicah Chalmer
2015-02-06Fix bug in rust-indent-method-chainsMicah Chalmer
2015-02-06Make features (and their tests) work on emacs 23Micah Chalmer
2015-02-06Add a hook so that we briefly highlight the matching `<` when `>` is typed.Niko Matsakis
2015-02-05Fix aligning of method chains (more-or-less) and add various unit tests.Niko Matsakis
2015-02-02Fix syntax and highlighting for char literalsMicah Chalmer
2015-01-21rollup merge of #19913: KOMON/rust-mode-emacs-indentationAlex Crichton
2015-01-20Changed rust-mode code for tabs -> spacesDaniel Raloff
2015-01-09Mark _ as a word constituent to avoid highlighting parts of identifiers as ke...Sean Gillespie
2015-01-07Update editor syntax files for isize/usize.Huon Wilson
2014-12-16added optional method chain indentations for emacs major modeDaniel Raloff
2014-12-14Update emacs and vi modes.Niko Matsakis
2014-11-16rust-mode.el: Tweak syntax tableRoy Crihfield
2014-11-10Add 'move' keyword to emacs, kate, and vim editor modes.Sean Gillespie
2014-08-17Add new keywords (particularly `where` & `virtual`) to editor modes.Huon Wilson
2014-06-17emacs: Don't overwrite font lock for attributesTom Jakubowski
2014-06-17auto merge of #14818 : tomjakubowski/rust/emacs-attributes-key-value, r=pnkfelixbors
2014-06-16Update repo locationBrian Anderson
2014-06-11emacs: highlight `#[foo = "bar"]` attributesTom Jakubowski
2014-06-11emacs: do not highlight `#foo]` as an attributeTom Jakubowski
2014-05-12emacs: highlight `macro_name!` in macro invocations using [] delimitersHuon Wilson
2014-05-03Use defvar for rust-top-item-beg-re insteadPhil Ruffwind
2014-05-02emacs: Add 'box' to keywordsBrian Anderson
2014-04-09rust-mode cleanup.RĂ¼diger Sonderfeld
2014-04-04etc: attempts at fixing editor highlighting for new attribute syntaxCorey Richardson
2014-04-03Update emacs mode to support new `#![inner(attribute)]` syntax.Felix S. Klock II
2014-03-12Emacs: always jump the cursor if needed on indentMicah Chalmer
2014-02-22Emacs: indent relative to enclosing blockMicah Chalmer
2014-02-22Emacs: stay at the correct position when indentingMicah Chalmer
2014-02-22Fix emacs indentation of multi-line match patternsMicah Chalmer
2014-02-14extern mod => extern crateAlex Crichton
2014-02-14Add crate to emacs and kate modefilesKevin Ballard
2013-12-31Fix rust-align-to-expr-after-brace, closes #11239.John Louis Walker