summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2025-04-30[ruby/psych] Handle Ruby 3.5 new Set classJean Boussier
2025-04-30[ruby/mmtk] Exclude the test_ractor_parallel test with MMTkMatt Valentine-House
2025-04-30[ruby/mmtk] test_finalize is in TestObjectSpace not TestObjSpaceMatt Valentine-House
2025-04-30Use EnvUtil.apply_timeout_scale for test_io_wait.rbHiroshi SHIBATA
2025-04-30[ruby/json] Introduce ARM Neon and SSE2 SIMD.Scott Myron
2025-04-30[ruby/json] Handle non-string keys returning immediate values via `to_s`Jean Boussier
2025-04-30[ruby/json] Stop caching the generator state pointerJean Boussier
2025-04-29test/ruby/test_set.rb: mmtk doesn't have GC.compactJean Boussier
2025-04-29opt_new needs to happen after safe navigationAaron Patterson
2025-04-29Don't call hash tombstone compaction from GC compactionAaron Patterson
2025-04-29ZJIT: Disable ZJIT instructions when USE_ZJIT is 0 (#13199)Takashi Kokubun
2025-04-29Add testsMax Bernstein
2025-04-28Support Marshal.{dump,load} for core SetJeremy Evans
2025-04-28Fix nondeterministic failure in test_latest_gc_info_weak_references_countJeremy Evans
2025-04-26[ruby/ipaddr] Added IPAddr#+/-Taketo Takashima
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-24objspace_dump: Include `shareable` flagJean Boussier
2025-04-23Increase fiber sleep test tolerance. (#13152)Samuel Williams
2025-04-20[ruby/openssl] asn1: check for missing EOC in indefinite length encodingKazuki Yamaguchi
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-17Only test on known good platforms. (#13123)Samuel Williams
2025-04-17Prefer `th->ec` for stack base/size. (#13101)Samuel Williams
2025-04-16[ruby/openssl] ssl: fix SSLSocket#syswrite with String-convertible objectsKazuki Yamaguchi
2025-04-16[rubygems/rubygems] Fixed rubocop issue: Layout/SpaceInsideBlockBracesHiroshi SHIBATA