index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
progmodes
/
ruby-mode.el
Age
Commit message (
Expand
)
Author
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-11-26
Fix indentation of keyword argument arrays/hashes in ruby-mode
Aaron Jensen
2025-09-16
ruby-syntax-propertize: Add exception for /=
Dmitry Gutov
2025-08-28
ruby-flymake-simple: Refine further
Dmitry Gutov
2025-08-27
; ruby-flymake-simple: Only match relative file name (bug#79257)
john muhl
2025-08-26
Fix 'ruby-flymake-simple' for Ruby 3.4 (Bug#79257)
john muhl
2025-08-14
New user option 'treesit-enabled-modes' (bug#79180)
Juri Linkov
2025-04-28
Fix ruby lint output regexps
Tim Landscheidt
2025-02-17
Prefer '(oddp A)' to '(= 1 (logand A 1))'
Stefan Kangas
2025-02-01
Merge branch 'scratch/no-purespace' into 'master'
Stefan Kangas
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-12-22
; Update version tags of defcustoms
Eli Zaretskii
2024-12-12
Don't call purecopy in progmodes/*.el
Stefan Kangas
2024-11-28
Allow to go back to using 'ruby-mode' after loading 'ruby-ts-mode'
Eli Zaretskii
2024-09-02
Add new option ruby-bracketed-args-indent
Aaron Jensen
2024-07-07
Checkdoc fixes in progmodes
Stefan Kangas
2024-05-13
ruby-rubocop-use-bundler: New user option
Dmitry Gutov
2024-01-02
Merge from savannah/emacs-29
Po Lu
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-12-16
ruby-syntax-methods-before-regexp: Drop this whitelist
Dmitry Gutov
2023-12-10
Merge from origin/emacs-29
Eli Zaretskii
2023-12-09
ruby-mode: Better detect regexp vs division (bug#67569)
Dmitry Gutov
2023-10-12
Fix a defcustom :type
Mauro Aranda
2023-08-03
Register more Ruby files in auto-mode-alist
Stefan Kangas
2023-08-02
Don't hardcode ruby version in interpreter-mode-alist
Stefan Kangas
2023-04-15
Merge from origin/emacs-29
Eli Zaretskii
2023-04-13
ruby-add-log-current-method: Reduce the use of 'nreverse'
Dmitry Gutov
2023-03-03
Remove ineffective uses of condition-case
Mattias EngdegÄrd
2023-02-28
ruby-mode: Fix method call indentation in rhs of multiple assignment
Dmitry Gutov
2023-02-27
ruby-smie-rules: Fix misindentation of a method call after assignment
Dmitry Gutov
2023-01-22
ruby-mode.el: Expand some docstrings with examples
Dmitry Gutov
2023-01-20
ruby-ts-mode: Highlight builtin methods
Dmitry Gutov
2023-01-19
ruby-toggle-block: Fix in ruby-ts-mode
Dmitry Gutov
2023-01-03
Extract common code into ruby-base-mode to derive from
Dmitry Gutov
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-12-31
Add version tags and mention the new options in NEWS
Dmitry Gutov
2022-12-31
Add new options for Ruby code indentation
Dmitry Gutov
2022-12-24
Fix ruby-mode.el local command injection vulnerability (bug#60268)
Xi Lu
2022-12-20
; Fix ruby-method-params-indent's :version value
Dmitry Gutov
2022-12-19
ruby-method-params-indent: New user option
Dmitry Gutov
2022-12-19
; ruby-indent-level: Improve the docstring
Dmitry Gutov
2022-12-19
ruby-mode: Support endless singleton method definitions too
Dmitry Gutov
2022-12-18
ruby-mode: Support endless methods (bug#54702)
Dmitry Gutov
2022-12-17
ruby-mode: Recognize instance or global var as first arg in parenless call
Dmitry Gutov
2022-12-17
Fix end-of-defun in ruby-mode
Dmitry Gutov
2022-12-15
Fix ruby-add-log-current-method after nested class definition
Dmitry Gutov
2022-10-26
Pacify recent unused/ignored lexvar warnings
Basil L. Contovounesios
2022-08-23
Make point-at-eol and point-at-bol obsolete
Stefan Kangas
2022-07-08
* lisp/progmodes/ruby-mode.el (ruby-mode): Set outline-regexp, outline-level.
Juri Linkov
2022-04-26
Fix Ruby indentation with double splat as first block param
Dmitry Gutov
[next]