summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-05-28[PRISM] Enable TestAssignmentGen#test_assignmentKevin Newton
2024-05-28[PRISM] Enable TestISeq#test_trace_pointsKevin Newton
2024-05-28[PRISM] Enable TestISeq#test_each_childKevin Newton
2024-05-28Make ensure first lineno the first line of the ensureKevin Newton
2024-05-28[PRISM] Enable TestSyntax#test_dedented_heredoc_continued_lineKevin Newton
2024-05-29[Bug #20438] Disallow "%\n" and "%\0"Nobuyoshi Nakada
2024-05-28Stop marking chilled strings as frozenÉtienne Barrié
2024-05-28Make test_nested_timeouts less flakyYusuke Endoh
2024-05-27[ruby/reline] Implement the redo commandverdy89
2024-05-27Add a debug print for a random failureYusuke Endoh
2024-05-26Debug unexpectedly changed pathNobuyoshi Nakada
2024-05-26[ruby/reline] allow space in config valueGo
2024-05-25[Bug #20510] Do not count optional hash argument for `IO.new`Nobuyoshi Nakada
2024-05-24[ruby/prism] Fix up ruby_parser string concatKevin Newton
2024-05-24[ruby/prism] Remove Debug moduleKevin Newton
2024-05-24[ruby/prism] Remove error formatting, put directly in CRubyKevin Newton
2024-05-24[ruby/prism] Remove Debug#named_capturesKevin Newton
2024-05-24[ruby/prism] Remove various unused memsize infraKevin Newton
2024-05-24[ruby/prism] Remove Debug::integer_parseKevin Newton
2024-05-24[ruby/prism] Remove Debug::static_inspectKevin Newton
2024-05-24Update duplicated when clause warning messageKevin Newton
2024-05-24[ruby/prism] Update duplicated when error messageKevin Newton
2024-05-23[PRISM] Update remaining test excludesKevin Newton
2024-05-23[ruby/prism] Raise `void value expression` in begin clauseseileencodes
2024-05-23Introduce a specialize instruction for Array#packNobuyoshi Nakada
2024-05-23[PRISM] Fix up some masgn topn calculationsKevin Newton
2024-05-23[PRISM] Enable TestSyntax#test_unterminated_heredoc_crKevin Newton
2024-05-22[PRISM] Properly support 'it'Kevin Newton
2024-05-22[ruby/prism] Fix support for 'it' implicit local variableKevin Newton
2024-05-21[ruby/prism] Fix up ruby_parser interpolation concatenationKevin Newton
2024-05-21[ruby/prism] Reconfigure rationalsKevin Newton
2024-05-21[PRISM] Enable TestSyntax#test_warn_balancedKevin Newton
2024-05-21[PRISM] Enable TestSyntax#test_numbered_parameterKevin Newton
2024-05-21[ruby/prism] Add error for numbered parameter used in inner blockKevin Newton
2024-05-20[PRISM] Enable TestRegexp#test_unescapeKevin Newton
2024-05-20[PRISM] Enable TestRegexp#test_match_control_meta_escapeKevin Newton
2024-05-21Avoid array allocation for empty ruby2_keywords flagged keyword hashJeremy Evans
2024-05-21Avoid hash allocation for empty ruby2_keywords flagged keyword hashJeremy Evans
2024-05-21Add allocation tests for ruby2_keywordsJeremy Evans
2024-05-20[PRISM] Enable TestPrism#test_truncated_source_lineKevin Newton
2024-05-20[PRISM] Match CRuby line semantics for evstrKevin Newton
2024-05-20[PRISM] Enable TestSyntax#test_warn_balancedKevin Newton
2024-05-20[ruby/prism] Implement ambiguous binary operator warningKevin Newton
2024-05-20Fix incorrect assertion in TestThreadInstrumentationJean Boussier
2024-05-20[ruby/error_highlight] Load "did_you_mean" explicitly in testYusuke Endoh
2024-05-20[rubygems/rubygems] Should rescue vendored net-http exceptionNobuyoshi Nakada
2024-05-17[PRISM] Enable TestRequireKevin Newton
2024-05-17[PRISM] Enable passing IRB testKevin Newton
2024-05-17[PRISM] Enable TestSyntax#test_error_message_encodingKevin Newton
2024-05-16[PRISM] Enable TestParse#test_truncated_source_lineKevin Newton