index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
ruby_4_0
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2025-12-13
ZJIT: Nil-fill locals in direct send (#15536)
Randy Stauner
2025-12-12
ZJIT: Don't inline non-parameter locals
Randy Stauner
2025-12-12
ZJIT: Allow ccalls above 7 arguments (#15312)
Aiden Fox Ivey
2025-12-12
Cache filesystem_encindex
John Hawthorn
2025-12-12
Store Encoding#name as an attribute
John Hawthorn
2025-12-12
YJIT: Add missing local variable type update for fallback setlocal blocks
Alan Wu
2025-12-12
Fewer calls to `GET_EC()` and `GET_THREAD()` (#15506)
Luke Gruber
2025-12-12
Prevent ifunc procs from being made shareable
Étienne Barrié
2025-12-12
move th->event_serial to rb_thread_sched_item (#15500)
Luke Gruber
2025-12-12
Array#rfind
Kevin Newton
2025-12-12
ZJIT: Only optimize `[]` and `[]=` for exact Hash, not Hash subclasses
Stan Lo
2025-12-12
ZJIT: Inline `Hash#[]=`
Stan Lo
2025-12-12
ZJIT: Add Shape type to HIR (#15528)
Max Bernstein
2025-12-12
[ruby/prism] Fixed Prism::Translation::RubyParser's comment processing
Ryan Davis
2025-12-13
Fix binding.implicit_parameters_get/defined segfault when wrong name string i...
tomoya ishida
2025-12-12
Update NEWS about `Binding#implicit_parameters`, etc.
Yusuke Endoh
2025-12-12
Add docs to Binding#numbered_parameters, etc.
Yusuke Endoh
2025-12-12
Binding#implicit_parameters, etc. support the implicit "it" parameter
Yusuke Endoh
2025-12-12
Add Binding#implicit_parameters, etc.
Yusuke Endoh
2025-12-12
Simplify the code
Koichi Sasada
2025-12-12
Avoid race condition in `test_without_handle_interrupt_signal_works`. (#15504)
Samuel Williams
2025-12-12
thead_sync.c: directly pass the execution context to yield
Jean Boussier
2025-12-12
Define Thread::ConditionVariable in thread_sync.rb
Jean Boussier
2025-12-12
Bump actions/cache from 4.3.0 to 5.0.0
dependabot[bot]
2025-12-12
Bump actions/cache in /.github/actions/setup/directories
dependabot[bot]
2025-12-12
[ruby/timeout] Restore original signal handler in test_timeout_in_trap_handler
Benoit Daloze
2025-12-12
Update bundled gems list as of 2025-12-12
git
2025-12-12
use `ractor_sched_lock`
Koichi Sasada
2025-12-12
Binding#local_variable_defined? raises a NameError for numbered params.
Yusuke Endoh
2025-12-12
Win32: Make `rb_w32_osid` return Windows NT always
Nobuyoshi Nakada
2025-12-12
Win32: Deprecate Windows version info API
Nobuyoshi Nakada
2025-12-12
Win32: Remove the workaround for console reading bug
Nobuyoshi Nakada
2025-12-12
`Binding#local_variable_defined?` must not handle numbered parameters
Yusuke Endoh
2025-12-11
release.yml: Fix tag conversion for Ruby 4.0
Takashi Kokubun
2025-12-11
tool/format-release: Fix a wrong method reference
Takashi Kokubun
2025-12-11
tool/format-release: Carve out the version format logic
Takashi Kokubun
2025-12-11
make-snapshot: Fix Psych::DisallowedClass with newer psych
Takashi Kokubun
2025-12-12
ZJIT: Don't specialize calls with kwsplat (#15513)
Randy Stauner
2025-12-11
make-snapshot: Update the tag format for Ruby 4.0+ (#15514)
Takashi Kokubun
2025-12-11
make-snapshot: Remove an unnecessary variable
Takashi Kokubun
2025-12-11
make-snapshot: Branch if it's X.Y.Z or X.Y using when
Takashi Kokubun
2025-12-11
make-snapshot: Make preview/rc match stricter
Takashi Kokubun
2025-12-11
make-snapshot: Drop X.Y.Z-pN support
Takashi Kokubun
2025-12-11
update-www-meta.rb: Update the tag format for Ruby 4.0+
Takashi Kokubun
2025-12-11
tool/merger.rb: Support the new format in remove_tag
Takashi Kokubun
2025-12-12
monitor.c: skip GET_EC() on exit
Jean Boussier
2025-12-11
tool/format-release: Fix the tag format for Ruby 4.0+
Takashi Kokubun
2025-12-11
tool/merger.rb: Update the tag format for Ruby 4.0+
Takashi Kokubun
2025-12-11
test_ractor.rb: old object while calling _id2ref
Jean Boussier
2025-12-11
Mutex: avoid repeated calls to `GET_EC`
Jean Boussier
[prev]
[next]