summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-12-13ZJIT: Nil-fill locals in direct send (#15536)Randy Stauner
2025-12-12ZJIT: Don't inline non-parameter localsRandy Stauner
2025-12-12ZJIT: Allow ccalls above 7 arguments (#15312)Aiden Fox Ivey
2025-12-12Cache filesystem_encindexJohn Hawthorn
2025-12-12Store Encoding#name as an attributeJohn Hawthorn
2025-12-12YJIT: Add missing local variable type update for fallback setlocal blocksAlan Wu
2025-12-12Fewer calls to `GET_EC()` and `GET_THREAD()` (#15506)Luke Gruber
2025-12-12Prevent ifunc procs from being made shareableÉtienne Barrié
2025-12-12move th->event_serial to rb_thread_sched_item (#15500)Luke Gruber
2025-12-12Array#rfindKevin Newton
2025-12-12ZJIT: Only optimize `[]` and `[]=` for exact Hash, not Hash subclassesStan Lo
2025-12-12ZJIT: Inline `Hash#[]=`Stan Lo
2025-12-12ZJIT: Add Shape type to HIR (#15528)Max Bernstein
2025-12-12[ruby/prism] Fixed Prism::Translation::RubyParser's comment processingRyan Davis
2025-12-13Fix binding.implicit_parameters_get/defined segfault when wrong name string i...tomoya ishida
2025-12-12Update NEWS about `Binding#implicit_parameters`, etc.Yusuke Endoh
2025-12-12Add docs to Binding#numbered_parameters, etc.Yusuke Endoh
2025-12-12Binding#implicit_parameters, etc. support the implicit "it" parameterYusuke Endoh
2025-12-12Add Binding#implicit_parameters, etc.Yusuke Endoh
2025-12-12Simplify the codeKoichi Sasada
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