summaryrefslogtreecommitdiff
path: root/rust-mode.el
AgeCommit message (Expand)Author
2020-04-14rust--format-fix-rustfmt-buffer: replace "stdin:" as well as "<stdin>:".Nathan Moreau
2020-04-12rustc-compilation-regexps: handle `note` case as compilation-info.Nathan Moreau
2020-03-22Don't fail on re-search-forward. (#359)Nathan Moreau
2020-03-03rust-before-save-hook: log errors.Nathan Moreau
2020-02-29Introduce constant for *rustfmt*.Nathan Moreau
2020-02-29integrate rustfmt error messagesNikodemus Siivola
2020-02-13Enforce use of spaces for indentation and cleanup whitespace (#353)Jonas Bernoulli
2020-01-29Fix scrolling after rustfmt. (#351)Nathan Moreau
2020-01-29rust format buffer now saves position across multiple frames (#348)ryanswilson59
2019-12-08imenu: fn items: match async/const and all pub variants. (#346)Nathan Moreau
2019-11-23add support for "async fn"Harold Carr
2019-11-18rust-insert-dbg: handle the case of string literals. (#342)Nathan Moreau
2019-11-08rust-dbg-wrap-or-unwrap: bind to C-c C-d rather than C-c d.Nathan Moreau
2019-11-03Fix rust-insert-dbg for emacs-version < 25. (#339)Nathan Moreau
2019-10-31Add a function wrap and unwrap with the dbg! macro.Roey Darwish Dror
2019-10-31electric-pair-mode: prevent self-insert of `>' when already inserted. (#337)Nathan Moreau
2019-10-31Allow pass custom flags to rustfmt. (#338)Nathan Moreau
2019-10-23Do not allow subword-match when detecting built-in formatting macrosDato Simó
2019-10-21Speed up line indentation inside strings (#313)Chris Rayner
2019-10-18Fix rustc-compilation-regexps: match error messages with dashes. (#331)Nathan Moreau
2019-10-11update readme (#327)brotzeit
2019-10-10Highlight variable name in a for-loop (#326)Konstantin Kharlamov
2019-10-01rust-mode.el: check for possible space between variable name and type (#325)Konstantin Kharlamov
2019-09-28Don't set indent-tabs-mode. (#324)Nathan Moreau
2019-09-26rust-format-diff-buffer-sentinel: use diff-mode and pop-to-buffer.Nathan Moreau
2019-09-26rust-format-diff-buffer: use start-process rather than make-process.Nathan Moreau
2019-09-26Silence byte-compilerPhillip Lord
2019-09-26Add rust-format-diff-bufferPhillip Lord
2019-09-24rust-compile, rust-run, rust-test: respect rust-cargo-bin. (#321)Nathan Moreau
2019-05-17Merge pull request #304 from kurnevsky/raw-string-propertizeNiko Matsakis
2019-05-14Add `await` to list of keywordsBunogi
2019-04-21Don't call syntax-ppss twice for raw strings.Evgeny Kurnevsky
2019-04-17Don't call syntax-ppss twice for strings ending with r.Evgeny Kurnevsky
2019-04-15Don't insert string delimiter inside strings.Evgeny Kurnevsky
2019-03-04Merge pull request #298 from jjwest/masterFelix S Klock II
2019-03-04Merge pull request #300 from mmilenko/rust-looking-back-macro--backward-char-...Felix S Klock II
2019-03-01Merge pull request #293 from TristanCacqueray/masterFelix S Klock II
2019-02-28refer to (point-min) instead of 1Miodrag Milenkovic
2019-02-28Avoid signaling "Beginning of buffer" in rust-lookng-back-macroMiodrag Milenkovic
2019-02-05Remove old commentJonas Westlund
2019-02-04Add compilation mode warning faceJonas Westlund
2019-01-15Add rust-indent-return-type-to-arguments variableDavid Kellum
2018-12-21Add rust-run and rust-test interactive functionTristan Cacqueray
2018-12-18imenu: handle lifetimes in impl blocks.Nathan Moreau
2018-10-07adjust docstring formattingriscy
2018-10-02Merge pull request #266 from brotzeit/format-on-saveFelix S Klock II
2018-09-29silence byte-compilerbrotzeit
2018-09-04Add keywords `async` and `try`_rika
2018-06-26Merge pull request #267 from jthemphill/patch-1Niko Matsakis
2018-06-07Fix font-locking of "let ref"Tom Tromey