summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
90 min.ZJIT: Disable ZJIT instructions when USE_ZJIT is 0 (#13199)Takashi Kokubun
3 hoursAdd testsMax Bernstein
28 hoursSupport Marshal.{dump,load} for core SetJeremy Evans
37 hoursFix nondeterministic failure in test_latest_gc_info_weak_references_countJeremy Evans
4 daysImplement Set as a core classJeremy Evans
4 daysDeopt if iseq trace events are enabledAaron Patterson
4 daysInline Class#new.Aaron Patterson
5 daysFix a flaky test by making sure that a test thread stopsYusuke Endoh
11 daysAdd codegen for NewArray instruction (https://github.com/Shopify/zjit/pull/110)Aiden Fox Ivey
11 daysImplement JIT-to-JIT calls (https://github.com/Shopify/zjit/pull/109)Takashi Kokubun
11 daysAdd codegen support for ArrayDupAiden Fox Ivey
11 daysStrength reduce to `CCall` for sends landing in simple C methodsAlan Wu
11 daysSplit LHS of CMP if it's an immediate (https://github.com/Shopify/zjit/pull/94)Takashi Kokubun
11 daysFix opt_neq HIR codegenMax Bernstein
11 daysCompile Param into VReg and ParallelMov (https://github.com/Shopify/zjit/pull...Takashi Kokubun
11 daysAdd recursive factorial and fibonacci functions to test_zjit.rbMaxime Chevalier-Boisvert
11 daysCompile IfFalse, IfTrue, and Jump instructions (https://github.com/Shopify/zj...Takashi Kokubun
11 daysImplement dynamic dispatch for opt_send_without_block (https://github.com/Sho...Takashi Kokubun
11 daysImplement codegen for Test insn (https://github.com/Shopify/zjit/pull/57)Maxime Chevalier-Boisvert
11 daysReorder two tests, update commentMaxime Chevalier-Boisvert
11 daysAdd a skipped test case for opt_mult overflowTakashi Kokubun
11 daysImplement all basic Fixnum instructions (https://github.com/Shopify/zjit/pull...Takashi Kokubun
11 daysCompile FixnumLt (https://github.com/Shopify/zjit/pull/48)Max Bernstein
11 daysAdd comments to testsMaxime Chevalier-Boisvert
11 daysAdd commented out if-else test to test_zjit.rbMaxime Chevalier-Boisvert
11 daysAdd while loop test to test_zjit.rbMaxime Chevalier-Boisvert
11 daysAdd small test for setlocalMaxime Chevalier-Boisvert
11 daysSet a return value before popping registers (https://github.com/Shopify/zjit/...Takashi Kokubun
11 daysImplement Insn::FixnumSub (https://github.com/Shopify/zjit/pull/42)Takashi Kokubun
11 daysPass test results using #inspectTakashi Kokubun
11 daysAssert everything is compiled in test_zjit (https://github.com/Shopify/zjit/p...Takashi Kokubun
11 days[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