summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
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
2025-08-18ZJIT: Codegen for NewHash (#14059)Donghee Na
2025-08-15Fix tests using assert_raise_with_message on US-ASCII systemsPeter Zhu
2025-08-15Skip an unstable Ractor test for windows (#14247)Takashi Kokubun
2025-08-15ZJIT: Implement getspecial (#13642)Eileen
2025-08-15Skip an unstable test for macOS (#14245)Takashi Kokubun
2025-08-15Increase timeout for a flaky testTakashi Kokubun
2025-08-15Don't change Encoding.default_internal in assert_raise_with_messagePeter Zhu
2025-08-14Increase timeout for a flaky test (#14233)Takashi Kokubun
2025-08-14Skip an unstable Ractor test for macOS (#14231)Takashi Kokubun
2025-08-14Increase timeout for a flaky test (#14228)Takashi Kokubun
2025-08-14ZJIT: Look for RUBY_ZJIT_ENABLE in combo build with YJITAlan Wu
2025-08-14Skip an unstable test for s390x and windowsTakashi Kokubun
2025-08-14Increase timeout for failing testsTakashi Kokubun
2025-08-14Extract `ruby_api_version_name`Nobuyoshi Nakada
2025-08-13ZJIT: Implement `StringIntern` codegen (#14207)Stan Lo
2025-08-13ZJIT: Fix `ObjToString` rewrite (#14196)Stan Lo
2025-08-13imemo_fields: store owner object in RBasic.klassJean Boussier
2025-08-13Add link to Ruby options doc in help textPeter Zhu
2025-08-12ZJIT: Prepare non-leaf calls for SetGlobal (#14197)Stan Lo
2025-08-12Allow encodings to be autoloaded through transcoding functionsLuke Gruber
2025-08-12set.c: Store `set_table->bins` at the end of `set_table->entries`Jean Boussier
2025-08-11ZJIT: Implement `concatstrings` insn (#14154)Stan Lo
2025-08-11ZJIT: Add RubyVM::ZJIT.enabled? (#14159)Takashi Kokubun
2025-08-11Fix return value of setting in GC.configPeter Zhu
2025-08-11Add NODE IN locationsS-H-GAMELINKS
2025-08-11Update test_string.rbErim Icel
2025-08-11Optimize `str_casecmp` length check using pointer endErim Icel
2025-08-08Fix id2ref table build when GC in progressJohn Hawthorn
2025-08-08Fix lock ordering issue for rb_ractor_sched_wait() and rb_ractor_sched_wakeup()Luke Gruber
2025-08-08ZJIT: Avoid compiling and direct sends to forwardable ISEQsAlan Wu
2025-08-08ZJIT: Fix "memory operand with non-register base" (#14153)Takashi Kokubun
2025-08-07ZJIT: Implement `defined?` codegen for non-yield calls (#14101)Stan Lo