| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-03-12 | Merge pull request #530 from jroimartin/fix-rust-mode-autoload | Sibi Prabakaran | |
| Fix rust-mode lazy loading | |||
| 2024-03-11 | Fix rust-mode lazy loading | Roi Martin | |
| This PR fixes the following error that happends when opening a .rs file: File mode specification error: (void-function rust-mode) It conditionally autoloads the proper rust-mode version depending on the user environment. Fixes #528 | |||
| 2024-03-02 | Merge pull request #526 from rust-lang/rem-autoload | Sibi Prabakaran | |
| Remove autoload for prog-mode based rust-mode | |||
| 2024-03-02 | Remove autoload for prog-mode based rust-mode | Sibi Prabakaran | |
| The load of specific rust-mode now depends on the tree sitter variable that we have, so disabling autoload for this too. | |||
| 2024-03-01 | Merge pull request #525 from condy0919/highlight | Sibi Prabakaran | |
| Require rust-ts-mode carefully | |||
| 2024-03-01 | Require rust-ts-mode carefully | condy | |
| Fix #524 | |||
| 2024-02-28 | Merge pull request #523 from rust-lang/ci-29 | Sibi Prabakaran | |
| CI: Update to test with last 3 emacs version | |||
| 2024-02-28 | Remove continue-on-error | Sibi Prabakaran | |
| 2024-02-28 | CI: Update to test with last 3 emacs version | Sibi Prabakaran | |
| Also includes Emacs 29.2 | |||
| 2024-02-28 | Merge pull request #521 from rust-lang/treesit-old-emacs | Sibi Prabakaran | |
| Fix tree-sitter integration for older emacs | |||
| 2024-02-28 | Ad comment explaining about when clause | Sibi Prabakaran | |
| 2024-02-28 | Fix treesitter for older emacs | Sibi Prabakaran | |
| 2024-02-28 | Fix tree sitter mode with hooks integration | Sibi Prabakaran | |
| 2024-02-28 | Merge pull request #519 from ccqpein/master | Sibi Prabakaran | |
| Fix undefined function | |||
| 2024-02-26 | require rust-rustfmt for importing rust-after-save-method defination | ccQpein | |
| 2024-02-25 | Merge pull request #515 from rust-lang/treesit-mode | Sibi Prabakaran | |
| Fix rust-mode and tree sitter integration | |||
| 2024-02-25 | Fix rust-mode and tree sitter integration | Sibi Prabakaran | |
| 2024-02-24 | Merge pull request #513 from rust-lang/509-warnings | Sibi Prabakaran | |
| Fix native compile warnings | |||
| 2024-02-24 | Fix warnings from rust-utils.el | Sibi Prabakaran | |
| 2024-02-24 | Update changelog | Sibi Prabakaran | |
| 2024-02-24 | Merge pull request #482 from rust-lang/treesitter | Sibi Prabakaran | |
| provide alternative rust-mode that derives from rust-ts-mode | |||
| 2024-02-17 | Update docs and fix treesiter mode | Sibi Prabakaran | |
| 2024-02-17 | provide alternative rust-mode that derives from rust-ts-mode | brotzeit | |
| 2024-02-17 | Merge pull request #510 from luckysori/match-panics | Sibi Prabakaran | |
| Match panics in `compilation-mode` | |||
| 2024-02-13 | Match panics in compilation-mode | Lucas Soriano del Pino | |
| If we encounter a panic when executing Rust code in `compilation-mode`, we now correctly highlight the location where the panic occurred. For example: ``` thread 'main' panicked at src/main.rs:2:5: explicit panic note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ``` Here, `src/main.rs:2:5` is highlighted. The developer is then able to execute `compile-goto-error` to jump to the correct spot in the code. Co-authored-by: Brent Westbrook <brentrwestbrook@gmail.com> Co-authored-by: zlef <zachlefevre@gmail.com> | |||
| 2023-08-06 | Merge pull request #501 from jcs-PR/test/29 | Sibi Prabakaran | |
| test: Emacs 29.1 | |||
| 2023-08-05 | Merge pull request #500 from micl2e2/master | Sibi Prabakaran | |
| Eliminate "Containing expression ends prematurely" error | |||
| 2023-08-04 | test: Emacs 29.1 | Jen-Chieh Shen | |
| 2023-08-04 | dbg! insertion: | Michael Lee | |
| - Change rust-insert-dbg to ...-sexp - Handle the cases where forwarding is impossible - Add tests | |||
| 2023-08-03 | Improve the usability of `rust-dbg-wrap-or-unwrap` (#498) | Michael Lee | |
| * rust-dbg-wrap-or-unwrap: Cut unnecessary conditional branches for region-active-p * rust-dbg-wrap-or-unwrap: Do not using save-excursion anymore * rust-dbg-wrap-or-unwrap: Use cond, allow more other cases. * rust-dbg-wrap-or-unwrap: Introduce rust-insert-dbg-alone * rust-dbg-wrap-or-unwrap: Adjust cursor position after insertion * rust-dbg-wrap-or-unwrap: Add tests for empty line * rust-dbg-wrap-or-unwrap: Test final position in empty line case * rust-dbg-wrap-or-unwrap: Test final cursor position in existing wrap tests | |||
| 2023-04-26 | Merge pull request #496 from phst/dup | Sibi Prabakaran | |
| Don’t duplicate test name. | |||
| 2023-04-26 | Don’t duplicate test name. | Philipp Stephani | |
| Emacs 29 will signal an error in this case in batch mode, and in any case the first test in the duplicate series will never run. | |||
| 2023-01-15 | Merge pull request #488 from jimblandy/fill-variables | Jim Blandy | |
| Establish more-controlled environment for fill-paragraph tests. | |||
| 2023-01-11 | Merge pull request #489 from jimblandy/use-when-let | Jim Blandy | |
| Use when-let as appropriate. | |||
| 2023-01-11 | Use when-let as appropriate. | Jim Blandy | |
| 2023-01-11 | Merge pull request #310 from czipperz/pub-scoped-beg-defun | Jim Blandy | |
| Add scoped pub support to beginning-of-defun | |||
| 2023-01-11 | Test pub scoped defun recognition | Chris Gregory | |
| 2023-01-11 | Establish more-controlled environment for fill-paragraph tests. | Jim Blandy | |
| Define a macro `rust-test-with-standard-fill-settings` to bind all the variables that affect `fill-paragraph`, and use it around all calls to `fill-paragraph`. Some tests based on `rust-test-fill-paragraph` were failing for me because I set `sentence-end-double-space` to nil, so double spaces after periods in the test input were getting collapsed into single spaces. | |||
| 2023-01-08 | Merge pull request #480 from psibi/playpen-fix | Jim Blandy | |
| Abilty to customize the enabling of URL shortener for playpen | |||
| 2023-01-08 | Abilty to customize the enabling of URL shortener for playpen | Sibi Prabakaran | |
| This makes me share the Playpen URL directly. And this is kind of necessary for me since the region I'm out of currently, the URL shortener domain itself is blocked. Snapshot here: https://imgur.com/a/ugLLVwP | |||
| 2023-01-08 | Merge pull request #399 from Lispython/feature/fix-rust-buffer-project | Jim Blandy | |
| Add let-binding for json-object-type around json-read call | |||
| 2023-01-08 | Add let-binding for json-object-type around json-read call in ↵ | Alex | |
| rust-buffer-project function | |||
| 2023-01-07 | Merge pull request #486 from rust-lang/docs-readme | brotzeit | |
| docs: Mention rust-toggle-mutability instead of rustic one | |||
| 2023-01-07 | docs: Mention rust-toggle-mutability instead of rustic one | Sibi Prabakaran | |
| Also some other minor improvments. | |||
| 2023-01-07 | Merge pull request #485 from VlachJosef/master | brotzeit | |
| Update README.md - add default keybindings | |||
| 2023-01-06 | Update README.md - add default keybindings | Josef Vlach | |
| 2022-12-25 | Merge pull request #481 from imichael2e2/master | brotzeit | |
| Refine the error message displaying | |||
| 2022-12-25 | Merge pull request #479 from ntBre/master | brotzeit | |
| check for rustfmt window before deleting it, fixes the fix to #475 | |||
| 2022-12-24 | Prevent from generating the redundant error messages in minibuffer. | Michael | |
| 2022-12-20 | check for rustfmt window before deleting it, fixes the fix to #475 | Brent Westbrook | |
| adapted from https://github.com/dominikh/go-mode.el/blob/08aa90d52f0e7d2ad02f961b554e13329672d7cb/go-mode.el#L1986 | |||
