summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2024-01-29[PRISM] Support UTF-8 symbolsPeter Zhu
2024-01-29YJIT: Fix tailcall and JIT entry eating up FINISH frames (#9729)Alan Wu
2024-01-29[PRISM] Use the splatkw instructionPeter Zhu
2024-01-29Correctly handle consecutive lookarounds (#9738)Hiroya Fujinami
2024-01-28[Bug #20219] `gettable` returns NULL on errorNobuyoshi Nakada
2024-01-28[Bug #20217] `rescue` block is void only if all children are voidNobuyoshi Nakada
2024-01-28[Bug #20217] `return` with `ensure` is a void value expressionNobuyoshi Nakada
2024-01-26[PRISM] Fix loop in rescue blocksPeter Zhu
2024-01-26[PRISM] Keyword arguments incorrectly passed as mutablePeter Zhu
2024-01-25Fix incorrect use of VM_CALL_KW_SPLAT_MUT in zsuper with keyword splatJeremy Evans
2024-01-25[PRISM] Add raw option to assert_prism_evalPeter Zhu
2024-01-25[PRISM] Fix next inside rescueMatt Valentine-House
2024-01-25[PRISM] Fix indentation of test_ScopeNodePeter Zhu
2024-01-25Simplified test case for encoding optionHiroshi SHIBATA
2024-01-25Use Encoding.local_charmap instead of localeHiroshi SHIBATA
2024-01-24Do not use ruby2_keywords for ... argument forwardingJeremy Evans
2024-01-25Use echo with all platformsHiroshi SHIBATA
2024-01-25Use echo command in mswin platformHiroshi SHIBATA
2024-01-24[PRISM] Fix method calls in keyword argumentsPeter Zhu
2024-01-24Fix repeated block paramAaron Patterson
2024-01-24Fix local table size / index for repeated kwrestAaron Patterson
2024-01-24Fix local table size and variable offset for repeated keywordsAaron Patterson
2024-01-24Fix local table size and index for required post underscoreAaron Patterson
2024-01-24Fix local table space for `*_`Aaron Patterson
2024-01-24Fix repeated optional _ parametersAaron Patterson
2024-01-24Fix required positional repeated _ parametersAaron Patterson
2024-01-24[PRISM] Fix forwarding from within blockPeter Zhu
2024-01-24[PRISM] Fix crash in anonymous block with forwarding argumentsPeter Zhu
2024-01-24[PRISM] Don't skip test_ForwardingArgumentsNodePeter Zhu
2024-01-24Insert all locals in the locals index tableAaron Patterson
2024-01-24[PRISM] Fix anonymous keyword argumentsPeter Zhu
2024-01-24[PRISM] Nested MultiWriteNode with method callsPeter Zhu
2024-01-23[PRISM] Fix anonymous splat nodesPeter Zhu
2024-01-23[PRISM] Fix block fowardingPeter Zhu
2024-01-23[PRISM] Support block parameters with no namePeter Zhu
2024-01-23Rewrite Array#each in Ruby using Primitive (#9533)Takashi Kokubun
2024-01-23Memory leak with TracePoint on bmethodPeter Zhu
2024-01-22Handle trailing commas on blocksAaron Patterson
2024-01-22Check keyword parameters correctlyAaron Patterson
2024-01-22[PRISM] Fix keyword arguments in IndexOrWriteNodePeter Zhu
2024-01-22[PRISM] Fix splat and block in asetPeter Zhu
2024-01-22[PRISM] Fix block in asetPeter Zhu
2024-01-22Fix compiling rescue + ensureAaron Patterson
2024-01-22[PRISM] Fix keyword splat in IndexAndWriteNode and IndexOrWriteNodePeter Zhu
2024-01-22[PRISM] Fix keywords arguments in IndexAndWriteNodePeter Zhu
2024-01-22[PRISM] Fix incorrect ordering of MultiTargetNodePeter Zhu
2024-01-20More testsBurdetteLamar
2024-01-19[PRISM] Fix ensure code running twiceeileencodes
2024-01-19Fix kwarg orderingAaron Patterson
2024-01-19Fix ensure code when running break in a while loopAaron Patterson