| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-04-17 | Don't call syntax-ppss twice for strings ending with r. | Evgeny Kurnevsky | |
| 2019-04-16 | Add test for word boundaries for string ending with r. | Evgeny Kurnevsky | |
| 2019-04-15 | Don't insert string delimiter inside strings. | Evgeny Kurnevsky | |
| 2019-03-04 | Merge pull request #298 from jjwest/master | Felix S Klock II | |
| Add compilation mode warning face | |||
| 2019-03-04 | Merge pull request #300 from ↵ | Felix S Klock II | |
| mmilenko/rust-looking-back-macro--backward-char--fix Avoid signaling "Beginning of buffer" in rust-looking-back-macro | |||
| 2019-03-01 | Reverted back to font-lock-fontify-buffer | Miodrag Milenkovic | |
| because emacs 24 doesn't know about font-lock-ensure | |||
| 2019-03-01 | Added angle bracket tests, some of which fail without the fix | Miodrag Milenkovic | |
| 2019-03-01 | Replaced font-lock-fontify-buffer with font-lock-ensure | Miodrag Milenkovic | |
| 2019-03-01 | Merge pull request #293 from TristanCacqueray/master | Felix S Klock II | |
| Add rust-run and rust-test interactive function | |||
| 2019-02-28 | refer to (point-min) instead of 1 | Miodrag Milenkovic | |
| 2019-02-28 | Avoid signaling "Beginning of buffer" in rust-lookng-back-macro | Miodrag Milenkovic | |
| Also save some work if we don't have at least two characters behind us in the buffer, we know we can't be looking at a macro then. The signal occurs when one tries 'racer-describe' when positioned over "String", which eventually ends up calling (with-temp-buffer (insert "<Target=str>") (delay-mode-hooks (rust-mode)) (font-lock-ensure)) This simpler block will also trigger the error (with-temp-buffer (insert "<>") (rust-mode) (font-lock-ensure)) (font-lock-ensure) call ends up calling (rust-looking-back-macro). | |||
| 2019-02-05 | Remove old comment | Jonas Westlund | |
| 2019-02-04 | Add compilation mode warning face | Jonas Westlund | |
| 2019-01-25 | Merge pull request #296 from dekellum/indent-return-type-defcustom | Niko Matsakis | |
| Add rust-indent-return-type-to-arguments defcustom variable | |||
| 2019-01-15 | Add rust-indent-return-type-to-arguments variable | David Kellum | |
| This preserves as default (t), the current indentation behavior of `-> ReturnType` when found on its own line: indenting as per the arguments of the above function. When disabled (nil) by the user, however, this will now just indent such a line one level from base-line (e.g. no special treatment). Includes a basic test. | |||
| 2018-12-21 | Add rust-run and rust-test interactive function | Tristan Cacqueray | |
| This change adds a couple of useful commands similar to the rust-build function. | |||
| 2018-12-18 | Merge pull request #292 from mookid/imenu-impl | Felix S Klock II | |
| imenu: handle lifetimes in impl blocks. | |||
| 2018-12-18 | imenu: handle lifetimes in impl blocks. | Nathan Moreau | |
| 2018-10-08 | Merge pull request #284 from riscy/master | Niko Matsakis | |
| adjust docstring formatting | |||
| 2018-10-07 | adjust docstring formatting | riscy | |
| 2018-10-02 | Merge pull request #266 from brotzeit/format-on-save | Felix S Klock II | |
| throw error in after-save-hook instead of before-save-hook | |||
| 2018-09-29 | silence byte-compiler | brotzeit | |
| 2018-09-29 | Merge pull request #281 from ksqsf/master | Felix S Klock II | |
| Add keywords `async` and `try` | |||
| 2018-09-04 | Add keywords `async` and `try` | _rika | |
| 2018-06-26 | Merge pull request #267 from jthemphill/patch-1 | Niko Matsakis | |
| Bump version | |||
| 2018-06-18 | Merge pull request #272 from tromey/let-ref-font-lock | Niko Matsakis | |
| Fix font-locking of "let ref" | |||
| 2018-06-07 | Fix font-locking of "let ref" | Tom Tromey | |
| Fixes #271 | |||
| 2018-04-23 | Bump version | Jeff Hemphill | |
| I'm still stuck on a version that's 1.5 years old! | |||
| 2018-03-23 | throw error in after-save-hook instead of before-save-hook | brotzeit | |
| 2018-03-22 | Merge pull request #265 from brotzeit/infotype | Niko Matsakis | |
| make rustc-colon-compilation-regexps an info type | |||
| 2018-03-21 | make rustc-colon-compilation-regexps an info type | brotzeit | |
| 2018-03-03 | Merge pull request #263 from nikomatsakis/tweak-compilation-regexp | Niko Matsakis | |
| remove old-style compilation regex; support `:::` regex | |||
| 2018-03-03 | update to include line number and column information | Niko Matsakis | |
| 2018-03-03 | remove old-style compilation regex; support `:::` regex | Niko Matsakis | |
| 2018-02-21 | Merge pull request #264 from jjwest/master | Niko Matsakis | |
| Fixed indent when ? operator is used in chained method calls | |||
| 2018-02-15 | Fixed indent when ? operator is used in chained method calls | Jonas Westlund | |
| 2018-02-15 | Merge pull request #253 from jjwest/master | Niko Matsakis | |
| Improved font-locking for print macros | |||
| 2018-02-15 | Merge pull request #262 from kngwyu/highlight-dyn | Niko Matsakis | |
| add dyn to keywords | |||
| 2018-02-12 | add dyn to keywords | kngwyu | |
| 2018-01-09 | Merge pull request #258 from sebastiencs/master | Tom Tromey | |
| Do not indent where clause by default (follow standard) #257 | |||
| 2018-01-09 | Do not indent where clause by default (follow standard) #257 | Sebastien Chapuis | |
| 2017-12-08 | Improved font-locking for print macros | Jonas Westlund | |
| 2017-12-08 | Merge pull request #251 from brotzeit/rust-format-buffer | Tom Tromey | |
| don't set-window-start for selected window | |||
| 2017-12-07 | Merge pull request #249 from brotzeit/rust--format-call | Tom Tromey | |
| fix rust--format-call | |||
| 2017-11-24 | don't set-window-start for selected window | brotzeit | |
| 2017-11-18 | fix rust--format-call | brotzeit | |
| 2017-11-06 | Merge pull request #244 from kubo39/percent-as-punctuation-character | Tom Tromey | |
| % as punctuation character. | |||
| 2017-11-06 | % as punctuation character. | Hiroki Noda | |
| 2017-10-13 | Merge pull request #243 from iwillspeak/rust-compile-command | Niko Matsakis | |
| Revert #216 and Add Suggestions from #226 | |||
| 2017-10-03 | Revert #216 and Add Suggestions from #226 | Will Speak | |
| This reverts the `setq-local` for `compile-command` and replaces it with a function which can be used to invoke compile with `"cargo build"` as the compile command. | |||
