summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2025-04-26Implement Set as a core classJeremy Evans
2025-04-25Deopt if iseq trace events are enabledAaron Patterson
2025-04-25Inline Class#new.Aaron Patterson
2025-04-24Fix a flaky test by making sure that a test thread stopsYusuke Endoh
2025-04-18Add codegen for NewArray instruction (https://github.com/Shopify/zjit/pull/110)Aiden Fox Ivey
2025-04-18Implement JIT-to-JIT calls (https://github.com/Shopify/zjit/pull/109)Takashi Kokubun
2025-04-18Add codegen support for ArrayDupAiden Fox Ivey
2025-04-18Strength reduce to `CCall` for sends landing in simple C methodsAlan Wu
2025-04-18Split LHS of CMP if it's an immediate (https://github.com/Shopify/zjit/pull/94)Takashi Kokubun
2025-04-18Fix opt_neq HIR codegenMax Bernstein
2025-04-18Compile Param into VReg and ParallelMov (https://github.com/Shopify/zjit/pull...Takashi Kokubun
2025-04-18Add recursive factorial and fibonacci functions to test_zjit.rbMaxime Chevalier-Boisvert
2025-04-18Compile IfFalse, IfTrue, and Jump instructions (https://github.com/Shopify/zj...Takashi Kokubun
2025-04-18Implement dynamic dispatch for opt_send_without_block (https://github.com/Sho...Takashi Kokubun
2025-04-18Implement codegen for Test insn (https://github.com/Shopify/zjit/pull/57)Maxime Chevalier-Boisvert
2025-04-18Reorder two tests, update commentMaxime Chevalier-Boisvert
2025-04-18Add a skipped test case for opt_mult overflowTakashi Kokubun
2025-04-18Implement all basic Fixnum instructions (https://github.com/Shopify/zjit/pull...Takashi Kokubun
2025-04-18Compile FixnumLt (https://github.com/Shopify/zjit/pull/48)Max Bernstein
2025-04-18Add comments to testsMaxime Chevalier-Boisvert
2025-04-18Add commented out if-else test to test_zjit.rbMaxime Chevalier-Boisvert
2025-04-18Add while loop test to test_zjit.rbMaxime Chevalier-Boisvert
2025-04-18Add small test for setlocalMaxime Chevalier-Boisvert
2025-04-18Set a return value before popping registers (https://github.com/Shopify/zjit/...Takashi Kokubun
2025-04-18Implement Insn::FixnumSub (https://github.com/Shopify/zjit/pull/42)Takashi Kokubun
2025-04-18Pass test results using #inspectTakashi Kokubun
2025-04-18Assert everything is compiled in test_zjit (https://github.com/Shopify/zjit/p...Takashi Kokubun
2025-04-18[Feature #20724] Bump Unicode version to 16.0.0Mari Imaizumi
2025-04-15`IO.select` accepts +Float::INFINITY+ as a timeout argument.Tanaka Akira
2025-04-15Lazily create `objspace->id_to_obj_tbl`Jean Boussier
2025-04-10Restore the original order of const_added and inherited callbacksXavier Noria
2025-04-09Refine dirname test on WindowsNobuyoshi Nakada
2025-04-09Restore assertion that is not related mswin platformHiroshi SHIBATA
2025-04-08Windows 11 24H2 with VS 2019 16.11.45 couldn't handle long name testHiroshi SHIBATA
2025-04-08Skip some assertions of TestFileExhaustive#test_dirname with Windows platform.Hiroshi SHIBATA
2025-04-07Grow GC heaps independentlyPeter Zhu
2025-04-07Fix `Integer.sqrt` to never exceed actual valueYusuke Endoh
2025-04-04Fixed mismatched indentationHiroshi SHIBATA
2025-04-04Removed unused variableHiroshi SHIBATA
2025-04-02Fix assertion failure with anonymous splatsJeremy Evans
2025-04-02Fixup comment for Windows platform, not SolarisHiroshi SHIBATA
2025-04-02Removed Solaris conditions from test filesHiroshi SHIBATA
2025-04-01[Bug #21203] Skip TestGc#test_gc_parameter_init_slots since it is flaky (#13025)Naoto Ono
2025-03-31ractor: don't inherit the default thread groupJean Boussier
2025-03-28TestRegexp#test_match_cache_positive_look_ahead_complex: Extend the timeout l...Yusuke Endoh
2025-03-27Avoid allocation for anonymous positional splat with no argumentsJeremy Evans
2025-03-27Avoid array allocation for *nil, by not calling nil.to_aJeremy Evans
2025-03-26Add additional Ractor.make_shareable testsJohn Hawthorn
2025-03-23Fix handling of `error`/`errno` in `io_internal_wait`. (#12961)Samuel Williams
2025-03-21Fix regexp when non-ruby thread received the signalNobuyoshi Nakada