summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-12-11tool/format-release: Fix the tag format for Ruby 4.0+Takashi Kokubun
2025-12-11tool/merger.rb: Update the tag format for Ruby 4.0+Takashi Kokubun
2025-12-11test_ractor.rb: old object while calling _id2refJean Boussier
2025-12-11Mutex: avoid repeated calls to `GET_EC`Jean Boussier
2025-12-11[ruby/timeout] Fix failing timeout testLuke Gruber
2025-12-11ZJIT: Check method visibility when optimizing sends (#15501)Max Bernstein
2025-12-11[ruby/timeout] Add windows to CI matrixJean Boussier
2025-12-11auto_request_review.yml: Update path for jit related docsAlan Wu
2025-12-11ZJIT: s/checking possible to build ZJIT/checking prerequisites for ZJIT/Alan Wu
2025-12-11ZJIT: [DOC] Mention build prerequisitesAlan Wu
2025-12-11Tune AS_CASE indentation style and remove `[*]` for default caseAlan Wu
2025-12-11[ruby/timeout] Skip signal test on windowsJean Boussier
2025-12-11Stop bumping RUBY_PATCHLEVEL in release versions (#15502)Takashi Kokubun
2025-12-11Add assumption to free_vm_weak_referencesJohn Hawthorn
2025-12-11Speed up class allocator searchJohn Hawthorn
2025-12-11Assume result from allocator will be validJohn Hawthorn
2025-12-12Fix Set#^ to not mutate its argument (#15296)Gil Desmarais
2025-12-11[ruby/json] Revert "Skip test failing with JRuby in CI"Étienne Barrié
2025-12-11[ruby/psych] bump snakeyaml-engine to 2.10 (jruby)kares
2025-12-11Fix typo in Fiber.[] docsBenoit Daloze
2025-12-11[ruby/timeout] Make Timeout.timeout work in a trap handler on CRubyBenoit Daloze
2025-12-11[ruby/timeout] Encapsulate adding a timeout RequestBenoit Daloze
2025-12-11[ruby/timeout] Revise Timeout.timeout docs and add a section about `ensure`Benoit Daloze
2025-12-11[ruby/timeout] Reset the interrupt mask when creating the Timeout threadBenoit Daloze
2025-12-11Append found lib/<file> entries to spec.files to support out-of-place buildsHiroshi SHIBATA
2025-12-11Update default gems list at 6b469b7e40f94f25b50463de2190d5 [ci skip]git
2025-12-11[ruby/json] Release 2.18.0Jean Boussier
2025-12-11[ruby/json] Add `allow_control_characters` parsing optionJean Boussier
2025-12-11[Bug #19558] Allow ASCII range to mix with Unicode dumpNobuyoshi Nakada
2025-12-11[Misc #21690] Sync parser_bits.h from internal/bits.hNobuyoshi Nakada
2025-12-11[Bug #21712] Allow `.()` call for command with blockyui-knk
2025-12-11This change didn't fix the original issue.Hiroshi SHIBATA
2025-12-11[DOC] Update NEWS for `*selectors` arguments added to `String#strip` etc.Shugo Maeda
2025-12-11Use base: with Dir.glob for bundler.gemspecHiroshi SHIBATA
2025-12-11Allow String#strip etc. to take optional character selectorsShugo Maeda
2025-12-11Remove an excess closing bracketNobuyoshi Nakada
2025-12-10ZJIT: Re-compile ISEQs invalidated by PatchPoint (#15459)Takashi Kokubun
2025-12-10GC_DEBUG_STRESS_TO_CLASS should only be for debugJohn Hawthorn
2025-12-10Update Ractor warning messageJohn Hawthorn
2025-12-10ZJIT: Don't fold LoadField with negative offsets and use byte_addAlan Wu
2025-12-10JITs: Drop cargo and use just rustc for release combo buildAlan Wu
2025-12-10JITs: Move cargo-specific variables into conditionalAlan Wu
2025-12-10ZJIT: For rustc build, remove cargo touch(1) workaroundAlan Wu
2025-12-10YJIT: For rustc build, remove cargo touch(1) workaroundAlan Wu
2025-12-10ZJIT: Remove unused includes from zjit.cAlan Wu
2025-12-10ZJIT: Fold LoadField on frozen objects to constants (#15483)Tobias Lütke
2025-12-10Remove object_id in NEWOBJ tracepoint testJean Boussier
2025-12-10ZJIT: Use inline format args (#15482)Alex Rocha
2025-12-10ubuntu.yml: Add a ruby-bench job without ZJIT (#15480)Takashi Kokubun
2025-12-10Always treat encoding as TYPEDDATAJohn Hawthorn