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-05
[DOC] Tweaks for String#capitalize
BurdetteLamar
2025-12-05
[DOC] Tweaks for String#downcase
BurdetteLamar
2025-12-05
[DOC] Tweaks for String#upcase
BurdetteLamar
2025-12-05
[DOC] Tweaks for String#swapcase
BurdetteLamar
2025-12-05
[DOC] Better multibyte-character data
BurdetteLamar
2025-12-06
[ruby/stringio] [DOC] Link to on-page section, not class File doc
BurdetteLamar
2025-12-06
Add support for `u128`, `U128`, `s128` and `S128` integers to `IO::Buffer`. (...
Samuel Williams
2025-12-05
Fix fields object in embedded struct
Peter Zhu
2025-12-05
Revert "gc.c: Pass shape_id to `newobj_init`"
Peter Zhu
2025-12-05
[ruby/timeout] Exclude constantly-failing test on x86_64-darwin
Benoit Daloze
2025-12-05
ZJIT: Include local variable names in `Get|SetLocal` insn's print value (#15423)
Stan Lo
2025-12-05
ZJIT: Build by default when build environment allows
Alan Wu
2025-12-05
ZJIT: configure.ac: Look for GNU make when detecting build environment
Alan Wu
2025-12-05
ZJIT: configure.ac logic to detect suitable build environment
Alan Wu
2025-12-05
YJIT: Fix unused_unsafe warning in `StatsAlloc`
Alan Wu
2025-12-05
ZJIT: Update `depend` for zjit.o
Alan Wu
2025-12-05
YJIT: Fix duplicate make rule warning in combo build
Alan Wu
2025-12-05
ZJIT: Fix duplicate make rule warning in combo build
Alan Wu
2025-12-05
tool/update-deps: Skip ZJIT and YJIT+ZJIT build objects
Alan Wu
2025-12-05
CI: Avoid building ZJIT when LLVM is too old
Alan Wu
2025-12-05
ZJIT: Avoid binding to `rb_iseq_constant_body`
Alan Wu
2025-12-05
YJIT: Fix including stats for ZJIT instructions when ZJIT not in build
Alan Wu
2025-12-05
JITs: Update bindings to include interpreter zjit_ opcodes
Alan Wu
2025-12-05
JITs: rb_iseq_opcode_at_pc(): Accommodate switch-case interpreter
Alan Wu
2025-12-05
ZJIT: Account for when YJIT is on by default in test_zjit_enable
Alan Wu
2025-12-05
ZJIT: Fix -Wpedantic warning in C99 mode when built with YJIT
Alan Wu
2025-12-05
ZJIT: Skip GC.auto_compact test when unsupported
Alan Wu
2025-12-05
[ruby/prism] Correct constant pool bucket type logic
Kevin Newton
2025-12-05
[ruby/prism] Avoid undefined int overflow behaviour
Steven Johnstone
2025-12-05
[ruby/prism] Avoid out-of-bounds reads
Steven Johnstone
2025-12-05
Allow rb_thread_call_with_gvl() to work when thread already has GVL
Keenan Brock
2025-12-05
[ruby/openssl] x509cert: handle invalid validity periods in Certificate#inspect
Kazuki Yamaguchi
2025-12-05
[ruby/timeout] Simplify logic to make GET_TIME shareable
Benoit Daloze
2025-12-05
[ruby/timeout] Fix logic for Ractor support
Benoit Daloze
2025-12-05
[ruby/timeout] Fix condition and fix test to catch that broken condition
Benoit Daloze
2025-12-05
[ruby/timeout] Minor tweaks
Benoit Daloze
2025-12-05
[ruby/timeout] support Ractor
Koichi Sasada
2025-12-05
[ruby/psych] Use Node#to_ruby parse_symbols option
Étienne Barrié
2025-12-05
Never shrink bignum on realloc
John Hawthorn
2025-12-05
Use VWA for bignum
John Hawthorn
2025-12-05
[ruby/net-http] open: Never call Timeout.timeout in rescue clause
Daisuke Aritomo
2025-12-05
[ruby/openssl] asn1: use ASN1_TIME_to_tm() to decode UTCTime and GeneralizedTime
Kazuki Yamaguchi
2025-12-05
[ruby/openssl] asn1: reorder declarations
Kazuki Yamaguchi
2025-12-05
[ruby/timeout] Only the timeout method should be public on the Timeout module
Benoit Daloze
2025-12-05
[DOC] Describe `$F`
Nobuyoshi Nakada
2025-12-05
[DOC] Describe the global variables set by command line options
Nobuyoshi Nakada
2025-12-05
[DOC] Centerize Variable, English, and Constant columns
Nobuyoshi Nakada
2025-12-05
Add Set C API to news
Jeremy Evans
2025-12-05
Correctly handle `Process.fork` with an active `Fiber.scheduler`. (#15385)
Sharon Rosner
2025-12-05
Update NEWS.md for Ruby 4.0.0 (#15369)
Yusuke Endoh
[next]