index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
progmodes
/
ruby-mode.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
ruby-mode: Better detect regexp vs division (bug#67569)
Dmitry Gutov
2023-12-09
1
-3
/
+9
*
ruby-add-log-current-method: Reduce the use of 'nreverse'
Dmitry Gutov
2023-04-13
1
-2
/
+2
*
ruby-mode: Fix method call indentation in rhs of multiple assignment
Dmitry Gutov
2023-02-28
1
-5
/
+8
*
ruby-smie-rules: Fix misindentation of a method call after assignment
Dmitry Gutov
2023-02-27
1
-1
/
+3
*
ruby-mode.el: Expand some docstrings with examples
Dmitry Gutov
2023-01-22
1
-3
/
+25
*
ruby-ts-mode: Highlight builtin methods
Dmitry Gutov
2023-01-20
1
-73
/
+77
*
ruby-toggle-block: Fix in ruby-ts-mode
Dmitry Gutov
2023-01-19
1
-1
/
+1
*
Extract common code into ruby-base-mode to derive from
Dmitry Gutov
2023-01-03
1
-27
/
+34
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
Add version tags and mention the new options in NEWS
Dmitry Gutov
2022-12-31
1
-4
/
+8
*
Add new options for Ruby code indentation
Dmitry Gutov
2022-12-31
1
-17
/
+124
*
Fix ruby-mode.el local command injection vulnerability (bug#60268)
Xi Lu
2022-12-24
1
-1
/
+1
*
; Fix ruby-method-params-indent's :version value
Dmitry Gutov
2022-12-20
1
-1
/
+1
*
ruby-method-params-indent: New user option
Dmitry Gutov
2022-12-19
1
-3
/
+23
*
; ruby-indent-level: Improve the docstring
Dmitry Gutov
2022-12-19
1
-1
/
+1
*
ruby-mode: Support endless singleton method definitions too
Dmitry Gutov
2022-12-19
1
-1
/
+2
*
ruby-mode: Support endless methods (bug#54702)
Dmitry Gutov
2022-12-18
1
-2
/
+26
*
ruby-mode: Recognize instance or global var as first arg in parenless call
Dmitry Gutov
2022-12-17
1
-1
/
+1
*
Fix end-of-defun in ruby-mode
Dmitry Gutov
2022-12-17
1
-3
/
+4
*
Fix ruby-add-log-current-method after nested class definition
Dmitry Gutov
2022-12-15
1
-7
/
+31
*
Pacify recent unused/ignored lexvar warnings
Basil L. Contovounesios
2022-10-26
1
-2
/
+2
*
Make point-at-eol and point-at-bol obsolete
Stefan Kangas
2022-08-23
1
-2
/
+2
*
* lisp/progmodes/ruby-mode.el (ruby-mode): Set outline-regexp, outline-level.
Juri Linkov
2022-07-08
1
-0
/
+7
*
Fix Ruby indentation with double splat as first block param
Dmitry Gutov
2022-04-26
1
-2
/
+2
*
Support indentation of Ruby pattern matching expressions
Dmitry Gutov
2022-03-21
1
-5
/
+7
*
ruby-toggle-block-space-before-parameters: New user option
Dmitry Gutov
2022-01-21
1
-7
/
+15
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
; Minor stylistic fixes found by checkdoc
Stefan Kangas
2021-09-16
1
-5
/
+3
*
* lisp/progmodes/ruby-mode.el (ruby-current-indentation): Tweak obsoletion.
Dmitry Gutov
2021-09-10
1
-1
/
+1
*
Change ruby-align-chained-calls indendation
Stefan Monnier
2021-09-09
1
-1
/
+10
*
ruby-mode imenu: Support methods with modifiers
Dmitry Gutov
2021-08-17
1
-2
/
+2
*
Use string-replace instead of replace-regexp-in-string
Mattias EngdegÄrd
2021-08-08
1
-2
/
+2
*
Add lambda to the pretty Ruby symbols list
Lars Ingebrigtsen
2021-05-29
1
-1
/
+2
*
Add pretty symbols to ruby-mode
William Denton
2021-05-29
1
-0
/
+9
*
ruby-mode.el: puts and printf do not require args
Steve Purcell
2021-05-03
1
-2
/
+2
*
Don't add magic comment to Ruby files for utf-8 encoding
Dmitry Gutov
2021-04-28
1
-8
/
+8
*
Convert many more links to use HTTPS
Stefan Kangas
2021-03-24
1
-1
/
+1
*
(ruby-find-library-file): Also recognize 'gem' statements
Dmitry Gutov
2021-03-02
1
-2
/
+2
*
ruby-syntax-propertize: Fix certain cases following ::
Dmitry Gutov
2021-02-02
1
-2
/
+2
*
ruby-mode: eliminate redundant regexp branch
Mattias EngdegÄrd
2021-01-05
1
-3
/
+3
*
ruby-add-log-current-method: Support methods with symbolic names
Dmitry Gutov
2021-01-04
1
-3
/
+6
*
ruby-smie-rules: Avoid one case of infinite recursion
Dmitry Gutov
2021-01-02
1
-1
/
+1
*
; ruby-smie--bosp: Fix the breakage
Dmitry Gutov
2021-01-01
1
-2
/
+2
*
Fix a compilation warning.
Philipp Stephani
2021-01-01
1
-1
/
+1
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
ruby-mode: Optimize expression expansion too
Dmitry Gutov
2020-12-31
1
-5
/
+11
*
ruby-syntax-propertize: Optimize two rules a little
Dmitry Gutov
2020-12-31
1
-6
/
+13
*
ruby-mode: Recognize setter symbols
Dmitry Gutov
2020-12-31
1
-7
/
+11
*
(ruby-mode-set-encoding): Use 'save-restriction'
Dmitry Gutov
2020-12-22
1
-17
/
+18
[next]