summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-01-07Remove `in_masgn` field from `struct iseq_compile_data`yui-knk
2026-01-06[ruby/time] Add changelog URI to time.gemspecPhilip Hallstrom
2026-01-06Add potential missing GC guard in iseq_data_to_aryPeter Zhu
2026-01-06[DOC] Harmonize #== methods (#15805)Burdette Lamar
2026-01-06Show a more verbose message if BASERUBY is too oldMatt Valentine-House
2026-01-06Add `rake` target to run the bundled `rake`Nobuyoshi Nakada
2026-01-06[DOC] Fix minor typo on shareable procs sectionSteve Savio
2026-01-06[ruby/rubygems] Retain current bundler version on `bundle clean`Schneems
2026-01-06[ruby/rubygems] Test for removing current bundler versionSchneems
2026-01-06[ruby/rubygems] Split logic to two linesSchneems
2026-01-06[ruby/rubygems] Compare like values in find_bundlerlolwut
2026-01-06Update the latest versions of actionsHiroshi SHIBATA
2026-01-06Bump dependabot/fetch-metadata from 2.4.0 to 2.5.0dependabot[bot]
2026-01-05[ruby/mmtk] Assert pinning object is not movedPeter Zhu
2026-01-05[DOC] Harmonize #=== methodsBurdetteLamar
2026-01-05[DOC] Harmonize #>= methodsBurdetteLamar
2026-01-05ruby-bench: Prefer --excludes over rm -rfTakashi Kokubun
2026-01-05ZJIT: Update Iongraph (#15806)Max Bernstein
2026-01-05Fix sleep spurious wakeup from sigchld (#15802)Luke Gruber
2026-01-05Update box.mdBrandon Zylstra
2026-01-05Update bindgenNobuyoshi Nakada
2026-01-05[Bug #18433] Remove unneeded declarationNobuyoshi Nakada
2026-01-05[ruby/rubygems] Lock minitest ~> 5.1Hiroshi SHIBATA
2026-01-05[ruby/rubygems] Update vendored net-http to 0.9.1Hiroshi SHIBATA
2026-01-05[ruby/rubygems] Update vendored connection_pool to 2.5.5Hiroshi SHIBATA
2026-01-05[ruby/rubygems] rake updateHiroshi SHIBATA
2026-01-05Unskip RBS test on Windows for NoMemoryError workaroundTsutomu Katsube
2026-01-05[DOC] Fix a typo and trim trailing whitespace per .editorconfigShugo Maeda
2026-01-05Use RUBY_VERSION in specs instead of hardcoded 'Ruby 4.0.0' to make tests ver...Hiroshi SHIBATA
2026-01-05[ruby/rubygems] Remove date require from rebuild commandJeremy Evans
2026-01-04Dump fstr and frozen status in rb_raw_obj_info_buitin_typePeter Zhu
2026-01-04Fix condition for UTF-8 default in magic_comment_spec.rbBenoit Daloze
2026-01-04UNIXSocket#recvfrom only returns the path on LinuxBenoit Daloze
2026-01-04Remove assertion which does not holdBenoit Daloze
2026-01-04Get better error if UNIXSocket.socketpair spec failsBenoit Daloze
2026-01-04Update to ruby/spec@94dbd55Benoit Daloze
2026-01-04Add field handle_weak_references to TypedDataPeter Zhu
2026-01-04Update to ruby/spec@f54296dBenoit Daloze
2026-01-04[DOC] Add `base-url` to ChangeLog by defaultNobuyoshi Nakada
2026-01-04[ruby/openssl] Improve Argument Error Message in EC:Group.newAugustin Gottlieb
2026-01-04[DOC] Tweak an example in language/box.mdKoichi ITO
2026-01-04[DOC] Use `Ruby::Box#require_relative` in box.md examplesKoichi ITO
2026-01-04[ruby/mmtk] Process obj_free candidates in parallelPeter Zhu
2026-01-03Also output GC thread backtrace in rb_mmtk_gc_thread_bugPeter Zhu
2026-01-03Add rb_gc_print_backtracePeter Zhu
2026-01-03Drop memberless Data/Struct#inspect trailing spaceShannon Skipper
2026-01-03[ruby/json] Directly write to the output buffer when converting UTF32 to UTF8.Scott Myron
2026-01-03[Bug #21819] Data objects without members should also be frozenNobuyoshi Nakada
2026-01-03Test net-imap with ruby/net-imap#593Nobuyoshi Nakada
2026-01-03[ruby/mmtk] Use rb_mmtk_gc_thread_bug for rb_mmtk_call_object_closurePeter Zhu