summaryrefslogtreecommitdiff
path: root/lisp/progmodes/ruby-mode.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Use rubocop --lint when no .rubocop.ymlDmitry Gutov2018-12-251-1/+2
* | Support Ruby block arguments ending with , or *Nobuyoshi Nakada2018-12-111-0/+4
* | Replace insignificant backquotesMichael Heerdegen2018-11-251-11/+11
* | * lisp/progmodes/ruby-mode.el: Cosmetic changesStefan Monnier2018-11-021-38/+19
* | Don't quote self-quoting pcase patternsMichael Heerdegen2018-10-301-9/+9
* | Fix a docstringBozhidar Batsov2018-06-161-2/+1
* | Fix references to RuboCop in ruby-mode.elBozhidar Batsov2018-06-161-4/+4
* | Explicitly require cl-lib where neededGlenn Morris2018-03-161-0/+2
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Merge branch 'widen-less' into emacs-26Dmitry Gutov2017-12-211-1/+0
|\
| * Consolidate 'widen' callsDmitry Gutov2017-12-141-1/+0
* | Add missing :version tags revealed by cusver-checkGlenn Morris2017-12-121-0/+2
|/
* ; Compare process status against 127 exactlyDmitry Gutov2017-11-221-2/+4
* Extract the common part of ruby-flymake-simple and ruby-flymake-rubocopDmitry Gutov2017-11-221-77/+64
* Add Rubocop Flymake backendDmitry Gutov2017-11-221-18/+100
* ; Spelling fixesPaul Eggert2017-11-161-1/+1
* Add a Flymake backend for RubyJoão Távora2017-11-051-0/+63
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Turn on lexical-binding in ruby-modeMark Oteiza2017-02-171-6/+5
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Also handle escaping when string begins with a quoteDmitry Gutov2016-06-271-2/+2
* | Fix quote escaping in ruby-toggle-string-quotesSriram Thaiyar2016-06-271-1/+1
|/
* Improve squiggly heredoc support in non-SMIE Ruby modeDmitry Gutov2016-06-071-1/+1
* Do not mistake colon at the end of regexp for slash symbolDmitry Gutov2016-05-121-1/+3
* Fixup the "normal" matcher; highlight global var symbols, tooDmitry Gutov2016-03-191-2/+2
* Support safe navigation operator in non-SMIE indentation codeDmitry Gutov2016-03-161-1/+1
* Fix Ruby's operator precedenceDmitry Gutov2016-03-161-5/+6
* Do not tokenize a comment before continuation as ';'Dmitry Gutov2016-03-151-1/+1
* Don't misindent arguments of a method call inside continuationDmitry Gutov2016-03-151-13/+7
* Tweak the left precedence of '=>'Dmitry Gutov2016-03-141-1/+1
* Indent '.' relative to the first sibling expressionDmitry Gutov2016-03-141-1/+3
* Make '.' associative, for easier sexp navigationDmitry Gutov2016-03-141-2/+2
* Support Ruby 2.3.0's safe navigation operatorDmitry Gutov2016-03-121-1/+3