| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-12-27 | update toc | brotzeit | |
| 2021-12-26 | Merge pull request #429 from Chris00/prettify | brotzeit | |
| Enable the use of prettify-symbols-mode | |||
| 2021-12-26 | Add an entry to the README to mention prettifying | Christophe Troestler | |
| 2021-12-26 | Merge pull request #428 from Chris00/ampersand | brotzeit | |
| Add a face for the ampersand reference mark | |||
| 2021-12-25 | Add a face for the ampersand reference mark | Christophe Troestler | |
| Customizing this face may improve code readability for some users. By default nothing is set for backward compatibility. | |||
| 2021-12-25 | Enable the use of prettify-symbols-mode | Christophe Troestler | |
| 2021-12-18 | bump version to 1.0.3 | brotzeit | |
| 2021-12-16 | Merge pull request #414 from RadicalZephyr/fix-cargo-compilation-regex | brotzeit | |
| Fix cargo compilation regex | |||
| 2021-12-16 | Fix rust-electric-pair-skip-self-wrap | Roy Crihfield | |
| nil is a valid value for electric-pair-skip-self, so handle that case | |||
| 2021-11-27 | use correct prefix | brotzeit | |
| 2021-11-27 | update readme | brotzeit | |
| 2021-11-27 | copy command rustic-toggle-mutability from #194 | brotzeit | |
| 2021-11-26 | try to fix ci | brotzeit | |
| 2021-11-26 | bump version to 1.0.2 | brotzeit | |
| 2021-11-26 | allow changing rustfmt hook funtctions | brotzeit | |
| 2021-11-16 | add more commands to rust-mode-map | brotzeit | |
| 2021-10-30 | update readme | brotzeit | |
| 2021-10-29 | bump version to 1.0.1 | brotzeit | |
| 2021-10-29 | mention NonGNU ELPA | brotzeit | |
| close #411 | |||
| 2021-10-23 | update readme | brotzeit | |
| 2021-10-23 | update readme | brotzeit | |
| close #377 | |||
| 2021-10-22 | include keyword existential in rust-keywords | brotzeit | |
| 2021-10-22 | update regexes used in rust-top-item-beg-re | brotzeit | |
| 2021-10-22 | fix link in readme | brotzeit | |
| 2021-10-22 | mention issue with `adaptive-wrap-prefix-mode` and syntax-propertize | brotzeit | |
| 2021-10-22 | remove deprecated files | brotzeit | |
| 2021-10-20 | Fix typos in README: !dbg => dbg! | Wenping Guo | |
| 2021-10-16 | Call *rustfmt* by its proper name in user messages | Sergey Vinokurov | |
| 2021-10-16 | Improve rust--format-fix-rustfmt-buffer | Sergey Vinokurov | |
| 2021-10-16 | update readme and bump version | brotzeit | |
| 2021-10-16 | adjust emacs_versions used for ci | brotzeit | |
| 2021-10-16 | drop run_rust_emacs_tests.sh and use make test in ci | brotzeit | |
| 2021-10-16 | Update README.md | Ayrat Badykov | |
| 2021-09-09 | Don't include the `', ` in compilation highlighting | Zephyr Shannon | |
| It's more distracting than helpful. | |||
| 2021-09-09 | Fix cargo compilation regex starting match | Zephyr Shannon | |
| Previously this regex attempted to match the entire cargo output including the name of the thread that panicked and the entire panic message. In addition it was required that there be whitespace before the start of the word "thread" in that output. I don't know if this was the previous format, but in current Rust compilers "thread" comes at the beginning of the first line. However, there were two problems with this approach. One is that making that leading whitespace mandatory caused the regex to not match correctly. The second problem is that multiline regex matching in emacs is a bit iffy, and even matching the start correctly, if the panic message contained enough characters the full multiline regex could not be matched and the same problem would occur. This commit changes and vastly simplifies the regex to search for the guaranteed portion of the cargo output, starting with the ending `', `. This does come with an increased risk of accidentally matching input that is not actually a panic message, but I think in practice this will be fairly rare. | |||
| 2021-04-23 | Make most additional libraries optional | Jonas Bernoulli | |
| 2021-04-23 | Create rust-utils.el from existing code | Jonas Bernoulli | |
| 2021-04-23 | Create rust-cargo.el from existing code | Jonas Bernoulli | |
| 2021-04-23 | Create rust-playpen.el from existing code | Jonas Bernoulli | |
| 2021-04-23 | Create rust-rustfmt.el from existing code | Jonas Bernoulli | |
| 2021-04-23 | rust-end-of-string: Move definition | Jonas Bernoulli | |
| 2021-04-23 | Properly markup two additional section headings | Jonas Bernoulli | |
| 2021-04-23 | Add non-empty commentary section, slightly reword summary | Jonas Bernoulli | |
| 2021-04-23 | Create rust-compile.el from existing code | Jonas Bernoulli | |
| For the time being `require' the new library from "rust-mode.el". In the mid-term we should stop doing that, so that users can load it if and only if they want to do so. | |||
| 2021-04-23 | rust-mode: Cosmetics | Jonas Bernoulli | |
| 2021-04-23 | test: Suppress some noisy messages | Jonas Bernoulli | |
| 2021-04-23 | Add Makefile | Jonas Bernoulli | |
| 2021-04-23 | Add .dir-locals.el | Jonas Bernoulli | |
| 2021-04-23 | Remove "-face" suffix from names of faces | Jonas Bernoulli | |
| As mentioned in (info "(emacs)Defining Faces") the name of a face > should not end in "-face" (that would be redundant). For historic reasons a few built-in faces actually do end with "-face" and it so happens that our faces are closely related to just those `font-lock' faces and that probably inspired our use of the suffix. Even so, we should stop now. | |||
| 2021-02-26 | Add release build/run functions | Adam Gleave | |
