summaryrefslogtreecommitdiff
path: root/rust-mode.el
AgeCommit message (Expand)Author
2017-01-07Merge pull request #175 from mrBliss/imenu-unsafeNiko Matsakis
2017-01-07Merge pull request #187 from tspiteri/format-other-buffersNiko Matsakis
2017-01-06convert http links into https linksNathan Froyd
2017-01-06put remaining defcustoms into the rust-mode groupNathan Froyd
2016-12-25improve position recovery in rust-format-bufferTrevor Spiteri
2016-12-22handle indirect buffers and multiple windows in rust-format-bufferTrevor Spiteri
2016-10-27Bump versionTom Willemse
2016-10-22Handle comments when indenting method chainsmrBliss
2016-10-19Recognize imenu items starting with "unsafe"mrBliss
2016-09-09Fix #168: use while in rust-rewind-irrelevantmrBliss
2016-08-20Merge pull request #165 from nikomatsakis/new-errorsNiko Matsakis
2016-08-15fix regex to account for `[E123]`Niko Matsakis
2016-08-02Go back to the current line and column after formatting.Wilfred Hughes
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