summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-23Update README.mdTshepang Lekhonkhobe
2020-05-17Change 'rust-build' to 'rust-compile' in README.mdNorberto Lopes
2020-05-17Test byte compilation of test code.Nathan Moreau
2020-05-17Fix various byte compilation warnings in rust-mode-tests.el.Philipp Stephani
2020-05-13Re-implement rust-in-macro for performancePhillip Lord
2020-05-09Check for -> and => early in rust-ordinary-lt-gt-pTrevor Spiteri
2020-05-09Use <kbd> to indicate keyboard input in README (#375)Christopher Warrington
2020-05-03README: support for emacs 24 has been dropped.Nathan Moreau
2020-05-03Drop Emacs-24Phillip Lord
2020-04-29In emacs >= 26.2, use replace-buffer-contents after formattingTrevor Spiteri
2020-04-27Fix typosJonas Bernoulli
2020-04-14Make *rustfmt* buffer readonly.Nathan Moreau
2020-04-14rust-goto-format-problem: make sure to always just to a buffer that exists.Nathan Moreau
2020-04-14rust-format-show-buffer: default to true.Nathan Moreau
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-31Add triagebot configuration (#364)Mark Rousskov
2020-03-22Don't fail on re-search-forward. (#359)Nathan Moreau
2020-03-15Expand README to include more information about features (#358)holocircuit
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-23Merge pull request #343 from haroldcarr/masterbrotzeit
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-07Merge pull request #340 from brotzeit/readmebrotzeit
2019-11-03Fix rust-insert-dbg for emacs-version < 25. (#339)Nathan Moreau
2019-11-01reviewbrotzeit
2019-11-01mention LSP supportbrotzeit
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-27Adding GitHub actions.Nathan Moreau
2019-10-23subword-match for built-in formatting macros: add a test.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-11readme: make other useful packages a listTrevor Spiteri
2019-10-11readme: recommend setting indent-tabs-mode to nilTrevor Spiteri
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