Thanks to visit codestin.com
Credit goes to bugs.ruby-lang.org

Project

General

Profile

Revision:

Revisions

# Date Author Comment
9e8a661f 11/15/2025 01:50 PM burdettelamar (Burdette Lamar)

[ruby/stringio] [DOC] Fix #seek link
(https://github.com/ruby/stringio/pull/174)

Method #seek deserves (and will get) documentation independent of that
in class IO.

Meanwhile, the link should go someplace sensible and useful.

https://github.com/ruby/stringio/commit/d026549719

abf30563 11/15/2025 01:49 PM burdettelamar (Burdette Lamar)

[ruby/stringio] [DOC] Doc for StringIO.size
(https://github.com/ruby/stringio/pull/171)

https://github.com/ruby/stringio/commit/95a111017a

b5c92696 11/15/2025 01:48 PM burdettelamar (Burdette Lamar)

[ruby/stringio] [DOC] Tweaks for StringIO#each_line
(https://github.com/ruby/stringio/pull/165)

Adds to "Position": pos inside a character.

Makes a couple of minor corrections.


https://github.com/ruby/stringio/commit/ff332abafa

Co-authored-by: Sutou Kouhei

577cf5e3 11/15/2025 03:23 AM nobu (Nobuyoshi Nakada)

[DOC] Remove an obsolete file

It has been merged into doc/ruby/options.md with
field_processing.md at ruby/ruby#10138.

70b49b65 11/15/2025 02:04 AM YO4 (Yoshinao Muramatsu)

refactor io_each_codepoint

f1765cd4 11/15/2025 01:18 AM herwin (Herwin W)

[Doc] Remove leftover references to namespace from box.md

And fix the indentation a little bit, since box is one character
longer than ns.

d7369f02 11/15/2025 12:34 AM rwstauner (Randy Stauner)

ZJIT: Add individual tests for complex arg pass counters

Make it easier to see what happens when one is changed.

6fabca80 11/14/2025 11:37 PM fd0 (Daisuke Fujimura)

Add rubygems package to fix cygwin CI

eb6e36a8 11/14/2025 10:26 PM peterzhu2118 (Peter Zhu)

Skip tests in TestThreadLockNativeThread when using LSAN

These tests use NM threads but NT is not freed for MN thread, causing it
to be reported as memory leaks in LSAN. For example:

#1 0x62ee7bc67e99 in calloc1 gc/default/default.c:1495:12
#2 0x62ee7bc7ba00 in rb_gc_impl_calloc gc/default/default.c:8216:5...
89849f3b 11/14/2025 09:35 PM alanwu (Alan Wu)

ZJIT: Support JIT-to-JIT calls to callees with optional parameters

  • Correct JIT entry points for optionals so each optional start with nil
    before their initialization routine runs. Establish
    jit_entry_points[filled_opts_num] gives the appropriate entry point...
5d35e244 11/14/2025 09:35 PM alanwu (Alan Wu)

ZJIT: Check argument count matches callee's parameters

a0cce404 11/14/2025 09:35 PM alanwu (Alan Wu)

ZJIT: Remove done TODO [ci skip]

e417f6fe 11/14/2025 08:41 PM Max Bernstein

ZJIT: Remove dead function and set .freeze reason

491be578 11/14/2025 08:41 PM Max Bernstein

ZJIT: Move special Fixnum BOP_OR into cruby_methods

22d2bb01 11/14/2025 08:41 PM Max Bernstein

ZJIT: Move special Fixnum BOP_AND into cruby_methods

35c2c656 11/14/2025 08:41 PM Max Bernstein

ZJIT: Move special Fixnum BOP_GE into cruby_methods

236366cb 11/14/2025 08:41 PM Max Bernstein

ZJIT: Move special Fixnum BOP_LE into cruby_methods

1c4240bc 11/14/2025 08:41 PM Max Bernstein

ZJIT: Move special Fixnum BOP_LT into cruby_methods

11704932 11/14/2025 08:41 PM Max Bernstein

ZJIT: Move special Fixnum BOP_MOD into cruby_methods

0851c2aa 11/14/2025 08:41 PM Max Bernstein

ZJIT: Move special Fixnum BOP_DIV into cruby_methods

f0e57720 11/14/2025 08:41 PM Max Bernstein

ZJIT: Move special Fixnum BOP_MULT into cruby_methods

7a7035ee 11/14/2025 08:41 PM Max Bernstein

ZJIT: Move special Fixnum BOP_NEQ into cruby_methods

ad6ca3a7 11/14/2025 08:41 PM Max Bernstein

ZJIT: Move special Fixnum BOP_GT into cruby_methods

4683ce5f 11/14/2025 08:41 PM Max Bernstein

ZJIT: Move special Fixnum BOP_MINUS into cruby_methods

47904d85 11/14/2025 08:41 PM Max Bernstein

ZJIT: Move special Fixnum BOP_PLUS into cruby_methods

94f701da 11/14/2025 08:41 PM Max Bernstein

ZJIT: Move special Fixnum BOP_EQ into cruby_methods

8e01768a 11/14/2025 07:49 PM tekknolagi (Maxwell Bernstein)

ZJIT: Break out CFunc send fallback stats (#15193)

lobsters before:

Top-14 instructions with uncategorized fallback reason (100.0% of total 5,583,226):
             invokesuper: 3,039,693 (54.4%)
             invokeblock: 1,181,433 (21.2%)
             sendforward:   572,612 (10.3%)...
9e482969 11/14/2025 07:48 PM Luke Gruber

ext/socket: Set raddrinfo thread as detached before thread start (#15194)

Backport of https://github.com/ruby/ruby/pull/15142

[Bug #21679]

de157f42 11/14/2025 06:46 PM Takashi Kokubun

ZJIT: Skip a flaky DNS test (#15192)

d966ba75 11/14/2025 06:16 PM k0kubun (Takashi Kokubun)

Revert ".github/workflows: Stop ignoring RUBY_TESTOPTS"

This reverts commit 946695cdad874e91bc25bedc3c7b322934ca0f07.

Apparently this doesn't work for test-bundled-gems

0b559eab 11/14/2025 06:07 PM jhawthorn (John Hawthorn)

YJIT: Fix stack handling in rb_str_dup

Previously because we did a stack_push before ccall, in some cases we
could end up pushing an uninitialized value to the VM stack when
spilling regs as part of the ccall.

Co-authored-by: Luke Gruber

946695cd 11/14/2025 05:52 PM k0kubun (Takashi Kokubun)

.github/workflows: Stop ignoring RUBY_TESTOPTS

$(RUBY_TESTOPTS) are used in $(TESTOPTS), so if you pass $(TESTOPTS),
it'd be ignored.

e4295bc3 11/14/2025 05:29 PM jhawthorn (John Hawthorn)

YJIT: Fix stack handling in rb_str_dup

Previously because we did a stack_push before ccall, in some cases we
could end up pushing an uninitialized value to the VM stack when
spilling regs as part of the ccall.

Co-authored-by: Luke Gruber

286e3262 11/14/2025 05:28 PM rwstauner (Randy Stauner)

ZJIT: Add tests for sending to methods with keyword args (#15183)

bec69617 11/14/2025 04:27 PM Earlopain (Earlopain _)

[ruby/prism] Reject endless method as a block parameter default

Fixes [Bug #21661]

https://github.com/ruby/prism/commit/475fa46a82

0e604623 11/14/2025 01:47 PM nobu (Nobuyoshi Nakada)

[ruby/prism] Use method_defined? instead of instance_methods.include?

While the latter creates an intermediate array of all method names
including all ancestors, the former just traverse the inheritance
chain and can stop if found once.

https://github.com/ruby/prism/commit/6da384dd0e

f4b6a519 11/14/2025 12:03 PM nobu (Nobuyoshi Nakada)

[Feature #21572] Syntax error at capture in alternation pattern

Should fail even with -c option.

6f18898f 11/14/2025 07:36 AM hsbt (Hiroshi SHIBATA)

[ruby/rubygems] Removed deprecated Gem::Specification#has_rdoc, has_rdoc= and has_rdoc?

https://github.com/ruby/rubygems/commit/b043538576

dabc86a5 11/14/2025 06:32 AM baweaver (Brandon Weaver)

[ruby/rubygems] Add pattern matching support to Gem::NameTuple

https://github.com/ruby/rubygems/commit/9b19e1f555

068b35ce 11/14/2025 06:25 AM hsbt (Hiroshi SHIBATA)

[ruby/rubygems] Removed files for gem query

https://github.com/ruby/rubygems/commit/de269cfbb6

4a0465da 11/14/2025 06:25 AM hsbt (Hiroshi SHIBATA)

[ruby/rubygems] Removed deprecated Gem::DependencyInstaller#find_gems_with_sources

https://github.com/ruby/rubygems/commit/1b3f3bf194

46227126 11/14/2025 06:09 AM hsbt (Hiroshi SHIBATA)

[ruby/rubygems] bin/rubocop -a --only Layout/EmptyLinesAroundClassBody

https://github.com/ruby/rubygems/commit/94d4e633d1

ecec9dc6 11/14/2025 06:09 AM hsbt (Hiroshi SHIBATA)

[ruby/rubygems] Removed deprecated Gem::Util.silent_system

https://github.com/ruby/rubygems/commit/728269cc4a

31928c10 11/14/2025 06:09 AM hsbt (Hiroshi SHIBATA)

[ruby/rubygems] Removed deprecated Gem::Specification#validate_metadata, validate_dependencies and validate_permissions

https://github.com/ruby/rubygems/commit/fbf38fc190

9fd3ab9e 11/14/2025 06:09 AM hsbt (Hiroshi SHIBATA)

[ruby/rubygems] Removed deprecated Gem::Specification#default_executable

https://github.com/ruby/rubygems/commit/84ceaff1b7

a6fa99fe 11/14/2025 06:09 AM hsbt (Hiroshi SHIBATA)

[ruby/rubygems] Removed deprecated Gem::Platform.match

https://github.com/ruby/rubygems/commit/f4b4f12f91

a242adc3 11/14/2025 06:09 AM hsbt (Hiroshi SHIBATA)

[ruby/rubygems] Removed deprecated Gem::Installer#unpack

https://github.com/ruby/rubygems/commit/96cef34041

b3831efb 11/14/2025 06:09 AM hsbt (Hiroshi SHIBATA)

[ruby/rubygems] Removed deprecated Gem::BasicSpecification.default_specifications_dir

https://github.com/ruby/rubygems/commit/60f0b87d47

917fd399 11/14/2025 05:22 AM hsbt (Hiroshi SHIBATA)

[ruby/rubygems] Update vendored version of connection_pool to 2.5.4

https://github.com/ruby/rubygems/commit/3f5330c9fc

e68c0fc7 11/14/2025 05:22 AM hsbt (Hiroshi SHIBATA)

[ruby/rubygems] bin/rubocop -a --only Style/RedundantParentheses

https://github.com/ruby/rubygems/commit/be3b09c786

(1-50/112174) Per page: 50, 100, 200, 500

Also available in: Atom