summaryrefslogtreecommitdiff
path: root/rust-mode.el
AgeCommit message (Expand)Author
2024-08-22Bump version to 1.0.6Sibi Prabakaran
2024-03-27Fix dependencies between rust-mode implementationsJonas Bernoulli
2024-03-12Add email in package descriptioncondy
2024-03-12Allow autoloaded rust-mode function to be called interactivelyRoi Martin
2024-03-11Fix rust-mode lazy loadingRoi Martin
2024-02-25Fix rust-mode and tree sitter integrationSibi Prabakaran
2024-02-17provide alternative rust-mode that derives from rust-ts-modebrotzeit
2023-01-11Use when-let as appropriate.Jim Blandy
2022-11-02Simplify and correct angle bracket propertizing and macro argument detection.Jim Blandy
2022-09-19Use line-beginning-position instead of obsolete point-at-bolJonas Bernoulli
2022-08-29Avoid compilation warnings about potentially-undefined functions.Philipp Stephani
2022-08-18apply minor fixesbrotzeit
2022-06-26bump version to 1.0.5brotzeit
2022-02-17bump version to 1.0.4brotzeit
2022-01-30Highlight the (optional) type suffix of numbers with the type faceChristophe Troestler
2022-01-08remove "use" from rust-top-item-beg-rebrotzeit
2021-12-28Avoid obsolete calling convention of ‘looking-back’.Philipp Stephani
2021-12-27Improve regexp to match the reference mark &Christophe Troestler
2021-12-27Do not prettify || after various symbolsChristophe Troestler
2021-12-27Do not prettify && when it is a double referenceChristophe Troestler
2021-12-26Merge pull request #429 from Chris00/prettifybrotzeit
2021-12-25Add a face for the ampersand reference markChristophe Troestler
2021-12-25Enable the use of prettify-symbols-modeChristophe Troestler
2021-12-18bump version to 1.0.3brotzeit
2021-12-16Fix rust-electric-pair-skip-self-wrapRoy Crihfield
2021-11-26bump version to 1.0.2brotzeit
2021-11-26allow changing rustfmt hook funtctionsbrotzeit
2021-11-16add more commands to rust-mode-mapbrotzeit
2021-10-29bump version to 1.0.1brotzeit
2021-10-22include keyword existential in rust-keywordsbrotzeit
2021-10-22update regexes used in rust-top-item-beg-rebrotzeit
2021-10-16update readme and bump versionbrotzeit
2021-04-23Make most additional libraries optionalJonas Bernoulli
2021-04-23Create rust-utils.el from existing codeJonas Bernoulli
2021-04-23Create rust-cargo.el from existing codeJonas Bernoulli
2021-04-23Create rust-playpen.el from existing codeJonas Bernoulli
2021-04-23Create rust-rustfmt.el from existing codeJonas Bernoulli
2021-04-23rust-end-of-string: Move definitionJonas Bernoulli
2021-04-23Properly markup two additional section headingsJonas Bernoulli
2021-04-23Add non-empty commentary section, slightly reword summaryJonas Bernoulli
2021-04-23Create rust-compile.el from existing codeJonas Bernoulli
2021-04-23rust-mode: CosmeticsJonas Bernoulli
2021-04-23Add .dir-locals.elJonas Bernoulli
2021-04-23Remove "-face" suffix from names of facesJonas Bernoulli
2021-02-26Add release build/run functionsAdam Gleave
2020-12-04Add rust-check functionAlyssa Ross
2020-07-09Set default directory when compiling.Nathan Moreau
2020-07-09Divide library into sectionsJonas Bernoulli
2020-07-09Various cosmetic changesJonas Bernoulli
2020-07-09rearrange IV: MiscJonas Bernoulli