summaryrefslogtreecommitdiff
path: root/lisp/progmodes/ruby-mode.el
Commit message (Expand)AuthorAge
* 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
* Shorten over-wide docstrings in variablesStefan Kangas2020-12-19
* Remove redundant installation instructionsStefan Kangas2020-11-12
* * lisp/progmodes/ruby-mode.el (auto-mode-alist): Add Brewfile.Stefan Kangas2020-11-12
* ; Prefer https to http in many URLsStefan Kangas2020-10-01
* * lisp/progmodes/ruby-mode.el (ruby-use-smie): Declare obsoleteStefan Monnier2020-09-24
* Make ruby-parse-partial more stableDmitry Gutov2020-08-22
* Remove subsumed repetitions in regexpsMattias Engdegård2020-02-20
* Update copyright year to 2020Paul Eggert2020-01-01
* Fix some quoting glitches in doc stringsPaul Eggert2019-11-11
* Fix usage of remove-text-propertiesBasil L. Contovounesios2019-08-01
* Strip trailing whitespaces at the end of converted do blockNobuyoshi Nakada2019-07-25
* Omit the misplaced and unnecessary shyness qualifierDmitry Gutov2019-06-10
* New command ruby-find-library-fileDmitry Gutov2019-05-30
* Fix more regular expression typosPaul Eggert2019-03-18
* Fix some ineffective backslashes in string literalsMattias Engdegård2019-03-16
* (ruby-add-log-current-method): Recognize methods ending with ? or !Dmitry Gutov2019-03-11
* Fix regular-expression glitches and typosPaul Eggert2019-03-04
* More checks for live buffers.Juri Linkov2019-01-28
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Prepend 'rubocop' with 'bundle exec' when appropriateDmitry Gutov2018-12-25
* | ; Documentation updatesDmitry Gutov2018-12-25
* | Use rubocop --lint when no .rubocop.ymlDmitry Gutov2018-12-25
* | Support Ruby block arguments ending with , or *Nobuyoshi Nakada2018-12-11
* | Replace insignificant backquotesMichael Heerdegen2018-11-25
* | * lisp/progmodes/ruby-mode.el: Cosmetic changesStefan Monnier2018-11-02
* | Don't quote self-quoting pcase patternsMichael Heerdegen2018-10-30
* | Fix a docstringBozhidar Batsov2018-06-16
* | Fix references to RuboCop in ruby-mode.elBozhidar Batsov2018-06-16
* | Explicitly require cl-lib where neededGlenn Morris2018-03-16
|/
* Update copyright year to 2018Paul Eggert2018-01-01