summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2023-11-28Further fix the GVL instrumentation APIJean Boussier
2023-11-28[PRISM] Implement more compilation of SplatNodesJemma Issroff
2023-11-28[PRISM] Compile YieldNode with different argumentsJemma Issroff
2023-11-28Fix cache incoherency for ME resolved through VM_METHOD_TYPE_REFINEDAlan Wu
2023-11-28[PRISM] Run test setting global constant separatelyAlan Wu
2023-11-28[ruby/prism] Fix testsTSUYUSATO Kitsune
2023-11-28[ruby/prism] Reset `current_param_name` around closed scopesTSUYUSATO Kitsune
2023-11-28[ruby/prism] Use `0` for the default valie of `current_param_name`TSUYUSATO Kitsune
2023-11-28[ruby/prism] Check circular references in default values of paramsTSUYUSATO Kitsune
2023-11-28[ruby/irb] Change show_source tests into integration testsPeter Zhu
2023-11-28[ruby/irb] This enhancement allows a user to add the -s flag if theypaulreece
2023-11-28[ruby/irb] Rescue errors from main.to_s/inspect when formattingKasumi Hanazuki
2023-11-28[ruby/prism] Fix to parse `*` as forwarding in `foo[*]` caseTSUYUSATO Kitsune
2023-11-28[ruby/prism] Move DATA parsing into its own parse result fieldKevin Newton
2023-11-28Make Range#reverse_each raise TypeError if endlessKouhei Yanagita
2023-11-28[ruby/prism] Use un-capitalized error messagesKevin Newton
2023-11-27Guard match from GC when scanning stringPeter Zhu
2023-11-27[PRISM] Small fixes to parameters ordering and methodsJemma Issroff
2023-11-27[PRISM] Compile IndexOperatorWriteNodeJemma Issroff
2023-11-27[PRISM] Compile IndexAndWriteNodeJemma Issroff
2023-11-27[PRISM] Compile IndexOrWriteNodeJemma Issroff
2023-11-27[PRISM] Fix compilation for SplatNodes within ArrayNodesJemma Issroff
2023-11-27[PRISM] Don't pop several args related nodesJemma Issroff
2023-11-27Fix compaction during ary_make_partialPeter Zhu
2023-11-27[ruby/prism] Check void expressions for constant pathsTSUYUSATO Kitsune
2023-11-27[ruby/prism] Fix and reuse pm_call_node_index_pTSUYUSATO Kitsune
2023-11-27Refactor and fix the GVL instrumentation APIJean Boussier
2023-11-27Fix flaky "Expected 499 to be >= 500" assertion in test_gc_compact.rbKJ Tsanaktsidis
2023-11-27[ruby/rdoc] Place a space between certain character class letters onlyNobuyoshi Nakada
2023-11-27[ruby/irb] Hide debugger hint after the input is submittedStan Lo
2023-11-26[ruby/irb] Display aliases in help messageStan Lo
2023-11-26[ruby/irb] Support disabling pagerStan Lo
2023-11-26Fix portability of bignum in ISeq Binary FormatNobuyoshi Nakada
2023-11-26[ruby/resolv] Close leaked FDNobuyoshi Nakada
2023-11-26Omit test_session_reuse_but_expire if OpenSSL 3.2.0Nobuyoshi Nakada
2023-11-25[ruby/irb] Fix exception(backtrace=nil) prints nothingtomoya ishida
2023-11-25[ruby/irb] Fix flaky test casehogelog
2023-11-25Fix test_pkey_dh.rb in FIPS.Jun Aruga
2023-11-24Omit a broken https test on MinGWTakashi Kokubun
2023-11-25[ruby/resolv] Support a :raise_timeout_errors option to raise timeouts as Res...Jeremy Evans
2023-11-24Switch shape test to use exhaust_shapesPeter Zhu
2023-11-24[ruby/resolv] Fix the fallback from UDP to TCP due to message truncationJeremy Evans
2023-11-24[DOC] State timezone info in the string wins `in:` keywordNobuyoshi Nakada
2023-11-24[ruby/resolv] Implement dohpath SvcParamKasumi Hanazuki
2023-11-24[ruby/resolv] Implement SVCB and HTTPS RRsKasumi Hanazuki
2023-11-23[ruby/irb] Handle handle_exception's exceptiontomoya ishida
2023-11-23[ruby/prism] Fix LocalVariableTargetNode depth in patternsTSUYUSATO Kitsune
2023-11-23Add tests for compaction during evacuation of ivarsPeter Zhu
2023-11-23[ruby/irb] Hint debugger command in irb:rdbg sessionStan Lo
2023-11-22[ruby/prism] Check void values in singleton class (`class <<`)TSUYUSATO Kitsune