summaryrefslogtreecommitdiff
path: root/lisp/progmodes/ruby-mode.el
AgeCommit message (Expand)Author
2022-03-21Support indentation of Ruby pattern matching expressionsDmitry Gutov
2022-01-21ruby-toggle-block-space-before-parameters: New user optionDmitry Gutov
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-09-16; Minor stylistic fixes found by checkdocStefan Kangas
2021-09-10* lisp/progmodes/ruby-mode.el (ruby-current-indentation): Tweak obsoletion.Dmitry Gutov
2021-09-09Change ruby-align-chained-calls indendationStefan Monnier
2021-08-17ruby-mode imenu: Support methods with modifiersDmitry Gutov
2021-08-08Use string-replace instead of replace-regexp-in-stringMattias Engdegård
2021-05-29Add lambda to the pretty Ruby symbols listLars Ingebrigtsen
2021-05-29Add pretty symbols to ruby-modeWilliam Denton
2021-05-03ruby-mode.el: puts and printf do not require argsSteve Purcell
2021-04-28Don't add magic comment to Ruby files for utf-8 encodingDmitry Gutov
2021-03-24Convert many more links to use HTTPSStefan Kangas
2021-03-02(ruby-find-library-file): Also recognize 'gem' statementsDmitry Gutov
2021-02-02ruby-syntax-propertize: Fix certain cases following ::Dmitry Gutov
2021-01-05ruby-mode: eliminate redundant regexp branchMattias Engdegård
2021-01-04ruby-add-log-current-method: Support methods with symbolic namesDmitry Gutov
2021-01-02ruby-smie-rules: Avoid one case of infinite recursionDmitry Gutov
2021-01-01; ruby-smie--bosp: Fix the breakageDmitry Gutov
2021-01-01Fix a compilation warning.Philipp Stephani
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-31ruby-mode: Optimize expression expansion tooDmitry Gutov
2020-12-31ruby-syntax-propertize: Optimize two rules a littleDmitry Gutov
2020-12-31ruby-mode: Recognize setter symbolsDmitry Gutov
2020-12-22(ruby-mode-set-encoding): Use 'save-restriction'Dmitry Gutov
2020-12-19Shorten over-wide docstrings in variablesStefan Kangas
2020-11-12Remove redundant installation instructionsStefan Kangas
2020-11-12* lisp/progmodes/ruby-mode.el (auto-mode-alist): Add Brewfile.Stefan Kangas
2020-10-01; Prefer https to http in many URLsStefan Kangas
2020-09-24* lisp/progmodes/ruby-mode.el (ruby-use-smie): Declare obsoleteStefan Monnier
2020-08-22Make ruby-parse-partial more stableDmitry Gutov
2020-02-20Remove subsumed repetitions in regexpsMattias Engdegård
2020-01-01Update copyright year to 2020Paul Eggert
2019-11-11Fix some quoting glitches in doc stringsPaul Eggert
2019-08-01Fix usage of remove-text-propertiesBasil L. Contovounesios
2019-07-25Strip trailing whitespaces at the end of converted do blockNobuyoshi Nakada
2019-06-10Omit the misplaced and unnecessary shyness qualifierDmitry Gutov
2019-05-30New command ruby-find-library-fileDmitry Gutov
2019-03-18Fix more regular expression typosPaul Eggert
2019-03-16Fix some ineffective backslashes in string literalsMattias Engdegård
2019-03-11(ruby-add-log-current-method): Recognize methods ending with ? or !Dmitry Gutov
2019-03-04Fix regular-expression glitches and typosPaul Eggert
2019-01-28More checks for live buffers.Juri Linkov
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-12-25Prepend 'rubocop' with 'bundle exec' when appropriateDmitry Gutov
2018-12-25; Documentation updatesDmitry Gutov
2018-12-25Use rubocop --lint when no .rubocop.ymlDmitry Gutov
2018-12-11Support Ruby block arguments ending with , or *Nobuyoshi Nakada
2018-11-25Replace insignificant backquotesMichael Heerdegen