summaryrefslogtreecommitdiff
path: root/lisp/progmodes/ruby-mode.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* Shorten over-wide docstrings in variablesStefan Kangas2020-12-191-1/+1
* Remove redundant installation instructionsStefan Kangas2020-11-121-7/+0
* * lisp/progmodes/ruby-mode.el (auto-mode-alist): Add Brewfile.Stefan Kangas2020-11-121-1/+1
* ; Prefer https to http in many URLsStefan Kangas2020-10-011-1/+1
* * lisp/progmodes/ruby-mode.el (ruby-use-smie): Declare obsoleteStefan Monnier2020-09-241-19/+21
* Make ruby-parse-partial more stableDmitry Gutov2020-08-221-13/+3
* Remove subsumed repetitions in regexpsMattias Engdegård2020-02-201-1/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix some quoting glitches in doc stringsPaul Eggert2019-11-111-2/+2
* Fix usage of remove-text-propertiesBasil L. Contovounesios2019-08-011-1/+1
* Strip trailing whitespaces at the end of converted do blockNobuyoshi Nakada2019-07-251-1/+2
* Omit the misplaced and unnecessary shyness qualifierDmitry Gutov2019-06-101-1/+1
* New command ruby-find-library-fileDmitry Gutov2019-05-301-0/+23
* Fix more regular expression typosPaul Eggert2019-03-181-3/+3
* Fix some ineffective backslashes in string literalsMattias Engdegård2019-03-161-1/+1
* (ruby-add-log-current-method): Recognize methods ending with ? or !Dmitry Gutov2019-03-111-1/+1
* Fix regular-expression glitches and typosPaul Eggert2019-03-041-7/+7
* More checks for live buffers.Juri Linkov2019-01-281-1/+1
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Prepend 'rubocop' with 'bundle exec' when appropriateDmitry Gutov2018-12-251-1/+14
* | ; Documentation updatesDmitry Gutov2018-12-251-1/+4