summaryrefslogtreecommitdiff
path: root/lisp/progmodes/ruby-mode.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* ruby-mode: Better detect regexp vs division (bug#67569)Dmitry Gutov2023-12-091-3/+9
* ruby-add-log-current-method: Reduce the use of 'nreverse'Dmitry Gutov2023-04-131-2/+2
* ruby-mode: Fix method call indentation in rhs of multiple assignmentDmitry Gutov2023-02-281-5/+8
* ruby-smie-rules: Fix misindentation of a method call after assignmentDmitry Gutov2023-02-271-1/+3
* ruby-mode.el: Expand some docstrings with examplesDmitry Gutov2023-01-221-3/+25
* ruby-ts-mode: Highlight builtin methodsDmitry Gutov2023-01-201-73/+77
* ruby-toggle-block: Fix in ruby-ts-modeDmitry Gutov2023-01-191-1/+1
* Extract common code into ruby-base-mode to derive fromDmitry Gutov2023-01-031-27/+34
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Add version tags and mention the new options in NEWSDmitry Gutov2022-12-311-4/+8
* Add new options for Ruby code indentationDmitry Gutov2022-12-311-17/+124
* Fix ruby-mode.el local command injection vulnerability (bug#60268)Xi Lu2022-12-241-1/+1
* ; Fix ruby-method-params-indent's :version valueDmitry Gutov2022-12-201-1/+1
* ruby-method-params-indent: New user optionDmitry Gutov2022-12-191-3/+23
* ; ruby-indent-level: Improve the docstringDmitry Gutov2022-12-191-1/+1
* ruby-mode: Support endless singleton method definitions tooDmitry Gutov2022-12-191-1/+2
* ruby-mode: Support endless methods (bug#54702)Dmitry Gutov2022-12-181-2/+26
* ruby-mode: Recognize instance or global var as first arg in parenless callDmitry Gutov2022-12-171-1/+1
* Fix end-of-defun in ruby-modeDmitry Gutov2022-12-171-3/+4
* Fix ruby-add-log-current-method after nested class definitionDmitry Gutov2022-12-151-7/+31
* Pacify recent unused/ignored lexvar warningsBasil L. Contovounesios2022-10-261-2/+2
* Make point-at-eol and point-at-bol obsoleteStefan Kangas2022-08-231-2/+2
* * lisp/progmodes/ruby-mode.el (ruby-mode): Set outline-regexp, outline-level.Juri Linkov2022-07-081-0/+7
* Fix Ruby indentation with double splat as first block paramDmitry Gutov2022-04-261-2/+2
* Support indentation of Ruby pattern matching expressionsDmitry Gutov2022-03-211-5/+7
* ruby-toggle-block-space-before-parameters: New user optionDmitry Gutov2022-01-211-7/+15
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-5/+3
* * lisp/progmodes/ruby-mode.el (ruby-current-indentation): Tweak obsoletion.Dmitry Gutov2021-09-101-1/+1
* Change ruby-align-chained-calls indendationStefan Monnier2021-09-091-1/+10
* ruby-mode imenu: Support methods with modifiersDmitry Gutov2021-08-171-2/+2
* Use string-replace instead of replace-regexp-in-stringMattias EngdegÄrd2021-08-081-2/+2
* Add lambda to the pretty Ruby symbols listLars Ingebrigtsen2021-05-291-1/+2
* Add pretty symbols to ruby-modeWilliam Denton2021-05-291-0/+9
* ruby-mode.el: puts and printf do not require argsSteve Purcell2021-05-031-2/+2
* Don't add magic comment to Ruby files for utf-8 encodingDmitry Gutov2021-04-281-8/+8
* Convert many more links to use HTTPSStefan Kangas2021-03-241-1/+1
* (ruby-find-library-file): Also recognize 'gem' statementsDmitry Gutov2021-03-021-2/+2
* ruby-syntax-propertize: Fix certain cases following ::Dmitry Gutov2021-02-021-2/+2
* ruby-mode: eliminate redundant regexp branchMattias EngdegÄrd2021-01-051-3/+3
* ruby-add-log-current-method: Support methods with symbolic namesDmitry Gutov2021-01-041-3/+6
* ruby-smie-rules: Avoid one case of infinite recursionDmitry Gutov2021-01-021-1/+1
* ; ruby-smie--bosp: Fix the breakageDmitry Gutov2021-01-011-2/+2
* Fix a compilation warning.Philipp Stephani2021-01-011-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* ruby-mode: Optimize expression expansion tooDmitry Gutov2020-12-311-5/+11
* ruby-syntax-propertize: Optimize two rules a littleDmitry Gutov2020-12-311-6/+13
* ruby-mode: Recognize setter symbolsDmitry Gutov2020-12-311-7/+11
* (ruby-mode-set-encoding): Use 'save-restriction'Dmitry Gutov2020-12-221-17/+18