summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-11-27Fix argument handling in `IO::Buffer#each_byte` (#15309)TOMITA Masahiro
2025-11-26Error if deleting a nonexistent obj from genivJohn Hawthorn
2025-11-26Ensure we don't dereference fields_obj as QundefJohn Hawthorn
2025-11-26Clear fields obj when removingJohn Hawthorn
2025-11-26ZJIT: Count fallback reasons for set/get/definedivar (#15324)Max Bernstein
2025-11-27Remove an excess colon [ci skip]Nobuyoshi Nakada
2025-11-26Fix a ractor barrier issue during VM cleanup. (#15091)Luke Gruber
2025-11-26Eliminate redundant work and branching when marking T_OBJECT (#15274)Luke Gruber
2025-11-26YJIT: Abort expandarray optimization if method_missing is definedRandy Stauner
2025-11-26ZJIT: Remove dead unnecessary_transmutes allowStan Lo
2025-11-26Set age bitmap outside of adding to freelistJohn Hawthorn
2025-11-26Avoid extra set of age bit flagsJohn Hawthorn
2025-11-26[Doc] Fix duplicated entry in GC.stat documentationJean Boussier
2025-11-26[ruby/json] Don't copy JSON_Generator_State in generate_newÉtienne Barrié
2025-11-26[ruby/json] Don't write depth to JSON_Generator_State in some casesÉtienne Barrié
2025-11-26[ruby/json] Add depth to struct generate_json_dataÉtienne Barrié
2025-11-26[ruby/json] Test to_json using State#depthÉtienne Barrié
2025-11-26[ruby/json] Test depthÉtienne Barrié
2025-11-26[ruby/json] Test that depth of unfrozen State does not changeÉtienne Barrié
2025-11-26[ruby/optparse] Remove unneeded `public`Sam Westerman
2025-11-26[ruby/optparse] Put `private` before method declarationsSam Westerman
2025-11-26[ruby/timeout] Revert "Suppress warnings in two tests"Nobuyoshi Nakada
2025-11-26Update default gems list at ecdeb90fe94af86c6d84fe343c1f95 [ci skip]git
2025-11-26[ruby/rubygems] Bump up to 4.0.0.beta2Hiroshi SHIBATA
2025-11-26[ruby/cgi] Fix mixed declarations and codeNobuyoshi Nakada
2025-11-26[ruby/cgi] Skip unless `CGI::EscapeExt` methods are implementedNobuyoshi Nakada
2025-11-26[DOC] Exclude the word Box from RDoc's autolinkingNobuyoshi Nakada
2025-11-26Ignore missed commits [ci skip]Nobuyoshi Nakada
2025-11-26Revert miscommit at "Reset the cache variable before retrying"Nobuyoshi Nakada
2025-11-25ZJIT: CI: Run `btest` with call-threshold=2Alan Wu
2025-11-26Update bundled gems list as of 2025-11-25git
2025-11-26Reset the cache variable before retryingNobuyoshi Nakada
2025-11-26Update bundled gems list as of 2025-11-26git
2025-11-26[DOC] Use Aliki as the documentation website theme (#15319)Stan Lo
2025-11-26Box: mark/move Box object referred via ENV/rb_env_tSatoshi Tagomori
2025-11-26Box: Add a test to drop the reference to a boxSatoshi Tagomori
2025-11-25Fix live object count for multi-Ractor forkingPeter Zhu
2025-11-25Store fiber serial as Ractor-localJohn Hawthorn
2025-11-25ZJIT: Specialize setinstancevariable when ivar is already in shape (#15290)Max Bernstein
2025-11-25vm_cc_new: don't assume `cme` is present.Jean Boussier
2025-11-25[ruby/rubygems] Support bundle install --lockfile optionJeremy Evans
2025-11-25CI: Add timeout to compilations [ci skip]Nobuyoshi Nakada
2025-11-25Fix the fallback using mutexNobuyoshi Nakada
2025-11-25Try libatomic only if necessaryNobuyoshi Nakada
2025-11-25Reapply "Fix stdatomic case in `rbimpl_atomic_u64_fetch_add`"Nobuyoshi Nakada
2025-11-24ZJIT: For JIT-to-JIT send, avoid loading uninitialized local through EPAlan Wu
2025-11-24Fix style for rb_gc_impl_after_forkPeter Zhu
2025-11-24Fix style for rb_gc_impl_before_forkPeter Zhu
2025-11-25[ruby/uri] [DOC] Fix result of sample code in `#user=`Yuji Yaginuma
2025-11-24Add SIGABRT to reserved signals in bundler specPeter Zhu