summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-05Fill regular block comments correctly too, in addition to rustdoc commentsBrian Mastenbrook
2016-03-10Merge pull request #142 from tromey/remove-emacs-23-supportMicah Chalmer
2016-03-10update README.md and Package-Requires to require emacs 24Tom Tromey
2016-03-09remove emacs 23 supportTom Tromey
2016-03-09Merge pull request #138 from kraai/upstreamNiko Matsakis
2016-03-09Merge pull request #136 from Stebalien/indent-braceNiko Matsakis
2016-03-09Merge pull request #132 from tomjakubowski/move-moduleNiko Matsakis
2016-03-08Document how to install on DebianMatt Kraai
2016-03-07Merge pull request #135 from Stebalien/file-localMicah Chalmer
2016-03-07Merge pull request #133 from kraai/avoid-clMicah Chalmer
2016-03-07Re-indent on }Steven Allen
2016-03-07Fix hook args for after-revert-hookSteven Allen
2016-03-07Allow disabling rustfmt with a dir-local/file-local variableSteven Allen
2016-03-07Merge pull request #129 from MicahChalmer/fix-issue-127Niko Matsakis
2016-03-06Use catch and throw instead of block and returnMatt Kraai
2016-03-05Add rust-promote-module-into-dirTom Jakubowski
2016-03-03Run the after-revert hook after rustfmtMicah Chalmer
2016-03-03Merge pull request #123 from birkenfeld/fix-unicode-char-escapesNiko Matsakis
2016-02-25Fix font-locking for Unicode escapes in character literals.Georg Brandl
2016-02-23Merge pull request #122 from kraai/remove-duplicate-keywordsMicah Chalmer
2016-02-17Remove duplicate keywordsMatt Kraai
2016-02-16Merge pull request #72 from birkenfeld/builtin-faceMicah Chalmer
2016-02-16Merge pull request #121 from fbergroth/integrate-rustfmtMicah Chalmer
2016-02-14Integrate rustfmt supportFredrik Bergroth
2016-02-14Change font-lock face for module names.Georg Brandl
2016-01-16Merge pull request #117 from TheBB/fix-closing-delimFelix S Klock II
2016-01-15Fix indentation of closing delimitersEivind Fonn
2016-01-06Merge pull request #116 from Wilfred/type_annotation_highlightingNiko Matsakis
2016-01-05Fix type annotations incorrectly highlighted as modules.Wilfred Hughes
2015-12-15Merge pull request #109 from mrBliss/highlight-unsafeMicah Chalmer
2015-12-15Merge pull request #113 from MicahChalmer/fix-issue-104Niko Matsakis
2015-12-15Re-fontify buffer after it is revertedMicah Chalmer
2015-12-03Merge pull request #110 from mrBliss/fix-103Niko Matsakis
2015-12-02Merge pull request #111 from mrBliss/where-indentationFelix S Klock II
2015-12-02Fix the special case for the first linemrBliss
2015-12-02Correctly indent where clausesmrBliss
2015-12-01Fix #103: comment indentation after struct membersmrBliss
2015-11-26Highlight the unsafe keywordmrBliss
2015-11-15Merge pull request #96 from MicahChalmer/add-licensesFelix S Klock II
2015-10-23Merge pull request #105 from MicahChalmer/remove-miscNiko Matsakis
2015-10-22Remove unused require of misc.elMicah Chalmer
2015-08-29Merge pull request #97 from syohex/update-urlMicah Chalmer
2015-08-29Update MELPA URLSyohei YOSHIDA
2015-08-29Add basic license informationMicah Chalmer
2015-08-28Merge pull request #84 from birkenfeld/compilation-noteMicah Chalmer
2015-08-23Recognize compiler help and notes as "info" messagesGeorg Brandl
2015-08-23Merge pull request #77 from tromey/fix-byte-compiler-add-lexbindMicah Chalmer
2015-08-20make rust-mode use lexical bindingTom Tromey
2015-08-20remove byte-compiler warnings and prevent future onesTom Tromey
2015-08-14Merge pull request #69 from tromey/safe-local-variablesMicah Chalmer