summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2024-03-01Correctly set anon_kwrest flag for def f(b: 1, **)Jeremy Evans
2024-03-01YJIT: Support opt_invokebuiltin_delegate for leaf builtin (#10152)Takashi Kokubun
2024-03-01Make Struct memory leak test fasterJean Boussier
2024-03-01Don't pin named structs defined in RubyJean Boussier
2024-03-01Use `File.open` and `File.write` instead of `Kernel#open`Nobuyoshi Nakada
2024-02-28Fix crash report path test on WindowsNobuyoshi Nakada
2024-02-28Fix to use `assert_crash_report` resultsNobuyoshi Nakada
2024-02-28Update regex patterns with rbinstall.rbHiroshi SHIBATA
2024-02-28Use dummy command for IO.popenHiroshi SHIBATA
2024-02-28Also ignore git ls-files command with IO.popen style for tmpdir.gemspec and t...Hiroshi SHIBATA
2024-02-27[Bug #20302] Multiple refinements cannot be applied to the same moduleShugo Maeda
2024-02-27Add a failing test for https://bugs.ruby-lang.org/issues/20305.Fable Phippen
2024-02-27Handle zero-like imaginary part as zero in to_r (#9581)Kenta Murata
2024-02-26[Bug #20296] Fix the default assertion messageNobuyoshi Nakada
2024-02-26[Bug #20296] Refine the testNobuyoshi Nakada
2024-02-26[Bug #20296] Clear errinfo when `exception: false`Nobuyoshi Nakada
2024-02-23[Bug #20234] Fix segv when parsing begin statement in method definitioneileencodes
2024-02-23[Bug #20295] Fix SEGV when parsing invalid regexpyui-knk
2024-02-22Skip under_gc_compact_stress on s390x (#10073)Takashi Kokubun
2024-02-22[Bug #20292] Truncate embedded string to new capacityNobuyoshi Nakada
2024-02-22Cover all warning category optionsNobuyoshi Nakada
2024-02-21YJIT: Grab stack operands after SP change in String#byteslice (#10060)Alan Wu
2024-02-21Re-enable test now that dump is all ASCIIKevin Newton
2024-02-22Ensure that exiting thread invokes end-of-life behaviour. (#10039)Samuel Williams
2024-02-20Add memory leak test for eval kwargsJohn Hawthorn
2024-02-20Fix string value in hash literal being forced frozenAlan Wu
2024-02-21skip a test on non-UTF-8 localeKoichi Sasada
2024-02-20Add pushtoarraykwsplat instruction to avoid unnecessary array allocationJeremy Evans
2024-02-20YJIT: Support `**nil` for cfuncsAlan Wu
2024-02-20Update warning flags before dumpNobuyoshi Nakada
2024-02-20Remove never used methodNobuyoshi Nakada
2024-02-20Remove no longer used methodsNobuyoshi Nakada
2024-02-19[Bug #20280] Raise SyntaxError on invalid encoding symbolNobuyoshi Nakada
2024-02-16YJIT: Support empty splatAlan Wu
2024-02-16YJIT: Support `**nil`Alan Wu
2024-02-16[PRISM] Make prism compiler warning experimentalKevin Newton
2024-02-15Do not show an anonymous class as a receiverYusuke Endoh
2024-02-15Show the method owner in backtracesYusuke Endoh
2024-02-15Do not include a backtick in error messages and backtracesYusuke Endoh
2024-02-15Show the invalid source encoding in messagesNobuyoshi Nakada
2024-02-14YJIT: Simplify Kernel#send guards and admit more cases (#9956)Alan Wu
2024-02-13[PRISM] Add eval testsMatt Valentine-House
2024-02-13Fix memory leak when parsing invalid hash symbolPeter Zhu
2024-02-13[PRISM] Fix lambda start column numberNikita Vasilevsky
2024-02-13Fix [Bug #20246]: Don't set next_head_exact if a capture is called (#9897)Hiroya Fujinami
2024-02-13Warn duplication of `__ENCODING__` on the hashyui-knk
2024-02-12YJIT: Add support for `**kwrest` parametersAlan Wu
2024-02-12Allow `foo(**nil, &block_arg)`Alan Wu
2024-02-11Fix crash when passing large keyword splat to method accepting keywords and k...Jeremy Evans
2024-02-11[PRISM] Fix error handling in `pm_parse_prism`eileencodes