summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-04Remove unused function from `struct rb_parser_config_struct`yui-knk
2024-04-04Update `ARGF.write` interfaceNobuyoshi Nakada
2024-04-04Refine test_argf.rbNobuyoshi Nakada
2024-04-04Separate SCRIPT_LINES__ from ast.cHASUMI Hitoshi
2024-04-04[DOC] AppVeyor is already retiredHiroshi SHIBATA
2024-04-04[ruby/reline] Handle INT signal correctly, remove handle_clearedtomoya ishida
2024-04-04[ruby/reline] Fix audoindent including "\v", escape "\v" fortomoya ishida
2024-04-04Prevent a warningYusuke Endoh
2024-04-04Fix return-type warning in compile.cHASUMI Hitoshi
2024-04-04Prevent a warning: literal string will be frozen in the futureYusuke Endoh
2024-04-04Prevent "method redefined" warningsYusuke Endoh
2024-04-04Prevent "assigned but unused variable" warningsYusuke Endoh
2024-04-04Prevent "ambiguous first argument" warningsYusuke Endoh
2024-04-04NODE_LIT is not used anymoreyui-knk
2024-04-04Update default gems list at ab65148c7866faf7783eea58ddacc4 [ci skip]git
2024-04-04[flori/json] Bump up 2.7.2Hiroshi SHIBATA
2024-04-04[flori/json] Warn to install ostruct if json couldn't load itHiroshi SHIBATA
2024-04-04[flori/json] Autoload GenericObject to avoid require ostruct warning in Ruby 3.4tompng
2024-04-04[rubygems/rubygems] Allow to use String keys some of configurationHiroshi SHIBATA
2024-04-04[rubygems/rubygems] Re-order configuraiton keysHiroshi SHIBATA
2024-04-04Extend timeout of TestRequire#test_require_with_public_method_missingYusuke Endoh
2024-04-04Move shareable_constant_value logic from parse.y to compile.cyui-knk
2024-04-03[PRISM] Enhance syntax error message extraction in test_literal_suffix btestKevin Newton
2024-04-03[PRISM] Mark constant path owning expressions as not poppedKevin Newton
2024-04-03[ruby/prism] Allow retry in rescue modifierKevin Newton
2024-04-03[PRISM] Enable passing tests for invalid block exitsKevin Newton
2024-04-03[PRISM] Fix up syntax error message parsing in btestsKevin Newton
2024-04-03[ruby/prism] No invalid block exits in evalKevin Newton
2024-04-03[ruby/prism] Fix up pm_node_list_growKevin Newton
2024-04-03[ruby/prism] Allow yields in default values in method definitionsKevin Newton
2024-04-03[ruby/prism] Further delineate block typesKevin Newton
2024-04-03[ruby/prism] Delineate rescue/else/ensure for more accurate exitsKevin Newton
2024-04-03[ruby/prism] Pass block exits up the treeKevin 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/untilKevin Newton
2024-04-03[ruby/prism] Allow block exits from while/until/forKevin Newton
2024-04-03[ruby/prism] Check for syntax errors using RubyVMKevin Newton
2024-04-03[ruby/prism] Fix up errors testKevin Newton
2024-04-03[ruby/prism] Fix up location testsKevin Newton
2024-04-03[ruby/prism] Update fixtures to be all valid RubyKevin Newton
2024-04-03[ruby/prism] Correct errors for invalid retryKevin Newton
2024-04-03[ruby/prism] Log errors for invalid jumpsKevin Newton
2024-04-03[ruby/prism] Update unparser testsKevin Newton
2024-04-03[ruby/prism] Update seattlerb/ruby_parser testsKevin Newton
2024-04-03[ruby/prism] Update whitequark/parser testsKevin Newton
2024-04-03[ruby/prism] Use tilde for extended error linesKevin Newton
2024-04-03[ruby/prism] Match circular parameter error messageKevin Newton
2024-04-03YJIT: update code optimization tips in yjit.md (#10445)Maxime Chevalier-Boisvert
2024-04-03YJIT: Let sp_opnd take the number of slots (#10442)Takashi Kokubun
2024-04-03Do not rely on ripper for magic comment testKevin Newton