summaryrefslogtreecommitdiff
path: root/rust-mode.el
AgeCommit message (Expand)Author
2016-08-02rust--after-revert-hook should preserve point position.Wilfred Hughes
2016-07-26Merge pull request #159 from hotpxl/masterNiko Matsakis
2016-07-21[master] Remove redundant progn.Yutian Li
2016-07-19Fix #160Fanael Linithien
2016-07-16[master] Copy buffer only when format changes.Yutian Li
2016-05-14Add menu titles for items in imenufmdkdd
2016-05-14Add macro_rules names to imenufmdkdd
2016-05-14imenu: don't add item defs in single-line commentsfmdkdd
2016-05-04add code to handle new-style rustc errorsNiko Matsakis
2016-04-25Properly fix #151mrBliss
2016-04-24Fix #151mrBliss
2016-04-06Fix for emacs24Brian Mastenbrook
2016-04-06Fix failing tests, and add a test for the fix.Brian Mastenbrook
2016-04-05Fill regular block comments correctly too, in addition to rustdoc commentsBrian Mastenbrook
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 #136 from Stebalien/indent-braceNiko Matsakis
2016-03-09Merge pull request #132 from tomjakubowski/move-moduleNiko Matsakis
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-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-02-25Fix font-locking for Unicode escapes in character literals.Georg Brandl
2016-02-17Remove duplicate keywordsMatt Kraai
2016-02-16Merge pull request #72 from birkenfeld/builtin-faceMicah Chalmer
2016-02-14Integrate rustfmt supportFredrik Bergroth
2016-02-14Change font-lock face for module names.Georg Brandl
2016-01-15Fix indentation of closing delimitersEivind Fonn
2016-01-05Fix type annotations incorrectly highlighted as modules.Wilfred Hughes
2015-12-15Merge pull request #109 from mrBliss/highlight-unsafeMicah Chalmer
2015-12-15Re-fontify buffer after it is revertedMicah Chalmer
2015-12-03Merge pull request #110 from mrBliss/fix-103Niko Matsakis
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-22Remove unused require of misc.elMicah Chalmer
2015-08-29Add basic license informationMicah Chalmer
2015-08-23Recognize compiler help and notes as "info" messagesGeorg Brandl
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
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