summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-16Add test for word boundaries for string 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-01Reverted back to font-lock-fontify-bufferMiodrag Milenkovic
2019-03-01Added angle bracket tests, some of which fail without the fixMiodrag Milenkovic
2019-03-01Replaced font-lock-fontify-buffer with font-lock-ensureMiodrag Milenkovic
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-25Merge pull request #296 from dekellum/indent-return-type-defcustomNiko Matsakis
2019-01-15Add rust-indent-return-type-to-arguments variableDavid Kellum
2018-12-21Add rust-run and rust-test interactive functionTristan Cacqueray
2018-12-18Merge pull request #292 from mookid/imenu-implFelix S Klock II
2018-12-18imenu: handle lifetimes in impl blocks.Nathan Moreau
2018-10-08Merge pull request #284 from riscy/masterNiko Matsakis
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-29Merge pull request #281 from ksqsf/masterFelix S Klock II
2018-09-04Add keywords `async` and `try`_rika
2018-06-26Merge pull request #267 from jthemphill/patch-1Niko Matsakis
2018-06-18Merge pull request #272 from tromey/let-ref-font-lockNiko Matsakis
2018-06-07Fix font-locking of "let ref"Tom Tromey
2018-04-23Bump versionJeff Hemphill
2018-03-23throw error in after-save-hook instead of before-save-hookbrotzeit
2018-03-22Merge pull request #265 from brotzeit/infotypeNiko Matsakis
2018-03-21make rustc-colon-compilation-regexps an info typebrotzeit
2018-03-03Merge pull request #263 from nikomatsakis/tweak-compilation-regexpNiko Matsakis
2018-03-03update to include line number and column informationNiko Matsakis
2018-03-03remove old-style compilation regex; support `:::` regexNiko Matsakis
2018-02-21Merge pull request #264 from jjwest/masterNiko Matsakis
2018-02-15Fixed indent when ? operator is used in chained method callsJonas Westlund
2018-02-15Merge pull request #253 from jjwest/masterNiko Matsakis
2018-02-15Merge pull request #262 from kngwyu/highlight-dynNiko Matsakis
2018-02-12add dyn to keywordskngwyu
2018-01-09Merge pull request #258 from sebastiencs/masterTom Tromey
2018-01-09Do not indent where clause by default (follow standard) #257Sebastien Chapuis
2017-12-08Improved font-locking for print macrosJonas Westlund
2017-12-08Merge pull request #251 from brotzeit/rust-format-bufferTom Tromey
2017-12-07Merge pull request #249 from brotzeit/rust--format-callTom Tromey
2017-11-24don't set-window-start for selected windowbrotzeit
2017-11-18fix rust--format-callbrotzeit
2017-11-06Merge pull request #244 from kubo39/percent-as-punctuation-characterTom Tromey
2017-11-06% as punctuation character.Hiroki Noda
2017-10-13Merge pull request #243 from iwillspeak/rust-compile-commandNiko Matsakis