index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
ruby_4_0
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-04-04
Remove unused function from `struct rb_parser_config_struct`
yui-knk
2024-04-04
Update `ARGF.write` interface
Nobuyoshi Nakada
2024-04-04
Refine test_argf.rb
Nobuyoshi Nakada
2024-04-04
Separate SCRIPT_LINES__ from ast.c
HASUMI Hitoshi
2024-04-04
[DOC] AppVeyor is already retired
Hiroshi SHIBATA
2024-04-04
[ruby/reline] Handle INT signal correctly, remove handle_cleared
tomoya ishida
2024-04-04
[ruby/reline] Fix audoindent including "\v", escape "\v" for
tomoya ishida
2024-04-04
Prevent a warning
Yusuke Endoh
2024-04-04
Fix return-type warning in compile.c
HASUMI Hitoshi
2024-04-04
Prevent a warning: literal string will be frozen in the future
Yusuke Endoh
2024-04-04
Prevent "method redefined" warnings
Yusuke Endoh
2024-04-04
Prevent "assigned but unused variable" warnings
Yusuke Endoh
2024-04-04
Prevent "ambiguous first argument" warnings
Yusuke Endoh
2024-04-04
NODE_LIT is not used anymore
yui-knk
2024-04-04
Update default gems list at ab65148c7866faf7783eea58ddacc4 [ci skip]
git
2024-04-04
[flori/json] Bump up 2.7.2
Hiroshi SHIBATA
2024-04-04
[flori/json] Warn to install ostruct if json couldn't load it
Hiroshi SHIBATA
2024-04-04
[flori/json] Autoload GenericObject to avoid require ostruct warning in Ruby 3.4
tompng
2024-04-04
[rubygems/rubygems] Allow to use String keys some of configuration
Hiroshi SHIBATA
2024-04-04
[rubygems/rubygems] Re-order configuraiton keys
Hiroshi SHIBATA
2024-04-04
Extend timeout of TestRequire#test_require_with_public_method_missing
Yusuke Endoh
2024-04-04
Move shareable_constant_value logic from parse.y to compile.c
yui-knk
2024-04-03
[PRISM] Enhance syntax error message extraction in test_literal_suffix btest
Kevin Newton
2024-04-03
[PRISM] Mark constant path owning expressions as not popped
Kevin Newton
2024-04-03
[ruby/prism] Allow retry in rescue modifier
Kevin Newton
2024-04-03
[PRISM] Enable passing tests for invalid block exits
Kevin Newton
2024-04-03
[PRISM] Fix up syntax error message parsing in btests
Kevin Newton
2024-04-03
[ruby/prism] No invalid block exits in eval
Kevin Newton
2024-04-03
[ruby/prism] Fix up pm_node_list_grow
Kevin Newton
2024-04-03
[ruby/prism] Allow yields in default values in method definitions
Kevin Newton
2024-04-03
[ruby/prism] Further delineate block types
Kevin Newton
2024-04-03
[ruby/prism] Delineate rescue/else/ensure for more accurate exits
Kevin Newton
2024-04-03
[ruby/prism] Pass block exits up the tree
Kevin Newton
2024-04-03
[ruby/prism] Introduce PM_NODE_LIST_FOREACH to make it easier to iterate over...
Kevin Newton
2024-04-03
[ruby/prism] Allow block exits in defined? and fix modifier while/until
Kevin Newton
2024-04-03
[ruby/prism] Allow block exits from while/until/for
Kevin Newton
2024-04-03
[ruby/prism] Check for syntax errors using RubyVM
Kevin Newton
2024-04-03
[ruby/prism] Fix up errors test
Kevin Newton
2024-04-03
[ruby/prism] Fix up location tests
Kevin Newton
2024-04-03
[ruby/prism] Update fixtures to be all valid Ruby
Kevin Newton
2024-04-03
[ruby/prism] Correct errors for invalid retry
Kevin Newton
2024-04-03
[ruby/prism] Log errors for invalid jumps
Kevin Newton
2024-04-03
[ruby/prism] Update unparser tests
Kevin Newton
2024-04-03
[ruby/prism] Update seattlerb/ruby_parser tests
Kevin Newton
2024-04-03
[ruby/prism] Update whitequark/parser tests
Kevin Newton
2024-04-03
[ruby/prism] Use tilde for extended error lines
Kevin Newton
2024-04-03
[ruby/prism] Match circular parameter error message
Kevin Newton
2024-04-03
YJIT: update code optimization tips in yjit.md (#10445)
Maxime Chevalier-Boisvert
2024-04-03
YJIT: Let sp_opnd take the number of slots (#10442)
Takashi Kokubun
2024-04-03
Do not rely on ripper for magic comment test
Kevin Newton
[next]