| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-04-13 | fix(treesit): auto mode precedence of rust-mode | Dev380 | |
| Currently, `rust-ts-mode` will add itself to the `auto-mode-alist` when it is loaded, which is after the autoload for adding `rust-mode`. We need to re-add `rust-mode` after loading the treesitter package to make sure this mode has higher priority. | |||
| 2024-03-27 | Fix dependencies between rust-mode implementations | Jonas Bernoulli | |
| "rust-prog-mode.el" and "rust-mode-treesitter.el" provide competing implementations of `rust-mode'. Both implementations depend on code in "rust-mode.el", and thus must require that. Doing that is complicated by the fact that "rust-mode.el" loads one of these libraries, depending on `rust-mode-treesitter-derive's value. Address this conflict by: 1. Requiring feature `rust-mode' in the two libraries that implement the `rust-mode' major-mode and that use things defined in "rust-mode.el". 2. Moving the require forms for these two libraries in "rust-mode.el", below the `provide' form for `rust-mode'. | |||
| 2024-03-01 | Require rust-ts-mode carefully | condy | |
| Fix #524 | |||
| 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-17 | Update docs and fix treesiter mode | Sibi Prabakaran | |
| 2024-02-17 | provide alternative rust-mode that derives from rust-ts-mode | brotzeit | |
