summaryrefslogtreecommitdiff
path: root/rust-mode.el
AgeCommit message (Expand)Author
2017-07-30Add syntax highlighting and imenu support for `union`Wilfred Hughes
2017-07-28Highlight question mark operator using new `rust-question-mark-face'.Aankhen
2017-07-13Add `rust-cargo-bin' custom variable.Aankhen
2017-07-13Declare `rust-buffer-project' and require `json' at runtime.Aankhen
2017-07-13Require `json'.Aankhen
2017-07-13Add `rust-run-clippy' and `rust-buffer-project' with testing paraphernalia.Aankhen
2017-06-26Set `compile-command' in `rust-mode'.Aankhen
2017-06-06restore points when an error occurs tooSunrin SHIMURA (keen)
2017-05-31Merge pull request #206 from cjhowe7/masterTom Tromey
2017-05-31Address review commentsChristian Howe
2017-05-06Add support for "default" keywordTom Tromey
2017-04-23Fix stupid mistake in rustfmt conditionalChristian Howe
2017-04-21Remove unnecessary debugging messageChristian Howe
2017-04-18Add stderr output from rustfmt on exit code 3Christian Howe
2017-04-18Allow formatting with long linesChristian Howe
2017-04-11fix rust indentation bugTom Tromey
2017-04-11Merge pull request #201 from tromey/question-indentationNiko Matsakis
2017-04-11Merge pull request #197 from tromey/syntax-propertizeNiko Matsakis
2017-04-05fix syntax of "<" appearing after "?"Tom Tromey
2017-03-19set open-paren-in-column-0-is-defun-start to nilTom Tromey
2017-03-15Use syntax-propertize-function, not font-lock-syntactic-keywordsTom Tromey
2017-01-12Recognize "extern" imenu itemsmrBliss
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