summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2025-08-30Initialize class dup/clone before calling initialize_dup/initialize_cloneJeremy Evans
2025-08-30Add NODE SCLASS locationsS-H-GAMELINKS
2025-08-29ZJIT: Specialize monomorphic GetIvar (#14388)Max Bernstein
2025-08-29ZJIT: Remove special case for defined?(method call) (#14401)Max Bernstein
2025-08-29`Module#attr` family accepts strings as well as symbolsNobuyoshi Nakada
2025-08-29Relax thresholds for array, object, and string compaction verificationHiroshi SHIBATA
2025-08-28ZJIT: Add missing rb_zjit_cme_invalidateTakashi Kokubun
2025-08-28ZJIT: Compile Insn::SendTakashi Kokubun
2025-08-28ZJIT: Prepare getglobal for non-leaf call (#14387)Stan Lo
2025-08-28ZJIT: Generate code for ArrayExtendMax Bernstein
2025-08-28ZJIT: Generate code for DefinedIvarMax Bernstein
2025-08-28ZJIT: Generate code for ToArray, ToNewArrayMax Bernstein
2025-08-28ZJIT: Generate code for ArrayPushMax Bernstein
2025-08-28ZJIT: Generate code for HashDupMax Bernstein
2025-08-28ZJIT: Add Ractor mode PatchPoint for ivar get/set (#14375)Stan Lo
2025-08-28ZJIT: Refactor stats implementations (#14378)Takashi Kokubun
2025-08-28rb_ivar_delete: allow complex transitionJean Boussier
2025-08-28Populate ivar caches for types other than T_OBJECTJean Boussier
2025-08-28Allow to get a NODE_SCOPE node of dummy stack frame of ArgumentErrorYusuke Endoh
2025-08-28Make `RubyVM::AST.of` return a parent node of NODE_SCOPEYusuke Endoh
2025-08-27Fix bad NameError raised using sendforward instruction through vcallLuke Gruber
2025-08-27ZJIT: Implement side exit stats (#14357)Takashi Kokubun
2025-08-27Add more `File.path` testsNobuyoshi Nakada
2025-08-26Skip a Ractor test unstable on Windows for MinGWTakashi Kokubun
2025-08-26Follow up cleanup for `opt_(aref|aset)_with` removalStan Lo
2025-08-26Remove `opt_aref_with` and `opt_aset_with`Aaron Patterson
2025-08-26Simplified assertionHiroshi SHIBATA
2025-08-26Revert "Omit extra allocation of Array object in Windows platform temporary"Benoit Daloze
2025-08-25Omit extra allocation of Array object in Windows platform temporaryHiroshi SHIBATA
2025-08-22ZJIT: Spill whole FrameState in `Insn::SendWithoutBlock`Alan Wu
2025-08-22ZJIT: Allow querying a single ZJIT stat (#14309)Takashi Kokubun
2025-08-22Fixes to encoding/transcoding for ractors.Luke Gruber
2025-08-22ZJIT: Temporarily downgrade assert_compiles to assert_runsMax Bernstein
2025-08-21ZJIT: Fill nils before function_stub_hit exit (#14294)Takashi Kokubun
2025-08-21Adjust snt < max_cpu calculationJohn Hawthorn
2025-08-22Do not respect ruby2_keywords on method/proc with post argumentsJeremy Evans
2025-08-21Remove unused SPECIAL_CONST_SHAPE_IDÉtienne Barrié
2025-08-21variable.c: handle cleared fields_obj in genfields cacheJean Boussier
2025-08-21Add `Math.log1p` and `Math.expm1`Yusuke Endoh
2025-08-19ZJIT: Prepare for rb_range_new() calling <=>Alan Wu
2025-08-19Fix special consts unit tests for i686 (#14271)Max Bernstein
2025-08-19ZJIT: Compile toregexp (#14200)Daniel Colson
2025-08-19Change TestString#test_ascii_incomat_inspect to use EnvUtil.with_default_exte...Peter Zhu
2025-08-19Change TestM17N#test_object_inspect_external to use EnvUtil.with_default_exte...Peter Zhu
2025-08-19Change TestM17N#test_object_utf16_32_inspect to use EnvUtil.with_default_exte...Peter Zhu
2025-08-19Change TestM17N#test_string_inspect_encoding to use EnvUtil.with_default_exte...Peter Zhu
2025-08-19Change TestHash#test_inspect to use EnvUtil.with_default_externalPeter Zhu
2025-08-18Don't allow looking at the shape ID of immediates (#14266)Max Bernstein
2025-08-18Increase timeout on slow tests (#14264)Max Bernstein
2025-08-18ZJIT: Temporarily disable buggy defined? codegenMax Bernstein