summaryrefslogtreecommitdiff
path: root/lisp/progmodes/ruby-mode.el
Commit message (Expand)AuthorAge
* Merge from origin/emacs-29Eli Zaretskii2023-04-15
|\
| * ruby-add-log-current-method: Reduce the use of 'nreverse'Dmitry Gutov2023-04-13
* | Remove ineffective uses of condition-caseMattias Engdegård2023-03-03
|/
* ruby-mode: Fix method call indentation in rhs of multiple assignmentDmitry Gutov2023-02-28
* ruby-smie-rules: Fix misindentation of a method call after assignmentDmitry Gutov2023-02-27
* ruby-mode.el: Expand some docstrings with examplesDmitry Gutov2023-01-22
* ruby-ts-mode: Highlight builtin methodsDmitry Gutov2023-01-20
* ruby-toggle-block: Fix in ruby-ts-modeDmitry Gutov2023-01-19
* Extract common code into ruby-base-mode to derive fromDmitry Gutov2023-01-03
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Add version tags and mention the new options in NEWSDmitry Gutov2022-12-31
* Add new options for Ruby code indentationDmitry Gutov2022-12-31
* Fix ruby-mode.el local command injection vulnerability (bug#60268)Xi Lu2022-12-24
* ; Fix ruby-method-params-indent's :version valueDmitry Gutov2022-12-20
* ruby-method-params-indent: New user optionDmitry Gutov2022-12-19
* ; ruby-indent-level: Improve the docstringDmitry Gutov2022-12-19
* ruby-mode: Support endless singleton method definitions tooDmitry Gutov2022-12-19
* ruby-mode: Support endless methods (bug#54702)Dmitry Gutov2022-12-18
* ruby-mode: Recognize instance or global var as first arg in parenless callDmitry Gutov2022-12-17
* Fix end-of-defun in ruby-modeDmitry Gutov2022-12-17
* Fix ruby-add-log-current-method after nested class definitionDmitry Gutov2022-12-15
* Pacify recent unused/ignored lexvar warningsBasil L. Contovounesios2022-10-26
* Make point-at-eol and point-at-bol obsoleteStefan Kangas2022-08-23
* * lisp/progmodes/ruby-mode.el (ruby-mode): Set outline-regexp, outline-level.Juri Linkov2022-07-08
* Fix Ruby indentation with double splat as first block paramDmitry Gutov2022-04-26
* Support indentation of Ruby pattern matching expressionsDmitry Gutov2022-03-21
* ruby-toggle-block-space-before-parameters: New user optionDmitry Gutov2022-01-21
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-16
* * lisp/progmodes/ruby-mode.el (ruby-current-indentation): Tweak obsoletion.Dmitry Gutov2021-09-10
* Change ruby-align-chained-calls indendationStefan Monnier2021-09-09
* ruby-mode imenu: Support methods with modifiersDmitry Gutov2021-08-17
* Use string-replace instead of replace-regexp-in-stringMattias Engdegård2021-08-08
* Add lambda to the pretty Ruby symbols listLars Ingebrigtsen2021-05-29
* Add pretty symbols to ruby-modeWilliam Denton2021-05-29
* ruby-mode.el: puts and printf do not require argsSteve Purcell2021-05-03
* Don't add magic comment to Ruby files for utf-8 encodingDmitry Gutov2021-04-28
* Convert many more links to use HTTPSStefan Kangas2021-03-24
* (ruby-find-library-file): Also recognize 'gem' statementsDmitry Gutov2021-03-02
* ruby-syntax-propertize: Fix certain cases following ::Dmitry Gutov2021-02-02
* ruby-mode: eliminate redundant regexp branchMattias Engdegård2021-01-05
* ruby-add-log-current-method: Support methods with symbolic namesDmitry Gutov2021-01-04
* ruby-smie-rules: Avoid one case of infinite recursionDmitry Gutov2021-01-02
* ; ruby-smie--bosp: Fix the breakageDmitry Gutov2021-01-01
* Fix a compilation warning.Philipp Stephani2021-01-01
* Update copyright year to 2021Paul Eggert2021-01-01
* ruby-mode: Optimize expression expansion tooDmitry Gutov2020-12-31
* ruby-syntax-propertize: Optimize two rules a littleDmitry Gutov2020-12-31
* ruby-mode: Recognize setter symbolsDmitry Gutov2020-12-31
* (ruby-mode-set-encoding): Use 'save-restriction'Dmitry Gutov2020-12-22