summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-14Merge pull request #69 from tromey/safe-local-variablesMicah Chalmer
2015-08-14Merge pull request #90 from Wilfred/fix_type_word_boundariesMicah Chalmer
2015-08-14Merge pull request #88 from kw-udon/nested-commentMicah Chalmer
2015-08-15Correcting highlighting of capitals in function names.Wilfred Hughes
2015-08-06Merge pull request #68 from tromey/fix-issue-53Micah Chalmer
2015-07-31Merge pull request #89 from MicahChalmer/fix-slow-angle-bracket-matchingNiko Matsakis
2015-07-30Recognize runaway raw stringsMicah Chalmer
2015-07-30Fix slowness in angle bracket matchingMicah Chalmer
2015-07-24Support nested block commentsKeiichi Watanabe
2015-07-20Merge pull request #85 from talchas/masterFelix S Klock II
2015-07-19Cache (regexp-opt rust-special-types 'symbols) in rust-is-lt-char-operatorBen Segall
2015-07-09Merge pull request #81 from MicahChalmer/fix-issue-80Felix S Klock II
2015-07-07Remove unnecessary code with call to undefined functionMicah Chalmer
2015-07-07Merge pull request #67 from tromey/fix-two-docstringsHuon Wilson
2015-07-07Merge pull request #78 from tromey/fix-issue-33Huon Wilson
2015-07-06Merge pull request #79 from MicahChalmer/angle-bracket-madnessNiko Matsakis
2015-07-05Perform syntactic angle bracket matchingMicah Chalmer
2015-07-05Speed up calls to "looking-back"Micah Chalmer
2015-07-05Fix bugs in raw strings and character literalsMicah Chalmer
2015-07-05Factor out rust-conditional-re-search-forwardMicah Chalmer
2015-07-05Merge pull request #71 from birkenfeld/doc-commentsFelix S Klock II
2015-07-05Distinguish face for doc-commentsGeorg Brandl
2015-06-20test $EMACS directly rather than using "which"Tom Tromey
2015-06-10Merge pull request #73 from MicahChalmer/raw-string-multiline-edit-fixFelix S Klock II
2015-06-08Fix multi-line raw strings when editingMicah Chalmer
2015-05-24set :safe on two defcustomsTom Tromey
2015-05-22remove rust-mode-character-literal-syntax-tableTom Tromey
2015-05-22fix quoting in two doc stringsTom Tromey
2015-05-22Merge pull request #65 from tromey/blink-matching-parenNiko Matsakis
2015-05-22handle case where blink-matching-paren-distance is nilTom Tromey
2015-05-18Merge pull request #63 from krig/panic-compilation-warningFelix S Klock II
2015-05-18Merge pull request #62 from MicahChalmer/a-couple-of-readme-fixesFelix S Klock II
2015-05-18Match panics during build as compilation warningsKristoffer Grönlund
2015-05-11Remove Marmalade from the READMEMicah Chalmer
2015-05-11Fix package.el URLMicah Chalmer
2015-05-04Merge pull request #58 from lunaryorn/patch-1Felix S Klock II
2015-05-04Merge pull request #59 from lunaryorn/fix-byte-compiler-warningsFelix 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-30Merge pull request #57 from pnkfelix/regression-test-for-arrow-openbraceHuon Wilson
2015-04-30Merge pull request #56 from pnkfelix/pr=fix-word-syntaxFelix S Klock II
2015-04-30Add regression test for PR #52.Felix S. Klock II
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-30Merge pull request #55 from kriben/masterFelix 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