summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-12-12Avoid race condition in `test_without_handle_interrupt_signal_works`. (#15504)Samuel Williams
2025-12-12thead_sync.c: directly pass the execution context to yieldJean Boussier
2025-12-12Define Thread::ConditionVariable in thread_sync.rbJean Boussier
2025-12-12Bump actions/cache from 4.3.0 to 5.0.0dependabot[bot]
2025-12-12Bump actions/cache in /.github/actions/setup/directoriesdependabot[bot]
2025-12-12[ruby/timeout] Restore original signal handler in test_timeout_in_trap_handlerBenoit Daloze
2025-12-12Update bundled gems list as of 2025-12-12git
2025-12-12use `ractor_sched_lock`Koichi Sasada
2025-12-12Binding#local_variable_defined? raises a NameError for numbered params.Yusuke Endoh
2025-12-12Win32: Make `rb_w32_osid` return Windows NT alwaysNobuyoshi Nakada
2025-12-12Win32: Deprecate Windows version info APINobuyoshi Nakada
2025-12-12Win32: Remove the workaround for console reading bugNobuyoshi Nakada
2025-12-12`Binding#local_variable_defined?` must not handle numbered parametersYusuke Endoh
2025-12-11release.yml: Fix tag conversion for Ruby 4.0Takashi Kokubun
2025-12-11tool/format-release: Fix a wrong method referenceTakashi Kokubun
2025-12-11tool/format-release: Carve out the version format logicTakashi Kokubun
2025-12-11make-snapshot: Fix Psych::DisallowedClass with newer psychTakashi Kokubun
2025-12-12ZJIT: Don't specialize calls with kwsplat (#15513)Randy Stauner
2025-12-11make-snapshot: Update the tag format for Ruby 4.0+ (#15514)Takashi Kokubun
2025-12-11make-snapshot: Remove an unnecessary variableTakashi Kokubun
2025-12-11make-snapshot: Branch if it's X.Y.Z or X.Y using whenTakashi Kokubun
2025-12-11make-snapshot: Make preview/rc match stricterTakashi Kokubun
2025-12-11make-snapshot: Drop X.Y.Z-pN supportTakashi Kokubun
2025-12-11update-www-meta.rb: Update the tag format for Ruby 4.0+Takashi Kokubun
2025-12-11tool/merger.rb: Support the new format in remove_tagTakashi Kokubun
2025-12-12monitor.c: skip GET_EC() on exitJean Boussier
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