summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2015-04-08Merge pull request #49 from huonw/playpenNiko Matsakis
2015-03-29Add rust-playpen-buffer and rust-playpen-region for sharing code.Huon Wilson
2015-03-09Merge pull request #46 from MicahChalmer/fix-fill-regionFelix S Klock II
2015-03-07Make fill-region work correctlyMicah Chalmer
2015-02-24Merge pull request #45 from MicahChalmer/backslash-and-double-quote-char-lite...Niko Matsakis
2015-02-23Parse '\\' and '\"' as char literalsMicah Chalmer
2015-02-23Merge pull request #43 from MicahChalmer/indent-backslash-stringsNiko Matsakis
2015-02-23Add a few more tests for indents inside stringsMicah Chalmer
2015-02-23Fix spurious errors in emacs 23Micah Chalmer
2015-02-23Indent inside strings after ending backslashMicah Chalmer
2015-02-16Merge pull request #40 from MicahChalmer/fix-comment-typosFelix S Klock II
2015-02-15Fix typo/missing lines in comment in testMicah Chalmer
2015-02-16Merge pull request #38 from MicahChalmer/fix-issue-36Felix S Klock II
2015-02-15Include the last character in indentation testsMicah Chalmer
2015-02-15Don't set syntax-begin-functionMicah Chalmer
2015-02-11Merge pull request #35 from MicahChalmer/fix-raw-string-bugsHuon Wilson
2015-02-10Add test for raw string with inner quote and hashMicah Chalmer
2015-02-10Fix raw string bugsMicah Chalmer
2015-02-08Merge pull request #31 from pnkfelix/more-robust-test-driverNiko Matsakis
2015-02-08Merge pull request #32 from MicahChalmer/raw-string-handlingNiko Matsakis
2015-02-07Fix typo in commentMicah Chalmer
2015-02-07Highlight raw strings correctlyMicah Chalmer
2015-02-07Make the test driver script a little more informative.Felix S. Klock II
2015-02-07Merge pull request #30 from MicahChalmer/emacs23-fixupFelix S Klock II
2015-02-06Fix bug in rust-indent-method-chainsMicah Chalmer
2015-02-06Re-enable emacs23 in TravisMicah Chalmer
2015-02-06Fix ERT section of READMEMicah Chalmer
2015-02-06Make features (and their tests) work on emacs 23Micah Chalmer
2015-02-06Merge pull request #26 from pnkfelix/disable-emacs23-testingNiko Matsakis
2015-02-06disable emacs23 testing on travis.Felix S. Klock II
2015-02-06Merge pull request #22 from nikomatsakis/align-method-chainFelix S Klock II
2015-02-06Add a hook so that we briefly highlight the matching `<` when `>` is typed.Niko Matsakis
2015-02-06Merge pull request #16 from MicahChalmer/add-travisNiko Matsakis
2015-02-06Merge pull request #17 from ramnes/masterNiko Matsakis