-*- coding: utf-8 -*-

commit 9ccba88160c1b702a97b80817b97109cc2b9f33c
  Author:     Jun Aruga <jaruga@redhat.com>
  AuthorDate: 2025-03-03 22:28:12 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-03-04 00:27:56 +0900

    [ruby/openssl] test_pkey_dh.rb: Merge 2 test_new_break tests to one test.

    Merge 2 test_new_break tests to one test because it's easy to maintain the test.

    https://github.com/ruby/openssl/commit/446ff3e11f

commit 12e2dfdc56cf835a37e03682d33e5318ac0fabef
  Author:     Josef Šimánek <josef.simanek@gmail.com>
  AuthorDate: 2025-03-02 01:04:28 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-03-03 15:52:35 +0900

    [rubygems/rubygems] Update parallel_tests.

    - new version restores previously removed method

    https://github.com/rubygems/rubygems/commit/5348e88d07

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12840

commit fdf1076ef9dd438f27fddd51e771d18c9ae7d045
  Author:     Michael Chui <saraid216@gmail.com>
  AuthorDate: 2025-02-28 09:20:08 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-03-03 15:52:35 +0900

    [rubygems/rubygems] docs(bundle-exec): recommend non-deprecated methods

    https://github.com/rubygems/rubygems/commit/3b4934fb69

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12840

commit a98c3d229e77bc25f73aa02cff2d6aed57f80017
  Author:     Mateo <sheshi.mateo01@gmail.com>
  AuthorDate: 2025-02-28 03:40:01 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-03-03 15:52:35 +0900

    [rubygems/rubygems] docs(bundle-config): hint default group when using only option

    https://github.com/rubygems/rubygems/commit/c258e45b44

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12840

commit 29e3ee056819049580f8d599624bc70265ac251f
  Author:     Josef Šimánek <josef.simanek@gmail.com>
  AuthorDate: 2025-03-01 10:39:55 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-03-03 15:52:35 +0900

    [rubygems/rubygems] Bring man pages up to date

    https://github.com/rubygems/rubygems/commit/591d2c0503

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12840

commit e4c5531b4c6f2d0053478fe69160d403af14e404
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-02-27 18:18:25 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-03-03 15:52:35 +0900

    [rubygems/rubygems] Update vendored uri to 1.0.3

    https://github.com/rubygems/rubygems/commit/176dc7421c

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12840

commit f52a2e4b12d0776ff78d464adfdecf57712da9cf
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-02-27 18:18:25 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-03-03 15:52:35 +0900

    Restore lockfile for vendor_gems.rb

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12840

commit a47e686cb6195dbd1266229d6e8d6bb17207c311
  Author:     ydah <t.yudai92@gmail.com>
  AuthorDate: 2024-11-02 15:46:49 +0900
  Commit:     Yudai Takada <t.yudai92@gmail.com>
  CommitDate: 2025-03-03 11:17:14 +0900

    Implement POSTEXE NODE locations

    The following Location information has been added This is the information required for parse.y to be a universal parser:

    ```
    ❯ ruby --parser=prism --dump=parsetree -e "END {  }"
    @ ProgramNode (location: (1,0)-(1,8))
    +-- locals: []
    +-- statements:
        @ StatementsNode (location: (1,0)-(1,8))
        +-- body: (length: 1)
            +-- @ PostExecutionNode (location: (1,0)-(1,8))
                +-- statements: nil
                +-- keyword_loc: (1,0)-(1,3) = "END"
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                +-- opening_loc: (1,4)-(1,5) = "{"
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                +-- closing_loc: (1,7)-(1,8) = "}"
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ```

commit 617e8608b2cff8be1d063c2f47ab425cda839d58
  Author:     Kevin Newton <kddnewton@gmail.com>
  AuthorDate: 2025-03-03 00:53:04 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-03-03 03:14:36 +0900

    [ruby/prism] Rename fgets parameter to fix NetBSD

    Fixes [Bug #21165]

    https://github.com/ruby/prism/commit/3f0acf7560

commit c93f30ab67a37276d6cc50ec33186fd55f62c0a3
  Author:     ydah <t.yudai92@gmail.com>
  AuthorDate: 2025-03-02 02:24:45 +0900
  Commit:     Yudai Takada <t.yudai92@gmail.com>
  CommitDate: 2025-03-02 23:10:45 +0900

    Use user defined parameterizing rules  `mlhs`

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12836

commit 6c8cdc9c6b642eb4c613a6819f0c1d241dd0e30a
  Author:     ydah <t.yudai92@gmail.com>
  AuthorDate: 2025-03-02 02:06:42 +0900
  Commit:     Yudai Takada <t.yudai92@gmail.com>
  CommitDate: 2025-03-02 23:10:17 +0900

    Change superclass rhs to use none

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12835

commit db4ea95219f045b8e855afae0b6d28027ec8d3eb
  Author:     Naoto Ono <onoto1998@gmail.com>
  AuthorDate: 2025-02-28 18:32:36 +0900
  Commit:     GitHub <noreply@github.com>
  CommitDate: 2025-02-28 18:32:36 +0900

    [Bug #20682] Add sleep 0.1 to stabilize flaky failures on macOS (#12829)

    [Bug #20682] Add `sleep 0.1` to stabilize flaky failures on macOS

  Notes:
    Merged-By: ono-max <onoto1998@gmail.com>

commit 1ead1eb6dbe4ed1fe3128fb9ac3f3dacb86230e5
  Author:     Naoto Ono <onoto1998@gmail.com>
  AuthorDate: 2025-02-28 17:01:19 +0900
  Commit:     GitHub <noreply@github.com>
  CommitDate: 2025-02-28 17:01:19 +0900

    Increase timeouts in Compilations actions to reduce intermittent failures (#12827)

    Compilations actions are flaky and intermittently failing now. This run (https://github.com/ruby/ruby/actions/runs/13572112090) is an example of the issue. The job fails due to exceeding the timeout, resulting in termination. To prevent these intermittent failures, I'm going to increase the timeout.

  Notes:
    Merged-By: ono-max <onoto1998@gmail.com>

commit 56f46e544876e7a96b1196ed8a89de578e0307fc
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-02-28 14:47:54 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-28 15:51:11 +0900

    Visual Studio 2022 17.13.x couldn't build miniruby.exe. It prevents other PRs.

    https://github.com/actions/runner-images/commit/e43209e1398efe7739e42509162b3187515b9359

    ```
    user32.lib advapi32.lib shell32.lib ws2_32.lib iphlpapi.lib gmp.lib imagehlp.lib shlwapi.lib bcrypt.lib
    linking miniruby.exe
       Creating library miniruby.lib and object miniruby.exp
    [BUG] heap_idx_for_size: allocation size too large (size=145u, heap_idx=25u)
    ruby 3.5.0dev (2025-02-28T01:12:37Z pull/12827/merge 3d6a5a1883) [x64-mswin64_140]
    ```

    ```
    user32.lib advapi32.lib shell32.lib ws2_32.lib iphlpapi.lib imagehlp.lib shlwapi.lib bcrypt.lib
      linking miniruby.exe
      NMAKE : fatal error U1077: '@ miniruby.exe -v' : return code '0xc0000005'
    ```

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12830

commit a6da77c9e95aab3be9f4553e94eea605bd95d2eb
  Author:     Kazuki Yamaguchi <k@rhe.jp>
  AuthorDate: 2025-02-28 12:23:27 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-28 13:33:43 +0900

    [ruby/openssl] ssl: fix tests using TLS 1.1 or older

    Commit https://github.com/ruby/openssl/commit/aa7f03e18f26 broke test_minmax_version and test_fallback_scsv
    on systems using OpenSSL 1.1.1 with a system-wide configuration file
    that specifies MinProtocol=TLSv1.2.

    http://rubyci.s3.amazonaws.com/debian11/ruby-master/log/20250228T003003Z.fail.html.gz
    http://rubyci.s3.amazonaws.com/rhel8/ruby-master/log/20250228T003003Z.fail.html.gz

    These test cases were already broken before the commit, but they were
    being skipped because check_supported_protocol_versions failed to detect
    TLS 1.1 support. To avoid affected by the configuration file, explicitly
    reset SSLContext#min_version when TLS 1.1 or older is required.

    The test cases are also broken with OpenSSL 3.0 or later, but this is
    not currently visible because it still fails to detect TLS 1.1 support.
    This is caused by the default SSLContext#security_level value, as
    OpenSSL 3.0 changed TLS 1.1 to be disabled at level 1.

    https://github.com/ruby/openssl/commit/6d0ea81b5e

commit 42c0722f83d7ed60360bbaf17f2d45e7cfe7d121
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-02-28 12:55:46 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-02-28 12:55:46 +0900

    [DOC] Fix the comment for RUBY_CONST_ID and rb_intern

    RUBY_CONST_ID has never been deprecated; `rb_intern` is handy but it
    is using non-standard GCC extensions and does not cache the ID with
    other compilers.

commit 3294d3d4571bd50a86e701a46ffd70505afdad87
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-02-28 08:53:39 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-28 12:34:57 +0900

    [rubygems/rubygems] Skip default gems executable example with Windows platform

    https://github.com/rubygems/rubygems/commit/b4a8bda811

commit 0cac191c6e938e04bc2781d6766c98445a05a170
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-02-27 20:49:09 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-28 12:34:57 +0900

    [rubygems/rubygems] Update version for broken executables with default gems

    https://github.com/rubygems/rubygems/commit/d2f90a81d9

commit 19bdcc8f0c1f08b60aa41044ba5b78b55a5c650e
  Author:     Martin Emde <me@martinemde.com>
  AuthorDate: 2025-02-22 10:57:16 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-28 12:34:57 +0900

    [rubygems/rubygems] Retry gracefully on blank partial response in compact index

    https://github.com/rubygems/rubygems/commit/fafb9ae090

commit 223f37c00271001cc522cf00822bae6bbe7340ea
  Author:     Maciek Rząsa <maciejrzasa@gmail.com>
  AuthorDate: 2025-02-21 19:39:47 +0900
  Commit:     Nobuyoshi Nakada <nobu.nakada@gmail.com>
  CommitDate: 2025-02-28 12:34:38 +0900

    Improve tests for small UTF regex with case fold.

    Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org>

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12787

commit a50fbc56a30a0665102781019029e9cf9ddb3576
  Author:     Maciej Rzasa <maciejrzasa@gmail.com>
  AuthorDate: 2025-02-21 08:42:05 +0900
  Commit:     Nobuyoshi Nakada <nobu.nakada@gmail.com>
  CommitDate: 2025-02-28 12:34:38 +0900

    Use mbuf instead of bitset for character class for small UTF.  Fixes #16145

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12787

commit 025832c3859c4369ed12ace13e35523bd04116fe
  Author:     Jean Boussier <jean.boussier@gmail.com>
  AuthorDate: 2025-02-28 05:53:38 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-28 09:28:24 +0900

    [ruby/prism] Use a locale-insensitive version of tolower

    [Bug #21161]

    The `tolower` function provided by the libc is locale dependent
    and can behave in ways you wouldn't expect for some value
    of `LC_CTYPE`.

    https://github.com/ruby/prism/commit/e3488256b4

    Co-Authored-By: Nobuyoshi Nakada <nobu@ruby-lang.org>

commit d4b8da66ca9533782d2fed9762783c3e560f2998
  Author:     Kazuki Yamaguchi <k@rhe.jp>
  AuthorDate: 2025-02-27 22:56:33 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-28 02:18:02 +0900

    [ruby/openssl] ssl: refactor check_supported_protocol_versions

    As reported in <https://github.com/ruby/ruby/pull/12823>,
    check_supported_protocol_versions is unstable and occasionally fails
    with Errno::ECONNABORTED during SSLSocket#connect on Windows.

    When the server-side SSLContext specifies an unsupported SSL/TLS
    protocol version, start_server accepts a TCP connection but closes it
    without reading ClientHello, as SSLSocket#accept immediately raises an
    exception. With Winsock, this can cause the client-side
    SSLSocket#connect to raise Errno::ECONNABORTED.

    While the simplest fix is to add rescue Errno::ECONNABORTED, this method
    can be simplified. Instead, let's set up a server that accepts all
    protocol versions and test client connections with different settings.

    https://github.com/ruby/openssl/commit/aa7f03e18f

commit c0f3dcf7958b07e7d2cf008770594bd9c656fb51
  Author:     Kazuki Yamaguchi <k@rhe.jp>
  AuthorDate: 2025-02-26 23:25:35 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-28 02:04:32 +0900

    [ruby/openssl] digest: correct assert_equal usage in test_sha3

    assert_equal accepts an expected value as the first argument.

    https://github.com/ruby/openssl/commit/8faa1d89de

commit f5a74bd645a6b074695fb046b44d50967c468a83
  Author:     Kazuki Yamaguchi <k@rhe.jp>
  AuthorDate: 2025-02-26 23:00:56 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-28 02:04:32 +0900

    [ruby/openssl] digest: always run SHA-3 and truncated SHA-2 tests

    The "pend" are no longer necessary, as they work with all OpenSSL
    variants we currently support. They were added in OpenSSL 1.1.1 and
    LibreSSL 3.8.0. They are also supported by the current AWS-LC release.

    This makes the SHA-3 tests run with AWS-LC correctly. AWS-LC does not
    report SHA-3 in OpenSSL::Digest.digests.

    https://github.com/ruby/openssl/commit/e1a6e9c081

commit 9994a95790fe2c8c69625543b9078c105213cd2c
  Author:     Kazuki Yamaguchi <k@rhe.jp>
  AuthorDate: 2025-02-25 20:38:18 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-28 02:04:16 +0900

    [ruby/openssl] ssl: manually craft invalid SAN extensions in tests

    Starting with LibreSSL 3.5, OpenSSL::X509::ExtensionFactory refuses to
    create SAN extensions that are not valid according to RFC 6125. While
    this behavior makes sense, we need such invalid extensions to test our
    own validation routine. Let's construct SAN extensions manually instead.

    https://github.com/ruby/openssl/commit/b420d6d739

commit 244363b23e5e14cedbeb99a4fb24b1576ff44ffe
  Author:     Jun Aruga <jaruga@redhat.com>
  AuthorDate: 2025-02-25 00:23:25 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-28 02:01:57 +0900

    [ruby/openssl] Use ENV["TEST_RUBY_OPENSSL_FIPS_ENABLED"] instead of OpenSSL::OPENSSL_FIPS.

    As OpenSSL::OPENSSL_FIPS always returns true on OpenSSL >= 3.0.0, we cannot use
    this constant as a flag to check whether the OpenSSL is FIPS or not.
    See <https://github.com/ruby/openssl/blob/d725783c5c180337f3d00efcba5b8744e0aea813/ext/openssl/ossl.c#L994-L1004>.

    Skip the test_fips_mode_get_with_fips_mode_set test in AWS-LC case.

    Because we don't test `OpenSSL.fips_mode=` on AWS-LC for now. We cannot change
    the value of the `OpenSSL.fips_mode` on AWS-LC.
    The `OpenSSL.fips_mode` in AWS-LC behaves as follows.

    On AWS-LC non-FIPS:
    ```
    $ bundle exec ruby -I ./lib -ropenssl.so -e 'p OpenSSL.fips_mode'
    false

    $ bundle exec ruby -I ./lib -ropenssl.so -e 'OpenSSL.fips_mode = true; p OpenSSL.fips_mode'
    -e:1:in 'OpenSSL.fips_mode=': Turning on FIPS mode failed (OpenSSL::OpenSSLError)
            from -e:1:in '<main>'

    $ bundle exec ruby -I ./lib -ropenssl.so -e 'OpenSSL.fips_mode = false; p OpenSSL.fips_mode'
    false
    ```

    On AWS-LC FIPS:
    ```
    $ bundle exec ruby -I ./lib -ropenssl.so -e 'p OpenSSL.fips_mode'
    true

    $ bundle exec ruby -I ./lib -ropenssl.so -e 'OpenSSL.fips_mode = false; p OpenSSL.fips_mode'
    -e:1:in 'OpenSSL.fips_mode=': Turning off FIPS mode failed (OpenSSL::OpenSSLError)
            from -e:1:in '<main>'

    $ bundle exec ruby -I ./lib -ropenssl.so -e 'OpenSSL.fips_mode = true; p OpenSSL.fips_mode'
    true
    ```

    https://github.com/ruby/openssl/commit/fd3e3e722f

commit 4f19f23036a873ff718ac3b2253101d85890b919
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-02-27 19:53:24 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-27 19:53:24 +0900

    Use erb for simple executable example

commit 921ca9d8a83aff50d04cec8d788bf43631702dd5
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-02-27 19:50:14 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-27 19:50:14 +0900

    Use syntax_suggest instead of erb executable.

    erb is only working with Ruby 3.5dev.

commit 2dff416ff2a5465518c080fcb0fe60e29e149f25
  Author:     Naoto Ono <onoto1998@gmail.com>
  AuthorDate: 2025-02-27 16:55:54 +0900
  Commit:     GitHub <noreply@github.com>
  CommitDate: 2025-02-27 16:55:54 +0900

    Increase timeout in TestParallel testing to reduce flaky failures (#12822)

    Currently, the following tests are flaky and failing intermittently, so I'm going to increase the timeout to improve stability.

    ```
        1) Failure:
      TestParallel::TestParallel#test_hungup [/Users/runner/work/ruby/ruby/src/tool/lib/zombie_hunter.rb:6]:
      Expected [[42009, #<Process::Status: pid 42009 SIGKILL (signal 9)>]] to be empty.

        2) Error:
      TestParallel::TestParallel#test_hungup:
      Test::Unit::ProxyError: execution expired
          /Users/runner/work/ruby/ruby/src/lib/timeout.rb:40:in 'Timeout::Error.handle_timeout'
          /Users/runner/work/ruby/ruby/src/lib/timeout.rb:194:in 'Timeout.timeout'
          /Users/runner/work/ruby/ruby/src/tool/test/testunit/test_parallel.rb:210:in 'TestParallel::TestParallel#test_hungup'

    ```
    https://github.com/ruby/ruby/actions/runs/13560087551/job/37901506230#step:14:105

    ```
        1) Error:
      TestParallel::TestParallel#test_retry_workers:
      Test::Unit::ProxyError: execution expired
          /Users/runner/work/ruby/ruby/src/lib/timeout.rb:40:in 'Timeout::Error.handle_timeout'
          /Users/runner/work/ruby/ruby/src/lib/timeout.rb:194:in 'Timeout.timeout'
          /Users/runner/work/ruby/ruby/src/tool/test/testunit/test_parallel.rb:217:in 'TestParallel::TestParallel#test_retry_workers'
    ```
    https://github.com/ruby/ruby/actions/runs/13559151505/job/37899041580#step:14:106

  Notes:
    Merged-By: ono-max <onoto1998@gmail.com>

commit 261f8023842b6f90007df68dfc3d88a01a9337a2
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-02-27 15:49:28 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-27 15:49:31 +0900

    Move irb detection to top-level before(:each) block

commit 3e8bf097ce20acd12b8625d0b9c2353cd69313cb
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-02-27 14:26:00 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-27 15:48:26 +0900

    Use erb executable instead of irb

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12821

commit 48b6c60969e544d0b50e92bab10711d34fed9c27
  Author:     Naoto Ono <onoto1998@gmail.com>
  AuthorDate: 2025-02-27 15:12:02 +0900
  Commit:     GitHub <noreply@github.com>
  CommitDate: 2025-02-27 15:12:02 +0900

    [Misc #20661] Stop retrying tests in `make test-all` command by default (#11271)

    [Misc #20661] Stop retrying tests in make test-all command by default

  Notes:
    Merged-By: ono-max <onoto1998@gmail.com>

commit 9cf5d20e5f355e2d355e3f5426080a9d8467392e
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-02-26 16:35:35 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-27 13:32:32 +0900

    [ruby/cgi] Bump up v0.4.2

    https://github.com/ruby/cgi/commit/ab84b7fe66

commit cdc55c24520af97fc5d4e31d4db5826cb07e0883
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-02-26 15:25:08 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-27 13:32:32 +0900

    [ruby/cgi] Bump up 0.4.2.beta2

    https://github.com/ruby/cgi/commit/8e6fb1041b

commit 61060d349d26f6ae6388b75899ba0a438906efdb
  Author:     Martin Emde <me@martinemde.com>
  AuthorDate: 2025-02-26 06:51:36 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-27 13:32:32 +0900

    [rubygems/rubygems] Remove MD5 digesting of compact index responses

    It has been over a year since the release, so let's stop MD5ing everything

    https://github.com/rubygems/rubygems/commit/29ef4ca30b

commit 3e78a2f58e60c2cb7a6fdd2aacdea03b31ca21eb
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2022-09-09 20:00:21 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-27 13:32:32 +0900

    [rubygems/rubygems] Improve error message when on read-only filesystems

    If we fail to write the lockfile, give a better error.

    https://github.com/rubygems/rubygems/commit/81a08d6eda

commit 0d62037fc0626855c36359e4a8a02936b592f9d9
  Author:     Jean Boussier <jean.boussier@gmail.com>
  AuthorDate: 2025-02-26 01:12:26 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-27 13:32:32 +0900

    [ruby/json] Ensure parser error snippets are valid UTF-8

    Fix: https://github.com/ruby/json/issues/755

    Error messages now include a snippet of the document
    that doesn't parse to help locate the issue, however
    the way it was done wasn't UTF-8 aware, and it could
    result in exception messages with truncated characters.

    It would be nice to go a bit farther and actually support
    codepoints, but it's a lot of complexity to do it in C,
    perhaps if we move that logic to Ruby given it's not a
    performance sensitive codepath.

    https://github.com/ruby/json/commit/e144793b72

commit 75f07afd1897a81a18d3e40b57e8a5731d455827
  Author:     yuuji.yaginuma <yuuji.yaginuma@gmail.com>
  AuthorDate: 2025-02-02 16:11:09 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-27 13:32:27 +0900

    [ruby/uri] Use a fully qualified name in warning messages

    Currently, some warning messages don't contain a `URI` like the following.

    ```ruby
    warning: URI::ABS_URI is obsolete. Use RFC2396_PARSER.regexp[:ABS_URI] explicitly.
    ```

    But, without `URI` prefix, the suggested value doesn't work.
    So I think we should use a fully qualified name to avoid confusion.

    https://github.com/ruby/uri/commit/428eb10e44

commit 31bd669f67e19f675f8de8b6cf9df74ea2c60103
  Author:     Yuji Yaginuma <yuuji.yaginuma@gmail.com>
  AuthorDate: 2025-01-23 17:44:17 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-27 13:30:23 +0900

    [ruby/uri] Fix the mention to removed `URI.escape/URI::Escape`

    This was removed by #9.

    https://github.com/ruby/uri/commit/fec924238f

commit d31c15d81f368614f81e8c32295d0529b66e7334
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-02-27 13:07:43 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-02-27 13:07:43 +0900

    [DOC] Reference to the idiom from Array#sort

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12820

commit 9394d2084c0d474093fb1fa0754c86f156d152cf
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-02-27 13:00:34 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-02-27 13:00:34 +0900

    [DOC] Fix indentation

    Not to make preceding paragraphs a code block.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12820

commit 931ac960b6d11937364b6c4e847fdd575ee67980
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-02-27 11:07:36 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-02-27 11:07:36 +0900

    [Bug #21159] module names should not be modifiable

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12819

commit 1b6fddf4db9405d44db8b30493a943d766ddc1cb
  Author:     BurdetteLamar <burdettelamar@yahoo.com>
  AuthorDate: 2025-02-27 01:22:05 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-02-27 05:52:45 +0900

    [DOC] Tweaks for Hash#keep_if

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12816

commit 04e46bd75cae6b327ddf5498258389344bf9bfef
  Author:     BurdetteLamar <burdettelamar@yahoo.com>
  AuthorDate: 2025-02-27 01:27:13 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-02-27 05:52:13 +0900

    [DOC] Tweaks for Hash#key

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12817

commit 8dce189078d609340d9a558a1e770a2002a32fa0
  Author:     BurdetteLamar <burdettelamar@yahoo.com>
  AuthorDate: 2025-02-27 01:31:42 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-02-27 05:51:58 +0900

    [DOC] Tweaks for Hash#keys

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12818

commit 3bbb029d449868e5f371cc5c2311366fa33218cb
  Author:     Burdette Lamar <BurdetteLamar@Yahoo.com>
  AuthorDate: 2025-02-26 23:28:52 +0900
  Commit:     GitHub <noreply@github.com>
  CommitDate: 2025-02-26 23:28:52 +0900

    [DOC] Tweaks for Hash#invert

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12808

    Merged-By: peterzhu2118 <peter@peterzhu.ca>

commit 43a729b1be1c03499e1fa8475364708f4a1ca39e
  Author:     BurdetteLamar <burdettelamar@yahoo.com>
  AuthorDate: 2025-02-25 23:57:31 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-02-26 23:28:05 +0900

    [DOC] Tweaks for Hash#replace

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12806

commit a870419f3a1f9a12d7458d4a7427d0766ea86911
  Author:     BurdetteLamar <burdettelamar@yahoo.com>
  AuthorDate: 2025-02-26 00:05:33 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-02-26 23:27:55 +0900

    [DOC] Tweaks for Hash#inspect

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12807

commit 237ab21f25b0a062ce6a272e0586d00778a6f20b
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-02-21 15:53:31 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-26 16:34:04 +0900

    [ruby/cgi] Escape/unescape unclosed tags as well

    https://github.com/ruby/cgi/commit/cd1eb08076

    Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org>

commit fc60a04de958d4ba94fbdf82af94017b963dea7e
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-02-21 16:01:17 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-26 16:34:03 +0900

    [ruby/cgi] Use String#concat instead of String#+ for reducing cpu usage

    https://github.com/ruby/cgi/commit/9907b76dad

    Co-authored-by: "Yusuke Endoh" <mame@ruby-lang.org>

commit eac8b1197f65162233465e1c32e2cef9d6f0d161
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-02-26 16:12:46 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-26 16:12:53 +0900

    [ruby/uri] Bump up v1.0.3

    https://github.com/ruby/uri/commit/3213f4a0f8

commit b407b6b5b2dc8071c3b1b623e4399899e851f791
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-02-21 18:16:28 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-26 16:08:45 +0900

    [ruby/uri] Fix merger of URI with authority component

    https://hackerone.com/reports/2957667

    https://github.com/ruby/uri/commit/2789182478

    Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org>

commit 57dcb4bb9bc44368db3a2ef908f1babc79ea5224
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-02-21 16:29:36 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-26 16:08:44 +0900

    [ruby/uri] Truncate userinfo with URI#join, URI#merge and URI#+

    https://github.com/ruby/uri/commit/3675494839

commit ae0853b5f5f4bf78c2bd9e34cad6e5c94bba6224
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-02-26 15:20:25 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-26 15:20:36 +0900

    [ruby/cgi] Bump up 0.4.2.beta1

    https://github.com/ruby/cgi/commit/3f5b4ed9e9

commit 0c9f149b4d87cefa1080c1c2f316ad3a8bdd809d
  Author:     Naoto Ono <onoto1998@gmail.com>
  AuthorDate: 2025-02-26 12:50:54 +0900
  Commit:     GitHub <noreply@github.com>
  CommitDate: 2025-02-26 12:50:54 +0900

    Launchable: Fix `launchable record session` command failures (#12810)

    Currently, the `launchable record session` command is failing some workflows such as YJIT on macOS. This occurs because of word splitting, as explained in https://www.shellcheck.net/wiki/SC2086. This PR addresses the issue.

    ```
    + launchable record session --build refs_pull_12785_merge_5ac818aaf7402e232de6b3e1b078765da3dc6279 --observation --flavor os=macos-14 --flavor test_task=check --flavor test_opts=--enable-yjit --flavor workflow=YJIT macOS Arm64 --test-suite yjit-test-all
    Usage: launchable record session [OPTIONS]
    Try 'launchable record session --help' for help.

    Error: Got unexpected extra arguments (macOS Arm64)
    Error: Process completed with exit code 2.
    ```

    https://github.com/ruby/ruby/actions/runs/13535324545/job/37825826044#step:10:354

  Notes:
    Merged-By: ono-max <onoto1998@gmail.com>

commit 14192921f5eda76efa85a97ed3f1bfbf48e9a534
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-02-26 11:13:41 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-02-26 11:13:41 +0900

    Check LoadError first

    The message from dlerror is not our concern.

commit 2194e65a98444c1c8fc71c9835000378df18e59c
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-02-26 09:09:56 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-26 09:09:56 +0900

    Added assertion strings with Xcode 16.3 beta

commit 6efd15a12823883fc94824041f8b3a00927a8364
  Author:     Koichi ITO <koic.ito@gmail.com>
  AuthorDate: 2025-02-26 01:07:39 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-26 07:18:02 +0900

    [ruby/prism] Restore a comment for `Prism::Translation::Parser#initialize`

    This restores the missing method comments in https://github.com/ruby/prism/pull/3479.

    https://github.com/ruby/prism/commit/78b8f67dee

commit 044570fd76d58048ea3deb0693d00a89a746d1b6
  Author:     Earlopain <14981592+Earlopain@users.noreply.github.com>
  AuthorDate: 2025-02-26 01:06:16 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-26 02:11:39 +0900

    [ruby/prism] Fix merge mishap

    Caused by https://github.com/ruby/prism/pull/3478 and https://github.com/ruby/prism/pull/3443

    I also made the builder reference more explicit to clearly distinquish
    between `::Parser` and `Prism::Translation::Parser`

    https://github.com/ruby/prism/commit/d52aaa75b6

commit 790b3858e8cf076e320a5dd4c5b777a168ceb46e
  Author:     Earlopain <14981592+Earlopain@users.noreply.github.com>
  AuthorDate: 2025-01-21 18:20:08 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-26 00:44:56 +0900

    [ruby/prism] Add a custom builder class for the parser translator

    I want to add new node types to the parser translator, for example `itblock`. The bulk of the work is already done by prism itself. In the `parser`
    builder, this would be a 5-line change at most but we don't control that here.

    Instead, we can add our own builder and either overwrite the few methods we need,
    or just inline the complete builder. I'm not sure yet which would be better.

    `rubocop-ast` uses its own builder for `parser`. For this to correctly work, it must explicitly choose to extend the
    prism builder and use it, same as it currently chooses to use a different parser when prism is used.

    I'd like to enforce that the builder for prism extends its custom one since it will lead to
    some pretty weird issues otherwise. But first, I'd like to change `rubocop-ast` to make use of this.

    https://github.com/ruby/prism/commit/b080e608a8

commit 2c3d2415d1e5be7e2ca5fa2981068b8584f17c6a
  Author:     Koichi ITO <koic.ito@gmail.com>
  AuthorDate: 2025-02-19 02:36:08 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-26 00:41:29 +0900

    [ruby/prism] Support custom parser in `Prism::Translation::Parser`

    Follow-up to https://github.com/Shopify/ruby-lsp/pull/1849.

    This is an extension of `Prism::Translation::Parser` to implement https://github.com/Shopify/ruby-lsp/pull/1849.
    It is based on the comments in https://github.com/Shopify/ruby-lsp/pull/1849#pullrequestreview-1966020868,
    but also adds a default argument for delegation to `Parser::Base` super class.

    Using this API, https://github.com/rubocop/rubocop-ast/pull/359 has been implemented in RuboCop AST.
    As detailed in https://github.com/rubocop/rubocop-ast/pull/359, this change is expected to improve performance by 1.3x
    for some source code.
    Achieving a 1.3x speedup with such this simple modification is a significant improvement for Ruby LSP and its users.

    https://github.com/ruby/prism/commit/925725291c

commit e0c0e061543431dade1103d54d8c390c9d09afac
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-02-25 15:05:58 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-25 15:36:46 +0900

    Skip fiddle assertions if fiddle is not available

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12804

commit 158e4cc4ec4a7554c1805749e160385b9921fd6e
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-02-21 19:41:04 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-25 15:36:46 +0900

    [rubygems/rubygems] Improve log message about adding a new platform

    This message is printed when running `bundle lock --add-platform`. This
    command affects the lockfile, not the gemfile, and I think it's better
    to use "You are adding" rather than "You added", because the addition is
    happening during the current invocation (as opposed to other log
    messages that talk about a change made to the Gemfile prior to running
    the command).

    https://github.com/rubygems/rubygems/commit/aba1e55f5b

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12804

commit 528471927307552efac5ff7e999df47dcb0bced2
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-02-21 19:39:33 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-25 15:36:46 +0900

    [rubygems/rubygems] Refactor handling platform removals

    And make it consistent with platform additions.

    https://github.com/rubygems/rubygems/commit/64342ae404

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12804

commit 8b952e6489e1cb9955f62e32736e8dc7ff86fa91
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-02-21 19:38:31 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-25 15:36:46 +0900

    [rubygems/rubygems] Improve log message when resolving due to local platform not in lockfile

    Current it says "you added a new platform to your gemfile", but that's
    not actually the case here.

    https://github.com/rubygems/rubygems/commit/1e39527a38

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12804

commit 71f0c37473224580d7c67091588f1a32e64c9a53
  Author:     Edouard CHIN <chin.edouard@gmail.com>
  AuthorDate: 2025-02-21 05:15:27 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-25 15:36:46 +0900

    [rubygems/rubygems] Modify `bundle doctor` to not report issue when files aren't writable:

    - ### Problem

      Running `bundle doctor` warn about files that aren't writable.
      This makes the output of `bundle doctor` very verbose for something
      I believe isn't really an issue.

      ### Context

      Rubygems keeps the files original permission at the time the gem
      is packaged.
      Many gem maintainers have decided that the permissions of the files
      in their bundled would be 0444, this includes amongst others:
      minitest, selenium, brakeman...

      Any git gems that had a 0444 permissions at some point in its git
      history would also be reported (as bundle doctor look in the
      `cache/bundler/git/<gem>/object` path).

      While it completely make sense to report when files aren't readable,
      maybe it's worth questioning the usefulness of reporting files
      that can't be written and what problem this causes to the user
      (if any).

      ### Solution

      Removed the check for unwritable file.

      ### Side note

      I also tweaked the "No issues ..." message logic as it was doing
      the opposite (reporting an issue when there is none and vice versa).
      This wasn't caught in tests because as a stub on `Bundler.ui.info`
      was missing.

    https://github.com/rubygems/rubygems/commit/9a426b9495

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12804

commit b7c87ccd79ce14df3b95f413a527be95ac16ff10
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-02-21 13:52:09 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-25 15:36:46 +0900

    [rubygems/rubygems] Added fiddle dependency for TestGemExtCargoBuilder

    https://github.com/rubygems/rubygems/commit/a7c6696ffd

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12804

commit ea8b0017b25e283c603ab84055b7c7db3a26f560
  Author:     Andrii Konchyn <andry.konchin@gmail.com>
  AuthorDate: 2025-02-25 06:03:49 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-25 15:36:46 +0900

    [ruby/strscan] Enable tests passing on TruffleRuby
    (https://github.com/ruby/strscan/pull/144)

    Changes:
    - enabled tests passing on TruffleRuby
    - removed `truffleruby` and keep only `truffleruby-head` in CI

    https://github.com/ruby/strscan/commit/4aadfc8408

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12804

commit 018943ba0557cb78d429caf4a6d536faa94a95ca
  Author:     NAITOH Jun <naitoh@gmail.com>
  AuthorDate: 2025-02-23 16:52:32 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-25 15:36:46 +0900

    [ruby/strscan] Fix a bug that inconsistency of IndexError vs nil for
    unknown capture group
    (https://github.com/ruby/strscan/pull/143)

    Fix https://github.com/ruby/strscan/pull/139

    Reported by Benoit Daloze. Thanks!!!

    https://github.com/ruby/strscan/commit/bc8a0d2623

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12804

commit 36ab247e4d2fa7fa82142d9f70b340b28da05274
  Author:     NAITOH Jun <naitoh@gmail.com>
  AuthorDate: 2025-02-23 10:21:16 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-25 15:36:46 +0900

    [ruby/strscan] Fix a bug that scanning methods that don't use Regexp
    don't clear named capture groups
    (https://github.com/ruby/strscan/pull/142)

    Fix https://github.com/ruby/strscan/pull/135

    https://github.com/ruby/strscan/commit/b957443e20

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12804

commit 021ccbf7e8e34a1ae7af2d8411ed6dc4e5e8f980
  Author:     Samuel Williams <samuel.williams@oriontransfer.co.nz>
  AuthorDate: 2025-02-25 12:37:58 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-25 12:38:04 +0900

    [ruby/pp] Ensure the thread local state is always set up.
    (https://github.com/ruby/pp/pull/38)

    https://github.com/ruby/pp/commit/5b5d483ac2

commit d32fa5283f1197f2dfbd1f22d06515035095ecee
  Author:     Samuel Williams <samuel.williams@oriontransfer.co.nz>
  AuthorDate: 2025-02-25 12:37:21 +0900
  Commit:     GitHub <noreply@github.com>
  CommitDate: 2025-02-25 12:37:21 +0900

    Prefer `0.000001` over `0.000001f` for timeout calculations. (#12803)

  Notes:
    Merged-By: ioquatix <samuel@codeotaku.com>

commit 3198b46a36feddabe5bbdcae253e5895e31f182a
  Author:     ydah <t.yudai92@gmail.com>
  AuthorDate: 2025-02-24 18:56:31 +0900
  Commit:     Yudai Takada <t.yudai92@gmail.com>
  CommitDate: 2025-02-25 10:29:15 +0900

    s/TERMINTOR/TERMINATOR/

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12800

commit 8749a131cee87434b717cad6a0960443ae66d773
  Author:     BurdetteLamar <burdettelamar@yahoo.com>
  AuthorDate: 2025-02-23 01:38:27 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-02-25 09:27:41 +0900

    [DOC] Tweaks for Hash#include?

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12797

commit 0615df2a844280b5d0a988e10b2c8d0af7e27b89
  Author:     BurdetteLamar <burdettelamar@yahoo.com>
  AuthorDate: 2025-02-22 07:04:47 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-02-25 09:27:31 +0900

    [DOC] Tweaks for Hash#hash

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12793

commit 19f7961e46b2c5817b8eb27510c890d623ac14b3
  Author:     Burdette Lamar <BurdetteLamar@Yahoo.com>
  AuthorDate: 2025-02-25 09:26:50 +0900
  Commit:     GitHub <noreply@github.com>
  CommitDate: 2025-02-25 09:26:50 +0900

    [DOC] Tweaks for Hash#flatten

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12792

    Merged-By: peterzhu2118 <peter@peterzhu.ca>

commit aa7b5e2df4e2acbc571998161ff4542b97b9d735
  Author:     Kunshan Wang <wks1986@gmail.com>
  AuthorDate: 2025-02-21 17:52:20 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-25 08:30:00 +0900

    [ruby/mmtk] Trigger forced GC in GC.start

    We now use `MMTK::handle_user_collection_request(true, ...)` to force
    triggering a GC instead of enabling GC temporarily.

    https://github.com/ruby/mmtk/commit/02ef47f818

commit 97e6ad49a4604e7e4ca04da2aaafc63cbd5d29d8
  Author:     Jean Boussier <jean.boussier@gmail.com>
  AuthorDate: 2025-02-24 22:42:09 +0900
  Commit:     Jean Boussier <jean.boussier@gmail.com>
  CommitDate: 2025-02-25 02:32:46 +0900

    Reuse the backref if it isn't marked as busy.

    [Misc #20652]

commit 87f9c3c65e38fa3e5c6ef097e2cf63ff448f48d6
  Author:     Jean Boussier <jean.boussier@gmail.com>
  AuthorDate: 2025-02-24 19:39:00 +0900
  Commit:     Jean Boussier <jean.boussier@gmail.com>
  CommitDate: 2025-02-25 02:32:46 +0900

    String#gsub! Elide MatchData allocation when we know it can't escape

    In gsub is used with a string replacement or a map that doesn't
    have a default proc, we know for sure no code can cause the MatchData
    to escape the `gsub` call.

    In such case, we still have to allocate a new MatchData because we
    don't know what is the lifetime of the backref, but for any subsequent
    match we can re-use the MatchData we allocated ourselves, reducing
    allocations significantly.

    This partially fixes [Misc #20652], except when a block is used,
    and partially reduce the performance impact of
    abc0304cb28cb9dcc3476993bc487884c139fd11 / [Bug #17507]

    ```
    compare-ruby: ruby 3.5.0dev (2025-02-24T09:44:57Z master 5cf146399f) +PRISM [arm64-darwin24]
    built-ruby: ruby 3.5.0dev (2025-02-24T10:58:27Z gsub-elude-match da966636e9) +PRISM [arm64-darwin24]
    warming up....

    |                 |compare-ruby|built-ruby|
    |:----------------|-----------:|---------:|
    |escape           |      3.577k|    3.697k|
    |                 |           -|     1.03x|
    |escape_bin       |      5.869k|    6.743k|
    |                 |           -|     1.15x|
    |escape_utf8      |      3.448k|    3.738k|
    |                 |           -|     1.08x|
    |escape_utf8_bin  |      6.361k|    7.267k|
    |                 |           -|     1.14x|
    ```

    Co-Authored-By: Étienne Barrié <etienne.barrie@gmail.com>

commit 21ac0a3a640a2a86e8716675f82221f178e29088
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-02-24 23:20:12 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-02-24 23:20:12 +0900

    [Bug #21153] Add missing op-assign to top const in `command_asgn`

    It was defined in `arg` only; moved that pattern to `op_asgn` rule to
    share it with `command_asgn`.

commit c27f433d7c0ddb13501f7e19a0158da3aec1577c
  Author:     Étienne Barrié <etienne.barrie@gmail.com>
  AuthorDate: 2025-02-24 18:10:56 +0900
  Commit:     Jean Boussier <jean.boussier@gmail.com>
  CommitDate: 2025-02-24 18:47:58 +0900

    Fix RUBY_PAGER in manpage

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12799

commit 5cf146399f5961513c2ee1697368e4c5a1c492ce
  Author:     S-H-GAMELINKS <gamelinks007@gmail.com>
  AuthorDate: 2025-02-22 16:19:37 +0900
  Commit:     Yudai Takada <t.yudai92@gmail.com>
  CommitDate: 2025-02-24 18:44:57 +0900

    Merge NODE_LINE and NODE_ENCODING cases in cond0 function

    NODE_LINE and NODE_ENCODING cases are used SWITCH_BY_COND_TYPE macro that is same to NODE_INTEGER and other cases.
    NODE_LINE and NODE_ENCODING cases can be marge to NODE_INTEGER and other node cases.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12794

commit dfc25204235079e23eadf9e0ba860c1ebcb14325
  Author:     Tanaka Akira <akr@fsij.org>
  AuthorDate: 2025-02-23 10:37:36 +0900
  Commit:     Tanaka Akira <akr@fsij.org>
  CommitDate: 2025-02-23 10:37:36 +0900

    [doc] update Time document.

commit fd882fb6819fb8b48b09e24ff71748d1bae35e43
  Author:     Samuel Chiang <sachiang@amazon.com>
  AuthorDate: 2025-02-12 11:12:05 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-23 00:11:40 +0900

    [ruby/openssl] test_ssl_session.rb: test adjustments to work with AWS-LC

    The SSL SESSION files we were originally testing against use DHE and
    SSLv3. AWS-LC happens to have no support for either and we have newer
    possible alternatives available, so I've updated the respective
    files to use ECDHE-RSA-AES256-SHA with TLS 1.1 and 1.2. I've verified
    that these work as expected with all libcryptos we support.

    There are also a few SSL session discrepencies in AWS-LC when
    compared to OpenSSL.

    1. AWS-LC has no support for internal session caching on the
       client-end.
    2. AWS-LC supports internal session caching on the server, but
       SSL_get1_session does not return a resumable session with TLS 1.3
       in AWS-LC. Users have to use the SSL_CTX_sess_set_new_cb
       (ctx.session_new_cb in Ruby) to retrieve the resumable session
       ticket.
    3. AWS-LC has no current support for external session caching in TLS
       1.3.

    https://github.com/ruby/openssl/commit/ca384b8e2f

commit 7a15ba48b58c57bbfbe77b41d172f37f542dc59d
  Author:     Samuel Chiang <sachiang@amazon.com>
  AuthorDate: 2025-02-12 11:09:32 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-23 00:11:40 +0900

    [ruby/openssl] ssl: account for slight behavioral differences in AWS-LC

    There are a few SSL discrepencies in AWS-LC when compared to OpenSSL.

    1. AWS-LC has slightly different error messages (in all-caps).
    2. AWS-LC has no support for DHE ciphersuites.
    3. There are no concepts of SSL security levels within AWS-LC.
    4. Similar to LibreSSL, there is no support for OPENSSL_CONF.

    https://github.com/ruby/openssl/commit/a60d050342

commit 4ec0e9e25d32f54f0778b3b78acbc1e002bde825
  Author:     Samuel Chiang <sachiang@amazon.com>
  AuthorDate: 2025-02-12 11:00:46 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-23 00:11:40 +0900

    [ruby/openssl] pkey/ec: AWS-LC disallows serialization of explicit curves

    https://github.com/ruby/openssl/commit/65c5a772ea

commit 23465d8446fa32c7a76f0e11c4bf8f1e56e98e9e
  Author:     Samuel Chiang <sachiang@amazon.com>
  AuthorDate: 2025-02-12 10:59:29 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-23 00:11:39 +0900

    [ruby/openssl] pkey/dh: tweak break tests for AWS-LC

    We reecently tweaked some break tests in test_pkey_dh.rb due to
    different behavior with OpenSSL in FIPS mode.
    AWS-LC does not inherit the same specific behavior, so tests
    have been adjusted accordingly.

    https://github.com/ruby/openssl/commit/3117897dbc

commit 841d9f259dbe70fa35b4634b5c90d2c33e51c3f9
  Author:     Samuel Chiang <sachiang@amazon.com>
  AuthorDate: 2025-02-12 10:52:40 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-23 00:11:39 +0900

    [ruby/openssl] pkey: EVP_DigestVerify doesn't return -1 in AWS-LC

    EVP_DigestVerify in OpenSSL returns 0 to indicate a signature
    verification failure and can return -1  to indicate other
    failures, such as invalid ASN1 contents. ruby/openssl also
    reflects that by returning false with 0 and raising an error
    with -1.
    EVP_DigestVerify in AWS-LC simply returns 0 for any failure.

    https://github.com/ruby/openssl/commit/be8ba76dc1

commit f63a123606286eadd812313a4ea42af8ea8c686f
  Author:     Samuel Chiang <sachiang@amazon.com>
  AuthorDate: 2025-02-12 10:45:15 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-23 00:11:38 +0900

    [ruby/openssl] pkey: AWS-LC disallows parsing of invalid keys and params

    OpenSSL allows invalid EC keys or DH params to be parsed. The consuming
    application can then run parameter/key checks to check the validity of
    the parameters. We happen to run tests to verify that this behaves as
    expected.
    AWS-LC on the other hand, directly raises an error and disallows the
    invalid state to be parsed, rather than making it parsable and checking
    the validity later. Relevant tests have been adjusted accordingly to
    reflect this.

    https://github.com/ruby/openssl/commit/febe50be1b

commit 6263d0d16bbe18fa210d2d67816dbd14272e109e
  Author:     Samuel Chiang <sachiang@amazon.com>
  AuthorDate: 2025-02-12 10:38:05 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-23 00:11:38 +0900

    [ruby/openssl] test_pkcs7.rb: skip AWS-LC's unsupported features

    1. AWS-LC has no support for SMIME with PKCS7. That may change in the
       near future, so I've marked that with "pend" for now.
    2. AWS-LC doesn't support printing of PKCS7 contents with
       PKCS7_print_ctx.
    3. OpenSSL traditionally used indefinite-length encoding with
       ASN1_TFLG_NDEF in its implementation for PKCS7 EncryptedContent.
       AWS-LC uses explicit OCTET STRING headers to encode instead,
       which leads to a slight difference in serialized ASN1 contents
       from the two libraries.

    https://github.com/ruby/openssl/commit/78c585a9c2

commit b995eee81183c793c36ad87715e23d2e96bd8f5f
  Author:     Samuel Chiang <sachiang@amazon.com>
  AuthorDate: 2025-02-12 10:37:17 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-23 00:11:38 +0900

    [ruby/openssl] asn1: adjusting an ASN1 test to use CONTEXT_SPECIFIC

    AWS-LC's ASN1 parsing capabilities led to us examine some of our
    ASN1 tests. One test in test_asn1.rb happens to use a tag number
    of 8224. There are concerns with larger UNIVERSAL tags being
    ambiguous with negative ASN1 Integers, so I've adjusted the test
    to use CONTEXT_SPECIFIC instead with the same tag number (8224).

    https://github.com/ruby/openssl/commit/c73d9985ab

commit c4a39d6ebccdc5cf6a04fc7238e40a8a45749b86
  Author:     Samuel Chiang <sachiang@amazon.com>
  AuthorDate: 2025-02-12 10:31:31 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-23 00:11:37 +0900

    [ruby/openssl] test_config.rb: skip AWS-LC's unsupported features

    AWS-LC has a few minor functionalities removed from NCONF_get_string.

    1. Expanding of $foo to a previously-parsed value was removed.
    2. OpenSSL falls back to using "default" with an unknown "section".
       AWS-LC does not support this behavior.
    3. AWS-LC does not support parsing environment variables with "ENV"
       like LibreSSL.

    https://github.com/ruby/openssl/commit/e8de3bbd1e

commit ee5af8860f15485745a8e37c19f28704e94be7bd
  Author:     Samuel Chiang <sachiang@amazon.com>
  AuthorDate: 2025-02-12 10:13:38 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-23 00:11:37 +0900

    [ruby/openssl] test_bn.rb: AWS-LC does not support BN::CONSTTIME

    AWS-LC does not support BN_FLG_CONSTTIME due to its historically
    inconsistent constant-time guarantees.

    https://github.com/ruby/openssl/commit/9875a01b5f

commit f14995e2123e57e5412f1ac573445c2ba550ee2a
  Author:     Samuel Chiang <sachiang@amazon.com>
  AuthorDate: 2025-02-12 10:02:33 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-23 00:11:37 +0900

    [ruby/openssl] test_pkcs12.rb: don't use KEY_EX/SIG with AWS-LC

    AWS-LC does not support the KEY_SIG or KEY_EX flags that were only ever
    supported by old MSIE.

    https://github.com/ruby/openssl/commit/d50528b4e2

commit 6f3bd3769b0e962fc029fcaf8fbf10f06600693d
  Author:     Samuel Chiang <sachiang@amazon.com>
  AuthorDate: 2025-02-12 09:45:40 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-23 00:11:36 +0900

    [ruby/openssl] test_fips.rb: account for AWS-LC's FIPS mode

    AWS-LC's FIPS mode is decided at compile time. FIPS in AWS-LC can't be
    toggled on and off like OpenSSL, so tests that attempt to do so are
    incompatible.

    https://github.com/ruby/openssl/commit/027de6732d

commit d6f44535c6482e895483c0c28c9a35bcf5e4fd88
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-02-22 19:14:33 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-02-22 19:14:33 +0900

    [DOC] Fix a typo

commit b17f984e4e903d3ece3013c1488279d1947dfc39
  Author:     Tanaka Akira <akr@fsij.org>
  AuthorDate: 2025-02-22 10:29:37 +0900
  Commit:     Tanaka Akira <akr@fsij.org>
  CommitDate: 2025-02-22 10:29:37 +0900

    [doc] Time class document updated.

commit 4963d393ca1b05dafaf97b7adc15075808ab464e
  Author:     Tanaka Akira <akr@fsij.org>
  AuthorDate: 2025-02-22 10:09:32 +0900
  Commit:     Tanaka Akira <akr@fsij.org>
  CommitDate: 2025-02-22 10:09:32 +0900

    Add description for Socket::Ifaddr#flags.

commit 412997300569c1853c09813e4924b6df3d7e8669
  Author:     BurdetteLamar <burdettelamar@yahoo.com>
  AuthorDate: 2025-02-21 23:25:59 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-02-22 01:53:51 +0900

    [DOC] Tweaks for Hash#fetch_values

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12791

commit 7ef9110b1eaefbcbf72f25ad941c2c3b7ed3db01
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-02-21 19:40:58 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-21 21:06:19 +0900

    [ruby/stringio] Fix SEGV at unget to a null device StringIO

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

commit fa6b9f75efa8411829aa987b81b9c5ca0e081462
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-02-21 19:39:47 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-21 21:06:19 +0900

    [ruby/stringio] Suppress a warning for the chilled string

    https://github.com/ruby/stringio/commit/4a35291ed3

commit a1bdc364439744b72f5b7a0414ed9395a5f689dc
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-02-21 19:06:27 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-02-21 19:06:27 +0900

    Use an exclusive range for `ruby_version_is`

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12790

commit 1bc57b5e0e3cd15e8702c8856a276e98b6e46ba8
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-02-21 17:53:16 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-02-21 17:53:16 +0900

    [Bug #21150] macOS: Temporary workaround at unwinding coroutine

    On arm64 macOS, libunwind (both of system library and homebrew
    llvm-18) seems not to handle our coroutine switching code.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12789

commit d97884a58be32e829fd03a80cd521f4733d65c79
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-02-21 15:19:53 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-21 15:20:13 +0900

    [ruby/cgi] Use license files same as ruby/ruby

    https://github.com/ruby/cgi/commit/defbdf9a30

commit f8750dd87f91482283838090a801a313aa1f215c
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-02-21 11:36:19 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-21 11:36:19 +0900

    Bump up development version of stringio

commit ee2c7bcae5d8c96f41305e1a24739493121ef49b
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2022-09-09 18:18:18 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-21 11:31:49 +0900

    [rubygems/rubygems] Allow noop `bundle install` to work on read-only or protected folders

    As long as there's nothing new to install and gems are already there.

    If not, give a meaningful error about what happened.

    This was how things already worked until
    https://github.com/rubygems/rubygems/commit/345ec45f5a87, so this commit partially
    reverts that change.

    https://github.com/rubygems/rubygems/commit/794b0ecb39

commit ca46a159911e100ced3d4c96a4ee8291b8e0954e
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-02-20 15:54:45 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-21 11:31:47 +0900

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

    https://github.com/rubygems/rubygems/commit/24d4281d86

commit 425cfcff8579bfef64264ba2f644b717c5248b80
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-02-20 15:54:13 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-21 11:31:47 +0900

    [rubygems/rubygems] bin/rubocop -a --only Style/MultipleComparison

    https://github.com/rubygems/rubygems/commit/677e17aa2e

commit cdbadafd25a5fc9af00d9495236396beaf329619
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-02-19 03:01:40 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-21 11:31:44 +0900

    [rubygems/rubygems] Fix resolver issue due to ill-defined version ranges being created

    https://github.com/rubygems/rubygems/commit/f2f2ac9680

commit bf6c106d5467b51efb88fe6252093a59dbeeddee
  Author:     Jean Boussier <jean.boussier@gmail.com>
  AuthorDate: 2025-02-20 18:25:03 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-21 11:31:36 +0900

    [ruby/strscan] `scan_integer(base: 16)` ignore x suffix if not
    followed by hexadecimal
    (https://github.com/ruby/strscan/pull/141)

    Fix: https://github.com/ruby/strscan/issues/140

    `0x<EOF>`, `0xZZZ` should be parsed as `0` instead of not matching at
    all.

    https://github.com/ruby/strscan/commit/c4e4795ed2

commit 7d7984642ce11c48c5f0bc1627f50ff097b9e7f5
  Author:     Charles Oliver Nutter <headius@headius.com>
  AuthorDate: 2025-02-21 09:37:35 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-21 09:37:40 +0900

    [ruby/stringio] Allow seek when underlying string is frozen
    (https://github.com/ruby/stringio/pull/121)

    Fixes https://github.com/ruby/stringio/pull/119. Adds a test for this expectation.

    https://github.com/ruby/stringio/commit/3f90fe44c6

commit 0f1cb9234574d3d39c85b5b98a306306e20f068b
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-02-21 03:58:27 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-21 04:35:38 +0900

    [ruby/mmtk] Fix compatibility for Rust 1.85

    https://github.com/ruby/mmtk/commit/9da566e26a

commit b2cf48f4067c22a79e6ceb30247d611e5a310a19
  Author:     Takashi Kokubun <takashikkbn@gmail.com>
  AuthorDate: 2025-02-21 03:14:03 +0900
  Commit:     Takashi Kokubun <takashikkbn@gmail.com>
  CommitDate: 2025-02-21 03:14:37 +0900

    chmod -x tool/ruby_vm/models/bare_instructions.rb

    We run only tool/insns2vm.rb as the executable. It seems confusing to
    have an executable flag on this file.

commit 34098b669c0cbc024cd08e686891f1dfe0a10aaf
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-02-20 15:34:25 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-02-20 15:34:32 +0900

    [Bug #21144] Win32: Convert the time zone name to the current locale

    The Windows time zone IDs provided by Microsoft as of 24H1 are ASCII
    only all, but the API itself is not impossible to set non-ASCII key
    name.  Prefer the current locale encoding for now until we move to
    UTF-8 including environment variables and command line arguments.

commit 556be73cbbf3845c448ca4f546411be18d523f33
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-02-19 16:39:24 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-20 12:58:45 +0900

    [rubygems/rubygems] gem server command is extracted from rubygems core feature now

    https://github.com/rubygems/rubygems/commit/b29f8d6a37

commit 63600d79dc265893b17c2e3a549898d16fa6e64d
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-02-15 00:33:44 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-20 12:58:44 +0900

    [rubygems/rubygems] Fix lockfile platforms inconveniently added on JRuby

    When working with our repository on JRuby locally, I get the following
    changes when running `bin/rake setup` in all of our lockfiles

    ```diff
    diff --git a/tool/bundler/dev_gems.rb.lock b/tool/bundler/dev_gems.rb.lock
    index https://github.com/rubygems/rubygems/commit/362bf25690d..https://github.com/rubygems/rubygems/commit/74550b2a408 100644
    --- a/tool/bundler/dev_gems.rb.lock
    +++ b/tool/bundler/dev_gems.rb.lock
    @@ -66,6 +66,7 @@ PLATFORMS
       java
       ruby
       universal-java
    +  universal-java-22
       x64-mingw-ucrt
       x86-linux
       x86_64-darwin
    ```

    This is inconvenient, so I applied the same strategy we already use on
    non JRuby implementations to not add the current platform to the
    lockfile if a less specific platform is already there.

    https://github.com/rubygems/rubygems/commit/812b9cd1e8

commit 7605d680625896d728a4e493ae0ff2963967dccd
  Author:     Yusuke Endoh <mame@ruby-lang.org>
  AuthorDate: 2025-02-20 09:32:22 +0900
  Commit:     Yusuke Endoh <mame@ruby-lang.org>
  CommitDate: 2025-02-20 10:20:06 +0900

    Revert "refactor: make get_local_variable_ptr accept "rb_env_t *""

    This reverts commit 6d75599a1aade9f8081d0691a9da1e62a5428e95.

    Updating env was actually needed in local_variable_set.
    Alan Wu pointed this out to me.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12783

commit a27758ad4e6a24110f11f16cf62464981dc041a2
  Author:     Aaron Patterson <119901895+tenderworks@users.noreply.github.com>
  AuthorDate: 2025-02-20 09:18:02 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-20 09:18:08 +0900

    [ruby/stringio] Make sure shared buffer is copied on mutation
    (https://github.com/ruby/stringio/pull/117)

    We need to ensure shared buffers are made independent on mutation.
    Otherwise we could end up mutating unrelated string buffers.

    ---------

    https://github.com/ruby/stringio/commit/5101cfb030

    Co-authored-by: Aaron Patterson <tenderlove@ruby-lang.org>
    Co-authored-by: Alan Wu <XrXr@users.noreply.github.com>
    Co-authored-by: Aaron Patterson <aaron.patterson@gmail.com>
    Co-authored-by: Sutou Kouhei <kou@cozmixng.org>

commit c515da3d74779bd725f5bc60d6514d325515df0e
  Author:     Kazuki Yamaguchi <k@rhe.jp>
  AuthorDate: 2025-02-19 03:15:07 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-20 02:08:16 +0900

    [ruby/openssl] ssl: remove cert_store from start_server test helper

    OpenSSL::SSL::SSLContext#cert_store= uses SSL_CTX_set_cert_store(). The
    store is used for verifying peer certificates and for building
    certificate chains to be sent to the peer if there is no chain
    explicitly provided by SSLContext#extra_chain_cert=.

    Do not specify it in the common test helper start_server, as most
    callers do not require either function. Instead, update individual test
    cases that use client certificates to explicitly specify it in ctx_proc.
    A more direct test case is added to verify the latter function.

    https://github.com/ruby/openssl/commit/9daecee615

commit 49e229b3fca15f85889f66a4cc56c55d3bd44b43
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-02-19 23:56:17 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-02-19 23:56:17 +0900

    Fix value of RB_GC_OBJECT_METADATA_ENTRY_COUNT

    There are 7 entries in RB_GC_OBJECT_METADATA_ENTRY_COUNT.

commit ff6b1a03abc034eee88327958a6ce8911fbdfe0d
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-02-19 04:02:49 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-02-19 23:47:28 +0900

    Skip TestObjSpace#test_dump_flag_age for MMTk

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12777

commit 5e45f2a0bce9a94b1b5f9eda615344e74a39e597
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-02-19 03:45:27 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-02-19 23:47:28 +0900

    Add age to rb_gc_object_metadata

    This will allow ObjectSpace.dump to output the age of the object.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12777

commit 5acfe30880294cd4129c811f1d6d814ef1d62e70
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-02-19 03:21:18 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-02-19 23:47:28 +0900

    Implement rb_gc_object_metadata for MMTk

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12777

commit 7b6e07ea93cfc42bfb8bdf875555d2c8c7d5e507
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-02-19 02:58:40 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-02-19 23:47:28 +0900

    Add rb_gc_object_metadata API

    This function replaces the internal rb_obj_gc_flags API. rb_gc_object_metadata
    returns an array of name and value pairs, with the last element having
    0 for the name.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12777

commit 273e35cdcc04c6c68066a963157896472a2d1eb3
  Author:     BurdetteLamar <burdettelamar@yahoo.com>
  AuthorDate: 2025-02-19 06:10:28 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-02-19 23:46:52 +0900

    [DOC] Tweaks for Hash#fetch

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12780

commit a46997a8f70c3f4640c07c719de82b8d612354cf
  Author:     BurdetteLamar <burdettelamar@yahoo.com>
  AuthorDate: 2025-02-19 05:50:32 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-02-19 23:46:04 +0900

    [DOC] Tweaks for Hash#except

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12779

commit 188b3375b0668c71fa46eba8e0fc7628867c148e
  Author:     Burdette Lamar <BurdetteLamar@Yahoo.com>
  AuthorDate: 2025-02-19 23:45:27 +0900
  Commit:     GitHub <noreply@github.com>
  CommitDate: 2025-02-19 23:45:27 +0900

    [DOC] Tweaks for Hash#eql?

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12778

    Merged-By: peterzhu2118 <peter@peterzhu.ca>

commit 3f07bc76ff6a11232d9f18e5eaa31835c195e8f0
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-02-17 21:46:47 +0900
  Commit:     Nobuyoshi Nakada <nobu.nakada@gmail.com>
  CommitDate: 2025-02-19 18:27:32 +0900

    [Bug #21144] Win32: Use Windows time zone ID if TZ is not set

    If the TZ environment variable is not set, the time zone names
    retrieved from the system are localized for UI display and may vary
    across editions and language packs for the same time zone.
    Use the time zone IDs that are invariant across environments instead.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12765

commit bd84c75a013042f4feefa4616ab119394b3bbf24
  Author:     Yuta Saito <kateinoigakukun@gmail.com>
  AuthorDate: 2025-02-18 19:30:17 +0900
  Commit:     Yuta Saito <kateinoigakukun@gmail.com>
  CommitDate: 2025-02-19 13:54:51 +0900

    [wasm] Update WASI SDK to 25

    to include WASI Preview 2 related changes added in the SDK.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12772

commit eac35edfd1101e8f7c34dbdd7b595fdac8f0ad4c
  Author:     Yuta Saito <kateinoigakukun@gmail.com>
  AuthorDate: 2025-02-19 01:06:36 +0900
  Commit:     Yuta Saito <kateinoigakukun@gmail.com>
  CommitDate: 2025-02-19 11:46:12 +0900

    [wasm] Stop using mprotect(PROT_NONE) on WASI

    we had been using a stub weak definition of `mprotect` in wasm/missing.c
    so far, but wasi-sdk 23 added mprotect emulation to wasi-libc[^1], so the
    emulation is now linked instead. However, the emulation doesn't support
    PROT_NONE and fails with ENOSYS, so we need to avoid calling mprotect
    completely on WASI.

    [^1]: https://github.com/WebAssembly/wasi-libc/commit/7528b13170462c82e367d91ae0ecead84e470ceb

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12776

commit 4f7dfbe58ee2915b0724251c6464c9b4e0c34245
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-02-19 03:34:13 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-19 11:04:09 +0900

    [rubygems/rubygems] Remove no longer necessary JRuby specific test ENV

    It does not seem noisy anymore.

    https://github.com/rubygems/rubygems/commit/060c5e960a

commit 5d8fe7a595567803b822c1455f6dfba2f8ffa8d5
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-02-18 21:13:14 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-19 11:04:09 +0900

    [rubygems/rubygems] Make sure empty gems are not reinstalled every time

    Unfortunately this requires reverting a previous enhancement of
    reinstalling gems if they incorrectly ship with an empty installation
    dir.

    However, there's no way to distinguish this kind of bad state from a gem
    that's empty for real, for example, sorbet-static-and-runtime.

    This reverts commit https://github.com/rubygems/rubygems/commit/9720a9b980d2, and adds a
    spec to make sure empty gems are not reinstalled every time.

    https://github.com/rubygems/rubygems/commit/7c102394af

commit da976629963104ae6315cbe4f182c749503a58ee
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-02-18 21:50:44 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-19 11:04:09 +0900

    [rubygems/rubygems] Don't add gemspec to specification list of our test gems

    Real gems hardly ever do this, so don't do it ourselves for testing
    either.

    https://github.com/rubygems/rubygems/commit/2c8960cfb4

commit 68f0150ff0402746e0fee21a287aabf7d7900523
  Author:     Samuel Williams <samuel.williams@oriontransfer.co.nz>
  AuthorDate: 2025-02-15 07:58:15 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-19 11:04:09 +0900

    [ruby/json] Pass through all options if present.

    https://github.com/ruby/json/commit/bea96e0a69

commit f423f6e10c0c226dfed98e7cb7a5d489191dfa35
  Author:     Jeremy Evans <code@jeremyevans.net>
  AuthorDate: 2025-02-18 10:23:14 +0900
  Commit:     Jeremy Evans <code@jeremyevans.net>
  CommitDate: 2025-02-19 10:18:16 +0900

    Ensure IO.copy_stream buffer is an independent string

    Otherwise, changes to the buffer by the destination write method
    could result in data changing for supposedly independent strings.

    Fixes [Bug #21131]

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12771

commit 6e510d78c02d78d335f09f5175c73c4794fe0378
  Author:     Naoto Ono <onoto1998@gmail.com>
  AuthorDate: 2025-02-19 08:48:33 +0900
  Commit:     GitHub <noreply@github.com>
  CommitDate: 2025-02-19 08:48:33 +0900

    Launchable: Remove unused file names (#12782)

    I found file names that were not used anymore. I'm gonna delete them in this PR.

  Notes:
    Merged-By: ono-max <onoto1998@gmail.com>

commit 0597cbcb1d895028e954db9711681e987c56729d
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-02-19 06:26:07 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-02-19 07:09:28 +0900

    Fix crash for special constants in too complex generic ivars

    We should skip reference updating for entries in too complex generic ivars
    that are special constants. This fixes the following crash:

        MAX_SHAPES = 0x80000

        MAX_SHAPES.times do |i|
          o = []
          o.instance_variable_set(:"@foo#{i}", 1)
        end

        o = []

        o.instance_variable_set(:"@a", 123)

        GC.compact

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12781

commit 27ba268b75bbe461460b31426e377b42d4935f70
  Author:     Burdette Lamar <BurdetteLamar@Yahoo.com>
  AuthorDate: 2025-02-19 05:29:27 +0900
  Commit:     GitHub <noreply@github.com>
  CommitDate: 2025-02-19 05:29:27 +0900

    [DOC] Tweaks for Hash#empty?

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12775

    Merged-By: peterzhu2118 <peter@peterzhu.ca>

commit fd134cf6d2af656f94a6bb1a2a251f66b5ad1bf8
  Author:     BurdetteLamar <burdettelamar@yahoo.com>
  AuthorDate: 2025-02-19 00:10:29 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-02-19 05:02:05 +0900

    [DOC] Tweaks for Hash#each_value

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12774

commit eafcdc153560fd391dabd60705cb88e3f72d7b47
  Author:     BurdetteLamar <burdettelamar@yahoo.com>
  AuthorDate: 2025-02-18 23:51:37 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-02-19 00:04:58 +0900

    [DOC] Tweaks for Hash#each_key

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12773

commit e9ba334fd1655c09ad30030773f43e3b710a4a91
  Author:     Misaki Shioi <31817032+shioimm@users.noreply.github.com>
  AuthorDate: 2025-02-18 21:09:06 +0900
  Commit:     GitHub <noreply@github.com>
  CommitDate: 2025-02-18 21:09:06 +0900

    Tweak: Add prefix to non-static function names (#12764)

    to avoid conflicts with other functions.
    This was pointed out in https://github.com/ruby/ruby/pull/11653#discussion_r1837356617 , but it was not fixed at that time.

  Notes:
    Merged-By: shioimm <shioi.mm@gmail.com>

commit cfca348436e0a9da2bb2d4402a4003601501ef0e
  Author:     Yusuke Endoh <mame@ruby-lang.org>
  AuthorDate: 2025-02-18 17:49:29 +0900
  Commit:     Yusuke Endoh <mame@ruby-lang.org>
  CommitDate: 2025-02-18 17:49:29 +0900

    Add the behavior change of Binding#local_variable* to NEWS.md

commit 3a0d00ddfbcf564765a27570df113f6dfdbfe484
  Author:     Yusuke Endoh <mame@ruby-lang.org>
  AuthorDate: 2025-02-14 10:50:34 +0900
  Commit:     Yusuke Endoh <mame@ruby-lang.org>
  CommitDate: 2025-02-18 16:23:24 +0900

    Add a test for Binding#local_variable* with numbered parameters and `it`

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12746

commit 993fd96ce6bb763e08207bb3d53824d5d46d07a4
  Author:     Yusuke Endoh <mame@ruby-lang.org>
  AuthorDate: 2025-01-20 17:41:08 +0900
  Commit:     Yusuke Endoh <mame@ruby-lang.org>
  CommitDate: 2025-02-18 16:23:24 +0900

    reject numbered parameters from Binding#local_variables

    Also, Binding#local_variable_get and #local_variable_set rejects an
    access to numbered parameters.

    [Bug #20965] [Bug #21049]

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12746

commit 6d75599a1aade9f8081d0691a9da1e62a5428e95
  Author:     Yusuke Endoh <mame@ruby-lang.org>
  AuthorDate: 2025-01-20 17:35:12 +0900
  Commit:     Yusuke Endoh <mame@ruby-lang.org>
  CommitDate: 2025-02-18 16:23:24 +0900

    refactor: make get_local_variable_ptr accept "rb_env_t *"

    ... instead of "rb_env_t **" because no one uses the updated env.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12746

commit 39960cd748e969dd2bc711a7913fe4c0b00e7fd4
  Author:     Martin Emde <me@martinemde.com>
  AuthorDate: 2025-02-18 02:57:28 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-18 12:12:55 +0900

    [rubygems/rubygems] Reduce confusion about domains used for testing

    Sometimes security reports believe they have found a vulnerability
    because they find a domain we don't own being used in the rubygems
    repository. Though there is nothing vulnerable about using 'fake'
    domains in tests when they are never hit, it nonetheless reduces
    confusion for everyone if we constrain our test domains to domains
    we actually own and control.

    https://github.com/rubygems/rubygems/commit/e77ebbe2fc

commit 507de2226bcc75b1d0d8c1736cdbe62e46a97916
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-02-14 03:08:16 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-18 12:12:54 +0900

    [rubygems/rubygems] Fix Bundler incorrectly downgrading direct dependencies

    There's no reason to call `converge_specs` when adding additional
    lower bound requirements to prevent downgrades, and it actually causes
    the extra requirements to be missed sometimes.

    Loop over the originally locked specs directly, adding the additional
    precaution of not adding the requirement if the Gemfile dependency has
    changed and it no longer matches the locked spec.

    https://github.com/rubygems/rubygems/commit/5154506912

commit 203a570f68b43ce591c5ef1784112725fa0692cd
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-02-14 03:07:40 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-18 12:12:53 +0900

    [rubygems/rubygems] Add additional assertions to spec

    To make it consistent with the spec above it.

    https://github.com/rubygems/rubygems/commit/9a00bf8db9

commit c5cdabc14a28087eda121ee9735ce457bdcd8ab3
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-02-14 03:06:45 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-18 12:12:52 +0900

    [rubygems/rubygems] Don't try to skip requirements to prevent downgrades

    These don't really hurt, so I'm not sure why I introduced it.

    https://github.com/rubygems/rubygems/commit/85b6b405ac

commit c77354157f7a0af8de5f16dc1b4f352f4bc1402f
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-02-12 23:45:24 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-18 12:12:51 +0900

    [rubygems/rubygems] Fix locked gems being upgraded when locked dependencies are incorrect

    Resolver had internal logic to prioritize locked versions when sorting
    versions, however part of it was not being actually hit because of how
    unlocking worked in the resolver: a package was allow to be unlocked
    when that was explicit requested or when the list of unlocks was empty.
    That did not make a lot of sense and other cases were working because
    the explicit list of unlocks was getting "artificially filled".

    Now we consider a package unlocked when explicitly requested (`bundle
    update <package>`), or when everything is being unlocked (`bundle
    install` with no lockfile or `bundle update`).

    This makes things simpler and gets the edge case added as a test case
    working as expected.

    https://github.com/rubygems/rubygems/commit/b8e55087f0

commit 249881690a70c907a7e4aaa8c4f9476858c21ce3
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-02-12 23:44:51 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-18 12:12:50 +0900

    [rubygems/rubygems] Add intermediate assertion to spec to help debugging

    https://github.com/rubygems/rubygems/commit/ffabab65f2

commit 592eb02d6cfda4174eb9dcc191b7e44ba42a5fe4
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-02-11 01:17:01 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-18 12:12:49 +0900

    [rubygems/rubygems] Refactor finding dependency changes

    https://github.com/rubygems/rubygems/commit/d8c4754d8f

commit 63657565eb1e1c8df2e8e1bdc1a256f5fcfc0209
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-02-10 23:57:38 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-18 12:12:48 +0900

    [rubygems/rubygems] Extract a `TheBundle#locked_specs` test helper

    https://github.com/rubygems/rubygems/commit/8cbe6573b4

commit 533e894cb524d7d319ae6977fbf2f582a3c3af70
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-02-10 22:19:37 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-18 12:12:48 +0900

    [rubygems/rubygems] Improve processing and categorizing unlock information

    https://github.com/rubygems/rubygems/commit/516430c3ec

commit 36f69d5b69711ec3cc27e885a3be2da3e555484c
  Author:     BurdetteLamar <burdettelamar@yahoo.com>
  AuthorDate: 2025-02-18 03:18:56 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-02-18 09:09:33 +0900

    [DOC] Tweaks for Hash#dig

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12768

commit 266088a85a60f23187b74ad0cea7e125a6b783f6
  Author:     BurdetteLamar <burdettelamar@yahoo.com>
  AuthorDate: 2025-02-18 04:18:08 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-02-18 09:08:14 +0900

    [DOC] Tweaks for Hash#each_pair

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12769

commit 047a05ea43cc9a621b239fbf16480954398772b6
  Author:     BurdetteLamar <burdettelamar@yahoo.com>
  AuthorDate: 2025-02-18 02:27:56 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-02-18 09:06:22 +0900

    [DOC] Tweaks for Hash#delete_if

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12766

commit 2db365dc83b3bc5e5bc15d93b5cd44b048188361
  Author:     Kevin Newton <kddnewton@gmail.com>
  AuthorDate: 2025-02-18 02:57:54 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-18 03:12:03 +0900

    [ruby/prism] Fix escape unicode curly inline whitespace

    Fixes [Bug #21145]

    https://github.com/ruby/prism/commit/be2d845639

commit 8324e3148a7737e1adbe8667d6918a141573693f
  Author:     Burdette Lamar <BurdetteLamar@Yahoo.com>
  AuthorDate: 2025-02-18 01:10:48 +0900
  Commit:     GitHub <noreply@github.com>
  CommitDate: 2025-02-18 01:10:48 +0900

    [DOC] Tweaks for Hash#compact! (#12756)

  Notes:
    Merged-By: peterzhu2118 <peter@peterzhu.ca>

commit 657bd31cc74578dfa6002193cf9b98b2b7861a65
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-02-16 18:54:08 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-02-17 18:27:24 +0900

    Trivial optimization

    - Not call `strlen` at the end of the zone name.
    - Use the initialized UTC string.

commit de490a132c358c184939a7e733106ae9b4446787
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-02-17 16:52:07 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-17 18:08:37 +0900

    Enabled test_gmp_version

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12763

commit 13c64a8a20592992c2f62b84a4b3c42e2da5de0c
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-02-17 16:27:12 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-17 18:08:37 +0900

    Pass XINCFLAGS for gmp build with Windows platform

    Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org>

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12763

commit fa5663ea247b83ad497373dc5215abb7bdeb47dd
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-02-17 14:15:45 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-17 18:08:37 +0900

    Revert "Temporary removed gmp because vcpkg package is broken."

    This reverts commit b56b70a373753fd5c6d1b6df911342c8d0138695.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12763

commit 929e8131f12efad067ded25dca93d2e267df86f2
  Author:     git[bot] <svn-admin@ruby-lang.org>
  AuthorDate: 2025-02-17 16:00:27 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-17 16:00:27 +0900

    Update bundled gems list as of 2025-02-16

commit 7032e2d6bc8ff3a046ff17e7a676a1ab8e4070f2
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-02-17 13:19:08 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-02-17 13:19:08 +0900

    Check programs for CC in the same path

    When the path of `CC` contains the target program name, e.g., clang,
    the replaced program names were unexpected.  Replace basename part
    only.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12762

commit c1c7934b63d7682216fed9dd7c9ddff5b72fea89
  Author:     Collin Funk <collin.funk1@gmail.com>
  AuthorDate: 2025-02-12 14:07:40 +0900
  Commit:     Nobuyoshi Nakada <nobu.nakada@gmail.com>
  CommitDate: 2025-02-17 13:05:18 +0900

    [Bug #21128] Include fcntl.h before checking for O_CLOEXEC

    On glibc O_CLOEXEC is defined in fcntl.h and not unistd.h so this change
    prevents the macro from being redefined.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12735

commit c8f4df4ae93cec8825c919bfebaa5f1f744ba09c
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-02-10 23:41:54 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-17 11:04:39 +0900

    [rubygems/rubygems] Make Bundler never instantiate development dependencies

    Bundler does not really have a concept of "development dependencies",
    like RubyGems has. Bundler has the more generic concept of "groups".

    Under the hood, the `gemspec` DSL will put gemspec development
    dependencies under a `:development` Gemfile group, but there's no reason
    to instantiate these as development dependencies, they are regular
    runtime dependencies, except that they belong in a group named
    :development.

    By never instantiating development dependencies at all, we avoid having
    to introduce hacks to "undo" the type Bundler does not know about, and I
    also think the error messages read better.

    https://github.com/rubygems/rubygems/commit/9a06fa5bda

commit eee9bd1aa44052af1a283051c7f767248ea9d54b
  Author:     NAITOH Jun <naitoh@gmail.com>
  AuthorDate: 2025-02-16 10:48:07 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-17 11:04:32 +0900

    [ruby/strscan] Fix a bug that scan_until behaves differently with
    Regexp and String patterns
    (https://github.com/ruby/strscan/pull/138)

    Fix https://github.com/ruby/strscan/pull/131

    https://github.com/ruby/strscan/commit/e1cec2e726

commit 6b3a97d74b3b6febb7e70ae5359831c712ae57fa
  Author:     Aaron Patterson <tenderlove@ruby-lang.org>
  AuthorDate: 2025-02-17 06:06:56 +0900
  Commit:     Aaron Patterson <aaron.patterson@gmail.com>
  CommitDate: 2025-02-17 06:37:36 +0900

    Remove undefined function from bindgen

    `rb_get_iseq_body_total_calls` was removed in cd8d20cd1fbcf9bf9d438b306beb65b2417fcc04, but it's still in the YJIT bindgen file.  This commit just removes it from bindgen

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12760

commit 2b69949407a4872e317dbc50dd1d3a6b1c72752a
  Author:     BurdetteLamar <burdettelamar@yahoo.com>
  AuthorDate: 2025-02-17 02:35:31 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-02-17 03:01:17 +0900

    [DOC] Tweaks for Hash#delete

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12758

commit 0a10c9bed6f20e63a7cc19e9e4778f9a996aaf1a
  Author:     BurdetteLamar <burdettelamar@yahoo.com>
  AuthorDate: 2025-02-17 02:13:16 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-02-17 02:59:14 +0900

    [DOC] Tweaks for Hash#compare_by_identity

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12757

commit a94f00f7c1e3f4037f50b5aaa001b3717ffca325
  Author:     BurdetteLamar <burdettelamar@yahoo.com>
  AuthorDate: 2025-02-16 01:32:58 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-02-17 02:57:23 +0900

    [DOC] Add Related notes to a few methods

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12754

commit e3ad6524906231d6bd72b5f568651ab142c68764
  Author:     BurdetteLamar <burdettelamar@yahoo.com>
  AuthorDate: 2025-02-16 01:46:46 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-02-17 02:56:48 +0900

    [DOC] Tweaks for Hash#compact

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12755

commit 23c4ac9559a05d7be4534d8e552d8dc95e272867
  Author:     S-H-GAMELINKS <gamelinks007@gmail.com>
  AuthorDate: 2025-02-08 12:44:14 +0900
  Commit:     Yudai Takada <t.yudai92@gmail.com>
  CommitDate: 2025-02-15 15:37:09 +0900

    Remove rb_enc_associate for Parser

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12715

commit 2556a975c7bcf9eead469a655e5d42aef06116c9
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-02-15 07:21:31 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-15 07:21:35 +0900

    Fixed syntax error for OpenSSL version detection

commit ba148e71e590d057d930681ae9c93450b9cfef96
  Author:     Burdette Lamar <BurdetteLamar@Yahoo.com>
  AuthorDate: 2025-02-15 06:16:53 +0900
  Commit:     GitHub <noreply@github.com>
  CommitDate: 2025-02-15 06:16:53 +0900

    [DOC] Tweaks for Hash#[]

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12694

    Merged-By: peterzhu2118 <peter@peterzhu.ca>

commit 9be6e4207be5cce986ebb322f57c49000a097f7e
  Author:     Burdette Lamar <BurdetteLamar@Yahoo.com>
  AuthorDate: 2025-02-15 05:55:10 +0900
  Commit:     GitHub <noreply@github.com>
  CommitDate: 2025-02-15 05:55:10 +0900

    [DOC] Tweaks for Hash#[]= (#12695)

  Notes:
    Merged-By: peterzhu2118 <peter@peterzhu.ca>

commit 8cafa5b8ce5e35881bf5077d2bfafc03274189f2
  Author:     Aaron Patterson <tenderlove@ruby-lang.org>
  AuthorDate: 2025-02-14 02:56:21 +0900
  Commit:     Aaron Patterson <aaron.patterson@gmail.com>
  CommitDate: 2025-02-15 04:39:35 +0900

    Only count VM instructions in YJIT stats builds

    The instruction counter is slowing multi-Ractor applications.  I had
    changed it to use a thread local, but using a thread local is slowing
    single threaded applications.  This commit only enables the instruction
    counter in YJIT stats builds until we can figure out a way to gather the
    information with lower overhead.

    Co-authored-by: Randy Stauner <randy.stauner@shopify.com>

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12670

commit c1ce3d719dab2761fbca37f9336a33b47af187ed
  Author:     Takashi Kokubun <takashikkbn@gmail.com>
  AuthorDate: 2025-02-15 03:40:00 +0900
  Commit:     Takashi Kokubun <takashikkbn@gmail.com>
  CommitDate: 2025-02-15 03:40:10 +0900

    Streamline YJIT checks on jit_compile()

commit deb010ae248879b1c577366f5349b6094536bf4e
  Author:     Kevin Newton <kddnewton@gmail.com>
  AuthorDate: 2025-02-15 02:32:52 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-15 02:32:58 +0900

    [ruby/prism] Fix up locals test with it parameters

    https://github.com/ruby/prism/commit/599a96dbfc

commit ee181d1bb74ef82d6507c411a6aff10d1bf37aa3
  Author:     Kevin Newton <kddnewton@gmail.com>
  AuthorDate: 2025-02-15 00:10:08 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-15 01:49:52 +0900

    [ruby/prism] Fix up it indirect writes

    Fixes [Bug #21137]

    https://github.com/ruby/prism/commit/ca493e6797

commit 0cab608d3a7791c229eea2ebe276494f063c8176
  Author:     Masataka Pocke Kuwabara <kuwabara@pocke.me>
  AuthorDate: 2025-02-14 16:31:58 +0900
  Commit:     GitHub <noreply@github.com>
  CommitDate: 2025-02-14 16:31:58 +0900

    [Bug #21127] Thread deadlock does not display backtraces (#12721)

    Previously, Ruby displayed backtraces for each thread on deadlock. However, it has not been shown since Ruby 3.0.
    It should display the backtrace for debugging.

    Co-authored-by: Jeremy Evans <code@jeremyevans.net>

  Notes:
    Merged-By: pocke <p.ck.t22@gmail.com>

commit b4ed6db096b5876b547646307aa41e008fdca8ea
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-02-14 16:16:55 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-14 16:16:55 +0900

    Removed trailing spaces

commit a55a2fc6e8215b08b6a6ed72f0ed2cd83cd8f6e1
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-02-01 04:14:52 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-14 16:13:27 +0900

    [rubygems/rubygems] Reset existing specs when using `Bundler::SpecSet#[]=`

    We have a flaky failure where to equal Bundler specs sneak into the same
    SpecSet. This seems like a vector where that could happen so trying this
    in case it fixes the flaky.

    https://github.com/rubygems/rubygems/commit/a33aeb3c4d

commit a64c697b22f5ebb01d0a87fc5b24ae7a78398247
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-02-01 03:25:47 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-14 16:13:27 +0900

    [rubygems/rubygems] Refactor SpecSet to not need reset

    https://github.com/rubygems/rubygems/commit/55af558124

commit 061d8133ce7f23894abdd62e06797a3a1e9988f9
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-02-01 03:13:32 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-14 16:13:27 +0900

    [rubygems/rubygems] Simplify hacks to integrate with RubyGems

    https://github.com/rubygems/rubygems/commit/33d91de732

commit c94cec27f7bd7000e9944c2037bf4a4c255c0861
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-01-30 17:27:20 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-14 16:13:27 +0900

    [rubygems/rubygems] Simplify SpecSet#sorted

    https://github.com/rubygems/rubygems/commit/a3f365bbaa

commit e59c90118e893fae3f37ca629291f37e26de48f4
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-02-11 22:03:02 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-14 16:13:27 +0900

    [rubygems/rubygems] Raise error when lockfile is missing deps in frozen mode

    And avoid installing any gems.

    https://github.com/rubygems/rubygems/commit/c12700c7e4

commit e11401f799aa9343362a37157de6fbfc1836674d
  Author:     johnnyshields <27655+johnnyshields@users.noreply.github.com>
  AuthorDate: 2025-01-28 23:01:15 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-14 16:13:27 +0900

    [rubygems/rubygems] Deprecate legacy windows platforms (mswin, mingw) in the Bundler DSL, in favor of using `platform :windows`

    This commit is only deprecation and does not change/remove any actual functionality.

    https://github.com/rubygems/rubygems/commit/0ca6dc3984

commit 91a17fbbadff3b811cd25a056b4f592810bc4ad2
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-02-11 04:19:44 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-14 16:13:27 +0900

    [rubygems/rubygems] Use preferred `:windows` value for Windows exclusively

    https://github.com/rubygems/rubygems/commit/aee52d2874

    Co-authored-by: johnnyshields <27655+johnnyshields@users.noreply.github.com>

commit ccbebe9979b53352a0a11f0f5dd00ec3abab3b5a
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-02-11 17:48:17 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-14 16:13:27 +0900

    [rubygems/rubygems] Let `:bundler` filter raise if not given major versions

    Otherwise it doesn't work as expected and it may skip specs.

    https://github.com/rubygems/rubygems/commit/d6af077174

commit a3c05f27c30c04c6ebf69a63b31c0fa5e1520ecd
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-02-11 17:50:22 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-14 16:13:27 +0900

    [rubygems/rubygems] Remove spec filters

    These should always run.

    https://github.com/rubygems/rubygems/commit/0818eb104f

commit 181cab566c428b0dae55033c0b15cfd072e9a5a5
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-02-11 17:49:34 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-14 16:13:26 +0900

    [rubygems/rubygems] Fix legacy windows platform values no longer working

    https://github.com/rubygems/rubygems/commit/de8b3016db

commit 51004c36417df4cb2708e8c2802d2deeada8a3c2
  Author:     Jean Boussier <jean.boussier@gmail.com>
  AuthorDate: 2025-02-13 16:42:16 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-14 16:13:26 +0900

    [ruby/strscan] Fix a bug that scan_integer doesn't update matched
    data
    (https://github.com/ruby/strscan/pull/133)

    Fix https://github.com/ruby/strscan/pull/130

    Reported by Andrii Konchyn. Thanks!!!

    https://github.com/ruby/strscan/commit/4e5f17f87a

commit c1f024f99d4f24dde4ca3c1f35825eba19c413f6
  Author:     Jean Boussier <jean.boussier@gmail.com>
  AuthorDate: 2025-01-30 17:34:01 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-14 16:13:26 +0900

    [ruby/psych] Avoid calls to `require` in hotspots

    Followup: https://github.com/ruby/psych/pull/686

    This single call shows up as 4% of some controller actions
    in the lobsters benchmark.

    Profile: https://share.firefox.dev/3EqKnhS

    https://github.com/ruby/psych/commit/b77bfee092

commit 599fdb9641afe4a68dc527a2b0be84caa61b3955
  Author:     git[bot] <svn-admin@ruby-lang.org>
  AuthorDate: 2025-02-14 15:59:41 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-14 15:59:41 +0900

    Update bundled gems list as of 2025-02-13

commit 41251fdd309d4ff8f699268e33c32a114257211e
  Author:     Alan Wu <XrXr@users.noreply.github.com>
  AuthorDate: 2025-02-14 06:28:10 +0900
  Commit:     Alan Wu <XrXr@users.noreply.github.com>
  CommitDate: 2025-02-14 07:27:28 +0900

    YJIT: Fix linker warnings on macOS for Cargo (development) builds

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12743

commit e0cb069c0684bb8baf505a9d7a281d0ff8e1bf82
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-02-14 04:02:31 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-02-14 06:11:37 +0900

    Remove dead rb_st_nth_key

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12742

commit 31162bf4261b2e740f6e26f2c2f22c36d3556cf0
  Author:     HASUMI Hitoshi <hasumikin@gmail.com>
  AuthorDate: 2025-02-01 14:49:33 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-14 05:12:43 +0900

    [ruby/prism] Handle zero-sized allocation in pm_constant_id_list_init_capacity

    According to the calloc(3) man page, when nmemb or size is 0, `calloc()` can either return NULL or a unique pointer that can be passed to `free()`.
    While gcc and clang typically return a unique pointer, mruby's `mrb_calloc()` returns NULL in this case.

    Since `pm_constant_pool_init()` is commonly called with capacity=0 during normal operation of Prism, explicitly handle this case by setting `list->ids` to NULL when capacity is 0.
    This approach is portable across different calloc implementations and avoids potential issues with mruby's allocation behavior.

    This maintains compatibility with `free()` and `realloc()`, as passing NULL pointers to these functions is explicitly allowed by their specifications.

    https://github.com/ruby/prism/commit/1c32252df7

commit 127325a4bad409ee5da91084fac768934a8fd9e3
  Author:     Kevin Newton <kddnewton@gmail.com>
  AuthorDate: 2025-02-14 04:17:53 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-14 05:04:02 +0900

    [ruby/prism] No writing to numbered parameters

    Fixes [Bug #21117]

    https://github.com/ruby/prism/commit/19d4bab5a0

commit b21e1aed2ed5b22b50efc658289a403eeed581df
  Author:     Kevin Newton <kddnewton@gmail.com>
  AuthorDate: 2025-02-14 03:58:49 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-14 04:12:10 +0900

    [ruby/prism] Fix infinite loop in error recovery

    When recovering from a depth error that occurs at the end of the
    file, we need to break out of parsing statements.

    Fixes [Bug #21114]

    https://github.com/ruby/prism/commit/a32e268787

commit 2b92172894e755362a7a0b74ef3b6a5543a89017
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-29 17:51:21 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-14 02:49:48 +0900

    [ruby/prism] Split assertion per expressions

    Expressions joined with `&&` are better asserted separately, so that
    it is clear from the failure message which expression is false.

    Also, `unsigned long` may not be enough for `ptrdiff_t`, e.g., Windows.
    Saying that `ptrdiff_t` can be larger than `SIZE_MAX` means that
    `PTRDIFF_MAX` is larger than `SIZE_MAX` and `ptrdiff_t` is sufficient
    to represent `SIZE_MAX`, otherwise if `PTRDIFF_MAX` is smaller than
    `SIZE_MAX`, `diff` will always be smaller than `SIZE_MAX` as well.
    `diff` could be equal to `SIZE_MAX` only if `PTRDIFF_MAX` is equal to
    `SIZE_MAX` and these assertions would pass, but I don't think there is
    any platform where that is the case.

    https://github.com/ruby/prism/commit/1fc6dfcada

commit 9826047f01230780c0e64072fa03a7a4aecba63c
  Author:     Jean Boussier <jean.boussier@gmail.com>
  AuthorDate: 2025-02-13 19:08:38 +0900
  Commit:     Jean Boussier <jean.boussier@gmail.com>
  CommitDate: 2025-02-13 19:38:02 +0900

    Array#sort_by! return early if sorting is useless

    `Array#sort!` does that check, but `#sort_by!` always tries to
    sort, which is wasteful.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12741

commit 4a67ef09ccd703047552b740431cfe15e32451f4
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-02-13 15:59:16 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-02-13 18:01:03 +0900

    [Feature #21116] Extract RJIT as a third-party gem

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12740

commit d35cc0cc772b48c5aaba354e7084278da68f44e4
  Author:     Yuta Saito <kateinoigakukun@gmail.com>
  AuthorDate: 2025-02-12 20:43:05 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-13 15:35:31 +0900

    tool/downloader.rb: Stop caching already existing files

    Previously, the script was caching any file already present in the
    destination directory, regardless of its origin. This caused issues
    when the directory contained files copied from external sources like
    `autoreconf --install`.

    For example:
    1. `./autogen.sh --install` copies `config.guess` and `config.sub`
       from the system to `./tool`.
    2. `ruby tool/downloader.rb -d tool -e gnu config.guess config.sub`
       treats those files as if they were downloaded and caches them.
    3. Removing the files: `rm tool/config.guess tool/config.sub`.
    4. Running the downloader again, it mistakenly restores the cached
       files instead of downloading fresh versions.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12738

commit 45397f828449498696899b416b7dfcd91ca82455
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-02-13 14:13:47 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-13 14:13:53 +0900

    Extend timeout with resolv.rb and Windows platform. It's expired with 10sec sometimes.

commit cf00b31b5d9882325d2124cb257fb6a3476e0d78
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-02-13 13:12:24 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-02-13 13:12:24 +0900

    Remove a stale function for MJIT

commit 908fe85dfcfaf3ab69e3f77b17edc7952246f4f9
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-02-13 13:06:59 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-02-13 13:06:59 +0900

    Remove stale comment for MJIT

commit 38cf09fc7039c386b9c02886f3286273c2791ed2
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-02-13 12:48:30 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-02-13 12:48:30 +0900

    Header files for MJIT is not generated already

    The glob patterns are replaced by rote, but these files have been
    removed before it.

commit ee03df26bad92abb5397a82be3bc385a9ef69b5a
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-02-12 00:25:45 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-13 09:37:51 +0900

    [rubygems/rubygems] `--prefer-local` should resolve to latest version if no gems are available locally

    Filtering out remote specs should only apply where there are locally
    installed specs. Otherwise they should always be considered.

    https://github.com/rubygems/rubygems/commit/118f8389a1

commit 151b436c9d52e879e38f40cfcbcc3e516b9b439d
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-02-11 00:40:09 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-13 09:37:51 +0900

    [rubygems/rubygems] Fix incorrect error message in frozen mode

    When Bundler refuses to install in frozen mode, sometimes it would
    incorrectly claim that some dependencies have been added to the Gemfile
    when that's not really the case. Fix that by making sure
    `locked_dependencies` always has all locked dependencies, even when
    unlocking,

    Additionally, the suggestion to run `bundle install` is also confusing
    when unlocking, since `bundle update` is what has been run. So skip that
    part as well when unlocking.

    https://github.com/rubygems/rubygems/commit/64d84ad7d8

commit d9267b4a71f82e78e6b98eab19b1f0ba5c08a0b4
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-02-10 23:25:43 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-13 09:37:51 +0900

    [rubygems/rubygems] Fix `type` and `gemfile` not getting reported as invalid options

    https://github.com/rubygems/rubygems/commit/5b6077a1e8

commit 0423fde31772795054a6abff86635b0d4bac902b
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-02-10 23:23:45 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-13 09:37:51 +0900

    [rubygems/rubygems] Fix spec wording

    This feature is not really deprecated, it's removed.

    https://github.com/rubygems/rubygems/commit/e7f5f061f5

commit e7720ef8d7176adecd4cfe1a42008a89ff157e97
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-02-04 01:37:11 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-13 09:37:50 +0900

    [rubygems/rubygems] Materializing specs for vendor/cache should not be strict

    Platforms specific gems not compatible with the current Ruby should not
    make `bundle cache` fail and should not get removed from the cache since
    they still may be useful in other rubies.

    https://github.com/rubygems/rubygems/commit/717b43f565

commit 5adbad731b3354e2cdf1befa0ec719f3609678dc
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-02-04 02:32:40 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-13 09:37:50 +0900

    [rubygems/rubygems] Move logic to materialize gems for cache to a new method

    And make the current `materialize_strictly` private.

    https://github.com/rubygems/rubygems/commit/3fc2129147

commit 06e3943c38b83d6784d9d9be6d5f389a862a3f7d
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-02-04 02:17:49 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-13 09:37:50 +0900

    [rubygems/rubygems] Remove unnecessary source change

    We materializing for installation, we already do this, and we
    materializing for cache, it does not seem necessary.

    https://github.com/rubygems/rubygems/commit/1a983c6cbc

commit bb764e42baa8c99a15d7440cf2e4e1c980219b5d
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-02-04 01:44:02 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-13 09:37:50 +0900

    [rubygems/rubygems] Extract some common materialization logic to a method

    https://github.com/rubygems/rubygems/commit/32982fcd33

commit 7ac29372ca84ff8b0df8c6fc137fe99b4f1fc4e3
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-02-04 01:38:32 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-13 09:37:50 +0900

    [rubygems/rubygems] Make LazySpecification#__materialize__ private

    And rename it to something better.

    https://github.com/rubygems/rubygems/commit/321174d1ad

commit dc8cde479c257a064f4b8bc017c6c1a49b7d15ea
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-02-12 18:33:12 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-13 09:37:50 +0900

    [rubygems/rubygems] Stub-out additional examples and removed needless Error definition

    https://github.com/rubygems/rubygems/commit/d24d0b5c43

commit e9e4770a18f0b2375e7783e01a9f03c126ce948e
  Author:     Takashi Kokubun <takashikkbn@gmail.com>
  AuthorDate: 2025-02-13 09:17:07 +0900
  Commit:     Takashi Kokubun <takashikkbn@gmail.com>
  CommitDate: 2025-02-13 09:17:08 +0900

    Fix .vscode/settings.json for the latest extension

commit abd1b700d2cec70187bca84eed2180ade2a93b87
  Author:     Serg Tyatin <700@2rba.com>
  AuthorDate: 2025-02-13 08:53:02 +0900
  Commit:     GitHub <noreply@github.com>
  CommitDate: 2025-02-13 08:53:02 +0900

    [DOC] Fix description comment typo

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12736

    Merged-By: nobu <nobu@ruby-lang.org>

commit 0e34a883bc75f6d3924e8369c355281927179da9
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-02-12 19:39:31 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-13 07:51:28 +0900

    Fixed infinite loop with GitHub Actions

    Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org>

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12737

commit 207c6750eff8c18832177a4953ed3a6206a3c6da
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-02-13 04:09:17 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-02-13 04:09:17 +0900

    Fix rjit_c.rb

commit 16f41eca53ec43763c63a830e50ca72324dc9c79
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-02-13 03:22:18 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-02-13 04:03:07 +0900

    Remove dead iv_index_tbl field in RObject

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12739

commit f32d5071b7b01f258eb45cf533496d82d5c0f6a1
  Author:     Jean Boussier <jean.boussier@gmail.com>
  AuthorDate: 2025-02-11 01:30:34 +0900
  Commit:     Jean Boussier <jean.boussier@gmail.com>
  CommitDate: 2025-02-12 18:23:50 +0900

    Elide string allocation when using `String#gsub` in MAP mode

    If the provided Hash doesn't have a default proc, we know for
    sure that we'll never call into user provided code, hence the
    string we allocate to access the Hash can't possibly escape.

    So we don't actually have to allocate it, we can use a fake_str,
    AKA a stack allocated string.

    ```
    compare-ruby: ruby 3.5.0dev (2025-02-10T13:47:44Z master 3fb455adab) +PRISM [arm64-darwin23]
    built-ruby: ruby 3.5.0dev (2025-02-10T17:09:52Z opt-gsub-alloc ea5c28958f) +PRISM [arm64-darwin23]
    warming up....

    |                 |compare-ruby|built-ruby|
    |:----------------|-----------:|---------:|
    |escape           |      3.374k|    3.722k|
    |                 |           -|     1.10x|
    |escape_bin       |      5.469k|    6.587k|
    |                 |           -|     1.20x|
    |escape_utf8      |      3.465k|    3.734k|
    |                 |           -|     1.08x|
    |escape_utf8_bin  |      5.752k|    7.283k|
    |                 |           -|     1.27x|
    ```

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12730

commit abcafb080ce9fe94cb13cca0e813a0a44d23cdc6
  Author:     Jean Boussier <jean.boussier@gmail.com>
  AuthorDate: 2025-02-11 05:22:39 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-12 13:15:01 +0900

    [ruby/json] Release 2.10.1

    https://github.com/ruby/json/commit/aa5b7d6acb

commit 293ad8a4e974e3dffc1419b37c15748f02b1481e
  Author:     Jean Boussier <jean.boussier@gmail.com>
  AuthorDate: 2025-02-11 05:09:35 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-12 13:15:01 +0900

    Fix a compatibility issue with `MultiJson.dump(obj, pretty: true)`

    Fix: https://github.com/ruby/json/issues/748

    `MultiJson` pass `State#to_h` as options, and the `as_json`
    property defaults to `false` but `false` wasn't accepted by
    the constructor.

commit 502bd6ba37b1820f5f5a0fe6bc9820797fddc0d6
  Author:     Jean Boussier <jean.boussier@gmail.com>
  AuthorDate: 2025-02-10 20:02:54 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-12 13:12:12 +0900

    [ruby/json] Release 2.10.0

    https://github.com/ruby/json/commit/8b56d47254

commit 4ac75f6f6453bbf3c89f5b9ae02a03085b506ed5
  Author:     Kazuki Yamaguchi <k@rhe.jp>
  AuthorDate: 2025-02-09 19:42:54 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-12 01:42:26 +0900

    [ruby/openssl] x509name: do not check for negative return from X509_NAME_entry_count()

    The function never returns a negative number.

    https://github.com/ruby/openssl/commit/895ce6fdfc

commit 47cdf98fa43a481991c229532e74c44943efcf39
  Author:     Kazuki Yamaguchi <k@rhe.jp>
  AuthorDate: 2025-01-07 02:14:50 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-12 01:42:26 +0900

    [ruby/openssl] x509: do not check for negative return from X509_*_get_ext_count()

    These functions wrap X509v3_get_ext_count(). The implementation can
    never return a negative number, and this behavior is documented in the
    man page.

    https://github.com/ruby/openssl/commit/5164725855

commit 8888ad6902b0bb12bab0a1d16389e30f4916f413
  Author:     Kazuki Yamaguchi <k@rhe.jp>
  AuthorDate: 2025-01-07 02:14:46 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-12 01:42:25 +0900

    [ruby/openssl] ossl.c: avoid using sk_*() functions with NULL

    Always use explicit NULL checks before interacting with STACK_OF(*).
    Even though most OpenSSL functions named sk_*() do not crash if we pass
    NULL as the receiver object, depending on this behavior would be a bad
    idea.

    Checks for a negative number return from sk_*_num() are removed. This
    can only happen when the stack is NULL.

    ossl_*_sk2ary() must no longer be called with NULL.

    https://github.com/ruby/openssl/commit/84cffd4f77

commit dedd05e9c81c210b201f5569ce83d9748f8bb2ab
  Author:     Kazuki Yamaguchi <k@rhe.jp>
  AuthorDate: 2025-02-09 19:37:41 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-12 01:42:25 +0900

    [ruby/openssl] pkcs7: add a test case for the data content type

    While it is not useful alone, it is still a valid content type. Some
    methods on OpenSSL::PKCS7 are only meant to work with the signed-data
    or enveloped-data content type. Add some assertions for their behavior
    with unsupported content types. The next patches will update the
    relevant code.

    https://github.com/ruby/openssl/commit/adb42b5b84

commit 06faf28558c2f1925f37dd78ff61ba1bef6e894e
  Author:     Samuel Chiang <sachiang@amazon.com>
  AuthorDate: 2025-01-24 11:16:14 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-12 00:35:03 +0900

    [ruby/openssl] Add build support for AWS-LC

    CI Changes
    1. I've split the original patch up to make it easier to digest, but
    that forces my hand to turn off testing in the AWS-LC CI for the time
    being. However, do let me know if you would prefer to review the test
    adjustments in the same PR and I can remove the temporary CI workaround.
    2. AWS-LC has a few no-op functions and we use -Wdeprecated-declarations
    to alert the consuming application of these. I've leveraged the
    skip-warnings CI option so that the build doesn't fail.

    Build Adjustments
    1. AWS-LC FIPS mode is decided at compile time. This is different from
    OpenSSL's togglable FIPS switch, so I've adjusted the build to account
    for this.
    2. AWS-LC does not support for the two KEY_SIG or KEY_EX flags that were
    only ever supported by old MSIE.
    3. AWS-LC has no current support for post handshake authentication in
    TLS 1.3.
    4. EC_GROUP structures for named curves in AWS-LC are constant, static,
    and immutable by default. This means that the EC_GROUP_set_* functions
    are essentially no-ops due to the immutability of the structure. We've
    introduced a new API for consumers that depend on the OpenSSL's default
    mutability of the EC_GROUP structure called
    EC_GROUP_new_by_curve_name_mutable. Since Ruby has a bit of
    functionality that's dependent on the mutability of these structures,
    I've made the corresponding adjustments to allow things to work as
    expected.

    https://github.com/ruby/openssl/commit/e53ec5a101

commit e603a420e9fb085c37f16f0a32628ecf6232f507
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-02-11 04:29:52 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-02-11 06:30:04 +0900

    [DOC] Fix call-seq consistency in Array

    The documentation guide (https://docs.ruby-lang.org/en/master/contributing/documentation_guide_md.html#label-Calling+Sequence+-28for+methods+written+in+C-29)
    says that the call-seq for instance methods should only include the method
    name, no prepending `array.`.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12728

commit eada3cdf898efcc316e4f0bc0cb3d1a183bb06a1
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-02-11 04:27:59 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-02-11 06:30:04 +0900

    [DOC] Fix call-seq consistency in Hash

    The documentation guide (https://docs.ruby-lang.org/en/master/contributing/documentation_guide_md.html#label-Calling+Sequence+-28for+methods+written+in+C-29)
    says that the call-seq for instance methods should only include the method
    name, no prepending `hash.`.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12728

commit d680a13ad061eeb562b1df7c11d094e6984789ce
  Author:     Aaron Patterson <tenderlove@ruby-lang.org>
  AuthorDate: 2025-02-11 05:01:17 +0900
  Commit:     Aaron Patterson <aaron.patterson@gmail.com>
  CommitDate: 2025-02-11 05:50:23 +0900

    Always return jit_entry even if NULL

    We can just always return the jit_entry since it will be initialized to
    NULL.  There is no reason to specifically return NULL if yjit / rjit are
    disabled

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12729

commit b74077c19ef882b3d2022d05e6f736feda3f8894
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-02-11 03:40:16 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-11 05:37:10 +0900

    [ruby/mmtk] Set Immix as the default plan

    https://github.com/ruby/mmtk/commit/e52b973611

commit 50469809b8d78dbd783d957749a0d269f43b470d
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-02-11 04:06:47 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-11 04:33:04 +0900

    [ruby/mmtk] Use RUBY_TEST_TIMEOUT_SCALE for tests

    RUBY_TEST_TIMEOUT_SCALE is set for debug builds because they are slower
    to run. We should respect this environment variable in MMTk tests too.

    https://github.com/ruby/mmtk/commit/0a66c518bf

commit b4bf3ed13036a01c2082bd279e6faecd5d51a740
  Author:     Burdette Lamar <BurdetteLamar@Yahoo.com>
  AuthorDate: 2025-02-11 04:32:25 +0900
  Commit:     GitHub <noreply@github.com>
  CommitDate: 2025-02-11 04:32:25 +0900

    [DOC] Adds section "Hash Inclusion" (#12634)

  Notes:
    Merged-By: peterzhu2118 <peter@peterzhu.ca>

commit 7fd589c7fc26b0494990134d6bef699c92a9336c
  Author:     Burdette Lamar <BurdetteLamar@Yahoo.com>
  AuthorDate: 2025-02-11 04:31:41 +0900
  Commit:     GitHub <noreply@github.com>
  CommitDate: 2025-02-11 04:31:41 +0900

    [DOC] Tweaks for Hash#assoc (#12726)

  Notes:
    Merged-By: peterzhu2118 <peter@peterzhu.ca>

commit 57b9b921937931dc9ce3317214f147c3f23378c7
  Author:     Burdette Lamar <BurdetteLamar@Yahoo.com>
  AuthorDate: 2025-02-11 04:31:04 +0900
  Commit:     GitHub <noreply@github.com>
  CommitDate: 2025-02-11 04:31:04 +0900

    [DOC] Tweaks for Hash#clear (#12727)

  Notes:
    Merged-By: peterzhu2118 <peter@peterzhu.ca>

commit 35afc0d6e1bbbfc2d80d0cf997a2579c378f5632
  Author:     Burdette Lamar <BurdetteLamar@Yahoo.com>
  AuthorDate: 2025-02-11 04:23:42 +0900
  Commit:     GitHub <noreply@github.com>
  CommitDate: 2025-02-11 04:23:42 +0900

    [DOC] Tweaks for Hash#any?

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12724

    Merged-By: peterzhu2118 <peter@peterzhu.ca>

commit c7e35e5534018add3b783e871ca93e27b693842d
  Author:     Daisuke Aritomo <osyoyu@osyoyu.com>
  AuthorDate: 2025-02-09 18:13:33 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-02-11 04:21:10 +0900

    gc.c: Remove no-op code

    In this context, `vm_locked` is a argument variable, and is not used
    later in the function.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12718

commit 3fb455adabc26a978f3bf42aa0bf42f10f64ae31
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-02-08 01:10:18 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-02-10 22:47:44 +0900

    Move global symbol reference updating to rb_sym_global_symbols_update_references

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12711

commit 8d0416ae0b6e725c855a3afb1225fe892d42dd4e
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-02-08 00:30:32 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-02-10 22:47:44 +0900

    Make ruby_global_symbols movable

    The `ids` array and `dsymbol_fstr_hash` were pinned because they were
    kept alive by rb_vm_register_global_object. This prevented the GC from
    moving them even though there were reference updating code.

    This commit changes it to be marked movable by marking it as a root object.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12711

commit 397bb7e42ce72ac7a8c8516cbe17b3310d0a9ad0
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-02-10 18:04:25 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-02-10 18:04:25 +0900

    Do not overwrite `GEM_PATH` if already set

    The bundler's test sets the `GEM_PATH` and `GEM_HOME` environment
    variables by itself.  Overwriting them results in tons of errors.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12722

commit cd27c580faf5b5e3ec4b4dff038bcd045ea9c282
  Author:     Naoto Ono <onoto1998@gmail.com>
  AuthorDate: 2025-02-10 16:55:02 +0900
  Commit:     GitHub <noreply@github.com>
  CommitDate: 2025-02-10 16:55:02 +0900

    Launchable: Add a workflow name as a flavor (#12720)

    Adding a workflow name would be easier to understand the connection between a test session and GitHub workflow.

  Notes:
    Merged-By: ono-max <onoto1998@gmail.com>

commit 135479a58d191af553e0c7b797a8388b3cc77ffa
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-01-30 23:43:09 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-10 09:27:18 +0900

    [rubygems/rubygems] Allocate strings from Requirement match only once

    https://github.com/rubygems/rubygems/commit/c65b8644e6

    Co-authored-by:  Samuel Giddins <segiddins@segiddins.me>

commit 5232c86ffc5636bc34a62a52ceb38589c6aba2ed
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-02-10 04:58:15 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-02-10 07:11:30 +0900

    Use the default MMTk plan

    The default MMTk plan is no longer MarkSweep, so we shouldn't force it
    to be MarkSweep.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12719

commit 5fcbf3e8ad8117c07dc4d07b3b9eabc29b8016e0
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-02-10 04:57:34 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-02-10 07:11:30 +0900

    Remove MMTk configuration for debug builds

    We are no longer running debug builds of MMTk here, so we don't need this
    configuration anymore.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12719

commit 7d10c22a86ab37a347db92297cd95e5a606ed84b
  Author:     Kazuki Yamaguchi <k@rhe.jp>
  AuthorDate: 2025-02-06 23:45:59 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-09 19:26:07 +0900

    [ruby/openssl] Revert "Skip a new test when old OpenSSL"

    This reverts commit https://github.com/ruby/openssl/commit/8c96a69b0d47.

    This is no longer necessary since we do not support OpenSSL 1.1.0
    anymore.

    https://github.com/ruby/openssl/commit/4987688cb4

commit 581dbcec79b16ab55cf3548631cb34fe6db006ee
  Author:     Kazuki Yamaguchi <k@rhe.jp>
  AuthorDate: 2025-02-06 23:48:26 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-09 19:26:07 +0900

    [ruby/openssl] ssl: prefer SSLContext#max_version= in tests

    Avoid using the deprecated OpenSSL::SSL::SSLContext#ssl_version= outside
    the tests specifically written for it.

    https://github.com/ruby/openssl/commit/93a564dec2

commit 64a98decf2d58754d9faefa30d9e86d79c63f805
  Author:     Kazuki Yamaguchi <k@rhe.jp>
  AuthorDate: 2025-02-06 23:51:44 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-09 19:26:07 +0900

    [ruby/openssl] ssl: fix misuse of assert_handshake_error in tests

    assert_handshake_error is useful for checking handshake failures
    triggered by the peer, as the underlying socket may be closed
    prematurely, leading to different exceptions depending on the platform
    and timing.

    However, when the local end aborts a handshake, the only possible
    exception is OpenSSL::SSL::SSLError. Use stricter assertions in such
    cases.

    https://github.com/ruby/openssl/commit/637ba65818

commit 5791c93f8e16fedfcad861d83e9a54da05fd6154
  Author:     Kazuki Yamaguchi <k@rhe.jp>
  AuthorDate: 2025-02-06 23:56:07 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-09 19:26:06 +0900

    [ruby/openssl] ssl: refactor test case test_verify_mode_server_cert

    Minimize the amount of code inside the assert_raise block to avoid
    accidentally catching a wrong exception.

    https://github.com/ruby/openssl/commit/5089b2d311

commit a8b36314ec22d0f8bcbad855ba8dc675654301bf
  Author:     Kazuki Yamaguchi <k@rhe.jp>
  AuthorDate: 2025-02-06 23:55:49 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-09 19:26:06 +0900

    [ruby/openssl] ssl: fix test case test_npn_advertised_protocol_too_long

    The list of NPN protocols is validated in SSLContext#setup.

    The assert_handshake_error is misleading. The client is unable to start
    a handshake at all because the server is not running.

    https://github.com/ruby/openssl/commit/e8db6ffd9e

commit 1f4fc2e608b009599dab3413ea9c04746ae65d90
  Author:     Kazuki Yamaguchi <k@rhe.jp>
  AuthorDate: 2024-12-21 03:06:40 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-09 19:26:06 +0900

    [ruby/openssl] ssl: remove start_server_version from tests

    Use start_server instead of start_server_version.

    start_server_version is a wrapper around start_server that forces the
    server to a specific protocol version using the now-deprecated method
    SSLSocket#ssl_version=, but it does more than that. The slightly
    different method signature and default values are confusing. Let's
    use start_server directly.

    https://github.com/ruby/openssl/commit/22ed31d77e

commit 237c71fc29dc2b877dcd27225e75825ddec851e8
  Author:     Kazuki Yamaguchi <k@rhe.jp>
  AuthorDate: 2024-12-21 02:45:33 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-09 19:26:05 +0900

    [ruby/openssl] ssl: remove start_immediately kwarg from test helper start_server

    The keyword argument is no longer used by any test cases.

    https://github.com/ruby/openssl/commit/2f31605d47

commit b4865b14cd6cfb49ed7ec121765144811ad02180
  Author:     git[bot] <svn-admin@ruby-lang.org>
  AuthorDate: 2025-02-08 15:59:12 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-08 15:59:12 +0900

    Update bundled gems list as of 2025-02-07

commit e12f5259e496eb201429c5da414619527c1bc609
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-02-08 04:22:40 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-02-08 05:44:54 +0900

    Add timeout to compilers workflow

    The default timeout on GitHub Actions is 360 minutes, the job usually takes
    around 20 to 30 minutes to complete. This commit sets the timeout to be
    40 minutes so jobs that hang will timeout faster.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12712

commit 5454188f6bcb333f8aa7a80986736694e1bfc26c
  Author:     Andrew Konchin <andry.konchin@gmail.com>
  AuthorDate: 2025-02-07 22:13:00 +0900
  Commit:     Benoit Daloze <eregontp@gmail.com>
  CommitDate: 2025-02-08 05:13:14 +0900

    Retry on IO::EAGAINWaitReadable when a closed socket is still not available for reading

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12710

commit 7178593558080ca529abb61ef27038236ab2687d
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-02-07 18:40:07 +0900
  Commit:     GitHub <noreply@github.com>
  CommitDate: 2025-02-07 18:40:07 +0900

    Simplified to find gemspecs for bundled gems (#12709)

    * Simplified to find gemspecs for bundled gems

    Co-authored-by: Nobuyoshi Nakada <nobu.nakada@gmail.com>

  Notes:
    Merged-By: hsbt <hsbt@ruby-lang.org>

commit 8dbbc79e8b19f0bf000f88d0e45b26185c5fcd4b
  Author:     git[bot] <svn-admin@ruby-lang.org>
  AuthorDate: 2025-02-07 16:00:32 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-07 16:00:32 +0900

    Update bundled gems list as of 2025-02-06

commit e776efdc70e3b90ae0d40c255626ce3a534906f1
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-02-07 11:02:42 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-07 11:47:48 +0900

    Support `git ls-files ...`.split style for file list of gemspec

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12708

commit 2ed1962cbedc832154630bed695cec4781b0ec89
  Author:     卜部昌平 <shyouhei@ruby-lang.org>
  AuthorDate: 2025-02-05 18:06:43 +0900
  Commit:     卜部昌平 <shyouhei@ruby-lang.org>
  CommitDate: 2025-02-07 08:49:26 +0900

    [CI] add CI matrix for clang-21

    see also https://github.com/llvm/llvm-project/pull/124870

commit 9baa0f8c8c216da3933362a6103e415b64889737
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-02-06 23:12:03 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-02-06 23:12:03 +0900

    Enable bundled gems in ruby-runner

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12706

commit adbf9c5b368e969b2e4e7806a82a2b8f017bd48d
  Author:     Jun Aruga <jaruga@redhat.com>
  AuthorDate: 2025-02-01 00:17:58 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-06 23:10:34 +0900

    [ruby/openssl] test_ssl.rb: Test respecting system default min.

    https://github.com/ruby/openssl/commit/7de5ff583a

commit ec8e3e376ce9487e93860dd277944a04e15ee461
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-02-06 16:44:23 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-06 16:44:23 +0900

    Only modified LOAD_PATH for RJIT with fiddle provided by bundled gems

commit b4bfbcaddcc4d5ec82631df3fc53b3a3ac65edb7
  Author:     Étienne Barrié <etienne.barrie@gmail.com>
  AuthorDate: 2025-02-05 20:35:30 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-06 16:02:03 +0900

    Optimize Symbol generation in strict mode

    Co-authored-by: Jean Boussier <jean.boussier@gmail.com>

commit f865148e1926f838cac8b4449abfc5d402d0d015
  Author:     Étienne Barrié <etienne.barrie@gmail.com>
  AuthorDate: 2025-02-05 20:40:07 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-06 16:02:03 +0900

    Fix JSON::Coder to call as_json proc for NaN and Infinity

    Co-authored-by: Jean Boussier <jean.boussier@gmail.com>

commit dd1fe03b8a8da5e2cbe7b35dddb07541e7f58678
  Author:     yuuji.yaginuma <yuuji.yaginuma@gmail.com>
  AuthorDate: 2025-02-02 17:49:19 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-06 15:58:01 +0900

    [rubygems/rubygems] Add `irb` to a Gemfile for a newly created gem

    I think we need this to silence the following warning when running
    `bin/console` with Ruby 3.4

    ```
    ./bin/console:10: warning: irb was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.5.0.
    You can add irb to your Gemfile or gemspec to silence this warning.
    ```

    https://github.com/rubygems/rubygems/commit/c46230c856

commit ac093f4350ae8f41ef18ac64829ea9dbc272063d
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-02-01 00:20:54 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-06 15:58:00 +0900

    [rubygems/rubygems] Auto-heal empty installation directory

    https://github.com/rubygems/rubygems/commit/9720a9b980

commit 78ef59acf7f443b7f87039d5927005a2f8f0bb36
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-02-01 00:20:39 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-06 15:57:59 +0900

    [rubygems/rubygems] Refine messages about gem installations being missing

    The previous wording was too specific, there may be situations when the
    gem has actually never installed (so never deleted either).

    https://github.com/rubygems/rubygems/commit/e4a0d71fbe

commit 385dc5dc168504b38f59036d17aa4e012b72f1e8
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-01-31 17:19:49 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-06 15:57:57 +0900

    [rubygems/rubygems] Don't potentially load remote metadata when expanding dependencies

    For installed specifications, we can ignore any constraints they may
    have, since we know they match the current version of Ruby or otherwise
    would not be installed.

    For remote specifications, we already resolve optimistically without
    metadata and retry force-fetching it if necessary.

    If in the future we support resolving against a Ruby version different
    that the one being run, we'll probably need to change this but now it's
    unnecessary and saves some memory.

    ### Before

    Total allocated: 262.99 MB (3177437 objects)
    Total retained:  115.91 MB (1297821 objects)

    ### After

    Total allocated: 259.89 MB (3134199 objects)
    Total retained:  115.05 MB (1283779 objects)

    https://github.com/rubygems/rubygems/commit/201c1863fc

commit a1716e236566fd34e4f17b9b484cc077f48e7e69
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-01-31 15:19:04 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-06 15:57:57 +0900

    [rubygems/rubygems] Move expanding dependencies with metadata to specification classes

    https://github.com/rubygems/rubygems/commit/7f921aa46e

commit 24f5e3010f632d400e56042e4b14b121a09e6c74
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-01-31 14:50:17 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-06 15:57:56 +0900

    [rubygems/rubygems] Metadata dependencies can be `Gem::Dependency` instances

    They use less memory that way.

    When resolving from scratch a Gemfile including only `"gem "rails", "~>
    8.0.1"`, I get the following results:

    ### Before

    Total allocated: 265.06 MB (3186053 objects)
    Total retained:  116.98 MB (1302280 objects)

    ### After

    Total allocated: 262.99 MB (3177437 objects)
    Total retained:  115.91 MB (1297821 objects)

    https://github.com/rubygems/rubygems/commit/a4ef9c5f56

commit 7fed6c887d68e1347defcd1364b0ceb5ba18a2b9
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-01-30 23:34:02 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-06 15:57:55 +0900

    [rubygems/rubygems] Remove unnecessary remapping of dependencies

    Sometimes we'll resolve using bare `Gem::Dependency` instances rather
    than `Bundler::Dependency` instances, which is fine, simpler, and saves
    some memory.

    When resolving from scratch a Gemfile including only `"gem "rails", "~>
    8.0.1"`, I get the following results:

    ### Before

    Total allocated: 277.48 MB (3384318 objects)
    Total retained:  117.53 MB (1338657 objects)

    ### After

    Total allocated: 265.06 MB (3186053 objects)
    Total retained:  116.98 MB (1302280 objects)

    https://github.com/rubygems/rubygems/commit/c6dc2966c5

commit 4c0cf2deed50e4dc9345b119ebd1f6e7f8a9eab8
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-01-30 23:08:27 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-06 15:57:55 +0900

    [rubygems/rubygems] Make `Bundler::Dependency` more memory efficient

    When resolving from scratch a Gemfile including only `"gem "rails", "~>
    8.0.1"`, I get the following results:

    ### Before

    Total allocated: 288.21 MB (3498515 objects)
    Total retained:  119.10 MB (1357976 objects)

    ### After

    Total allocated: 277.44 MB (3383182 objects)
    Total retained:  117.55 MB (1338622 objects)

    https://github.com/rubygems/rubygems/commit/2d3d6e5015

commit 8e7883011a6402413d7d6448235359195b45d781
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-01-30 19:31:54 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-06 15:57:54 +0900

    [rubygems/rubygems] Lazily parse dependencies in EndpointSpecification

    Since not every dependency gets referenced.

    When resolving from scratch a Gemfile including only `"gem "rails", "~>
    8.0.1"`, I get the following results:

    ### Before

    Total allocated: 295.01 MB (3624335 objects)
    Total retained:  119.31 MB (1364474 objects)

    ### After
    Total allocated: 288.21 MB (3498515 objects)
    Total retained:  119.10 MB (1357976 objects)

    https://github.com/rubygems/rubygems/commit/61eee39d81

    Co-authored-by: Samuel Giddins <segiddins@segiddins.me>

commit c83370671be81809e027476293151bd2c67e8beb
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-01-30 04:17:17 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-06 13:07:55 +0900

    Improve bundled gems warning messages

    Currently evenn if the require actually fails, they suggest that the
    file was actually loaded, which is confusing. I reworded them to reduce
    this confusion.

commit 03a0c4e079e4ab94cd8d4ee403f1b67e6f566f49
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-01-30 03:59:13 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-06 13:07:55 +0900

    Rename "gem" to "name"

    The name "gem" could be confused with RubyGems activation method.

commit 433f4e30b3af853ef5b33948e3b4be4826d3f104
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-01-30 03:53:54 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-06 13:07:55 +0900

    Simplify bundled gems warnings implementation

    Most of the stuff is not actually necessary.

commit 68bb6ceeafeae3c06f09f8d120d3194eaa2d131d
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-01-30 03:23:08 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-06 13:07:55 +0900

    Remove unnecessary SINCE_FAST_PATH constant

    If anything, I think this may be causing some false positives.

commit 15b77a09a7a72ac308ab478e491f3b90964a069f
  Author:     Daisuke Aritomo <osyoyu@osyoyu.com>
  AuthorDate: 2025-02-06 08:59:28 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-06 09:49:23 +0900

    [DOC] ractor.md: Remove link to Complex class

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12705

commit 6ca8bc8562cbe309d0a0ae82573bc14cd2b2ae47
  Author:     Naoto Ono <onoto1998@gmail.com>
  AuthorDate: 2025-02-06 08:57:46 +0900
  Commit:     GitHub <noreply@github.com>
  CommitDate: 2025-02-06 08:57:46 +0900

    Launchable: Fix broken links by passing GITHUB_SERVER_URL (#12704)

    @peterzhu2118 mentioned that "View workflow run" button is broken in Launchable. It's because invalid URL is sent from compilers/actions.yaml. Launchable CLI builds URL based on the environment variables. In those variables, GITHUB_SERVER_URL is not set in this case.

    Hence, I set GITHUB_SERVER_URL in compilers/actions.yaml in this PR.

  Notes:
    Merged-By: ono-max <onoto1998@gmail.com>

commit 141f2924eeb3816941926a425638380ca1b747f6
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-02-05 16:34:45 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-05 17:15:30 +0900

    The test of net-smtp-0.5.1 is working with Windows platform now

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12701

commit ae026ff65b85cd4ebea891825e9cedddc85c3175
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-02-05 15:19:24 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-05 15:19:24 +0900

    Update bundled_gems

commit c204cf7cb123b4c0aa50b3049c82caed3e6f2826
  Author:     Edouard CHIN <chin.edouard@gmail.com>
  AuthorDate: 2025-01-30 03:41:56 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-05 12:48:44 +0900

    [rubygems/rubygems] Deprecate `CurrentRuby#maglev?` and other related maglev methods:

    - Follow up to https://github.com/rubygems/rubygems/pull/8430#discussion_r1927239555.

      The maglev platform was not supported by Bundler, so calling
      `gem "foo", platforms: ["maglev"]` would raise an error.

      The helpers added in the `CurrentRuby` class were used at a time
      when maglev was supported (as explained in https://github.com/rubygems/rubygems/commit/45ec86e2e528).
      Support of maglev was most likely dropped at some point and the helpers
      in the `CurrentRuby` class were not deprecated/removed.

      We decided to deprecate them now.

    https://github.com/rubygems/rubygems/commit/66388babf8

commit 50e48a20c053f8b05c48547b5f5dc1059879867c
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-02-05 11:05:42 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-05 11:05:42 +0900

    Generate the latest version number from OpenSSL LTS releases

commit 425a93fb1bb9a3059fab5527d4ab318c4b723807
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-02-05 10:36:24 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-05 10:36:24 +0900

    Removed unused parameters for building docker image

commit 4b5bcba2e28b367f851bd21fbcd828f5e21a2f43
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-02-04 17:32:51 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-05 07:36:59 +0900

    Integrate read_s and read_s_expand with get_item_property for Win32::Registry

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12616

commit 333bc26d82370e2f5d324c1a24e7885fde4b9657
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-02-04 17:22:09 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-05 07:36:59 +0900

    Added get_item_property and use it for Win32::Registry and Get-ItemProperty

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12616

commit a487698cc789624924ef5e309ffbffcc36f754ca
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-02-04 17:10:46 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-05 07:36:59 +0900

    Use powershell for retrieving value from registry if fiddle is not available

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12616

commit 078e723b24b6329280b83791c46f31dc284008d3
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-02-04 17:09:09 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-05 07:36:59 +0900

    Don't use nested registry open for rewriting powershell version

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12616

commit 02a9c05e3ecc5b4a382ca9c7ca3e4adb79844bc2
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-02-04 17:03:22 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-05 07:36:59 +0900

    Handle failing case to load win32/registry

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12616

commit 62b87921090b09416a7846c865f23e2a19a448aa
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-02-04 16:48:58 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-05 07:36:59 +0900

    Skip irb on test-bundled-gems with Windows

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12616

commit 9052d0d534828f5b8bd5d94b3863f8afbd617053
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-02-04 10:59:52 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-05 07:36:59 +0900

    Try to inject fiddle path as bundled gems for RJIT

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12616

commit b50360e08be5b35ec42b0b97e1d25bc89432023b
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-23 16:08:33 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-05 07:36:59 +0900

    Update fiddle entries under the doc directory

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12616

commit 470784cbd94a70da5d3e3167dfe4f17e3b025287
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-23 15:19:58 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-05 07:36:59 +0900

    Expand stub-out scope of Fiddle.dlopen

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12616

commit ec2bd6f74e7abc7b9952282f744adfff5708bd41
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-23 11:13:55 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-05 07:36:59 +0900

    Skip to existence check fiddle from TestExtLibs

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12616

commit 16d446e8a5c70d69fec80a5dc109b5b2926e69c0
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-23 10:09:56 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-05 07:36:59 +0900

    Removed fiddle from sync target

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12616

commit 908529b7e0cf39bb1204588bd7f86c6bd40b8a00
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-24 16:23:16 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-05 07:36:59 +0900

    Migrate fiddle as bundled gems

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12616

commit 91a10c07579f282a94e4b5830feaeca87f9a7dd3
  Author:     Jean Boussier <jean.boussier@gmail.com>
  AuthorDate: 2025-02-05 05:54:53 +0900
  Commit:     Jean Boussier <jean.boussier@gmail.com>
  CommitDate: 2025-02-05 06:25:17 +0900

    Fix a typo in WeakKeyMap argument error

    [Bug #21112]

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12696

commit 10d06b9a7231e54e5f6fe34437b9c583ecefca88
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-02-04 13:41:18 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-04 13:55:16 +0900

    [ruby/resolv] Load win32/resolv with rake test

    https://github.com/ruby/resolv/commit/3ecfce3626

commit 7317f96727725ca37ddb06011918deb841de371c
  Author:     Andrii Konchyn <andry.konchin@gmail.com>
  AuthorDate: 2025-02-03 22:24:16 +0900
  Commit:     GitHub <noreply@github.com>
  CommitDate: 2025-02-03 22:24:16 +0900

    Move out from quarantine a Marshal.dump spec for Float (#12692)

    * Move out from quarantine a Marshal.dump spec for Float

    Co-authored-by: Benoit Daloze <eregontp@gmail.com>

  Notes:
    Merged-By: eregon <eregontp@gmail.com>

commit 1683dadb19876f0a64589bdbbcf6fff8143f78ff
  Author:     Misaki Shioi <31817032+shioimm@users.noreply.github.com>
  AuthorDate: 2025-02-03 20:26:47 +0900
  Commit:     GitHub <noreply@github.com>
  CommitDate: 2025-02-03 20:26:47 +0900

    Do not save ResolutionError if resolution succeeds for any address family (#12678)

    * Do not save ResolutionError if resolution succeeds for any address family

    Socket with Happy Eyeballs Version 2 performs connection attempts and name resolution in parallel.

    In the existing implementation, if a connection attempt failed for one address family while name resolution was still in progress for the other, and that name resolution later failed, the method would terminate with a name resolution error.
    This behavior was intended to ensure that the final error reflected the most recent failure, potentially overriding an earlier error.

    However, [Bug #21088](https://bugs.ruby-lang.org/issues/21088) made me realize that terminating with a name resolution error is unnatural when name resolution succeeded for at least one address family.

    This PR modifies the behavior so that if name resolution succeeds for one address family, any name resolution error from the other is not saved.

    This PR includes the following changes:

    * Do not display select(2) as the system call that caused the raised error, as it is for internal processing

    * Fix bug: Get errno with Socket::SO_ERROR in Windows environment with a workaround for tests not passing

  Notes:
    Merged-By: shioimm <shioi.mm@gmail.com>

commit f84d75eeccc38d298692c564d30f4e018d03f35d
  Author:     Kazuki Yamaguchi <k@rhe.jp>
  AuthorDate: 2025-01-23 01:49:05 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-03 18:47:48 +0900

    [ruby/openssl] pkey/ec: remove deprecated PKey::EC::Point#mul(ary, ary [, bn]) form

    The method has two forms, each corresponding to EC_POINT_mul() and
    EC_POINTs_mul(). The latter form does not work with any OpenSSL or
    LibreSSL versions that are still supported by upstream.

    The latter form has an extremely confusing behavior, too, and using it
    would print a deprecation warning since commit https://github.com/ruby/openssl/commit/812de4253d25 in 2020,
    which went to 3.0.0. Let's remove it.

    https://github.com/ruby/openssl/commit/7343d3c559

commit 5a14f536958d20e98c58606bd44bd2c0bed6da4b
  Author:     Kazuki Yamaguchi <k@rhe.jp>
  AuthorDate: 2025-01-30 23:39:51 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-03 18:46:03 +0900

    [ruby/openssl] ssl: separate SSLContext#min_version= and #max_version=

    Make these methods simple wrappers around
    SSL_CTX_set_{min,max}_proto_version().

    When we introduced these methods in commit https://github.com/ruby/openssl/commit/18603949d316 [1], which went
    to v2.1.0, we added a private method to SSLContext that set both the
    minimum and maximum protocol versions at the same time. This was to
    allow emulating the behavior using SSL options on older OpenSSL versions
    that lack SSL_CTX_set_{min,max}_proto_version(). Since we no longer
    support OpenSSL 1.0.2, the related code has already been removed.

    In OpenSSL 1.1.1 or later, setting the minimum or maximum version to 0
    is not equivalent to leaving it unset. Similar to SSL options, which we
    avoid overwriting as of commit https://github.com/ruby/openssl/commit/00bec0d905d5 and commit https://github.com/ruby/openssl/commit/77c3db2d6587 [2],
    a system-wide configuration file may define a default protocol version
    bounds. Setting the minimum version should not unset the maximum
    version, and vice versa.

    [1] https://github.com/ruby/openssl/pull/142
    [2] https://github.com/ruby/openssl/pull/767

    https://github.com/ruby/openssl/commit/5766386321

commit 8cbff4fe45abbca816867f388c12df19a211e7b9
  Author:     Naoto Ono <onoto1998@gmail.com>
  AuthorDate: 2025-02-03 16:07:19 +0900
  Commit:     GitHub <noreply@github.com>
  CommitDate: 2025-02-03 16:07:19 +0900

    Add sleep to PTY tests to stabilize flaky failures (#12691)

  Notes:
    Merged-By: ono-max <onoto1998@gmail.com>

commit 890020e3922ccb4c2241dc7c2024f8f5bc5e7e91
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-02-03 14:22:00 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-03 14:43:29 +0900

    Removed manpages for bundled gems

commit e8cf44148572683e7002cbd294dbcc1ad30bf462
  Author:     Nikita Shilnikov <fg@flashgordon.ru>
  AuthorDate: 2025-01-21 20:30:51 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-02-03 10:58:50 +0900

    [ruby/weakref] Add missing block parameter

    A block is part of the Delegator's contract. Ruby 3.4 issues a warning if a block is passed but unused. This commit fixes the warning by adding a block to the argument list.

    https://github.com/ruby/weakref/commit/9495ec9191

commit 15e6f13ff7c80c42490c3004977d72d95b35bb21
  Author:     Benoit Daloze <eregontp@gmail.com>
  AuthorDate: 2025-02-03 08:40:07 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-03 10:22:16 +0900

    [ruby/fiddle] Fix Fiddle.last_error on FFI backend and improve test
    to work for all
    (https://github.com/ruby/fiddle/pull/173)

    https://github.com/ruby/fiddle/commit/ef2382a7ef

commit b5b509766309f693f3bf0ea1e5214a1d727662ce
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-02-01 05:58:54 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-03 10:22:15 +0900

    [ruby/fiddle] Define Fiddle.last_error family and Fiddle.dlopen
    statically
    (https://github.com/ruby/fiddle/pull/172)

    `RUBY_ENGINE` and `Fiddle::WINDOWS` should not change in a process, no
    need to be checked inside the methods.

    Also, `win32_last_error` and `win32_last_socket_error` are equal to
    `last_error` on JRuby.

    https://github.com/ruby/fiddle/commit/50ac00ed53

commit c0688c21fef67cfa4daf21f9a6a46290841c7421
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-01-29 20:27:48 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-03 10:05:34 +0900

    [rubygems/rubygems] Raise a simpler error when RubyGems fails to activate a dependency

    If you force uninstall a dependency but leave other gems depending on
    it, those gems will fail to be activated.

    In that case, RubyGems prints a rather complicated error:

    ```
    $ rails --version
    /Users/deivid/.asdf/installs/ruby/3.4.1/lib/ruby/site_ruby/3.4.0/rubygems/specification.rb:1413:in 'block in Gem::Specification#activate_dependencies': Could not find 'activesupport' (= 8.0.1) among 478 total gem(s) (Gem::MissingSpecError)
    Checked in 'GEM_PATH=/Users/deivid/.local/share/gem/ruby/3.4.0:/Users/deivid/.asdf/installs/ruby/3.4.1/lib/ruby/gems/3.4.0' at: /Users/deivid/.asdf/installs/ruby/3.4.1/lib/ruby/gems/3.4.0/specifications/railties-8.0.1.gemspec, execute `gem env` for more information
            from /Users/deivid/.asdf/installs/ruby/3.4.1/lib/ruby/site_ruby/3.4.0/rubygems/specification.rb:1399:in 'Array#each'
            from /Users/deivid/.asdf/installs/ruby/3.4.1/lib/ruby/site_ruby/3.4.0/rubygems/specification.rb:1399:in 'Gem::Specification#activate_dependencies'
            from /Users/deivid/.asdf/installs/ruby/3.4.1/lib/ruby/site_ruby/3.4.0/rubygems/specification.rb:1381:in 'Gem::Specification#activate'
            from /Users/deivid/.asdf/installs/ruby/3.4.1/lib/ruby/site_ruby/3.4.0/rubygems.rb:283:in 'block in Gem.activate_bin_path'
            from /Users/deivid/.asdf/installs/ruby/3.4.1/lib/ruby/site_ruby/3.4.0/rubygems.rb:282:in 'Thread::Mutex#synchronize'
            from /Users/deivid/.asdf/installs/ruby/3.4.1/lib/ruby/site_ruby/3.4.0/rubygems.rb:282:in 'Gem.activate_bin_path'
            from /Users/deivid/.asdf/installs/ruby/3.4.1/bin/rails:25:in '<main>'
    /Users/deivid/.asdf/installs/ruby/3.4.1/lib/ruby/site_ruby/3.4.0/rubygems/dependency.rb:303:in 'Gem::Dependency#to_specs': Could not find 'activesupport' (= 8.0.1) - did find: [activesupport-7.1.3,activesupport-7.0.8.7] (Gem::MissingSpecVersionError)
    Checked in 'GEM_PATH=/Users/deivid/.local/share/gem/ruby/3.4.0:/Users/deivid/.asdf/installs/ruby/3.4.1/lib/ruby/gems/3.4.0' , execute `gem env` for more information
            from /Users/deivid/.asdf/installs/ruby/3.4.1/lib/ruby/site_ruby/3.4.0/rubygems/specification.rb:1411:in 'block in Gem::Specification#activate_dependencies'
            from /Users/deivid/.asdf/installs/ruby/3.4.1/lib/ruby/site_ruby/3.4.0/rubygems/specification.rb:1399:in 'Array#each'
            from /Users/deivid/.asdf/installs/ruby/3.4.1/lib/ruby/site_ruby/3.4.0/rubygems/specification.rb:1399:in 'Gem::Specification#activate_dependencies'
            from /Users/deivid/.asdf/installs/ruby/3.4.1/lib/ruby/site_ruby/3.4.0/rubygems/specification.rb:1381:in 'Gem::Specification#activate'
            from /Users/deivid/.asdf/installs/ruby/3.4.1/lib/ruby/site_ruby/3.4.0/rubygems.rb:283:in 'block in Gem.activate_bin_path'
            from /Users/deivid/.asdf/installs/ruby/3.4.1/lib/ruby/site_ruby/3.4.0/rubygems.rb:282:in 'Thread::Mutex#synchronize'
            from /Users/deivid/.asdf/installs/ruby/3.4.1/lib/ruby/site_ruby/3.4.0/rubygems.rb:282:in 'Gem.activate_bin_path'
            from /Users/deivid/.asdf/installs/ruby/3.4.1/bin/rails:25:in '<main>'
    ```

    With this commit, the error becomes a bit simpler to parse:

    ```
    $ rails --version
    /Users/deivid/.asdf/installs/ruby/3.4.1/lib/ruby/site_ruby/3.4.0/rubygems/specification.rb:1421:in 'block in Gem::Specification#activate_dependencies': Could not find 'activesupport' (= 8.0.1) among 478 total gem(s) (Gem::MissingSpecError)
    Checked in 'GEM_PATH=/Users/deivid/.local/share/gem/ruby/3.4.0:/Users/deivid/.asdf/installs/ruby/3.4.1/lib/ruby/gems/3.4.0' at: /Users/deivid/.asdf/installs/ruby/3.4.1/lib/ruby/gems/3.4.0/specifications/railties-8.0.1.gemspec, execute `gem env` for more information
            from /Users/deivid/.asdf/installs/ruby/3.4.1/lib/ruby/site_ruby/3.4.0/rubygems/specification.rb:1407:in 'Array#each'
            from /Users/deivid/.asdf/installs/ruby/3.4.1/lib/ruby/site_ruby/3.4.0/rubygems/specification.rb:1407:in 'Gem::Specification#activate_dependencies'
            from /Users/deivid/.asdf/installs/ruby/3.4.1/lib/ruby/site_ruby/3.4.0/rubygems/specification.rb:1389:in 'Gem::Specification#activate'
            from /Users/deivid/.asdf/installs/ruby/3.4.1/lib/ruby/site_ruby/3.4.0/rubygems.rb:283:in 'block in Gem.activate_bin_path'
            from /Users/deivid/.asdf/installs/ruby/3.4.1/lib/ruby/site_ruby/3.4.0/rubygems.rb:282:in 'Thread::Mutex#synchronize'
            from /Users/deivid/.asdf/installs/ruby/3.4.1/lib/ruby/site_ruby/3.4.0/rubygems.rb:282:in 'Gem.activate_bin_path'
            from /Users/deivid/.asdf/installs/ruby/3.4.1/bin/rails:25:in '<main>'
    ```

    And also, we reduce exception based control flow in our code.

    https://github.com/rubygems/rubygems/commit/7e48c49f2d

commit d645b62b6ddd1f272d16b1dcc2165f5f0b05e7b7
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-01-29 21:49:05 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-03 10:05:33 +0900

    [rubygems/rubygems] Remove already fixed TODO

    It was fixed by https://github.com/rubygems/rubygems/commit/3b0d44fbf5a3.

    https://github.com/rubygems/rubygems/commit/4cf3429599

commit 98c56de8237cd760200a1e5f11025a5aee7ed15f
  Author:     Jean Boussier <jean.boussier@gmail.com>
  AuthorDate: 2025-02-01 04:09:12 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-03 10:05:26 +0900

    [ruby/json] Refactor further to expose the simpler escape search possible

    https://github.com/ruby/json/commit/e03515ac8b

commit 98e1c2845a8361b69820c41b05eddbe5dbf8cf58
  Author:     Jean Boussier <jean.boussier@gmail.com>
  AuthorDate: 2025-01-31 20:38:15 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-02-03 10:05:25 +0900

    [ruby/json] Refactor convert_UTF8_to_JSON to split searching and escaping code

    The goal is to be able to dispatch to more optimized search implementations
    without having to duplicate the escaping code.

    Somehow, this is a few % faster already:

    ```
    == Encoding activitypub.json (52595 bytes)
    ruby 3.4.1 (2024-12-25 revision https://github.com/ruby/json/commit/48d4efcb85) +YJIT +PRISM [arm64-darwin23]
    Warming up --------------------------------------
                   after     2.257k i/100ms
    Calculating -------------------------------------
                   after     22.930k (± 1.3%) i/s   (43.61 μs/i) -    115.107k in   5.020814s

    Comparison:
                  before:    21604.0 i/s
                   after:    22930.1 i/s - 1.06x  faster

    == Encoding citm_catalog.json (500298 bytes)
    ruby 3.4.1 (2024-12-25 revision https://github.com/ruby/json/commit/48d4efcb85) +YJIT +PRISM [arm64-darwin23]
    Warming up --------------------------------------
                   after   137.000 i/100ms
    Calculating -------------------------------------
                   after      1.397k (± 1.1%) i/s  (715.57 μs/i) -      6.987k in   5.000408s

    Comparison:
                  before:     1344.4 i/s
                   after:     1397.5 i/s - 1.04x  faster

    == Encoding twitter.json (466906 bytes)
    ruby 3.4.1 (2024-12-25 revision https://github.com/ruby/json/commit/48d4efcb85) +YJIT +PRISM [arm64-darwin23]
    Warming up --------------------------------------
                   after   249.000 i/100ms
    Calculating -------------------------------------
                   after      2.464k (± 1.8%) i/s  (405.81 μs/i) -     12.450k in   5.054131s

    Comparison:
                  before:     2326.5 i/s
                   after:     2464.2 i/s - 1.06x  faster
    ```

    https://github.com/ruby/json/commit/8fb5ae807f

commit 581d85058cf638f2f8ad87391dccc5c7708d597b
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-02-03 00:27:43 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-02-03 00:27:43 +0900

    Add out of range tests of random number generator

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12690

commit 571f3394f2b8ac312e0e6213c639a44cf7e29fe4
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-02-02 20:59:59 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-02-02 20:59:59 +0900

    [Bug #21106] Fix tests for custom random object

    When a positive integer limit is given, `rand` method of a RNG object
    is expected to return a value between 0 and the limit (exclusive).

    Fix shuffle_spec.rb like as the similar code in sample_spec.rb, and
    add tests for greater values.

    TODO:
    - Return a value that is equal to or greater than the limit given to
      the RNG object.
    - Extract common code about RNG objects to a shared file.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12690

commit 8dd0d63550c4da2ba7939f371f73825caa2e932e
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-02-02 19:34:52 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-02-02 19:34:52 +0900

    [Bug #21106] Remove the useless last iteration

    When only one element remains, this simply swaps the first identical
    element and has no actual effect.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12690

commit ace39a3ed40cc32ff8d48893173413a7e05b8316
  Author:     S-H-GAMELINKS <gamelinks007@gmail.com>
  AuthorDate: 2025-02-02 15:53:12 +0900
  Commit:     Yudai Takada <t.yudai92@gmail.com>
  CommitDate: 2025-02-02 16:58:15 +0900

    Remove rb_exc_raise for Parser

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12688

commit db02a6b3ab4cabbdf492c26dcb1929b4ef0370a1
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-02-01 22:03:47 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-02-01 22:03:47 +0900

    [Bug #21103] Fix local variable index calculation with forwarding

    Forwarding argument is optimized not to packed when no other arguments
    and an internal object refers values before it.  This size is decided
    at called time, calculate the local variable index from the fixed end
    point.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12686

commit 71f402c5d50919b0329d04704da8aa8982ab0585
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-02-01 16:57:18 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-02-01 16:57:18 +0900

    [DOC] Remove the index file for bundler man pages

    Those man pages are not placed here already.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12685

commit bff168f182b872ac77bbdd55665c94a7cefad9ac
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-02-01 16:22:24 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-02-01 16:22:24 +0900

    Install non-mdoc files as-is

    See if the content contains `.Nm` macro, instead of the names.

    This reverts "Don't convert bundler man pages from mdoc to man",
    commit e0b40ef5d8173aff304c81f93516e1246e3c042c.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12684

commit 5318a48e4ef09a87c2c126431bea55a14a6d11dc
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-02-01 15:36:23 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-02-01 15:36:23 +0900

    Compress manpages automatically

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12684

commit 022ab413741500fecee93a586d8a15760a00747a
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-24 21:58:53 +0900
  Commit:     Nobuyoshi Nakada <nobu.nakada@gmail.com>
  CommitDate: 2025-01-31 21:30:07 +0900

    [DOC] Improve Errno and SystemCallError.new

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12683

commit 0da2b12741b2645f5c34f7e98e3b3b0f8f3cde5e
  Author:     Samuel Williams <samuel.williams@oriontransfer.co.nz>
  AuthorDate: 2025-01-31 20:28:35 +0900
  Commit:     Benoit Daloze <eregontp@gmail.com>
  CommitDate: 2025-01-31 21:00:26 +0900

    Prefer `platform_is_not :windows`.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12682

commit f719b889a149b1caad3550a70547e9e64f371f2f
  Author:     Vincent Ollivier <v@vinc.cc>
  AuthorDate: 2025-01-29 23:45:22 +0900
  Commit:     Nobuyoshi Nakada <nobu.nakada@gmail.com>
  CommitDate: 2025-01-31 15:41:56 +0900

    [DOC] Fix grep_v description

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12663

commit 451d848a7627fc974eeecdf9792761610c23df7d
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2024-12-20 05:50:51 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-31 14:34:55 +0900

    Stop generating binstubs for Bundler itself

commit 56e2ef24680424fd9392ad82a9cc852d9549b942
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-01-28 04:08:56 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-31 14:34:29 +0900

    [rubygems/rubygems] Fix `bundle console` unnecessarily trying to load IRB twice

    https://github.com/rubygems/rubygems/commit/f9bf58573f

commit 3cff46c521668a67572ee1ed7ae23de2fd39fddd
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-01-28 04:08:17 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-31 14:34:28 +0900

    [rubygems/rubygems] Remove unnecessary error handling

    These gems always define their main namespace and I don't think that
    will ever change.

    https://github.com/rubygems/rubygems/commit/6663cbed53

commit e0f39d4cd32f1b346b8a6bac2431a4273def4c6a
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-01-28 20:22:30 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-31 14:34:27 +0900

    [rubygems/rubygems] Test with JRuby 9.4.10.0

    https://github.com/rubygems/rubygems/commit/770b19d859

commit 2ed30c9944aded2ab75943667610a83b1480b3cc
  Author:     Edouard CHIN <chin.edouard@gmail.com>
  AuthorDate: 2025-01-23 23:58:37 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-31 14:34:26 +0900

    [rubygems/rubygems] Consolidate the platform into a single list:

    - Similar change than https://github.com/rubygems/rubygems/commit/29a1be0008e6,
      keep a single source of truth where we store the platform.

      The only change worth highlighing is the platform "maglev".
      It was not part of the supported platform of dependencies,
      so calling `gem 'foo', plaftorm: 'maglev'` would not work.
      However, it was supposed to according to https://github.com/rubygems/rubygems/commit/45ec86e2e528.
      That's why it was possible to do `Bundler.current_ruby.maglev?` or
      `Bundler.current_ruby.maglev_30?`.

      I didn't change the current behaviour and maglev is not supported,
      though I kept the `*maglev` methods as I believe CurrentRuby is
      public API.

    https://github.com/rubygems/rubygems/commit/29e219ebcf

commit dc7c66510523631e0ca316e9df73f0889666d937
  Author:     Edouard CHIN <chin.edouard@gmail.com>
  AuthorDate: 2025-01-23 23:45:48 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-31 14:34:25 +0900

    [rubygems/rubygems] Consolidated the Ruby version list:

    - We keep 2 list of supported ruby versions and each time a new ruby
      version is released we need to maintain both list. Forgetting
      to update one would prevent users from adding gem for a specific
      plaftorm (i.e. https://github.com/rubygems/rubygems/commit/7cd19d824d17 and https://github.com/rubygems/rubygems/commit/5462322f8f0c).

      Extracted the list from the Dependency class and moved it to the
      CurrentRuby class (which I believe was originally added for that
      reason).

    https://github.com/rubygems/rubygems/commit/a91edd6c1f

commit 57fec1e85f457c93d19e386e663ec0d927f9fae7
  Author:     Edouard CHIN <chin.edouard@gmail.com>
  AuthorDate: 2025-01-23 22:57:31 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-31 14:34:24 +0900

    [rubygems/rubygems] Add ruby_34 and ruby_35 as valid platform:

    - Fix https://github.com/rubygems/rubygems/pull/8427
    - Similar to https://github.com/rubygems/rubygems/commit/7cd19d824d17.
      Tweaked a bit the test supposed to prevent this error by checking
      whether the dep respond to these methods.

    https://github.com/rubygems/rubygems/commit/62012eaeb6

commit 366462bd46e00c380796b8e040870a7a365da73b
  Author:     Edouard CHIN <chin.edouard@gmail.com>
  AuthorDate: 2025-01-22 21:59:47 +0900
  Commit:     Nobuyoshi Nakada <nobu.nakada@gmail.com>
  CommitDate: 2025-01-31 11:52:57 +0900

    - Add a mention to git 2.32 in the building ruby documentation:

      I had issues building Ruby as I was using git 2.30.
      The error was:

      > file2lastrev.rb: git rev-parse failed error: could not expand
      > include path '~/.gitcinclude'

      The default system git config includes paths making use of `$HOME`,
      but that env variable gets removed when building: https://github.com/ruby/ruby/blob/7070b1b1968f31f999636b42a1af872458cd5a81/tool/lib/vcs.rb#L546-L547

      It works with git `>= 2.32` thanks to the `GIT_CONFIG_SYSTEM`
      feature which gets set to a Null IO in order to override
      the system gitconfig. https://github.com/ruby/ruby/blob/7070b1b1968f31f999636b42a1af872458cd5a81/tool/lib/vcs.rb#L549

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12611

commit 7604588f6fea57c0b1274884334946dbe4d757a9
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-29 16:55:44 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-01-31 10:43:36 +0900

    [Feature #19521] Test for `Module#set_temporary_name`

commit 95bf3590871978f9063936444cd2a44a13975d39
  Author:     Alan Wu <XrXr@users.noreply.github.com>
  AuthorDate: 2025-01-31 08:00:53 +0900
  Commit:     Alan Wu <alanwu@ruby-lang.org>
  CommitDate: 2025-01-31 08:00:53 +0900

    YJIT: Turn on dead code lint for the stats module

commit 7e733ca55168e3b1f10b685f6e9a52cf1deb5aff
  Author:     Alan Wu <XrXr@users.noreply.github.com>
  AuthorDate: 2025-01-31 08:00:53 +0900
  Commit:     Alan Wu <alanwu@ruby-lang.org>
  CommitDate: 2025-01-31 08:00:53 +0900

    YJIT: Explicitly specify C ABI to fix a nightly Rust warning

commit afd7d5be5ec560c58dd3f18006d9a786125d5800
  Author:     Andrew Konchin <andry.konchin@gmail.com>
  AuthorDate: 2025-01-31 01:39:24 +0900
  Commit:     Benoit Daloze <eregontp@gmail.com>
  CommitDate: 2025-01-31 04:43:46 +0900

    Skip a new spec for Marshal#dump and Float that fails on i686

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12679

commit d7a5ad2a21f7d2c45e3fea674ff077bb0e2cadae
  Author:     Andrew Konchin <andry.konchin@gmail.com>
  AuthorDate: 2025-01-31 00:39:10 +0900
  Commit:     Benoit Daloze <eregontp@gmail.com>
  CommitDate: 2025-01-31 04:43:46 +0900

    Update to ruby/spec@affef93

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12679

commit ea2dd5b80e26036af83e7b37d722f4a106188555
  Author:     Andrew Konchin <andry.konchin@gmail.com>
  AuthorDate: 2025-01-31 00:39:00 +0900
  Commit:     Benoit Daloze <eregontp@gmail.com>
  CommitDate: 2025-01-31 04:43:46 +0900

    Update to ruby/mspec@0aabb3e

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12679

commit d729c1575e794bb9dafd1f7fcb0740735537504a
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-01-29 00:15:27 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-01-31 01:48:14 +0900

    Output object_id in ObjectSpace.dump

    Outputs the object ID in the dump for objects that have it seen.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12657

commit f0dc9dcdc7a3b15b3192b1503a3c3d9eec3ada06
  Author:     Fabio Sangiovanni <sjh+github@sanjioh.org>
  AuthorDate: 2025-01-29 22:57:58 +0900
  Commit:     Nobuyoshi Nakada <nobu.nakada@gmail.com>
  CommitDate: 2025-01-31 00:20:47 +0900

    rb_alias: improve "undefined method" error message by invoking
    `rb_print_undef` with `target_klass` as argument.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12665

commit 50327913303d3b821720476406190cbfb6382492
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-01-30 04:00:23 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-01-31 00:10:48 +0900

    Fix conversion of RubyVM::FrozenCore to T_ICLASS

    We shouldn't directly set the flags of an object because there could be
    other flags set that would be erased. Instead, we can unset T_MASK and
    set T_ICLASS isntead.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12667

commit a084fef9afc7713aa4f4111f7e826c7ca1a607c7
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-01-30 03:56:56 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-01-31 00:10:48 +0900

    [Bug #21099] Fix GC when Ractor list not initialized

    When the Ractor list is not initialized and a GC is ran at boot, then it
    would crash because the newobj_cache of the main Ractor is not cleared.
    This commit changes it to use ruby_single_main_ractor when it's available
    and iterate over the Ractor list when we have multiple Ractors.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12667

commit 4cfc904d9706512732d06c17238be9eaff7e4ca9
  Author:     Kerrick Long <me@kerricklong.com>
  AuthorDate: 2025-01-26 14:25:06 +0900
  Commit:     Nobuyoshi Nakada <nobu.nakada@gmail.com>
  CommitDate: 2025-01-30 18:45:29 +0900

    [DOC] Fix article-noun agreement

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12635

commit 4bde1493a792ee88110717e6cf20619ee0bc99c2
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-30 16:59:18 +0900
  Commit:     Nobuyoshi Nakada <nobu.nakada@gmail.com>
  CommitDate: 2025-01-30 18:19:53 +0900

    Make node line macros inline functions

    To suppress -Waddress warning and for the debugging purpose.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12676

commit aca0b92c2fa8b45647bf0e0e709213f46b5cb93f
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-30 16:59:03 +0900
  Commit:     Nobuyoshi Nakada <nobu.nakada@gmail.com>
  CommitDate: 2025-01-30 18:19:53 +0900

    `prev_mn_schedulable` might be clobbered by `longjmp`

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12676

commit 167985dc871aca74d1b50f3766da1b775f7962e9
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-30 17:35:04 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-30 18:13:19 +0900

    Handle environment where GEM_HOME is not available

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12675

commit dc3d2a3c2ff20c40b715dd18e1ab52a4b8a7619d
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-30 12:27:45 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-01-30 16:56:02 +0900

    [ruby/json] Avoid plain char for ctype macros

    On some platforms ctype functions are defined as macros accesing tables.
    A plain char may be `signed` or `unsigned` per implementations and the
    extension result implementation dependent.

    gcc warns such case:

    ```
    parser.c: In function 'rstring_cache_fetch':
    parser.c:138:33: warning: array subscript has type 'char' [-Wchar-subscripts]
      138 |     if (RB_UNLIKELY(!isalpha(str[0]))) {
          |                              ~~~^~~
    parser.c: In function 'rsymbol_cache_fetch':
    parser.c:190:33: warning: array subscript has type 'char' [-Wchar-subscripts]
      190 |     if (RB_UNLIKELY(!isalpha(str[0]))) {
          |                              ~~~^~~
    ```

    https://github.com/ruby/json/commit/4431b362f6

commit 7f70ef64aff9b22b080690cdf9a725a2acb70f17
  Author:     Edouard CHIN <chin.edouard@gmail.com>
  AuthorDate: 2025-01-30 07:27:19 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-01-30 16:56:02 +0900

    [ruby/json] Few doc tweaks:

    - Also modified the gemspec files' blob as the ragel's `parser.rl`
      file was removed in https://github.com/ruby/json/commit/c8d5236a921e

    https://github.com/ruby/json/commit/b2b106e314

commit 2880ec0948bea9d5fffa2395498b91197a62e1fb
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-30 15:37:24 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-30 16:30:52 +0900

    Use https://github.com/ruby/net-imap/pull/389 for flaky tests

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12674

commit 2b6fc9ea7212543a1be26768403f59c7a759b5ea
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-30 14:23:12 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-01-30 14:52:01 +0900

    [Bug #21092] Fallback variables after execonf has done

    When reading from a dummy makefile, the global variables initialized
    in `init_mkmf` may not be overridden.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12673

commit 8f77e694f999d4ccc344a5f4f4538a928705989f
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-30 14:11:24 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-30 14:18:31 +0900

    [ruby/resolv] `w32error_raise` never returns

    https://github.com/ruby/resolv/commit/d00e86f7e4

commit 895aa44b81013513e1e504a683ee6eaa6f03bb46
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-30 12:52:51 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-30 12:52:51 +0900

    bin_path_spec.rb relied to available Ruby environment with after `make install`

    But we stub-out GEM_HOME variable for test-bundled-gems and others on ruby/ruby. It means
    the installation path mismatched with GEM_HOME variable always. We can't test this example
    collectly.

    ```
    1)
    Gem.bin_path finds executables of default gems, which are the only files shipped for default gems FAILED
    Expected File.exist? "/Users/hsbt/Documents/github.com/ruby/ruby/.bundle/gems/bundler-2.7.0.dev/exe/bundle"
    to be truthy but was false
    ```

commit 19ba093c94ffff06b3c89003900c9b9f5e1b18ea
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-30 11:27:05 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-30 12:07:54 +0900

    Try to use parallel execution of mingw tests

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12672

commit af508a6d105badae998c46ffb62a5e8e2b75883c
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-30 10:27:19 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-30 11:24:34 +0900

    Skip irb examples, I will handle related workarounds later

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12671

commit 3dda488782365b1dea3756c5aa1d7673d997df2f
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-30 09:40:05 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-30 09:40:12 +0900

    Removed executables of bundled gems

commit 5a7089fc03fb77da6f0f6c005a9a0ef655660cff
  Author:     Alan Wu <XrXr@users.noreply.github.com>
  AuthorDate: 2025-01-30 04:59:26 +0900
  Commit:     Alan Wu <XrXr@users.noreply.github.com>
  CommitDate: 2025-01-30 09:09:39 +0900

    YJIT: A64: Remove assert that trips when OOM at page boundary

    With a well-timed OOM around a page switch in the backend, it can return
    RetryOnNextPage twice and crash due to the assert. (More places can
    signal OOM now since VirtualMem tracks Rust malloc heap size for
    --yjit-mem-size.)

    Return error in these cases instead of crashing.

    Fixes: https://github.com/Shopify/ruby/issues/566

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12668

commit de45755de803577f0a5593623c162384affa36f1
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-01-30 00:38:11 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-01-30 03:22:04 +0900

    Use an identity hash instead of array for stress_to_class

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12664

commit 5e644e80e9155414188e337b0af48f8d661e593a
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-01-30 00:07:32 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-01-30 03:22:04 +0900

    Fix GC.add_stress_to_class and GC.remove_stress_to_class

    These methods were accidentally removed in [Feature #20470]. This commit
    adds them back.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12664

commit 1b731c1f439c73f98d49b476b859a6ec22c81da0
  Author:     Kazuki Yamaguchi <k@rhe.jp>
  AuthorDate: 2025-01-29 23:08:40 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-30 02:14:41 +0900

    [ruby/openssl] pkey: avoid calling i2d_PUBKEY family on an incomplete key

    Call ossl_pkey_check_public_key() to ensure that
    EVP_PKEY_missing_parameters() passes. This check should be cheap.

    DSA#{to_der,to_pem,export,to_s} and PKey#{public_to_der,public_to_pem}
    cause a segfault if the receiver is an empty DSA instance with no
    parameters set.

    Fixes <https://github.com/ruby/openssl/issues/845>.

    https://github.com/ruby/openssl/commit/5aeed935e5

commit 81c83fd79f8abed2bd000fea6e75c3ad9ab0e662
  Author:     Kazuki Yamaguchi <k@rhe.jp>
  AuthorDate: 2025-01-30 00:07:07 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-30 02:14:40 +0900

    [ruby/openssl] test/openssl/test_ossl.rb: use clock_gettime for measuring time

    The benchmark library is planned to become a bundled gem in Ruby 3.5.
    While we can add it in our Gemfile, it is only used in
    test_memcmp_timing and the usage can be easily replaced with a few
    Process.clock_gettime calls.

    https://github.com/ruby/openssl/commit/9a746ed1a4

commit d3bb42776c4232c51729c77da91c127e79468b27
  Author:     Burdette Lamar <BurdetteLamar@Yahoo.com>
  AuthorDate: 2025-01-30 00:16:47 +0900
  Commit:     GitHub <noreply@github.com>
  CommitDate: 2025-01-30 00:16:47 +0900

    [DOC] Tweaks for rb_hash_s_try_convert

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12632

    Merged-By: peterzhu2118 <peter@peterzhu.ca>

commit 63b6323e049ccab4ea5ecc716a2be61b8e6b4c3b
  Author:     Misaki Shioi <31817032+shioimm@users.noreply.github.com>
  AuthorDate: 2025-01-29 22:19:04 +0900
  Commit:     GitHub <noreply@github.com>
  CommitDate: 2025-01-29 22:19:04 +0900

    Ensure that memory is not freed before calling `free_fast_fallback_getaddrinfo_*` (#12661)

    Ensure that `getaddrinfo_entry` and `getaddrinfo_shared` exist before free them in the main thread.

  Notes:
    Merged-By: shioimm <shioi.mm@gmail.com>

commit 2d3d7a74e91ac521bbcedcc350f6b6877b61faa3
  Author:     tomoya ishida <tomoyapenguin@gmail.com>
  AuthorDate: 2025-01-29 21:53:00 +0900
  Commit:     GitHub <noreply@github.com>
  CommitDate: 2025-01-29 21:53:00 +0900

    [DOC] Fix wrong call-seq format (#12662)

  Notes:
    Merged-By: tompng <tomoyapenguin@gmail.com>

commit e01b4ca1c8eb24528b950bf77c9d0415bf1a1719
  Author:     Yusuke Endoh <mame@ruby-lang.org>
  AuthorDate: 2025-01-29 17:33:30 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-29 17:51:42 +0900

    [ruby/error_highlight] Ensure first_line and last_line are set

    Fixes https://github.com/ruby/error_highlight/pull/58

    https://github.com/ruby/error_highlight/commit/9ddc1f31a9

commit be44d5677d67b7f365eedfd81fda495a75e60f16
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-29 16:57:16 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-01-29 16:57:16 +0900

    Suppress unused-value warnings

commit cb586b2717bb0b23576cdb42f030e626cb6b8579
  Author:     Naoto Ono <onoto1998@gmail.com>
  AuthorDate: 2025-01-29 14:49:17 +0900
  Commit:     GitHub <noreply@github.com>
  CommitDate: 2025-01-29 14:49:17 +0900

    Launchable: Use Zero Input Subsetting (#12650)

  Notes:
    Merged-By: ono-max <onoto1998@gmail.com>

commit ff64806ae51c2813f0c6334c0c52082b027c255c
  Author:     Anastasia Belova <abelova@astralinux.ru>
  AuthorDate: 2025-01-28 21:08:54 +0900
  Commit:     Nobuyoshi Nakada <nobu.nakada@gmail.com>
  CommitDate: 2025-01-29 10:35:28 +0900

    Fix possible dereference of NULL

    In some places in compile.c (for example in compile_builtin_arg)
    ERROR_ARGS macro is used while node = NULL. This macro uses nd_line
    which dereferences node. Add check for NULL to prevent such errors.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12656

commit a34b95fef973baa718b8c56324d45e5080ac0030
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-29 07:40:47 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-29 09:04:28 +0900

    Use https://github.com/ruby/net-smtp/pull/90

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12659

commit 4a06ef98bfd480a3d724b16c2d7da071e373a69c
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-01-25 02:50:40 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-01-28 23:06:43 +0900

    Remove results workflow from modgc

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12630

commit d3abee739f4feb91bb9aaae33877d70c8c576db0
  Author:     Samuel Williams <samuel.williams@oriontransfer.co.nz>
  AuthorDate: 2025-01-28 21:20:08 +0900
  Commit:     GitHub <noreply@github.com>
  CommitDate: 2025-01-28 21:20:08 +0900

    Add fallback for `hostname` if `uname` isn't available. (#12655)

  Notes:
    Merged-By: ioquatix <samuel@codeotaku.com>

commit baf22a057887ec9e3a03203f607029f2517ae758
  Author:     S-H-GAMELINKS <gamelinks007@gmail.com>
  AuthorDate: 2025-01-27 23:41:46 +0900
  Commit:     Yudai Takada <t.yudai92@gmail.com>
  CommitDate: 2025-01-28 18:22:35 +0900

    Remove rb_usascii_encoding for Parser

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12643

commit 50e34fd7683ff77fae8c822096c8bf5f3ca12402
  Author:     Jean Boussier <jean.boussier@gmail.com>
  AuthorDate: 2025-01-21 17:33:18 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-28 15:42:20 +0900

    Allow JSON::Fragment to be used even in strict mode

commit 89e316ad06f28f473030da04f33711328dc143c5
  Author:     Étienne Barrié <etienne.barrie@gmail.com>
  AuthorDate: 2024-12-16 20:25:48 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-28 15:41:47 +0900

    Introduce JSON::Coder

    Co-authored-by: Jean Boussier <jean.boussier@gmail.com>

commit 53cf2170f9fb1b2686ba3927609833a821c64b46
  Author:     Jean Boussier <jean.boussier@gmail.com>
  AuthorDate: 2025-01-21 18:16:21 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-28 15:39:17 +0900

    [ruby/json] Update gemspec URIs

    https://github.com/ruby/json/commit/edd61b4a8b

commit 77af41ea6525d94ac3bc97ddbdbceb8665d397ca
  Author:     Jean Boussier <jean.boussier@gmail.com>
  AuthorDate: 2025-01-21 16:52:04 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-28 15:39:17 +0900

    [ruby/json] Add some JSON::Fragment documentation

    https://github.com/ruby/json/commit/dbcf614e50

commit 53f0ebf938539e7ee847d1f900ac793d9cd9825a
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-02 21:30:27 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-28 15:37:55 +0900

    Ignore vendor folder for documentation just once

commit b48febf27f6ca40f712ead68a0cba890cf6f9c1b
  Author:     Akshay Birajdar <akshaybirajdar05@gmail.com>
  AuthorDate: 2025-01-27 14:48:30 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-28 15:31:58 +0900

    [rubygems/rubygems] Remove respond_to? check for Thread#name=

    Since bundler now requires 3.3.1, we no longer need to do respond_to?
    check before setting thread name.

    https://github.com/rubygems/rubygems/commit/bfc37fc7db

commit 9b2ebfc7294a61eec32962be0547dec8321b8330
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-01-25 01:46:47 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-28 15:31:57 +0900

    [rubygems/rubygems] Fix bug report template incorrectly showing up

    If a gem has an internal error, that should not make `bundle console`
    print the bug report template.

    https://github.com/rubygems/rubygems/commit/7432a9a084

commit 83b4de8520e6ef10dfb0207c923f8ad343282d6d
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-01-25 00:58:23 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-28 15:31:57 +0900

    [rubygems/rubygems] Remove unnecessary check

    At this point, `dep.autorequire` is always nil.

    https://github.com/rubygems/rubygems/commit/0fb2b0a70a

commit 0e985e13fef8ba6c819433fd5418279e93a34a67
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-01-25 00:49:29 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-28 15:31:56 +0900

    [rubygems/rubygems] Remove unnecessary initialization

    This local variable is initialized later on in this file.

    https://github.com/rubygems/rubygems/commit/5c15dbd210

commit 6460777cdedc55e9f40930f3ade3193943fbfab9
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-01-25 00:40:03 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-28 15:31:55 +0900

    [rubygems/rubygems] Retry namespaced require using `retry`

    It's simpler.

    https://github.com/rubygems/rubygems/commit/76f1e3bf05

commit 7ae6aa0efccc486da6c7c32f7d06bff6e4770870
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-01-25 00:22:42 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-28 15:31:55 +0900

    [rubygems/rubygems] Handle all `Bundle.require` exceptions at the same level

    https://github.com/rubygems/rubygems/commit/a5519f4f79

commit d157aa7a9774c3725f3043fda408582ba2b09531
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-01-25 00:10:48 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-28 15:31:54 +0900

    [rubygems/rubygems] Remove dead code

    LoadError is not a RuntimeError.

    https://github.com/rubygems/rubygems/commit/4c67549722

commit f6e7f5337b882611c44628467a97358156cff62c
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-01-25 00:08:49 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-28 15:31:53 +0900

    [rubygems/rubygems] Remove unnecessary `@autorequire` initialization

    It's initialized again later on.

    https://github.com/rubygems/rubygems/commit/c3ddc81659

commit d8394461fd11df51cb743b4bb4d156d6cf6b0131
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-01-22 01:21:55 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-28 15:31:53 +0900

    [rubygems/rubygems] Support installing arm native gems on Windows

    https://github.com/rubygems/rubygems/commit/96496e3f53

    Co-authored-by: Johnny Shields <johnny.shields@gmail.com>

commit 47888801043e2c7ca8be03a5a5bbfae6cd1748b7
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-01-22 01:36:17 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-28 15:31:52 +0900

    [rubygems/rubygems] Reuse platform constants

    We need to move platform monkeypatching to happen earlier because
    otherwise `Bundler::GemHelpers` will use the constants before they have
    actually been defined.

    https://github.com/rubygems/rubygems/commit/086c3438dc

commit 4035003fd03d91b7b2856d97d58ad23f930e42cd
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-01-23 20:23:14 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-28 15:31:51 +0900

    [rubygems/rubygems] Remove duplicated `bundle install`

    https://github.com/rubygems/rubygems/commit/1774ac5db1

commit 0603c1c68f12b919db98e4a3194ba0f70f3487e7
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-01-23 20:22:13 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-28 15:31:51 +0900

    [rubygems/rubygems] Define `Bundler::SpecSet#to_s`

    For better debuggability.

    https://github.com/rubygems/rubygems/commit/21d252fa7a

commit 10af7a6a459ee27dab91b47c047125e5b056edc7
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-01-23 20:20:11 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-28 15:31:50 +0900

    [rubygems/rubygems] Use RubyGems helpers for finding a non local tag for specs

    https://github.com/rubygems/rubygems/commit/a1d4ec1a3f

commit 09b04fefb728bf0514e0e911aac894e05abaa605
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-01-23 19:58:28 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-28 15:31:49 +0900

    [rubygems/rubygems] Remove unnecessary platform helpers

    I think they add unnecessary indirection and inconsistency to the specs.

    https://github.com/rubygems/rubygems/commit/609924d985

commit 8ad78347960af2def6ada8d6bc5245193ef652c1
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-01-23 19:38:23 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-28 15:31:49 +0900

    [rubygems/rubygems] Remove unnecessary test code

    It's always going to be either the first or the second platform in the
    list so no need to keep an explicit list of all platforms.

    https://github.com/rubygems/rubygems/commit/5d3cdb3855

commit 9c94b8feaf7090ce1de59091bbe2e5e7d2726790
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-01-23 17:34:55 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-28 15:31:48 +0900

    [rubygems/rubygems] Improve simulating Windows during Bundler specs

    https://github.com/rubygems/rubygems/commit/b48168bf1f

commit 22359cda1ce097c39804dfd7888c33eb12b42e71
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-01-21 18:28:57 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-28 15:31:47 +0900

    [rubygems/rubygems] Refactor specs to use platform strings directly

    https://github.com/rubygems/rubygems/commit/d24c0c20e3

commit c28ce7604f25d6f0b1cd03ff50d1e7bd1e21775b
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-01-22 19:44:13 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-28 15:31:47 +0900

    [rubygems/rubygems] Remove unnecessary mapping

    I don't think any supported platform has these names, so the mapping
    should be unnecessary.

    https://github.com/rubygems/rubygems/commit/6b1bdfc8a8

commit 77b1b3be30957724e2b82ac64c68ba232bdbc2bf
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-01-23 21:55:23 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-28 15:31:45 +0900

    [rubygems/rubygems] Fix typo

    https://github.com/rubygems/rubygems/commit/639b970c64

commit 4de44cb07f81d53b171e46366ab5b35fe60d4f5d
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-01-20 18:26:24 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-28 15:31:43 +0900

    [rubygems/rubygems] RDoc is no longer a default gem in Ruby 3.5

    https://github.com/rubygems/rubygems/commit/0e889ae7fb

commit 4c73c3115ebcd164b6d58931f4ffef09a2f93176
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-28 14:44:02 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-28 15:20:59 +0900

    Increased job number on Cygwin build

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12649

commit daeac9994e2eda2b5480293a745ee157f6af3104
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-28 11:22:48 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-28 15:20:59 +0900

    Use the latest commit of ruby/syslog

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12649

commit bfd5df0d294b6c3046765acbf2d0ccb2cb23f1b0
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-28 10:31:12 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-28 15:20:59 +0900

    Try to extract bundled gems

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12649

commit 92b87c4998d13acddb2567eee4e84e2f4fe54a60
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-28 09:03:47 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-28 10:53:15 +0900

    Use the latest versions of irb and reline

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12648

commit 46b544c54955348ef1ea9692b837b061f59f91cd
  Author:     Samuel Williams <samuel.williams@oriontransfer.co.nz>
  AuthorDate: 2025-01-28 09:36:06 +0900
  Commit:     GitHub <noreply@github.com>
  CommitDate: 2025-01-28 09:36:06 +0900

    Prefer `uname -n` over `hostname`. (#12647)

  Notes:
    Merged-By: ioquatix <samuel@codeotaku.com>

commit cb9aeb283bc07de1c2f73aae3616f9e50a65326a
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-01-28 01:57:42 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-01-28 03:26:26 +0900

    Fix gc_update_references_weak_table_i for ASAN

    If the object is a T_MOVED, then it is poisoned in ASAN, so we need to
    unpoison it before checking the type.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12644

commit feec48ae2b3241540fc61047252a5e83e5185e07
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-01-25 00:17:52 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-01-28 00:28:36 +0900

    Fix rb_gc_vm_weak_table_foreach compatibility for MMTK

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12629

commit 98b36f6f3661430a29ee1fe40d28b9abeeb903f5
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-01-25 00:16:27 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-01-28 00:28:36 +0900

    Use rb_gc_vm_weak_table_foreach for reference updating

    We can use rb_gc_vm_weak_table_foreach for reference updating of weak tables
    in the default GC.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12629

commit 9e5ff79c5be426c3e6fef80449620075cbca7671
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-01-24 00:28:29 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-01-28 00:28:36 +0900

    Optionally traverse non-weak references in rb_gc_vm_weak_table_foreach

    For moving garbage collectors, we may want to combine liveliness checking
    with reference updating for performance. This commit allows for non-weak
    references to be passed into the callback function when weak_only is false.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12629

commit c3c7300b8924142173d6d16a9357468ba07d1da2
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-27 17:19:32 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-27 17:19:32 +0900

    readline is also removed from sync target

commit 6096a72c1d7177bd4e1a7209be7d789319d6d3c5
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-27 17:15:49 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-27 17:15:49 +0900

    Removed irb and reline from sync targets

commit 801885c7f9497271a9498367c0d47611daef385f
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-27 14:50:57 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-27 14:50:57 +0900

    Move bundled_gems_spec-run task to exam because we repeatedly test bundled gems for debugging

commit b346b4974442eb85fc40e9be234714d1ce3c5a0e
  Author:     BurdetteLamar <burdettelamar@yahoo.com>
  AuthorDate: 2025-01-25 03:13:43 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-01-27 06:54:57 +0900

    [DOC] Tweaks for rb_hash_s_create

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12631

commit d4a1a2780c39bc648496ac92fc6e6ce2eb38ab47
  Author:     Jean Boussier <jean.boussier@gmail.com>
  AuthorDate: 2025-01-13 07:33:00 +0900
  Commit:     Jean Boussier <jean.boussier@gmail.com>
  CommitDate: 2025-01-26 17:52:22 +0900

    rb_feature_p: skip `get_expanded_load_path` for absolute paths

    Ref: https://github.com/fxn/zeitwerk/pull/308

    ```ruby
    require 'benchmark'

    $LOAD_PATH << 'relative-path'

    autoload :FOO, '/tmp/foo.rb'

    puts Benchmark.realtime {
      500_000.times do
        Object.autoload?(:FOO)
      end
    }
    ```

    The above script takes 2.5 seconds on `master`, and only
    50ms on this branch.

    When we're looking for a feature with an absolute path, we don't
    need to call the expensive `get_expanded_load_path`.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12562

commit dd863714bf377b044645ea12b4db48920d49694e
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-01-23 01:01:15 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-01-25 01:07:20 +0900

    Remove dead vm_cc_valid_p

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12614

commit 22e5d83cd1149b8f2a91ed489993ba952d35a9d8
  Author:     BurdetteLamar <burdettelamar@yahoo.com>
  AuthorDate: 2025-01-23 23:56:15 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-01-25 00:44:24 +0900

    [DOC] Tweaks for Hash.new

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12620

commit f6e259da87433c2b2f89e395ce535f78521c7625
  Author:     Xavier Noria <fxn@hashref.com>
  AuthorDate: 2025-01-24 18:17:37 +0900
  Commit:     Jean Boussier <jean.boussier@gmail.com>
  CommitDate: 2025-01-24 19:25:26 +0900

    Improve docs of -I ruby option

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12627

commit 96a5da67864a15eea7b79e552c7684ddd182f76c
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-24 17:05:35 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-01-24 17:06:45 +0900

    Fix "Relax expectations of errors from `getgrnam`"

    Use `assert_raise_kind_of` instead of `assert_raise`, that rejects sub
    classes of the given exceptions.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12626

commit c51668d24962602b781a7348451de807f74b05be
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-24 15:51:28 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-01-24 15:51:28 +0900

    Add `Test::Unit::CoreAssertions#assert_raise_kind_of`

    Similar to `Test::Unit::assert_raise`, but allows sub classes too.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12625

commit ae94fca7887f2dbab9dc6fa6ae90fcaffde3d6b5
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-24 15:53:08 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-01-24 15:53:08 +0900

    Add test for `Test::Unit::CoreAssertions#assert_raise_with_message`

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12625

commit 47723bb59162f25b3dc9dbff22645f027fb2159a
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-24 14:25:24 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-24 15:46:46 +0900

    Added tracer for irb test

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12624

commit ca871b960962ac01ba4c26b5542b92317c75eeec
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-24 12:57:36 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-24 15:46:46 +0900

    Use workaround version of irb and reline

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12624

commit 5422c0f7f84417a46f931ce57fdbb566d5037dd9
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-24 11:09:45 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-24 15:46:46 +0900

    Update irb and reline, readline entries

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12624

commit be1d0fcdb0d69c47fe5ba17a848458ae649b6afa
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2024-11-13 16:56:11 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-24 15:46:46 +0900

    Added force_activate feature again

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12624

commit 68095ffc1668c32d201f12e258891d028641e43c
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-23 17:29:03 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-24 15:46:46 +0900

    irb and reline are now bundled gems, we don't need to skip workaround for them

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12624

commit 750e6195040ec3f9d0b172ac1a49a49d9b7d8ba0
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-23 17:20:34 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-24 15:46:46 +0900

    Omit irb related examples temporary

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12624

commit 6bdccb35fcbe0d5cefc63086a4fe25b0f1ede3ae
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-23 16:40:19 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-24 15:46:46 +0900

    Restructured irb related example at spec/ruby

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12624

commit 0fdc9b9fd168f9d25d78c79a9e970be7d0967363
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-23 16:13:13 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-24 15:46:46 +0900

    Migrate irb and reline to the bundled gems

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12624

commit 881924f2593e89e5ef78a73a4e14948a66ca0e08
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-23 22:55:31 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-24 10:45:08 +0900

    [ruby/uri] [DOC] Make documentation 100%

    https://github.com/ruby/uri/commit/fe7aa3dac2

commit 76a67e46608affe7e77700450e01a65cf33d15dc
  Author:     Naoto Ono <onoto1998@gmail.com>
  AuthorDate: 2025-01-24 08:37:52 +0900
  Commit:     GitHub <noreply@github.com>
  CommitDate: 2025-01-24 08:37:52 +0900

    Launchable: Enable PTS observation mode (#12617)

    Launchable offers the Predictive Test Selection feature for speeding up CI execution. Predictive Test Selection leverages machine learning to identify the right tests to run for a specific code change. By analyzing data from past test runs and considering the changes being tested, Launchable determines which tests are most relevant.

    To evaluate the list of tests that Launchable selects, I enable PTS observation mode. Please note that there is no impacts on CI execution.

  Notes:
    Merged-By: ono-max <onoto1998@gmail.com>

commit 7ed08c4fd31c53d4c4e3713c390daff8064d2a52
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-01-23 04:51:44 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-01-24 00:24:35 +0900

    Fix memory leak in rb_gc_vm_weak_table_foreach

    When deleting from the generic ivar table, we need to free the gen_ivtbl
    otherwise we will have a memory leak.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12615

commit abde86afe819350174b60a8bc8f9e72807ac81b1
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-23 16:07:20 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-23 16:09:48 +0900

    Update win32ole entries under the doc directory

commit 7494646101d828755e4c61f227f0c7a7e67ef693
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-23 12:00:51 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-23 16:09:29 +0900

    Use pure ruby library instead of C ext library for dependency warning example

commit d11ca207e9dd469b933be922544e78e5cc357187
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-23 10:46:07 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-23 16:08:56 +0900

    Use openssl instead of fiddle and erb for native extension test

commit a7dfd0c69f3d16b04141fa82632405c59e2b702e
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-23 14:17:40 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-01-23 14:17:40 +0900

    Yield from `create_makefile` in bundled gems too

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12618

commit 7d25007bbbd5768b82e55b115b3ac4cc8f983d87
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-23 11:48:29 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-23 11:48:29 +0900

    Ignore to add Documentation label when we pushed doc and src both

commit 5244fd32431aeca9c46ab03bdf0d252d833353bb
  Author:     Olle Jonsson <olle.jonsson@gmail.com>
  AuthorDate: 2025-01-23 00:29:38 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-23 09:28:03 +0900

    Repair documentation markup in object.c

    Issue was visible in https://docs.ruby-lang.org/en/3.4/Kernel.html#module-Kernel-label-IO

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12613

commit 5b1caffcbaa90fb5ecb1c44f3b4381307645bdbc
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-22 17:03:58 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-23 09:27:35 +0900

    Added actions/labeler

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12609

commit a1ba394626bec152010022d9aacbe1cd8425827e
  Author:     Olle Jonsson <olle.jonsson@gmail.com>
  AuthorDate: 2025-01-22 21:02:26 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-23 09:24:44 +0900

    [ruby/weakref] weakref.gemspec: Drop gemspec config on executables

    This gem does not expose any executables.

    https://github.com/ruby/weakref/commit/819471ce35

commit 9bec592cc46f89ce962d24f914682d40a1cea1e8
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-23 08:39:50 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-23 08:39:50 +0900

    Skip test_params(OpenSSLDHTest) at rbs tests with test-bundled-gems

commit 6f6654e5045f1a86ba9522bfb71395eb58ac51aa
  Author:     Burdette Lamar <BurdetteLamar@Yahoo.com>
  AuthorDate: 2025-01-23 05:12:53 +0900
  Commit:     GitHub <noreply@github.com>
  CommitDate: 2025-01-23 05:12:53 +0900

    [DOC] Hash defaults doc

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12560

    Merged-By: peterzhu2118 <peter@peterzhu.ca>

commit c2908613368b2ae404d094a15df61d830fc46dc9
  Author:     Kevin Newton <kddnewton@gmail.com>
  AuthorDate: 2025-01-23 04:18:58 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-23 04:58:27 +0900

    [ruby/prism] Fix rescue modifier precedence

    Fixes [Bug #21048]

    https://github.com/ruby/prism/commit/07202005cb

commit 241ada7b1ca4fd71dc47a83d912ee25162a555d9
  Author:     Kevin Newton <kddnewton@gmail.com>
  AuthorDate: 2025-01-23 03:59:35 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-23 04:09:42 +0900

    [ruby/prism] Do not put empty statements in while because of -n

    Fixes [Bug #21085]

    https://github.com/ruby/prism/commit/ebb9c36a10

commit 495b1cad042b30c40b62b5ecea5a728ea3c2f4ac
  Author:     Kazuki Yamaguchi <k@rhe.jp>
  AuthorDate: 2025-01-22 03:22:22 +0900
  Commit:     Kazuki Yamaguchi <k@rhe.jp>
  CommitDate: 2025-01-23 01:45:52 +0900

    [ruby/openssl] ts: use TS_VERIFY_CTX_set0_{store,certs}() on OpenSSL 3.4

    In OpenSSL 3.4, TS_VERIFY_CTX_set_certs() and TS_VERIFY_CTX_set_store()
    are deprecated in favor of the new functions with "set0" in the names.

    The new functions have a slightly different behavior. They will free the
    previous value automatically. Increment the reference counter of
    X509_STORE before setting it to TS_VERIFY_CTX, and do not try to
    manually unset it.

    We avoided doing this to work around a bug that was present in older
    versions of OpenSSL, which has now been fixed in OpenSSL 1.0.2 by commit
    https://github.com/openssl/openssl/commit/bff9ce4db38b.

    https://github.com/ruby/openssl/commit/ce37f7d93a

commit 87316d58faa2d57e9f1c1df2f76584a129a60bcc
  Author:     Kazuki Yamaguchi <k@rhe.jp>
  AuthorDate: 2024-06-14 14:45:56 +0900
  Commit:     Kazuki Yamaguchi <k@rhe.jp>
  CommitDate: 2025-01-23 01:45:52 +0900

    [ruby/openssl] pkey: change PKey::{RSA,DSA,DH}#params to use nil for missing parameters

    The returned Hash from these methods contain 0 in place of a missing
    parameter in the key, for example:

            pkey = OpenSSL::PKey.read(OpenSSL::PKey::RSA.new(2048).public_to_pem)
            pp pkey.params
            #=>
            # {"n"=>#<OpenSSL::BN https://github.com/ruby/openssl/commit/286934673421[...snip]>,
            #  "e"=>#<OpenSSL::BN 65537>,
            #  "d"=>#<OpenSSL::BN 0>,
            #  "p"=>#<OpenSSL::BN 0>,
            #  "q"=>#<OpenSSL::BN 0>,
            #  "dmp1"=>#<OpenSSL::BN 0>,
            #  "dmq1"=>#<OpenSSL::BN 0>,
            #  "iqmp"=>#<OpenSSL::BN 0>}

    Let's use nil instead, which is more appropriate for indicating a
    missing value.

    https://github.com/ruby/openssl/commit/f247ec3dec

commit ec4592280fe1efcf65982c2a5c0d39b311d56575
  Author:     Kazuki Yamaguchi <k@rhe.jp>
  AuthorDate: 2024-05-21 16:53:15 +0900
  Commit:     Kazuki Yamaguchi <k@rhe.jp>
  CommitDate: 2025-01-23 01:45:51 +0900

    [ruby/openssl] pkey: implement PKey::{RSA,DSA,DH}#params in Ruby

    Move the definitions to lib/openssl/pkey.rb. They need not to be in the
    extension and can be implemented using existing methods.

    This reduces direct usage of the now-deprecated OpenSSL APIs around the
    low-level structs such as DH, DSA, or RSA.

    https://github.com/ruby/openssl/commit/c14178f387

commit 47fe59cd8299a04dfa7af41131d0563c0e6f5b98
  Author:     Kazuki Yamaguchi <k@rhe.jp>
  AuthorDate: 2024-06-14 14:50:21 +0900
  Commit:     Kazuki Yamaguchi <k@rhe.jp>
  CommitDate: 2025-01-23 01:45:51 +0900

    [ruby/openssl] pkey: add tests for PKey::{RSA,DSA,DH}#params

    Add missing test cases to verify the current behavior. The next patch
    will rewrite those methods.

    https://github.com/ruby/openssl/commit/c0e0669f9b

commit 72480389d149063f2c990227e9b490889f0fc407
  Author:     Kazuki Yamaguchi <k@rhe.jp>
  AuthorDate: 2024-12-22 00:35:03 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-23 01:45:19 +0900

    [ruby/openssl] ssl: fix SSLSocket#sysread leaking locktmp String on timeout

    Commit https://github.com/ruby/openssl/commit/3bbf5178a90e made blocking methods on SSLSocket follow the
    IO#timeout= value. The commit changed io_wait_readable() to potentially
    raise an exception without unlocking the String.

    The String is currently locked for the entire duration of a #sysread
    method call. This does not seem to be necessary, as SSL_read() does not
    require that the same buffer is specified when retrying. Locking the
    String during each SSL_read() call should be sufficient.

    https://github.com/ruby/openssl/commit/8f791d73f5

commit 4df16051be7acb9ed9631b8714cea826e4b535e8
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-01-23 01:06:55 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-23 01:07:04 +0900

    [ruby/mmtk] Remove unused lazy_static dependency

    https://github.com/ruby/mmtk/commit/f47a1e2d17

commit 8c4134a31e712a191187647ff94ac6cce51b9f66
  Author:     tomoya ishida <tomoyapenguin@gmail.com>
  AuthorDate: 2025-01-23 00:58:50 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-23 00:58:56 +0900

    [ruby/irb] Use EnvUtil.rubybin instead of "ruby" in copy command
    test
    (https://github.com/ruby/irb/pull/1071)

    `ruby` is not always available.

    https://github.com/ruby/irb/commit/f6c5106364

commit 6821b0574980191e34149853af1962e81fc570ae
  Author:     tomoya ishida <tomoyapenguin@gmail.com>
  AuthorDate: 2025-01-22 14:58:59 +0900
  Commit:     tomoya ishida <tomoyapenguin@gmail.com>
  CommitDate: 2025-01-22 23:08:34 +0900

    [ruby/irb] Bump version to 1.15.1
    (https://github.com/ruby/irb/pull/1070)

    https://github.com/ruby/irb/commit/df37b074e3

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12612

commit c066453118f5ecfb86282e02398a4da344e1cd79
  Author:     tomoya ishida <tomoyapenguin@gmail.com>
  AuthorDate: 2025-01-22 10:39:55 +0900
  Commit:     tomoya ishida <tomoyapenguin@gmail.com>
  CommitDate: 2025-01-22 23:08:34 +0900

    [ruby/irb] Fix pager preview with escape sequence and newlines
    (https://github.com/ruby/irb/pull/1069)

    https://github.com/ruby/irb/commit/a139562a07

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12612

commit 9ce642c282921ed3f75d5ac0fd6d468f384b3ae4
  Author:     Stan Lo <stan001212@gmail.com>
  AuthorDate: 2025-01-22 01:12:28 +0900
  Commit:     tomoya ishida <tomoyapenguin@gmail.com>
  CommitDate: 2025-01-22 23:08:34 +0900

    [ruby/irb] Update documentation about the new copy command
    (https://github.com/ruby/irb/pull/1067)

    https://github.com/ruby/irb/commit/6194111611

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12612

commit 7813edbe19a2cd131aec5490a8ad314ded61e70e
  Author:     tomoya ishida <tomoyapenguin@gmail.com>
  AuthorDate: 2025-01-21 22:58:05 +0900
  Commit:     tomoya ishida <tomoyapenguin@gmail.com>
  CommitDate: 2025-01-22 23:08:34 +0900

    [ruby/irb] Show a quick preview of inspect result before pager
    launch
    (https://github.com/ruby/irb/pull/1040)

    * Quickly show inspect preview even if pretty_print takes too much time

    * Show a message "Inspecting..." while generating pretty_print content

    * Update inspecting message

    Co-authored-by: Stan Lo <stan001212@gmail.com>

    * Update rendering test for preparing inspect message

    * Don't show preview if pretty_print does not take time

    ---------

    https://github.com/ruby/irb/commit/03c36586e6

    Co-authored-by: Stan Lo <stan001212@gmail.com>

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12612

commit c6e8ee4514c8f24c211a5fb0b6291ac81ee83115
  Author:     Prajjwal Singh <sin@prajjwal.com>
  AuthorDate: 2025-01-21 06:39:34 +0900
  Commit:     tomoya ishida <tomoyapenguin@gmail.com>
  CommitDate: 2025-01-22 23:08:34 +0900

    [ruby/irb] Add copy command (https://github.com/ruby/irb/pull/1044)

    Closes https://github.com/ruby/irb/pull/753

    https://github.com/ruby/irb/commit/a24ac53d48

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12612

commit 89240eb2fbdbd9a46788b4976cd4bdf4cc58ada2
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-01-22 06:36:03 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-01-22 22:54:52 +0900

    Add generic ivar reference updating step

    Previously, generic ivars worked differently than the other global tables
    during compaction. The other global tables had their references updated
    through iteration during rb_gc_update_vm_references. Generic ivars updated
    the keys when the object moved and updated the values while reference
    updating the object. This is inefficient as this required one lookup for
    every moved object and one lookup for every object with generic ivars.

    Instead, this commit changes it to iterate over the generic ivar table to
    update both the keys and values.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12607

commit 7070b1b1968f31f999636b42a1af872458cd5a81
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-22 18:19:54 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-01-22 18:19:54 +0900

    Relax expectations of errors from `getgrnam`

    The list of errors cited in 58bc97628c14933b73f13e0856d1a56e70e8b0e4
    is not exhaustive and other errors may be raised by `getgrnam`.
    Additionally, these errors are system dependent and may not be listed
    on all platforms.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12610

commit 9f78c727eab888288875c423effa18c0c808dbfc
  Author:     git[bot] <svn-admin@ruby-lang.org>
  AuthorDate: 2025-01-22 15:59:48 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-22 15:59:48 +0900

    Update bundled gems list as of 2025-01-21

commit 99792d063458e5559f6cc8f26c186edccc995344
  Author:     Kouhei Yanagita <yanagi@shakenbu.org>
  AuthorDate: 2025-01-22 13:56:58 +0900
  Commit:     Nobuyoshi Nakada <nobu.nakada@gmail.com>
  CommitDate: 2025-01-22 15:07:19 +0900

    [DOC] Fix code markup in String#match

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12608

commit 72fdba156d2963609141867b815e202d558582bf
  Author:     Theo Buehler <tb@openbsd.org>
  AuthorDate: 2023-10-20 05:37:22 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-22 03:17:06 +0900

    [ruby/openssl] Use X509_ALGOR_get0() accessor for X509_ALGOR

    While the struct is currently still public in OpenSSL, there has been
    an accessor since OpenSSL 0.9.8h. It would be nice if this accessor
    could be used so that the struct can be made opaque at some point in
    the future.

    https://github.com/ruby/openssl/commit/812aeab2f5

commit 43c48e3030c513c17bfcf4c37bbe533097fa1a22
  Author:     Kazuki Yamaguchi <k@rhe.jp>
  AuthorDate: 2025-01-21 02:08:54 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-22 03:14:14 +0900

    [ruby/openssl] Require OpenSSL 1.1.1 or later

    Drop support for OpenSSL 1.1.0. OpenSSL 1.1.0 was a non-LTS release and
    it has reached upstream EOL in 2019-12 along with OpenSSL 1.0.2.
    Distributions that shipped with OpenSSL 1.1.0 include:

     - Debian 9 (EOL 2022-06)
     - Ubuntu 18.04 LTS (EOL 2023-04)

    https://github.com/ruby/openssl/commit/ba83abe920

commit e7bd1d1a9a59e7af71b7f994dbea3697b70225f0
  Author:     Kazuki Yamaguchi <k@rhe.jp>
  AuthorDate: 2025-01-21 02:47:06 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-22 03:14:12 +0900

    [ruby/openssl] pkey/dh: do not skip test_params_ok? on LibreSSL

    https://github.com/ruby/openssl/commit/cd91cef590

commit be6644831146dcdbb1daeb124bcdda65e93c5201
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-01-22 02:01:47 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-22 02:02:18 +0900

    [ruby/mmtk] Bump mmtk-core

    Fixes a bug where there is an infinite loop when MMTK_HEAP_MIN is small.

    https://github.com/ruby/mmtk/commit/12c7ede20b

commit 6d806031edb14ffe19d80973ea5668decebccac5
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-01-22 01:56:57 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-22 02:02:17 +0900

    [ruby/mmtk] Add tests for MMTK_HEAP_MIN

    https://github.com/ruby/mmtk/commit/a725b95f51

commit abed4ea81029d7169ef07b85622dfbd98438dae0
  Author:     Stan Lo <stan001212@gmail.com>
  AuthorDate: 2025-01-22 01:24:09 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-22 01:24:12 +0900

    [ruby/irb] Bump version to v1.15.0
    (https://github.com/ruby/irb/pull/1066)

    https://github.com/ruby/irb/commit/d3531d8fc0

commit a47ed9f4aa069077f9ed254d38670a9da6577ed0
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-21 23:12:38 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-01-21 23:12:38 +0900

    Fix lrama for snapshot

    - Old versions should compile parse.y by `bison` or the bundled
      version `lrama`, not the `lrama` in the running repository.

    - Check variables for ruby executable more strictly.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12605

commit 2b1db0faecf03d3fa1b7a1b102cc4c51aa962d5f
  Author:     ydah <t.yudai92@gmail.com>
  AuthorDate: 2024-11-11 23:24:34 +0900
  Commit:     Yudai Takada <t.yudai92@gmail.com>
  CommitDate: 2025-01-21 20:25:38 +0900

    Remove unnecessary assignments to local variables in `f_arg_asgn`

    Local variables are not reassigned and are not needed.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12054

commit 3260b0b6471ae0d7c31c1047550d8cc8afbfe63c
  Author:     ydah <t.yudai92@gmail.com>
  AuthorDate: 2024-11-11 23:22:36 +0900
  Commit:     Yudai Takada <t.yudai92@gmail.com>
  CommitDate: 2025-01-21 20:25:38 +0900

    Remove unnecessary assignments to local variables in `strings`

    Local variables are not reassigned and are not needed.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12054

commit 5d6f76cf6eea68749a761cf40c731f78fb17c2d9
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-21 19:45:57 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-21 19:45:57 +0900

    ext/json/parser/prereq.mk is removed from sync target

commit b1d5d1666ea6486b3631080d394505451845cfee
  Author:     Charles Oliver Nutter <headius@headius.com>
  AuthorDate: 2024-12-11 06:48:18 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-21 17:03:42 +0900

    [ruby/resolv] Check for Windows in JRuby-compatible way

    https://github.com/ruby/resolv/commit/de95f557b0

commit d3bd8df2b8fac48e7fa614c41519ab9449b55d89
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-21 16:44:46 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-21 16:58:34 +0900

    [ruby/resolv] Use port number 0 for ephemeral port if save

    On platforms where ephemeral port randomization is implemented, the
    same randomization is not needed in the ruby library layer.

    Fixes https://github.com/ruby/resolv/pull/63.

    https://github.com/ruby/resolv/commit/45e1b563c0

commit e5f81e511f566edaf2ca871aa72dbb0260c242bf
  Author:     wanabe <s.wanabe@gmail.com>
  AuthorDate: 2025-01-19 10:17:23 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-21 12:32:15 +0900

    [ruby/error_highlight] Use `$stderr` instead of STDERR for Ractor

    https://github.com/ruby/error_highlight/commit/a221a4b0eb

commit f33a76bfa93898d32841e972f006fd96bd17a1f9
  Author:     ydah <t.yudai92@gmail.com>
  AuthorDate: 2025-01-20 17:30:30 +0900
  Commit:     yui-knk <spiketeika@gmail.com>
  CommitDate: 2025-01-21 10:16:05 +0900

    Lrama v0.7.0

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12595

commit 769cccba56e3a1b7336d0cfadcfb9e0689e8f01f
  Author:     Earlopain <14981592+Earlopain@users.noreply.github.com>
  AuthorDate: 2025-01-19 20:09:51 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-21 03:03:13 +0900

    [ruby/prism] Fix parser translator scope issues for implicit hash values

    `builder.pair_label` is no good since it makes use of variables that the parser gem encountered.
    Since the prism translator doesn't keep proper track of that information, the following code interprets
    the implicit value as a local variable, even though it is not in scope:

    ```rb
    def foo
      bar = 123
    end

    { bar: }
    ```

    https://github.com/ruby/prism/commit/bbeb5b083a

commit c6c1e7a92a86154c4bec5d6ccac29adc37ce810d
  Author:     Kazuki Yamaguchi <k@rhe.jp>
  AuthorDate: 2025-01-16 00:26:06 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-21 02:12:57 +0900

    [ruby/openssl] extconf.rb: remove dir_config("kerberos")

    The dir_config was introduced by Ruby trunk r4181. Since support for
    Kerberos cipher suites has been removed in OpenSSL 1.1.0, it is no
    longer necessary.

    Although ruby/openssl did not directly depend on the MIT Kerberos
    library, it was an optional transitive dependency. Unless it was
    disabled by a compile-time option, the OpenSSL headers would try to
    include <krb5.h>.

    https://github.com/ruby/openssl/commit/78d028c332

commit 441862dc9f11d83e9e35c3b965fe84e42e178a35
  Author:     Kazuki Yamaguchi <k@rhe.jp>
  AuthorDate: 2025-01-14 21:49:12 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-21 02:12:57 +0900

    [ruby/openssl] Require OpenSSL 1.1.0 or later

    Drop support for OpenSSL 1.0.2. It has reached upstream EOL in 2019-12.

    Most distributions that shipped with OpenSSL 1.0.2 have also reached
    EOL, or provide a newer version in the package repository:

     - RHEL 7 (EOL 2024-06)
     - Ubuntu 16.04 LTS (EOL 2021-04)
     - Amazon Linux 2 (EOL 2026-06, but OpenSSL 1.1.1 can be installed via
       the openssl11{,-devel} package)

    https://github.com/ruby/openssl/commit/38ec6fd50e

commit 010e8bff88b50a1c43515e3aa16030ec7a2b90c3
  Author:     Kazuki Yamaguchi <k@rhe.jp>
  AuthorDate: 2025-01-19 23:08:12 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-21 02:12:55 +0900

    [ruby/openssl] pkcs7: remove unnecessary const cast

    PKCS7_encrypt() and PKCS7_SIGNER_INFO_set() take const EVP_CIPHER and
    EVP_MD at least since OpenSSL 0.9.7.

    https://github.com/ruby/openssl/commit/9db621a5c0

commit 04cc762941cb4b6dfcc5f1904b03cde683eafc7f
  Author:     Kazuki Yamaguchi <k@rhe.jp>
  AuthorDate: 2025-01-09 16:01:22 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-21 02:12:55 +0900

    [ruby/openssl] engine: remove constants for ENGINE_METHOD_BN_MOD_EXP{,_CRT}

    These macros do not exist in OpenSSL 0.9.7 or later, which was released
    in 2002.

    https://github.com/ruby/openssl/commit/938a1e6aab

commit 5a448a87fca72ffc277e857d0440b8638ef22ad2
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-01-14 05:59:19 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-01-21 00:31:36 +0900

    Remove dead function rb_func_proc_new

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12566

commit 5c95898e930051ecc48d5cd2dd3434c02dd661ad
  Author:     S-H-GAMELINKS <gamelinks007@gmail.com>
  AuthorDate: 2025-01-20 23:08:04 +0900
  Commit:     Nobuyoshi Nakada <nobu.nakada@gmail.com>
  CommitDate: 2025-01-20 23:52:56 +0900

    Remove rb_obj_as_string for Parser

    Ruby Parser not used rb_obj_as_string.
    And obj_as_string property can be removed from Universal Parser.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12603

commit 6d3951e788c8fae8b70cbd81ab0352cef372b4f3
  Author:     Jun Aruga <jaruga@redhat.com>
  AuthorDate: 2025-01-20 22:56:37 +0900
  Commit:     Jun Aruga <junaruga@users.noreply.github.com>
  CommitDate: 2025-01-20 23:48:08 +0900

    .travis.yml: Drop arm64 case.

    We started running a Linux arm64 case in GitHub Actions.[1] So, it's time to
    drop the Linux arm64 case in Travis CI.

    [1] https://github.com/ruby/ruby/commit/a9d37ac3e5385c7aaec64e32de3d254903f4b5c0

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12604

commit 86b262179d94e864243419ac0425cd3f85f970de
  Author:     tompng <tomoyapenguin@gmail.com>
  AuthorDate: 2025-01-20 21:31:39 +0900
  Commit:     Jean Boussier <jean.boussier@gmail.com>
  CommitDate: 2025-01-20 22:20:55 +0900

    [ruby/json] Reject invalid number: `-` `-.1` `-e0`

    https://github.com/ruby/json/commit/b9bfeecfa9

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12602

commit 525d7a68e4e08aca39ef8ec6af1e78d489cf0bd5
  Author:     tompng <tomoyapenguin@gmail.com>
  AuthorDate: 2025-01-20 20:44:37 +0900
  Commit:     Jean Boussier <jean.boussier@gmail.com>
  CommitDate: 2025-01-20 22:20:55 +0900

    [ruby/json] Raise parse error on invalid comments

    https://github.com/ruby/json/commit/2f57f40467

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12602

commit c026e44bb557dc42516785beba00452fa462738e
  Author:     tompng <tomoyapenguin@gmail.com>
  AuthorDate: 2025-01-20 20:42:20 +0900
  Commit:     Jean Boussier <jean.boussier@gmail.com>
  CommitDate: 2025-01-20 22:20:55 +0900

    [ruby/json] Fix parsing incomplete unicode escape "\uaaa"

    https://github.com/ruby/json/commit/86c0d4eb7e

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12602

commit 2b4b7bdb10dc8671bbc9e757f05bb74355891062
  Author:     Jean Boussier <jean.boussier@gmail.com>
  AuthorDate: 2025-01-20 19:39:25 +0900
  Commit:     Jean Boussier <jean.boussier@gmail.com>
  CommitDate: 2025-01-20 22:20:55 +0900

    [ruby/json] Fix JSON::Fragment#to_json signature

    https://github.com/ruby/json/commit/f8817fe56c

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12602

commit e8676cada82ed9947502b416eaa948258a62d7b9
  Author:     Étienne Barrié <etienne.barrie@gmail.com>
  AuthorDate: 2025-01-20 19:12:09 +0900
  Commit:     Jean Boussier <jean.boussier@gmail.com>
  CommitDate: 2025-01-20 22:20:55 +0900

    [ruby/json] Introduce JSON::Fragment

    https://github.com/ruby/json/commit/9e3500f345

    Co-authored-by: Jean Boussier <jean.boussier@gmail.com>

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12602

commit ba44e92573f5fdd23d29cfb49d8afe78287d5f79
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-20 16:42:22 +0900
  Commit:     Nobuyoshi Nakada <nobu.nakada@gmail.com>
  CommitDate: 2025-01-20 21:37:20 +0900

    ext/json no longer uses ragel

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12599

commit 8c30970c58fff823b827b5643585ce96a6340853
  Author:     Jean Boussier <jean.boussier@gmail.com>
  AuthorDate: 2025-01-20 18:03:28 +0900
  Commit:     Jean Boussier <jean.boussier@gmail.com>
  CommitDate: 2025-01-20 18:31:56 +0900

    Revert "Skip RBS::SchemaTest"

    This reverts commit 4404688a0e9e606aea870d79f5e8be6ac1524335.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12600

commit 33708f2dc4f8327aa70fe10a53423b13da85e69e
  Author:     Jean Boussier <jean.boussier@gmail.com>
  AuthorDate: 2025-01-20 16:34:40 +0900
  Commit:     Jean Boussier <jean.boussier@gmail.com>
  CommitDate: 2025-01-20 18:31:56 +0900

    [ruby/json] Fix a regression in the parser with leading /

    Ref: https://github.com/ruby/ruby/pull/12598

    This could lead to an infinite loop.

    https://github.com/ruby/json/commit/f8cfa2696a

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12600

commit 4404688a0e9e606aea870d79f5e8be6ac1524335
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-20 15:38:03 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-20 16:09:00 +0900

    Skip RBS::SchemaTest

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12598

commit e3ba5207b5784dfee5405f10ad70d53b5f43f9e8
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-20 13:00:32 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-20 16:09:00 +0900

    Removed parser.rl from ext/json/parser/depend

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12598

commit df8f93848e46bf19b7b548fd30e033728a5f728f
  Author:     Jean Boussier <jean.boussier@gmail.com>
  AuthorDate: 2025-01-17 02:31:18 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-20 16:09:00 +0900

    [ruby/json] json_string_unescape: use memchr to search for backslashes

    https://github.com/ruby/json/commit/5e6cfcf724

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12598

commit ba8f22c040bcc1efdce30ba4110e9fc261345bd5
  Author:     Jean Boussier <jean.boussier@gmail.com>
  AuthorDate: 2025-01-17 01:42:26 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-20 16:09:00 +0900

    [ruby/json] Cleanup json_decode_float

    Move all the decimal_class option parsing in the constructor.

    https://github.com/ruby/json/commit/e9adefdc38

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12598

commit 6c6f9672e24e2baefd3b1017b960575c3f2af91d
  Author:     Jean Boussier <jean.boussier@gmail.com>
  AuthorDate: 2025-01-16 23:29:10 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-20 16:09:00 +0900

    [ruby/json] parser.c: Pass the JSON_ParserConfig pointer

    Doesn't make a measurable performance difference but is a
    bit clearer.

    https://github.com/ruby/json/commit/314d117c61

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12598

commit f664e863d852bc331c33eb96fb03ac85cbb8171d
  Author:     Jean Boussier <jean.boussier@gmail.com>
  AuthorDate: 2025-01-16 23:22:49 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-20 16:09:00 +0900

    [ruby/json] Use RSTRING_END

    https://github.com/ruby/json/commit/dd9c46c805

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12598

commit e4b54b0a3638ed89c6c0a9ca3f10b990b2bb008d
  Author:     Jean Boussier <jean.boussier@gmail.com>
  AuthorDate: 2025-01-16 22:53:51 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-20 16:09:00 +0900

    [ruby/json] Replace fbuffer by stack buffers or RB_ALLOCV in parser.c

    We only use that buffer for parsing integer and floats, these
    are unlikely to be very big, and if so we can just use RB_ALLOCV as it will
    almost always end in a small `alloca`.

    This allow to no longer need `rb_protect` around the parser.

    https://github.com/ruby/json/commit/994859916a

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12598

commit 99e9eb5380a7a58880bef459c740e91369b8dab2
  Author:     Jean Boussier <jean.boussier@gmail.com>
  AuthorDate: 2025-01-16 22:36:21 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-20 16:09:00 +0900

    [ruby/json] Implement write barriers for ParserConfig objects

    https://github.com/ruby/json/commit/591056a526

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12598

commit ef585744c0db927efa8fbb072912458c2200bb5e
  Author:     Jean Boussier <jean.boussier@gmail.com>
  AuthorDate: 2025-01-15 20:54:25 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-20 16:09:00 +0900

    Finalize Kevin's handrolled parser.

    And get rid of the Ragel parser.

    This is 7% faster on activitypub, 15% after on twitter and 11% faster
    on citm_catalog.

    There might be some more optimization opportunities, I did a quick
    optimization pass to fix a regression in string parsing, but other
    than that I haven't dug much in performance.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12598

commit 1c8fc25b889b6f6b61d26669d4f7559a8b9884d6
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-01-16 16:03:58 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-20 13:50:29 +0900

    [rubygems/rubygems] Fix broken link in `bundle issue` output

    https://github.com/rubygems/rubygems/commit/0909f07f30

commit ee7b74799ca2de454fb708a70a0b2e30b46e8f57
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-01-16 00:50:14 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-20 13:50:27 +0900

    [rubygems/rubygems] Fix `--prefer-local` not respecting default gems

    https://github.com/rubygems/rubygems/commit/3df86cd9c6

commit 891ecc63ac5c232081eea9597bbf366239707b77
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-01-16 00:15:18 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-20 13:50:26 +0900

    [rubygems/rubygems] Consistently assert command failure

    https://github.com/rubygems/rubygems/commit/faaa594a4a

commit 976cee57b126cd0876bf3a1f1a1d58266e488643
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-01-03 04:29:46 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-20 13:50:25 +0900

    [rubygems/rubygems] Don't fallback to evaluating YAML gemspecs as Ruby code

    https://github.com/rubygems/rubygems/commit/ca0a7ff8cd

commit b00315e95a7154d5b8c84c61c65fa21a3424aa06
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-20 12:25:47 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-20 12:25:47 +0900

    win32ole is bundled gems now

commit af81011cb63564e1e146d5ce2b12c3dd8939f01c
  Author:     Alan Wu <XrXr@users.noreply.github.com>
  AuthorDate: 2025-01-17 11:53:06 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-20 10:15:08 +0900

    Supply LIBCLANG_PATH for clang-14 for yjit-bindgen

    Or else it gets confused from all the different versions of LLVM in the
    image.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12589

commit d2ef8861b4c3f9e9c0b4265a6842436f46bed833
  Author:     Alan Wu <XrXr@users.noreply.github.com>
  AuthorDate: 2025-01-17 04:04:52 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-20 10:15:08 +0900

    Use clang-14 to match the libclang version bindgen finds by default

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12589

commit a41e9d8f9abac7373e3429a07584bdef2dcc3f90
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-16 18:02:16 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-20 10:15:08 +0900

    Use configu.guess with wasi compatible version

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12589

commit 10d129120584f1bcbbdd44bc2f07b25b41786a2c
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-16 16:08:31 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-20 10:15:08 +0900

    sd ubuntu-20.04 ubuntu-22.04 .github/workflows/*

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12589

commit 9a4d82fb098c8451effd765436e7e3e8ca4bf096
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-16 16:05:43 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-20 10:15:08 +0900

    Ubuntu 20.04 will be EOL at Apr 2025

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12589

commit f27ed98effff9891d28edc7119d45811bcedd510
  Author:     Earlopain <14981592+Earlopain@users.noreply.github.com>
  AuthorDate: 2025-01-19 20:22:52 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-19 21:44:20 +0900

    [ruby/prism] Freeze `Prism::VERSION`

    Closes https://github.com/ruby/prism/pull/3422

    https://github.com/ruby/prism/commit/b488a84253

commit 65a7c691884a3f50787d5cd94575a7881a2af3f1
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-17 22:00:27 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-01-18 09:19:17 +0900

    CI: Skip setup-ruby on Ubuntu arm64

    Use system default 3.2.3, until setup-ruby supports Ubuntu arm64
    runners.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12594

commit a9d37ac3e5385c7aaec64e32de3d254903f4b5c0
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-17 20:21:08 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-01-18 09:19:17 +0900

    CI: Add Ubuntu arm64

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12594

commit 5fceba661469ee34de462e36c053dce20de02f82
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-01-18 00:44:16 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-18 00:44:24 +0900

    [ruby/mmtk] Add mmtk_heap_max to GC.config

    https://github.com/ruby/mmtk/commit/6a78ffaf16

commit 1574b9045144a3d7eec633e2c9daf3577896d0f7
  Author:     Charles Oliver Nutter <headius@headius.com>
  AuthorDate: 2025-01-18 00:15:19 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-18 00:15:39 +0900

    [ruby/psych] Bump version for release

    https://github.com/ruby/psych/commit/2af9f6ac02

commit f7059af50a31a4d27a04ace0beadb60616f3f971
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-17 22:48:10 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-01-17 22:48:10 +0900

    Use no-inline version `rb_current_ec` on Arm64

    The TLS across .so issue seems related to Arm64, but not Darwin.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12593

commit ac45edc64da65e66f03c98f67824da44f847fb22
  Author:     Stan Lo <stan.lo@shopify.com>
  AuthorDate: 2025-01-16 20:41:31 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-17 08:29:54 +0900

    Bump bundled RDoc version to 6.11.0

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12590

commit 179899c6165a3a525a184781c9aafcd816d4f767
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-01-17 06:40:27 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-17 06:40:31 +0900

    [ruby/mmtk] Add mmtk_heap_min to GC.config

    https://github.com/ruby/mmtk/commit/5bbac70c69

commit d05f6a9b8f1b262db234110935ac5f9cba2e7516
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-01-17 01:19:57 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-17 01:20:06 +0900

    [ruby/mmtk] Add NoGC back to MMTK_PLAN test

    https://github.com/ruby/mmtk/commit/89f8b8be04

commit d1a30359b1aa2a9b2c2426b333ee9cf167f8f263
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-01-17 01:19:23 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-17 01:20:05 +0900

    [ruby/mmtk] Bump mmtk-core

    https://github.com/ruby/mmtk/commit/52b857ea04

commit 2538f4d521249463d4564f7bc05606eb2f7caff0
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-01-16 04:01:56 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-17 01:20:04 +0900

    [ruby/mmtk] Add mmtk_heap_mode to GC.config

    https://github.com/ruby/mmtk/commit/810f897603

commit d78aef5e3fed43893a58aa7c524ff4d4fe6674a4
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-01-16 23:28:34 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-01-17 00:31:47 +0900

    Add not null checks to rb_gc_vm_weak_table_foreach

    If the tables are null (which happens when a GC is ran at boot), it will
    segfault when trying to iterate.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12591

commit 5df20ab0b49b55c9cf858879f3e6e30cc3dcd803
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-16 20:11:26 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-01-16 22:22:43 +0900

    Un-constify `mark_current_machine_context` on wasm

    As `SET_STACK_END` updates `ec->machine.stack_end`, it cannot be
    const.

commit fe03cc22e6b7e213ff349ce1237fffbf1a9bfbe0
  Author:     kaiba <kaibadash@gmail.com>
  AuthorDate: 2025-01-16 22:02:38 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-16 22:02:45 +0900

    [ruby/reline] Fix typo: marco -> macro
    (https://github.com/ruby/reline/pull/806)

    https://github.com/ruby/reline/commit/2111172302

commit 253329343cf7c82af8b456ab741ae4d863187bf4
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-16 13:45:07 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-16 19:41:13 +0900

    [rubygems/rubygems] Introduce Spec::Path.sinatra_dependency_paths for sinatra mock server

    https://github.com/rubygems/rubygems/commit/0a168156d5

commit e7de621b5a49a83b6ebf824fd284d24783f95988
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-01-14 15:41:25 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-16 19:41:12 +0900

    [rubygems/rubygems] Revert RubyGems plugins getting loaded on `Bundler.require`

    These changes were included when adding bundler plugin hooks for
    `Bundler.require`, but they seem completely unrelated to that feature,
    and have caused several issues.

    https://github.com/rubygems/rubygems/commit/8d56551dcf

commit 10e7e92badce82f25118b6c0673ea7b3ce97e54d
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-01-16 04:59:40 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-16 19:41:11 +0900

    [rubygems/rubygems] Extract logic to manipulate RUBYLIB in specs to a helper

    https://github.com/rubygems/rubygems/commit/0057382bb1

commit 3638f67069e8186258445a66317660ecf64dc932
  Author:     Michael Rykov <mrykov@gmail.com>
  AuthorDate: 2025-01-15 19:12:45 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-16 19:41:11 +0900

    [rubygems/rubygems] fix `@licenses` array unmarshalling

    https://github.com/rubygems/rubygems/commit/12f3e78c95

commit 142001cd64fcb7ec6896f04b0c837857590e26ce
  Author:     Lars Kanis <lars@greiz-reinsdorf.de>
  AuthorDate: 2025-01-15 22:26:02 +0900
  Commit:     Nobuyoshi Nakada <nobu.nakada@gmail.com>
  CommitDate: 2025-01-16 19:19:46 +0900

    Fix callcc on Windows on ARM64

    Otherwise using callcc fails with a segfault for instance in this test case:
      TestEnsureAndCallcc#test_bug20655_extension_using_rb_ensure

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12580

commit 0d6506170e8e990e90001cb30f0fa67176ed1710
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-16 15:35:50 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-01-16 15:35:50 +0900

    downloader.rb: Use keyword arguments

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12588

commit f2c9eac887cd192f30fcd8caf165e42787b5d5ae
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-16 13:27:37 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-01-16 15:20:28 +0900

    [DOC] Follow up link to heading changes

    The section "Special global variables" has changed:
    e021754db013ca9cd6dbd68b416425b32ee81490: Special Global Variables
    2b4b513ef046c25c0a8d3d7b10a0566314b27099: Regexp Global Variables
    e50b7bf784b53ac126986dd7f9fd22ccc9b59c60: Regexp@Global+Variables

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12587

commit e65986c9bc5485d2f784bac6aadd20ee9e6420e7
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-16 13:12:58 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-01-16 14:21:37 +0900

    [DOC] Add reference from global variables to equivalent MatchData

    c.f. #21040

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12587

commit 32cb4b204dd23db339ad567fa2cb41bb075a1f6c
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-16 14:03:45 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-01-16 14:03:45 +0900

    [DOC] Link to MarkupReference directly

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12586

commit f78447c9e8de23c652322a0d5b1696a08e098825
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-16 10:06:23 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-16 12:35:21 +0900

    Define dummy lib_dir of win32ole

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12583

commit 8d319edf38a7e04b59ffaa74b1ac7bc4c1551abe
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-16 09:39:14 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-16 12:35:21 +0900

    Skip win32ole tests without Windows platform

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12583

commit 4e563d9c5134acc38eb1ebc73aadcbefb05cd992
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-16 09:14:01 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-16 12:35:21 +0900

    Disabled to existence test for win32ole

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12583

commit 721891688b33bf03949a1828f476850348cc6341
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-16 09:13:28 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-16 12:35:21 +0900

    Migrate win32ole as bundled gems

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12583

commit d492cfdaadf9e936217e80e0899809313ff4b3d5
  Author:     Kevin Newton <kddnewton@gmail.com>
  AuthorDate: 2025-01-16 12:29:57 +0900
  Commit:     GitHub <noreply@github.com>
  CommitDate: 2025-01-16 12:29:57 +0900

    Align defined? implementations between parsers (#12584)

    Fixes [Bug #21043]

  Notes:
    Merged-By: kddnewton <kddnewton@gmail.com>

commit 931a870606f4e286a1c7bacf022940994f3c431b
  Author:     Benjamin Quorning <benjamin@quorning.net>
  AuthorDate: 2025-01-16 05:48:14 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-16 10:47:46 +0900

    [ruby/prism] Increase value of PRISM_DEPTH_MAXIMUM to 10000

    The previous value of 1_000 was added with a reference to the Bison
    parser[^1], but the value of YYMAXDEPTH in the Bison docs is 10_000,
    not 1_000.

    [^1]: https://www.gnu.org/software/bison/manual/html_node/Memory-Management.html

    Fixes [Bug #21044]

    https://github.com/ruby/prism/commit/e098533ab4

    Co-authored-by: Nony Dutton <nonydutton@gmail.com>

commit 91918bb01f15fc059d47b76d9753123cb9442ecb
  Author:     Jean Boussier <jean.boussier@gmail.com>
  AuthorDate: 2025-01-16 04:30:41 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-16 09:01:11 +0900

    [ruby/json] Refactor JSONFixturesTest

    https://github.com/ruby/json/commit/c69963fbe5

commit a50d612a0cc50bfaa11913fdb1d5d48311ceb692
  Author:     Charles Oliver Nutter <headius@headius.com>
  AuthorDate: 2025-01-16 07:06:02 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-16 07:12:25 +0900

    [ruby/psych] Update to SnakeYAML-Engine 2.9

    Fixes ruby/psych#689

    https://github.com/ruby/psych/commit/ac887cdc76

commit 67744879a186a91bb8669c0980f78d7cd2d52f37
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-01-16 05:17:57 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-01-16 05:57:52 +0900

    Use existing vm variable for frozen strings in rb_gc_vm_weak_table_foreach

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12582

commit cd0abd696f9e5f5abff43f6c2aaa2ea5a68eb147
  Author:     Aaron Patterson <tenderlove@ruby-lang.org>
  AuthorDate: 2025-01-16 02:21:52 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-16 05:11:51 +0900

    [ruby/psych] remove vim settings

    https://github.com/ruby/psych/commit/2f46abf4e1

commit ab1565ebe3691d85c0cc38c895ad0b35b35abd40
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-01-16 03:07:44 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-16 03:08:03 +0900

    [ruby/mmtk] Add mmtk_plan to GC.config

    https://github.com/ruby/mmtk/commit/67da9ea5b8

commit e5ad894959c275fa8a7da7371a7dc411e67ed0a4
  Author:     tomoya ishida <tomoyapenguin@gmail.com>
  AuthorDate: 2025-01-16 02:57:42 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-16 02:57:46 +0900

    [ruby/irb] Colorize backref token bold green like global variables
    (https://github.com/ruby/irb/pull/1065)

    https://github.com/ruby/irb/commit/0b60a5be1d

commit e02c7491e90cb9c8743da19ecad792465c11ca09
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-01-16 00:23:33 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-16 02:55:32 +0900

    [ruby/mmtk] Fix mmtk.h

    https://github.com/ruby/mmtk/commit/dbb4036be9

commit 65fa58d3aef07b09d8a2b6724ac2ea4b2d61610a
  Author:     Earlopain <14981592+Earlopain@users.noreply.github.com>
  AuthorDate: 2025-01-15 18:45:26 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-16 02:40:16 +0900

    [ruby/prism] Mark some parser translator tests as being known failures

    Without a change from `parser`, this is impossible to correctly handle.

    https://github.com/ruby/prism/commit/ca1d44e808

commit cb6476a34e62840c25db8b3c891687c22bb26bbc
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-01-16 00:12:20 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-16 00:13:36 +0900

    [ruby/mmtk] Bump mmtk-core

    https://github.com/mmtk/mmtk-core/pull/1261 fixes an issue where the following
    script causes a Rust panic:

        GC.disable
        10_000.times { Object.new }
        puts GC.stat

    https://github.com/ruby/mmtk/commit/6191ee994a

commit 6286d3858c8b609e30298b33caefda81da339748
  Author:     Lars Kanis <lars@greiz-reinsdorf.de>
  AuthorDate: 2025-01-15 22:59:22 +0900
  Commit:     Nobuyoshi Nakada <nobu.nakada@gmail.com>
  CommitDate: 2025-01-15 23:37:20 +0900

    Fix ENV tests on Windows on ARM64

    Due to the x64 emulation of Windows 11 on ARM the environment variable PROCESSOR_ARCHITECTURE is set by the process startup code.
    It must therefore be excluded from tests.
    Otherwise tests fail like so:

    ```
    [30585/32394] TestProcess#test_execopts_unsetenv_others = 0.10 s
     16) Failure:
    TestProcess#test_execopts_unsetenv_others [C:/Users/Lars/ruby/test/ruby/test_process.rb:446]:
    <""> expected but was
    <"PROCESSOR_ARCHITECTURE=ARM64\n">.

    [30616/32394] TestProcess#test_execopts_env = 0.16 s
     17) Failure:
    TestProcess#test_execopts_env [C:/Users/Lars/ruby/test/ruby/test_process.rb:326]:
    <"PATH\n"> expected but was
    <"PATH\n" + "PROCESSOR_ARCHITECTURE\n">.
    ```

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12581

commit d399e0c2b64ac0080fae7df67e62b4fb85d53ff4
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-15 22:11:47 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-01-15 22:11:47 +0900

    Move probes.h to all-incs

    It is platform dependent, should not generate by default.

commit 22feb020662405c9833902d8c72803c8f5311dbd
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-15 22:10:40 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-01-15 22:10:40 +0900

    Do not expand empty DESTDIR

commit 2599ac38cd24669cb7afa8b08e735bd25eb1b30a
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-15 20:49:18 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-01-15 20:49:18 +0900

    Expand `$destdir` to enable rdoc plugins for rubygems

    `Gem::InstallerUninstallerUtils#regenerate_plugins_for` assumes that
    `plugins_dir` is an absolute path as same as the target plugin files.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12579

commit fe2bc7783040a0e35477676a0cf61103ff3635a3
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-15 17:12:17 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-15 17:13:16 +0900

    Update documents with the latest bundled gems

commit 21254c36e1e5208efa4847cd8a2653bf440f58dc
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-15 16:54:51 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-15 17:13:16 +0900

    Removed sync target of rdoc

commit 39cfba0b5e4dd37d9b92916b36f0e4609e0b3fb9
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-15 16:09:46 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-15 16:52:56 +0900

    Disable to generate rubygems plugin

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12577

commit 667e938f1ddfc063f693bf3a06935016f1faf12f
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-15 15:30:14 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-15 16:52:56 +0900

    rdoc-srcdir can refer srcdir by itself

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12577

commit 2bfa49f28866f3d4dfecd04984ad180aff82bb7d
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-15 12:36:50 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-15 16:52:56 +0900

    Skip related tests with Gem::RDoc

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12577

commit c6923278d81f6bac9a654d554ab1d581fd7ef372
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-15 12:23:52 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-15 16:52:56 +0900

    Fixed missing kpeg issue with test-bundled-gems

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12577

commit 86575e243eda81a77ce2ede6a39e534eed9a5c3d
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-15 12:09:31 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-15 16:52:56 +0900

    Use rdoc provided by bundled gems for generating ruby documentation

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12577

commit 86d871d29cda15810d9d60dc1b94a07e9530e0cb
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-15 11:52:40 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-15 16:52:56 +0900

    Migrate rdoc as bundled gems

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12577

commit e0be1b902549f80fcdc95e801d4d533b0fdec43b
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-15 15:19:05 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-01-15 15:19:05 +0900

    Link `bin` as well as `lib` so that `Gem.bin_path` works

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12578

commit 272a8c3c3f334876c2246dcf9ce4d4c71fe52a78
  Author:     wanabe <s.wanabe@gmail.com>
  AuthorDate: 2025-01-15 12:30:59 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-15 13:07:43 +0900

    [ruby/erb] Make `@scanner_map` of `ERB::Compiler::Scanner` ractor-shareable

    - Freeze on assignment
    - Recreate Hash on registration

    https://github.com/ruby/erb/commit/12d69fc2b3

commit 96b5cde28bba189b6cfddce5d507eb751dda03b3
  Author:     wanabe <s.wanabe@gmail.com>
  AuthorDate: 2025-01-15 12:29:06 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-15 13:07:43 +0900

    [ruby/erb] Make `ERB::NOT_GIVEN` ractor-shareable

    https://github.com/ruby/erb/commit/348777b5bf

commit 04ec07794657cd2444ecb001a522b9df2db1b90a
  Author:     Samuel Williams <samuel.williams@oriontransfer.co.nz>
  AuthorDate: 2025-01-15 10:59:46 +0900
  Commit:     GitHub <noreply@github.com>
  CommitDate: 2025-01-15 10:59:46 +0900

    Preserve `errno` in `rb_fiber_scheduler_unblock`. (#12576)

    [Bug #21038]

    Co-authored-by: Julian Scheid <julians37@gmail.com>

  Notes:
    Merged-By: ioquatix <samuel@codeotaku.com>

commit cb419e3912f0514b8151469b0a4a4b83cbbcce78
  Author:     Kevin Newton <kddnewton@gmail.com>
  AuthorDate: 2025-01-15 07:48:32 +0900
  Commit:     Kevin Newton <kddnewton@gmail.com>
  CommitDate: 2025-01-15 08:41:50 +0900

    [PRISM] Handle forwarding inside eval

    Fixes [Bug #21031]

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12575

commit f1e32914eb40737de0f639146aebaf6e3ce2bf21
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-01-15 05:59:35 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-15 05:59:39 +0900

    [ruby/mmtk] Add mmtk_worker_count to GC.config

    https://github.com/ruby/mmtk/commit/836a9059cb

commit 56242ba495246e95dd5178f2ec101c1005c10afc
  Author:     Earlopain <14981592+Earlopain@users.noreply.github.com>
  AuthorDate: 2025-01-15 04:20:05 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-15 05:33:11 +0900

    Better handle regexp in the parser translator

    Turns out, it was already almost correct. If you disregard \c and \M style escapes, only a single character is allowed to be escaped in a regex so most tests passed already.

    There was also a mistake where the wrong value was constructed for the ast, this is now fixed.
    One test fails because of this, but I'm fairly sure it is because of a parser bug. For `/\“/`, the backslash is supposed to be removed because it is a multibyte character. But tbh,
    I don't entirely understand all the rules.

    Fixes more than half of the remaining ast differences for rubocop tests

commit 51d3d6ac8c2e3b6b6dacd80a9ddf11adc46fde08
  Author:     Kevin Newton <kddnewton@gmail.com>
  AuthorDate: 2025-01-15 03:10:46 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-15 05:31:38 +0900

    [ruby/prism] Support forwarding flags on scopes

    When parent scopes around an eval are forwarding parameters (like
    *, **, &, or ...) we need to know that information when we are in
    the parser. As such, we need to support passing that information
    into the scopes option. In order to do this, unfortunately we need
    a bunch of changes.

    The scopes option was previously an array of array of strings.
    These corresponded to the names of the locals in the parent scopes.
    We still support this, but now additionally support passing in a
    Prism::Scope instance at each index in the array. This Prism::Scope
    class holds both the names of the locals as well as an array of
    forwarding parameter names (symbols corresponding to the forwarding
    parameters). There is convenience function on the Prism module that
    creates a Prism::Scope object using Prism.scope.

    In JavaScript, we now additionally support an object much the same
    as the Ruby side. In Java, we now have a ParsingOptions.Scope class
    that holds that information. In the dump APIs, these objects in all
    3 languages will add an additional byte for the forwarding flags in
    the middle of the scopes serialization.

    All of this is in service of properly parsing the following code:

    ```ruby
    def foo(*) = eval("bar(*)")
    ```

    https://github.com/ruby/prism/commit/21abb6b7c4

commit f5fa1ee5f6e0e29e15063e8b62eb0ce7042bb29b
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-01-15 02:16:59 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-15 02:17:44 +0900

    [ruby/mmtk] Exit with error message if MMTK_PLAN is invalid

    https://github.com/ruby/mmtk/commit/79ce2008a3

commit 1adcd960e2c0ef7e5debafa4245cd14420616d7b
  Author:     Alan Wu <alanwu@ruby-lang.org>
  AuthorDate: 2025-01-15 02:08:35 +0900
  Commit:     Alan Wu <alanwu@ruby-lang.org>
  CommitDate: 2025-01-15 02:09:22 +0900

    Add tests for Proc#parameters on `it` blocks

    [Bug #20955]

commit 2bcbc80fa26795145584af2a1cb322ac7b46f13e
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-01-15 02:05:23 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-15 02:07:21 +0900

    [ruby/mmtk] Exit with error message if MMTK_HEAP_MODE is invalid

    https://github.com/ruby/mmtk/commit/c8b1f4c156

commit f627e05d14bf3482b4e864cd4ab237b0a92df0d7
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-01-15 01:41:26 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-15 02:07:21 +0900

    [ruby/mmtk] Add tests for when MMTK_HEAP_MIN >= MMTK_HEAP_MAX

    https://github.com/ruby/mmtk/commit/65b34b5e86

commit e2f0769ca2993a08a849dbd8ede099a3cc327aef
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-01-15 01:35:53 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-15 02:07:20 +0900

    [ruby/mmtk] Also test invalid values for MMTK_HEAP_MIN and MMTK_HEAP_MAX

    https://github.com/ruby/mmtk/commit/90f1aa8d76

commit b076e9b7acae1de931eac54a1757a1b1924d68cf
  Author:     Kevin Newton <kddnewton@gmail.com>
  AuthorDate: 2025-01-15 00:41:11 +0900
  Commit:     Kevin Newton <kddnewton@gmail.com>
  CommitDate: 2025-01-15 01:46:11 +0900

    Remove incorrectly committed snapshots

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12574

commit cf4d848cad87f4ee537b79cdf0ae32684b88f165
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-01-14 05:30:30 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-15 01:18:52 +0900

    [ruby/mmtk] Add framework for tests

    https://github.com/ruby/mmtk/commit/6d94549fc7

commit 12fa76b3e57ea6deb89c7b28fc79eef78df9739e
  Author:     Kevin Newton <kddnewton@gmail.com>
  AuthorDate: 2025-01-15 01:01:39 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-15 01:01:46 +0900

    [ruby/prism] Fix parse.y translation for locals test

    https://github.com/ruby/prism/commit/c8037dfaed

commit 23fc0fc22d0f066938387f3397fb8ee9358744e5
  Author:     Earlopain <14981592+Earlopain@users.noreply.github.com>
  AuthorDate: 2025-01-14 05:22:07 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-15 00:36:28 +0900

    [ruby/prism] Be a bit stricter when comparing parser translator tokens

    When there were more actual tokens than expected tokens, the test would still pass.

    Now it's possible to receive an assertion like this:
    ```
    expected: []
    actual: [:tNL, [nil, #<Parser::Source::Range comment_single.txt 8...9>]]
    <[]> expected but was
    <[:tNL, [nil, #<Parser::Source::Range comment_single.txt 8...9>]]>
    ```

    https://github.com/ruby/prism/commit/e9e9a48e43

commit d0c493df7d1bb4b32ede82422b0d08f72de025b9
  Author:     Justin Collins <justin@presidentbeef.com>
  AuthorDate: 2025-01-14 15:17:25 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-15 00:33:02 +0900

    [ruby/prism] Fix block parameters and it for RubyParser

    https://github.com/ruby/prism/commit/7a93a307ac

commit da93c9ae29d2575aa2eb3a3a0868b3ca7e489576
  Author:     Kevin Newton <kddnewton@gmail.com>
  AuthorDate: 2025-01-13 10:06:47 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-15 00:32:41 +0900

    [ruby/prism] Refactor serializer

    https://github.com/ruby/prism/commit/8ab2532f09

commit 713f31872a42b75924d346ce5df3e567db074cc5
  Author:     Kevin Newton <kddnewton@gmail.com>
  AuthorDate: 2025-01-12 11:10:09 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-15 00:32:39 +0900

    [ruby/prism] Freeze AST option

    To make it so that you can pass `freeze: true` to Prism parse
    methods and get back a deeply-frozen AST that is Ractor-
    shareable.

    https://github.com/ruby/prism/commit/8e6a93b2d2

commit 1758137eada3823b4f4df67e330264fa7455c46b
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-14 15:33:52 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-01-15 00:21:57 +0900

    Simplify gc/mmtk/extconf.rb

    - Split static recipes to depend file.
    - Modify makefile configurations in the block to `create_makefile`.
    - Expand rust sources in extconf.rb instead of GNU make extension.

    TODO: pass `CARGO_TARGET_DIR` without shell syntax.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12572

commit c961d093b1501f9ce476f1e51d7774af28120407
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-14 19:11:33 +0900
  Commit:     Nobuyoshi Nakada <nobu.nakada@gmail.com>
  CommitDate: 2025-01-14 21:56:14 +0900

    [Bug #21024] <cstdbool> header has been useless

    And finally deprecated at C++-17.
    Patched by jprokop (Jarek Prokop).

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12573

commit 1b515d1c379367f077c57fde39e2cc4fc0269f35
  Author:     Kazuki Yamaguchi <k@rhe.jp>
  AuthorDate: 2025-01-14 20:42:48 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-14 21:38:17 +0900

    [ruby/openssl] ssl: update test_verify_hostname_on_connect for LibreSSL

    This reverts the change made to this test case in commit https://github.com/ruby/openssl/commit/a0e98d48c91f
    (Enhance TLS 1.3 support on LibreSSL 3.2/3.3, 2020-12-03).

    Part of the test case was skipped on LibreSSL because LibreSSL 3.2.2
    introduced a stricter check during creation of the extension. The check
    was then relaxed in LibreSSL 3.4.0.

    https://github.com/ruby/openssl/commit/187b176ecd

commit 318519caaa196a3257bc7a8552d33dfe9dd667a2
  Author:     Kazuki Yamaguchi <k@rhe.jp>
  AuthorDate: 2025-01-08 23:15:21 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-14 21:38:17 +0900

    [ruby/openssl] engine: remove mention of LibreSSL from OpenSSL::Engine

    These paths are only reachable when it is compiled against OpenSSL.
    LibreSSL 3.9 does not support ENGINE and defines OPENSSL_NO_ENGINE.

    https://github.com/ruby/openssl/commit/e153d6ab47

commit 731d3ec3012f125131d5c992394af17c5ff9e9e3
  Author:     Kazuki Yamaguchi <k@rhe.jp>
  AuthorDate: 2024-06-09 20:56:43 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-14 21:38:16 +0900

    [ruby/openssl] ossl.c: use OPENSSL_init_ssl() and OpenSSL_version() with LibreSSL

    LibreSSL 2.7.0 added support for OPENSSL_init_ssl() and
    OpenSSL_version().

    https://github.com/ruby/openssl/commit/1328415097

commit 0fb64bda9bf16c36de3c4ca5f9d3aa8da5d39ee2
  Author:     Kazuki Yamaguchi <k@rhe.jp>
  AuthorDate: 2025-01-08 01:55:56 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-14 21:38:16 +0900

    [ruby/openssl] Require LibreSSL 3.9 or later

    Drop support for LibreSSL 3.1-3.8. LibreSSL 3.8 has reached its EOL in
    2024-10.

    https://github.com/ruby/openssl/commit/f33d611f9f

commit 4f79485889bc9c782474c9dd32d5b916376fd0ec
  Author:     Jean Boussier <jean.boussier@gmail.com>
  AuthorDate: 2025-01-07 19:34:20 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-14 20:54:47 +0900

    [ruby/openssl] Refactor buffer usage to only use `append_as_bytes`

    https://github.com/ruby/openssl/commit/28f2901c48

commit 2f5d31d38ad6918410da1c41936e043f47725d4f
  Author:     Jean Boussier <jean.boussier@gmail.com>
  AuthorDate: 2024-12-21 19:27:09 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-14 20:54:47 +0900

    [ruby/openssl] Reduce OpenSSL::Buffering#do_write overhead

    [Bug #20972]

    The `rb_str_new_freeze` was added in https://github.com/ruby/openssl/issues/452
    to better handle concurrent use of a Socket, but SSL sockets can't be used
    concurrently AFAIK, so we might as well just error cleanly.

    By using `rb_str_locktmp` we can ensure attempts at concurrent write
    will raise an error, be we avoid causing a copy of the bytes.

    We also use the newer `String#append_as_bytes` method when available
    to save on some more copies.

    https://github.com/ruby/openssl/commit/0d8c17aa85

    Co-Authored-By: luke.gru@gmail.com

commit ccb4ba45ed0439764fc44a40469e396187d83a71
  Author:     ydah <t.yudai92@gmail.com>
  AuthorDate: 2025-01-12 19:30:06 +0900
  Commit:     Yudai Takada <t.yudai92@gmail.com>
  CommitDate: 2025-01-14 17:20:02 +0900

    Use LRAMA instead of YACC

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12556

commit eafba0d5d3c10678fae23ae35e2923c3cb70de66
  Author:     ydah <t.yudai92@gmail.com>
  AuthorDate: 2025-01-12 19:29:04 +0900
  Commit:     Yudai Takada <t.yudai92@gmail.com>
  CommitDate: 2025-01-14 17:20:02 +0900

    Use LRAMA instead of BISON

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12556

commit 2f0741dd3ce7511e1d0a363d0a8b91d740f31df5
  Author:     Jean Boussier <jean.boussier@gmail.com>
  AuthorDate: 2025-01-14 16:39:15 +0900
  Commit:     Jean Boussier <jean.boussier@gmail.com>
  CommitDate: 2025-01-14 17:08:02 +0900

    [ruby/json] Fix a method redefinition warning in C parser

    Ref: https://github.com/ruby/json/pull/728
    Ref: https://github.com/ruby/ruby/pull/12569

    https://github.com/ruby/json/commit/30a4a86954

commit 599fbeaffa8e029e11223c24af47a55500f23fc3
  Author:     Jean Boussier <jean.boussier@gmail.com>
  AuthorDate: 2025-01-13 22:04:15 +0900
  Commit:     Jean Boussier <jean.boussier@gmail.com>
  CommitDate: 2025-01-14 17:08:02 +0900

    [ruby/json] Refactor JSON::Ext::Parser to split configuration and parsing state

    Ref: https://github.com/ruby/json/pull/718

    The existing `Parser` interface is pretty bad, as it forces to
    instantiate a new instance for each document.

    Instead it's preferable to only take the config and do all the
    initialization needed, and then keep the parsing state on the
    stack on in ephemeral memory.

    This refactor makes the `JSON::Coder` pull request much easier to
    implement in a performant way.

    https://github.com/ruby/json/commit/c8d5236a92

    Co-Authored-By: Étienne Barrié <etienne.barrie@gmail.com>

commit c8d11edcf556088d10f0a245139741dcab1c7d56
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-14 15:50:40 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-14 15:50:50 +0900

    Sync lockfile from rubygems/rubygems

commit 4daa5ebb77282b0c004ae07b0fa37a74dacdedf8
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-14 15:34:17 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-01-14 15:34:17 +0900

    [DOC] About `create_makefile`

    Describe two features that were missing from the documentation:

    - yields configuration part if a block is given.
    - "depend" file will be included.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12571

commit 13c868ae3e1702b08daeeef01178ed5a5edbe497
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-14 14:09:25 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-14 14:52:48 +0900

    Restore lockfile for test-bundler

    In the past, bundler updated platform without normalized variable like arm64-darwin-23.
    We ignored that update. But the current bundler uses arm64-darwin for that.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12570

commit 382277f9bf4fd7b46cfe6e2e84697797c5cbf436
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-14 13:32:55 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-14 13:36:25 +0900

    [ruby/yaml] We should load rubygems for optional pstore gem

    https://github.com/ruby/yaml/commit/d32dc11205

commit 61d3f9a1a53738a8a54bbf9de9e6d1f0a410f453
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-01-11 05:24:11 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-14 12:24:37 +0900

    Remove explicit test dependency on uri

    Since we now vendor uri, it does not buy us anything to include it in
    the gemfile explicitly.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12568

commit a3882dc565b777d8d1462879a1fd290108088ba3
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-01-10 20:29:08 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-14 12:24:37 +0900

    Remove test dependency on logger

    I think logger is only used to figure out which methods need to be made
    noops in order to silence webrick during tests.

    However, it seems possible to do the same using webrick's builtin logger
    and the current method does not seem even correct since it's not
    guaranteed that the logger gem and webrick's logger will use the same
    methods.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12568

commit 78cec339584195b63ed499591c4d344bc85c41f0
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-01-10 20:58:49 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-14 12:24:37 +0900

    Remove base64 as an explicit test dependency

    Tests don't use it directly, so no need to specify it in our Gemfile.

    I think it may have only been added because sinatra was not declaring
    its dependency at the time.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12568

commit 434fa4f3fdd47dc7bf13699a8b81014cf6ee2ceb
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2024-12-20 22:51:29 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-14 12:24:37 +0900

    Add basic tapioca check to CI

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12568

commit f301383cdd4d8310a450931492e5cc0d532862e3
  Author:     Étienne Barrié <etienne.barrie@gmail.com>
  AuthorDate: 2025-01-13 19:28:06 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-14 12:24:37 +0900

    Remove Generator::State#_generate

    Co-authored-by: Jean Boussier <jean.boussier@gmail.com>

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12568

commit 1fae0d7256df76d091847247ec655b0b6b9c4ad9
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-01-03 01:48:10 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-14 12:24:37 +0900

    Use ronn-ng again for documentation generation

    We switched to nronn because ronn-ng felt abandoned, but it seems
    it has activity again, so switch back.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12568

commit f1f81e86159221dbfce29e8e64ca8963391256fa
  Author:     Dmitrii <wrsama+github@gmail.com>
  AuthorDate: 2025-01-10 14:30:46 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-14 12:24:37 +0900

    [ruby/fiddle] add regex for bool parsing & test struct w/ bool
    parsing
    (https://github.com/ruby/fiddle/pull/169)

    GitHub: fix https://github.com/ruby/fiddle/pull/168

    Struct parsing invokes "parse_ctype" on the whole member signature,
    which fails if member type is "bool" due to plain string matching for
    it. This change updates "bool" type matching to a regexp, so TYPE_BOOL
    is correctly parsed for a whole signature like "bool toggle" as well as
    just "bool".

    ---------

    https://github.com/ruby/fiddle/commit/71607446d4

    Co-authored-by: Sutou Kouhei <kou@cozmixng.org>

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12568

commit 0b1b8bc3ec08de6944e6784de1ea5e03e90d8dba
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-01-10 05:34:29 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-14 12:24:37 +0900

    [rubygems/rubygems] Don't remove platform specific variants from the lockfile unless necessary

    Even if they don't match the current Ruby version, they could still work
    in other rubies. So it's better to keep them.

    https://github.com/rubygems/rubygems/commit/9a3e583b0c

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12568

commit 5c83d09ec874db44f6a69d8f81952f31a811013d
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-01-10 21:11:26 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-14 12:24:37 +0900

    [rubygems/rubygems] Tiny parameter rename

    Just for consistency, since all the other methods in this class that
    receive an array of dependencies use `deps`.

    https://github.com/rubygems/rubygems/commit/eca1341950

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12568

commit ae75c8877a0f9e635026ac39d52b012a0b019020
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-01-10 04:35:39 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-14 12:24:37 +0900

    [rubygems/rubygems] Extract `SpecSet#version_for`

    https://github.com/rubygems/rubygems/commit/a76fd6d3bf

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12568

commit a0e2ed21011ae82cfbd1c17bffe8947375fe6c35
  Author:     Joshua.LeBlanc <jleblanc@omics.com>
  AuthorDate: 2025-01-11 02:59:59 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-14 12:24:37 +0900

    [rubygems/rubygems] re-add removed pre-evaluated gemspec test

    https://github.com/rubygems/rubygems/commit/b73ee4059b

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12568

commit aee0277e14d9161023b45ad1cfd74dc556c8c7c4
  Author:     Josh LeBlanc <jleblanc@hey.com>
  AuthorDate: 2025-01-11 02:52:24 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-14 12:24:37 +0900

    [rubygems/rubygems] Serialize gemspec when caching git source

    https://github.com/rubygems/rubygems/commit/8727d44024

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12568

commit c89bcbd58eb48e39ab7e7c47a2226e876c885b07
  Author:     Vasily Fedoseyev <vasilyfedoseyev@gmail.com>
  AuthorDate: 2024-12-28 04:22:37 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-14 12:24:37 +0900

    [rubygems/rubygems] Do not fail on start when cannot find writable user directory on ruby 3.4

    https://github.com/rubygems/rubygems/commit/027cdc750a

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12568

commit 7389ca87b3cc9800af5560aa9e7d05ad584ed0d5
  Author:     Ellen Marie Dash <me@duckie.co>
  AuthorDate: 2024-11-28 08:13:56 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-14 12:24:37 +0900

    [rubygems/rubygems] Print message when blocking on a file lock.

    https://github.com/rubygems/rubygems/commit/3ca7ef214c

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12568

commit df534ef0fcdbe804ec08aaeef2b63be3e1bbd709
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-01-10 22:02:51 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-14 12:24:37 +0900

    [rubygems/rubygems] Remove no longer used spec filter

    I think we have consistent behavior regardless of the version of git
    being used, and I'd like to keep it like that so I think we can remove
    this filter.

    https://github.com/rubygems/rubygems/commit/6a708128e9

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12568

commit d74e9ef71215b4e58d735b9377bcb02a1634c73a
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-14 11:26:25 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-01-14 11:26:25 +0900

    CI: Make parents of PATH directories world-unwritable

commit 8891890bffb9aecae7444619479ae26d59302cf0
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-13 21:12:42 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-01-14 11:26:29 +0900

    Mark `rb_path_check` as internal only

commit 5f3d1eeb55ec69591e76633346d8a4812d3cc36b
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-01-14 05:10:50 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-14 05:11:06 +0900

    [ruby/mmtk] Remove accidentally committed files

    https://github.com/ruby/mmtk/commit/154a038293

commit ed4b1f9c1acac821e27d440d2bbb6837b59a7470
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-01-14 05:06:20 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-14 05:08:20 +0900

    [ruby/mmtk] Exit with error message if MMTK_HEAP_MAX is invalid

    https://github.com/ruby/mmtk/commit/4a24d55d91

commit f821a127eab4a4583f4b6336ec7ff0a1dc6d6569
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-01-14 05:03:33 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-14 05:08:20 +0900

    [ruby/mmtk] Exit with error message if MMTK_HEAP_MIN is invalid

    https://github.com/ruby/mmtk/commit/1d2f7b9cfc

commit 3b9b41d046ad032be73c253b0ebc17eb7de8b788
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-01-14 04:08:27 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-14 05:08:19 +0900

    [ruby/mmtk] Exit with error message if MMTK_THREADS is invalid

    https://github.com/ruby/mmtk/commit/5c5c454f65

commit 7c0b92a1c64d39d4861fb7b46db7efdff3bbcf65
  Author:     Earlopain <14981592+Earlopain@users.noreply.github.com>
  AuthorDate: 2025-01-14 00:41:29 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-14 03:02:28 +0900

    [ruby/prism] Fix parser translator tokens for `%x(#{})`

    It falsely considered it to be a single backtick command

    https://github.com/ruby/prism/commit/dd762be590

commit 6637aa4682ef64134e05af949a9beee260dab937
  Author:     Alan Wu <XrXr@users.noreply.github.com>
  AuthorDate: 2025-01-11 02:24:39 +0900
  Commit:     Alan Wu <XrXr@users.noreply.github.com>
  CommitDate: 2025-01-14 02:58:59 +0900

    Proc#parameters: Show anonymous optionals as `[:opt]`

    Have this for lead parameters as well as parameters after rest ("post").

    [Bug #20974]

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12547

commit 85a25116ccfe509d8a3de9cd5bfc467f2d77159e
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-01-11 05:40:37 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-14 01:44:36 +0900

    [ruby/mmtk] Enable immix_non_moving feature

    https://github.com/ruby/mmtk/commit/63ab563e04

commit 0a26a3de8955e90ef63c238b1469981648e804de
  Author:     Earlopain <14981592+Earlopain@users.noreply.github.com>
  AuthorDate: 2025-01-14 00:31:41 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-14 00:43:24 +0900

    [ruby/prism] Fix parser translator heredoc dedention with leading interpolation

    ```rb
    <<~F
      foo
    #{}
      bar
    F
    ```

    has zero common whitespace.

    https://github.com/ruby/prism/commit/1f3c222a06

commit eab1f02149cdebf5caab2fd61cc1cd448b5d5497
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-01-11 03:46:46 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-14 00:25:50 +0900

    [ruby/mmtk] Unskip TestEnv#test_select_bang_in_ractor

    https://github.com/ruby/mmtk/commit/b2b83ecadb

commit f7fd42ce7444ad89080f31bea748972f1a666c61
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-13 13:05:45 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-01-13 19:10:26 +0900

    Move the declaration of `rb_path_check`

    Although this function is unrelated to hash, it was defined in hash.c
    to check PATH environment variable originally.  Then the definition
    was moeved to file.c but the declaration was left in the hash.c block.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12564

commit 384e6945ac64dba1c41d6ca714a6d7750d92ddb2
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-13 11:56:53 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-13 12:12:28 +0900

    [ruby/date] Enclose dangling else in braces and fix -Wmisleading-indentation

    ```
    date_strptime.c:253:324: warning: misleading indentation;
          statement is not part of the previous 'if' [-Wmisleading-indentation]
      253 |   ...((VALUE)RUBY_Qtrue)); return 0; } while (0); si += l; } while (0);
          |                                                   ^
    date_strptime.c:252:7: note: previous statement is here
      252 |       else
          |       ^
    ```

    https://github.com/ruby/date/commit/41aed5b746

commit 691c895289d757664ab5265a866ba51cf6747601
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-13 11:41:44 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-01-13 11:41:44 +0900

    Dependency: ext/-test-/memory_status/depend

commit 2e38b3effbe2f747da4c6059ff74d59a212c3864
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2024-11-07 13:49:08 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-01-13 09:57:01 +0900

    Update probes.h by incs

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12563

commit 4180036f48160ecabf09ba7a51abda9becc93d2d
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2022-12-19 22:45:10 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-01-13 09:56:22 +0900

    sync_default_gems.rb: check message_filter arguments

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12563

commit 060ae17c806f0ba955b1c5d825b890b6de6c47e3
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2022-12-19 22:42:28 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-01-13 09:56:21 +0900

    CPPFLAGS is needed for dtrace not only INCFLAGS

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12563

commit 84f0d2dd4135d59ff0c65370435255d2a97e574e
  Author:     yui-knk <spiketeika@gmail.com>
  AuthorDate: 2025-01-12 09:54:04 +0900
  Commit:     yui-knk <spiketeika@gmail.com>
  CommitDate: 2025-01-13 09:23:31 +0900

    Stop passing `-t` and `-v` on ripper build

    Both of them are debug option.
    Let's use `YFLAGS` for parse.y build if needed.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12555

commit 566f9463c2be0010815c6521b32c5067a6fff699
  Author:     Earlopain <14981592+Earlopain@users.noreply.github.com>
  AuthorDate: 2025-01-12 21:49:44 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-13 03:54:16 +0900

    [ruby/prism] Fix parser translator tSPACE tokens for percent arrays

    Tests worked around this but the incompatibility is not hard to fix.
    This fixes 17 token incompatibilies in tests here that were previously passing

    https://github.com/ruby/prism/commit/101962526d

commit 14b9098459b88f94e316ccc9274693e74565739e
  Author:     Kevin Newton <kddnewton@gmail.com>
  AuthorDate: 2024-12-21 06:52:10 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-13 03:41:42 +0900

    [ruby/prism] Frozen strings in the AST

    https://github.com/ruby/prism/commit/8d9d429155

commit 48749afe61fedcfd59cbd2fcc134c55f5ccef7f8
  Author:     Earlopain <14981592+Earlopain@users.noreply.github.com>
  AuthorDate: 2025-01-12 23:27:46 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-13 03:34:36 +0900

    [ruby/prism] Fix parser translator ranges for mulltiline strings with multiline bytes

    A rather silly issue with a rather simple fix.
    The ranges already use the offset cache, this effectivly double-encoded them.

    https://github.com/ruby/prism/commit/66b65634c0

commit d0deec3ef3a439374e77aad6fd90bc8f9c5bcc90
  Author:     Earlopain <14981592+Earlopain@users.noreply.github.com>
  AuthorDate: 2025-01-12 23:11:00 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-13 03:34:06 +0900

    [ruby/prism] Fix parser translator tokens for comment-only file

    In https://github.com/ruby/prism/pull/3393 I made a mistake.
    When there is no previous token, it wraps around to -1. Oops

    Additionally, if a comment has no newline then the offset should be kept as is

    https://github.com/ruby/prism/commit/3c266f1de4

commit f56f3eaae55cc6f8d9e79862ee73a9ffb53d6077
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-13 02:07:05 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-01-13 02:07:05 +0900

    [Bug #21030] Fix step for non-numeric range

    When the end points of an inclusive range equal, `Range#step` should
    yields the element once.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12559

commit d9e1a7cdf8a6e8327cd09a891fd45d6af357f926
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-12 23:01:07 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-01-12 23:01:07 +0900

    [Bug #21018] Fix for s390x

commit 450d9dc8bf086747c4dde03441a44873163a2b9c
  Author:     Stan Lo <stan001212@gmail.com>
  AuthorDate: 2025-01-12 21:59:32 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-12 21:59:35 +0900

    [ruby/irb] Group private methods together in `IRB::Context`
    (https://github.com/ruby/irb/pull/1064)

    This makes them easier to find and matches the convention of the codebase.

    https://github.com/ruby/irb/commit/ce8fa6857c

commit 9f8defe8d2f406b0170a275b5d369957075ea059
  Author:     Stan Lo <stan001212@gmail.com>
  AuthorDate: 2025-01-12 21:47:25 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-12 21:47:31 +0900

    [ruby/irb] Drop ColorPrinter's workaround for BasicObject
    (https://github.com/ruby/irb/pull/1051)

    `pp` 0.6.0+ includes https://github.com/ruby/pp/pull/26 to handle BasicObject,
    so we can drop the workaround.

    https://github.com/ruby/irb/commit/08908d43c7

commit e2f1f7c56716db469bae28309c53b74f58023579
  Author:     Jean Boussier <jean.boussier@gmail.com>
  AuthorDate: 2025-01-11 21:44:46 +0900
  Commit:     Jean Boussier <jean.boussier@gmail.com>
  CommitDate: 2025-01-12 19:48:01 +0900

    [Doc] Encourage use of encoding constants

    Lots of documentation examples still use encoding APIs with encoding names
    rather than encoding constants. I think it would be preferable to direct
    users toward constants as it can help with auto-completion, static analysis
    and such.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12552

commit d9d08484d283b8f9c7788cbd8cbf4b34e9e35d29
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-12 13:53:15 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-01-12 13:53:15 +0900

    [DOC] Fix the description of `rb_path_check`

    c.f. #20971

commit 723f31cf6ba307df0058426b515a2b578340b37b
  Author:     Earlopain <14981592+Earlopain@users.noreply.github.com>
  AuthorDate: 2025-01-12 06:25:09 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-12 09:49:54 +0900

    [ruby/prism] Fix binary encoding for the parser translator

    Skipping detecting the encoding is almost always right, just for binary it should actually happen.

    A symbol containing escapes that are invalid
    in utf-8 would fail to parse since symbols must be valid in the script encoding.
    Additionally, the parser gem would raise an exception somewhere during string handling

    https://github.com/ruby/prism/commit/fa0154d9e4

commit 70022224b2627694cbbb30e819a6b1554e9c0a5b
  Author:     Earlopain <14981592+Earlopain@users.noreply.github.com>
  AuthorDate: 2025-01-12 02:48:48 +0900
  Commit:     Kevin Newton <kddnewton@gmail.com>
  CommitDate: 2025-01-12 09:09:05 +0900

    [ruby/prism] Better comment token handling for the parser translator

    There appear to be a bunch of rules, changing behaviour for
    inline comments, multiple comments after another, etc.

    This seems to line up with reality pretty closely, token differences for RuboCop tests go from 1129 to 619 which seems pretty impressive

    https://github.com/ruby/prism/commit/2e1b92670c

commit 117d6e145a0270ab8fc9134403519ef13b9ebb24
  Author:     Kevin Newton <kddnewton@gmail.com>
  AuthorDate: 2025-01-12 05:38:41 +0900
  Commit:     Kevin Newton <kddnewton@gmail.com>
  CommitDate: 2025-01-12 09:09:05 +0900

    [ruby/prism] Fix `not` receiver

    `not foo` should be `!foo`
    `not()` should be `!nil`

    Fixes [Bug #21027]

    https://github.com/ruby/prism/commit/871ed4b462

commit 9c962ea7926e06a57a738bd1e0232ccf09e32771
  Author:     Earlopain <14981592+Earlopain@users.noreply.github.com>
  AuthorDate: 2025-01-11 00:18:56 +0900
  Commit:     Kevin Newton <kddnewton@gmail.com>
  CommitDate: 2025-01-12 09:09:05 +0900

    [ruby/prism] Fix parser translator tokens for backslashes in single-quoted strings and word arrays

    These are not line continuations. They either should be taken literally,
    or allow the word array to contain the following whitespace (newlines in this case)

    Before:
    ```
      0...1: tSTRING_BEG     => "'"
     1...12: tSTRING_CONTENT => "foobar\\\n"
    12...16: tSTRING_CONTENT => "baz\n"
    16...17: tSTRING_END     => "'"
    17...18: tNL             => nil
    ```

    After:
    ```
      0...1: tSTRING_BEG     => "'"
      1...6: tSTRING_CONTENT => "foo\\\n"
     6...12: tSTRING_CONTENT => "bar\\\n"
    12...16: tSTRING_CONTENT => "baz\n"
    16...17: tSTRING_END     => "'"
    17...18: tNL             => nil
    ```

    https://github.com/ruby/prism/commit/b6554ad64e

commit 110461c509a3f93060cf66c82ed44baa00e182a1
  Author:     Earlopain <14981592+Earlopain@users.noreply.github.com>
  AuthorDate: 2025-01-12 05:48:57 +0900
  Commit:     Kevin Newton <kddnewton@gmail.com>
  CommitDate: 2025-01-12 09:09:05 +0900

    [ruby/prism] Implement more string token escaping in the parser translator

    This leaves `\c` and `\M` escaping but I don't understand how these should even work yet. Maybe later.

    https://github.com/ruby/prism/commit/13db3e8cb9

commit 81079ebfd8ba9f672664239d73e8d875e9eeedc8
  Author:     Earlopain <14981592+Earlopain@users.noreply.github.com>
  AuthorDate: 2025-01-06 23:20:41 +0900
  Commit:     Kevin Newton <kddnewton@gmail.com>
  CommitDate: 2025-01-12 09:09:05 +0900

    [ruby/prism] Import code samples for Ruby 3.3 from the parser gem

    Slightly tweaking the import script becaues of backtrace format changes in Ruby 3.4

    Most tests pass in all parsers, with only a handful of failures overall

    https://github.com/ruby/prism/commit/9b5b785aa4

commit ca81142eff98cccb03ff523322aefe4e7346fd0e
  Author:     ydah <t.yudai92@gmail.com>
  AuthorDate: 2025-01-08 00:40:04 +0900
  Commit:     Kevin Newton <kddnewton@gmail.com>
  CommitDate: 2025-01-12 09:09:05 +0900

    [ruby/prism] [Bug #21010] Reject endless method definition of `[]=`

    Fixes: https://bugs.ruby-lang.org/issues/20785

    https://github.com/ruby/prism/commit/192960ce5d

commit 283037f7e3aa54e281c098c43cea830a52b1ec2d
  Author:     Earlopain <14981592+Earlopain@users.noreply.github.com>
  AuthorDate: 2025-01-09 05:17:21 +0900
  Commit:     Kevin Newton <kddnewton@gmail.com>
  CommitDate: 2025-01-12 09:09:05 +0900

    [ruby/prism] Better handle all kinds of multiline strings in the parser translator

    This is a followup to #3373, where the implementation
    was extracted

    https://github.com/ruby/prism/commit/2637007929

commit 80fe9a1c777e4636419e84f160c7079c152696e1
  Author:     Earlopain <14981592+Earlopain@users.noreply.github.com>
  AuthorDate: 2025-01-07 23:56:39 +0900
  Commit:     Kevin Newton <kddnewton@gmail.com>
  CommitDate: 2025-01-12 09:09:05 +0900

    [ruby/prism] Better handle multiline interpolated strings in the parser translator

    Much of this logic should be shared between interpolated symbols and regexps.
    It's also incorrect when the node contains a literal `\\n` (same as for plain string nodes at the moment)

    https://github.com/ruby/prism/commit/561914f99b

commit 9f38ee11cb4554ec4e08fb22a9c804c746cce029
  Author:     Earlopain <14981592+Earlopain@users.noreply.github.com>
  AuthorDate: 2025-01-07 04:19:21 +0900
  Commit:     Kevin Newton <kddnewton@gmail.com>
  CommitDate: 2025-01-12 09:09:05 +0900

    [ruby/prism] Fix parser translator ast for empty regex

    In that specific case, no string node is emitted

    https://github.com/ruby/prism/commit/1166db13dd

commit a234fd516f82702f9efd67e3f67de129702a6801
  Author:     Earlopain <14981592+Earlopain@users.noreply.github.com>
  AuthorDate: 2025-01-07 04:18:03 +0900
  Commit:     Kevin Newton <kddnewton@gmail.com>
  CommitDate: 2025-01-12 09:09:05 +0900

    [ruby/prism] Fix parser translator ast for regex with line continuation

    Turns out, the vast majority of work was already done with handling the same for heredocs

    I'm confident this should also apply to actual string nodes (there's even a todo for it) but
    no tests change if I apply it there too, so I can't say for sure if the logic would be correct.
    The individual test files are a bit too large, maybe something else would break that currently passes.

    Leaving it for later to look more closely into that.

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

commit d1a70014f9a1ee411c41338d0929443bab004cda
  Author:     Earlopain <14981592+Earlopain@users.noreply.github.com>
  AuthorDate: 2025-01-05 21:54:38 +0900
  Commit:     Kevin Newton <kddnewton@gmail.com>
  CommitDate: 2025-01-12 09:09:05 +0900

    [ruby/prism] Fix parser translator ast when using anonymous forwarding in blocks/lambda

    Blocks and lambdas inherit anonymous arguments from the method they are a part of.
    They themselves don't allow to introduce new anonymous arguments.
    While you can write this:
    ```rb
    def foo(*)
      bar { |**| }
    end
    ```
    referecing the new parameter inside of the block will always be a syntax error.

    https://github.com/ruby/prism/commit/2cbd27e134

commit 7cbaa3b9298b4ab5027d75a7317ca43a9e745c16
  Author:     Earlopain <14981592+Earlopain@users.noreply.github.com>
  AuthorDate: 2024-12-22 06:00:56 +0900
  Commit:     Kevin Newton <kddnewton@gmail.com>
  CommitDate: 2025-01-12 09:09:05 +0900

    [ruby/prism] Fix an incompatibility with the parser translator

    The offset cache contains an entry for each byte so it can't be accessed via the string length.

    Adds tests for all variants except for this:
    ```
    "fo
    o" "ba
    ’"
    ```

    For some reason, this still has the wrong offset.

    https://github.com/ruby/prism/commit/a651126458

commit d597118b3f1f03f56ed723aac2b3ec37b75fdb26
  Author:     Kevin Newton <kddnewton@gmail.com>
  AuthorDate: 2024-12-21 06:57:40 +0900
  Commit:     Kevin Newton <kddnewton@gmail.com>
  CommitDate: 2025-01-12 09:09:05 +0900

    [ruby/prism] Fallthrough fallback for unknown compilers

    https://github.com/ruby/prism/commit/cc810b1e06

commit fa1427a63e26d24b0aca37d66af705a57d2aa2e2
  Author:     Alexander Momchilov <alexandermomchilov@gmail.com>
  AuthorDate: 2024-12-19 03:37:52 +0900
  Commit:     Kevin Newton <kddnewton@gmail.com>
  CommitDate: 2025-01-12 09:09:05 +0900

    [ruby/prism] Enable implicit fall-through errors

    https://github.com/ruby/prism/commit/03797b84d3

commit b0e64fcde83cb539ded429944bdabda52472fe42
  Author:     Kevin Newton <kddnewton@gmail.com>
  AuthorDate: 2024-12-22 04:06:46 +0900
  Commit:     Kevin Newton <kddnewton@gmail.com>
  CommitDate: 2025-01-12 09:09:05 +0900

    [ruby/prism] Bump to v1.3.0

    https://github.com/ruby/prism/commit/a679ee0e5c

commit b79152fd22f1acb4c984ca205e2de4f5f6291e90
  Author:     Kevin Newton <kddnewton@gmail.com>
  AuthorDate: 2024-12-22 05:15:32 +0900
  Commit:     Kevin Newton <kddnewton@gmail.com>
  CommitDate: 2025-01-12 09:09:05 +0900

    [ruby/prism] Support 3.5 for version option

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

commit 76b620b341b54eb80028f03cc828333defacc87e
  Author:     Stan Lo <stan001212@gmail.com>
  AuthorDate: 2025-01-11 23:03:54 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-11 23:03:59 +0900

    [ruby/irb] `IRB.conf[:SAVE_HISTORY]` should handle boolean values
    (https://github.com/ruby/irb/pull/1062)

    Although not documented, `IRB.conf[:SAVE_HISTORY]` used to accept boolean,
    which now causes `NoMethodError` when used.

    This commit changes the behavior to accept boolean values and
    adds tests for the behavior.

    https://github.com/ruby/irb/commit/8b1a07b2a8

commit 80d28785c4385f5688db90b448c99dc1dc042a6a
  Author:     Stan Lo <stan001212@gmail.com>
  AuthorDate: 2025-01-11 21:59:16 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-11 21:59:21 +0900

    [ruby/irb] Print more actionable message when the exception may be
    an IRB issue
    (https://github.com/ruby/irb/pull/1061)

    https://github.com/ruby/irb/commit/4d74d39261

commit 1b3037081ef9fc121b83e213d997a069acd5904b
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-11 12:21:57 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-01-11 12:21:57 +0900

    [Bug #21024] <cstdbool> header is deprecated in C++17

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12551

commit 4d8eaa9e458d62499dc60a2af901ab8c09a75aef
  Author:     Alan Wu <XrXr@users.noreply.github.com>
  AuthorDate: 2025-01-11 07:26:11 +0900
  Commit:     Alan Wu <XrXr@users.noreply.github.com>
  CommitDate: 2025-01-11 08:03:31 +0900

    YJIT: Rename send_iseq_forwarding->send_forwarding

    It's in gen_send_general(), so nothing specifically to do with iseqs.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12550

commit cde065c32c8db34eaf2c6b8646a2d4a34e20a3ec
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-01-11 07:36:51 +0900
  Commit:     GitHub <noreply@github.com>
  CommitDate: 2025-01-11 07:36:51 +0900

    Clarify documentation for encoding of `String.new` without arguments

    [Bug #21025]

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12548

    Merged-By: XrXr

commit 50c2c4bddee5a2c5edc0d9fc0f635befdfc4bacc
  Author:     Aaron Patterson <tenderlove@ruby-lang.org>
  AuthorDate: 2025-01-10 03:21:00 +0900
  Commit:     Aaron Patterson <aaron.patterson@gmail.com>
  CommitDate: 2025-01-11 06:39:21 +0900

    Make rb_vm_insns_count a thread local variable

    `rb_vm_insns_count` is a global variable used for reporting YJIT
    statistics. It is a counter that tallies the number of interpreter
    instructions that have been executed, this way we can approximate how
    much time we're spending in YJIT compared to the interpreter.

    Unfortunately keeping this statistic means that every instruction
    executed in the interpreter loop must increment the counter. Normally
    this isn't a problem, but in multi-threaded situations (when Ractors are
    used), incrementing this counter can become quite costly due to page
    caching issues.

    Additionally, since there is no locking when incrementing this global,
    the count can't really make sense in a multi-threaded environment.

    This commit changes `rb_vm_insns_count` to a thread local. That way each
    Ractor has it's own copy of the counter and incrementing the counter
    becomes quite cheap. Of course this means that in multi-threaded
    situations, the value doesn't really make sense (but it didn't make
    sense before because of the lack of locking).

    The counter is used for YJIT statistics, and since YJIT is basically
    disabled when Ractors are in use, I don't think we care about
    inaccuracies (for the time being). We can revisit this counter when we
    give YJIT multi-threading support, but for the time being this commit
    restores multi-threaded performance.

    To test this, I used the benchmark in [Bug #20489].

    Here is the performance on Ruby 3.2:

    ```
    $ time RUBY_MAX_CPU=12 ./miniruby -v ../test.rb 8 8
    ruby 3.2.0 (2022-12-25 revision a528908271) [x86_64-linux]
    [0...1, 1...2, 2...3, 3...4, 4...5, 5...6, 6...7, 7...8]
    ../test.rb:43: warning: Ractor is experimental, and the behavior may change in future versions of Ruby! Also there are many implementation issues.

    ________________________________________________________
    Executed in    2.53 secs    fish           external
       usr time   19.86 secs  370.00 micros   19.86 secs
       sys time    0.02 secs  320.00 micros    0.02 secs
    ```

    We can see the regression in performance on the master branch:

    ```
    $ time RUBY_MAX_CPU=12 ./miniruby -v ../test.rb 8 8
    ruby 3.5.0dev (2025-01-10T16:22:26Z master 4a2702dafb) +PRISM [x86_64-linux]
    [0...1, 1...2, 2...3, 3...4, 4...5, 5...6, 6...7, 7...8]
    ../test.rb:43: warning: Ractor is experimental, and the behavior may change in future versions of Ruby! Also there are many implementation issues.

    ________________________________________________________
    Executed in   24.87 secs    fish           external
       usr time  195.55 secs    0.00 micros  195.55 secs
       sys time    0.00 secs  716.00 micros    0.00 secs
    ```

    Here are the stats after this commit:

    ```
    $ time RUBY_MAX_CPU=12 ./miniruby -v ../test.rb 8 8
    ruby 3.5.0dev (2025-01-10T20:37:06Z tl 3ef0432779) +PRISM [x86_64-linux]
    [0...1, 1...2, 2...3, 3...4, 4...5, 5...6, 6...7, 7...8]
    ../test.rb:43: warning: Ractor is experimental, and the behavior may change in future versions of Ruby! Also there are many implementation issues.

    ________________________________________________________
    Executed in    2.46 secs    fish           external
       usr time   19.34 secs  381.00 micros   19.34 secs
       sys time    0.01 secs  321.00 micros    0.01 secs
    ```

    [Bug #20489]

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12549

commit 039446f601663ff7c25bbc2d46dc7de02ba640c2
  Author:     Stan Lo <stan001212@gmail.com>
  AuthorDate: 2025-01-11 06:29:27 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-11 06:29:34 +0900

    [ruby/irb] Gracefully handle incorrect command aliases
    (https://github.com/ruby/irb/pull/1059)

    * Gracefully handle incorrect command aliases

    Even if the aliased target is a helper method or does not exist, IRB
    should not crash.

    This commit warns users in such cases and treat the input as normal expression.

    * Streamline command parsing and introduce warnings for incorrect command aliases

    https://github.com/ruby/irb/commit/9fc14eb74b

commit 4a2702dafb0852d7a7575fd4c7717402f02ccc25
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-11 01:22:26 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-01-11 01:22:26 +0900

    Remove stale declaration for modular GC

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12546

commit eb8f29c46c3e9c9041dc0bfe133c06329f28a2e7
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2025-01-10 23:04:35 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-11 01:01:49 +0900

    [rubygems/rubygems] Fix test failure when running tests with ENV["EDITOR"] set

    Can be reproduced, for example, with

    ```
    bin/rspec spec/bundler/cli_spec.rb spec/other/cli_man_pages_spec.rb --order defined
    ```

    https://github.com/rubygems/rubygems/commit/f57d199225

commit 8adc96b5ca17c504d7a4afe7c6034c1d4d1984ba
  Author:     Andrew Konchin <andry.konchin@gmail.com>
  AuthorDate: 2024-11-15 19:49:53 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-11 00:59:25 +0900

    [ruby/date] Skip tests failing on TruffleRuby

    https://github.com/ruby/date/commit/d019ac8186

commit cfee3d9f4bc62c7a312be1a31c61f5126fec157f
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-01-10 04:32:16 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-01-11 00:17:16 +0900

    Revert "[MMTk/CI] Skip Ractor btests with MMTk"

    This reverts commit 58b4e249ed8d33fc78528bc77516d541c04d65f2.

    The bug that it encountered was fixed in f76d40789d2c7185df26e925636827c06eda7157.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12543

commit f1049aa55d2cd41b5ddeb3ffafe157d41a0335bc
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-01-10 04:34:07 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-01-11 00:17:16 +0900

    Don't check for presence of `ENV['GITHUB_WORKFLOW']`

    We already check whether `ENV['GITHUB_WORKFLOW']` is equal to `Compilations`,
    so we don't need to check that it's not nil.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12543

commit c7e5dbe1d831ed5e894b6c158d06e80968291249
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-10 15:09:33 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-10 16:57:06 +0900

    Bump up logger-1.6.5 for TruffleRuby

commit 1babff98b0272d71a21b8cb47b2be62984741bb8
  Author:     git[bot] <svn-admin@ruby-lang.org>
  AuthorDate: 2025-01-10 16:00:09 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-10 16:00:09 +0900

    Update bundled gems list as of 2025-01-10

commit be6a81c8bfccb5c05f93550a64bc25ced510566a
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-10 15:02:53 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-10 15:02:55 +0900

    Removed benchmark, logger, ostruct and pstore from sync targets

commit e8015ce1a36a7c8b88dd66850d3df7b8881f2f1c
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-10 14:32:02 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-10 14:38:39 +0900

    [ruby/syntax_suggest] Resolve to lint failure of standardrb

    https://github.com/ruby/syntax_suggest/commit/ce7b87184e

commit a450e9304db8e540977958ddb5c60a65363a4ea9
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-10 12:59:29 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-10 13:27:16 +0900

    Extract Benchmark.measure on assert_cpu_usage_low

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12544

commit 503073581915761bb8b99a8e41d0a5f3958dc00c
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-09 16:15:33 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-10 10:19:39 +0900

    Use fixed commits for assert_in_out_err of pstore and logger

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12537

commit fcecef7752d9d6c760c8ca7f6a7ce12c82988360
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-09 14:25:48 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-10 10:19:39 +0900

    Added logger dependency for Bundler's example

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12537

commit 31855506232194ef15d0b8ed12370e4890f220b8
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-09 13:27:56 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-10 10:19:39 +0900

    Make Pstore tests as optional

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12537

commit 1089282acc3d3a284b092dcaa06fc241bceb4b02
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-09 13:27:43 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-10 10:19:39 +0900

    Make benchmark exapmles as optional

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12537

commit 3a1414a70b33110b9bbd7e47c09dece0300eebe8
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-09 12:41:12 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-10 10:19:39 +0900

    Rewrite Benchmark to Tempfile on bootstraptest/test_ractor.rb

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12537

commit cda268d8e99170f73c9c0c7dd2dbe9494ba89abb
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-09 11:08:10 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-10 10:19:39 +0900

    Make logger as bundled gems

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12537

commit b0d3771bce9dfcffb7467ea34971198cf4b4079e
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-09 11:06:38 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-10 10:19:39 +0900

    Make benchmark as bundled gems

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12537

commit 0c3dca6266a94c951a5347d40fbd0993e2902cc6
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-09 10:55:23 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-10 10:19:39 +0900

    Make pstore as bundled gems

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12537

commit f76d40789d2c7185df26e925636827c06eda7157
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-01-10 04:06:31 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-10 04:08:49 +0900

    [ruby/mmtk] Enable UNIQUE_OBJECT_ENQUEUING in MMTk

    UNIQUE_OBJECT_ENQUEUING guarantees that object marking is atomic so that
    an object cannot be marked more than once.

    https://github.com/ruby/mmtk/commit/2f97fd8207

commit 4ce82f1c338d3ea9cdf21cdb12771de22ecd0d19
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-01-10 04:02:36 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-10 04:08:49 +0900

    [ruby/mmtk] Bump mmtk-core to
    https://github.com/ruby/mmtk/commit/68bf1b638263

    https://github.com/ruby/mmtk/commit/ba1ec69bf6

commit d96cc52ef1857297ffd608cf6a1eef1022286ebd
  Author:     Ellen Marie Dash <me@duckie.co>
  AuthorDate: 2025-01-01 07:04:16 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-10 03:13:57 +0900

    [rubygems/rubygems] Add credentials file path to "gem env".

    There are 3 possible locations:

    - $HOME/.gem/credentials
    - $XDG_DATA_HOME/gem/credentials
    - $HOME/.local/share/gem/credentials

    https://github.com/rubygems/rubygems/commit/c51756b96e

commit 2da91080d3120057a1efd51a08f350dcba26faab
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-01-10 02:26:07 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-10 02:34:02 +0900

    [ruby/mmtk] Fix libmmtk_ruby.a building in extconf.rb

    Since libmmtk_ruby.a was a PHONY target, it caused the shared object to
    not be rebuilt even though libmmtk_ruby.a was updated.

    https://github.com/ruby/mmtk/commit/076f0a97a6

commit 5fab31b15e32622c4b71d1d347a41937e9f9c212
  Author:     Jeremy Evans <code@jeremyevans.net>
  AuthorDate: 2025-01-09 03:47:11 +0900
  Commit:     Jeremy Evans <code@jeremyevans.net>
  CommitDate: 2025-01-10 00:41:04 +0900

    Enable riscv64 coroutine on OpenBSD/riscv64

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12534

commit 5045c666db6dc0824376ddd270b7e0b901acdf6c
  Author:     Petrik de Heus <petrik@deheus.net>
  AuthorDate: 2025-01-10 00:21:28 +0900
  Commit:     GitHub <noreply@github.com>
  CommitDate: 2025-01-10 00:21:28 +0900

    [DOC] Use Hash inspect without hash-rocket in Hash documentation (#12540)

    Co-authored-by: tomoya ishida <tomoyapenguin@gmail.com>

  Notes:
    Merged-By: tompng <tomoyapenguin@gmail.com>

commit d8a21592b462aba0a66324f7444a2f6e61116d3a
  Author:     liushuyu <liushuyu011@gmail.com>
  AuthorDate: 2025-01-09 04:06:05 +0900
  Commit:     Nobuyoshi Nakada <nobu.nakada@gmail.com>
  CommitDate: 2025-01-10 00:07:20 +0900

    coroutine/ppc64le: fix conditional registers got clobbered unexpectedly

    Now we also save the special cr registers during the fiber switching

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12535

commit 073c4e1cc712064e626914fa4a5a8061f903a637
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-09 20:21:41 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-01-09 20:21:41 +0900

    [Feature #6012] Extend `source_location` for end position and columns

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12539

commit dfe6b7c02efa3bc2f5426eb64107ac0ac45a66a4
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-08 21:35:48 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-01-09 19:26:20 +0900

    [Bug #21018] Show invalid command line option more properly

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12538

commit d44a41d81423c2362af3dfc6d9f9f7c2f21038c1
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-09 09:44:57 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-01-09 19:24:27 +0900

    Add `rb_node_get_type` for debuggers

commit 6069e8fea50f06ceb2ed88112c2818e255d357bf
  Author:     ydah <t.yudai92@gmail.com>
  AuthorDate: 2025-01-09 14:30:36 +0900
  Commit:     Yudai Takada <t.yudai92@gmail.com>
  CommitDate: 2025-01-09 18:24:56 +0900

    Refactor for loop handling to simplify do keyword location assignment

commit 7790aa89f930e85e9d1d679f836338c44be0814f
  Author:     ydah <t.yudai92@gmail.com>
  AuthorDate: 2025-01-09 10:31:57 +0900
  Commit:     Yudai Takada <t.yudai92@gmail.com>
  CommitDate: 2025-01-09 18:24:56 +0900

    Use Named Reference

commit c721301132507c58dbef4f9bab0188a79f691e3c
  Author:     ydah <t.yudai92@gmail.com>
  AuthorDate: 2024-11-11 01:00:05 +0900
  Commit:     Yudai Takada <t.yudai92@gmail.com>
  CommitDate: 2025-01-09 18:24:56 +0900

    Implement FOR NODE locations

    The following Location information has been added This is the information required for parse.y to be a universal parser:

    ```
    ❯ ruby --parser=prism --dump=parsetree -e "for a in b do end"
    @ ProgramNode (location: (1,0)-(1,17))
    +-- locals: [:a]
    +-- statements:
        @ StatementsNode (location: (1,0)-(1,17))
        +-- body: (length: 1)
            +-- @ ForNode (location: (1,0)-(1,17))
                +-- index:
                |   @ LocalVariableTargetNode (location: (1,4)-(1,5))
                |   +-- name: :a
                |   +-- depth: 0
                +-- collection:
                |   @ CallNode (location: (1,9)-(1,10))
                |   +-- CallNodeFlags: variable_call, ignore_visibility
                |   +-- receiver: nil
                |   +-- call_operator_loc: nil
                |   +-- name: :b
                |   +-- message_loc: (1,9)-(1,10) = "b"
                |   +-- opening_loc: nil
                |   +-- arguments: nil
                |   +-- closing_loc: nil
                |   +-- block: nil
                +-- statements: nil
                +-- for_keyword_loc: (1,0)-(1,3) = "for"
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                +-- in_keyword_loc: (1,6)-(1,8) = "in"
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                +-- do_keyword_loc: (1,11)-(1,13) = "do"
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                +-- end_keyword_loc: (1,14)-(1,17) = "end"
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ```

commit 841555245d770df88a0c8079fc97a51ffa7ef8e9
  Author:     Shannon Skipper <shannonskipper@gmail.com>
  AuthorDate: 2025-01-09 13:53:49 +0900
  Commit:     GitHub <noreply@github.com>
  CommitDate: 2025-01-09 13:53:49 +0900

    [DOC] Show `NONE` within `Measure` namespace (#12274)

    Keep `NONE` within `Measure`

  Notes:
    Merged-By: nobu <nobu@ruby-lang.org>

commit dd80d9b089e35729d585bae2f8866c845c48f3b7
  Author:     Alan Wu <XrXr@users.noreply.github.com>
  AuthorDate: 2025-01-09 09:07:07 +0900
  Commit:     Alan Wu <XrXr@users.noreply.github.com>
  CommitDate: 2025-01-09 09:47:39 +0900

    YJIT: Filter `&` calls from specialized C method codegen

    Evident with the crash reported in [Bug #20997], the C replacement
    codegen functions aren't authored to handle block arguments (nor
    should they because the extra code from the complexity defeats
    optimization). Filter sites with VM_CALL_ARGS_BLOCKARG.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12536

commit 96f23306f0a9859c2e2b2f5d22cfab6eb74a0e5e
  Author:     Kevin Newton <kddnewton@gmail.com>
  AuthorDate: 2025-01-09 05:39:03 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-09 05:42:35 +0900

    [ruby/prism] Revert "Reject pattern match with unexpected double splat inside array"

    https://github.com/ruby/prism/commit/51e7c84124

commit c4534c9fe88259de9509e4b75fb6afc31a1f00a7
  Author:     Kevin Newton <kddnewton@gmail.com>
  AuthorDate: 2025-01-08 12:49:46 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-09 05:36:06 +0900

    [ruby/prism] Handle escapes in named capture names

    https://github.com/ruby/prism/commit/b4b7a69ce7

commit 36b6625ba9ccaa0ab88dd56b3f41c70e161f3df0
  Author:     ydah <t.yudai92@gmail.com>
  AuthorDate: 2024-10-03 21:05:21 +0900
  Commit:     Yudai Takada <t.yudai92@gmail.com>
  CommitDate: 2025-01-09 02:33:48 +0900

    Refactor `parse_isalnum` and `parse_isxdigit` to use macro

  Notes:
    Merged: https://github.com/ruby/ruby/pull/11780

commit 500a87756f9873a320aa3a11ab2d1ac4e1b4afee
  Author:     ydah <t.yudai92@gmail.com>
  AuthorDate: 2025-01-08 23:58:59 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-09 02:23:51 +0900

    [ruby/prism] Reject pattern match with unexpected double splat inside array

    `a => [-2**b]` should be SyntaxError

    Fixes: https://github.com/ruby/prism/issues/3381

    https://github.com/ruby/prism/commit/ae8e83b389

commit e0d600ec190c64aff76cfcbd6009cffb927da166
  Author:     Jeremy Evans <code@jeremyevans.net>
  AuthorDate: 2025-01-09 01:49:51 +0900
  Commit:     GitHub <noreply@github.com>
  CommitDate: 2025-01-09 01:49:51 +0900

    Avoid opt_aset_with optimization inside multiple assignment

    Previously, since the opt_aset_with optimization was introduced,
    use of the opt_aset_with optimization inside multiple assignment
    would result in a segfault or incorrect instructions.

    Fixes [Bug #21012]

    Co-authored-by: Nobuyoshi Nakada <nobu.nakada@gmail.com>

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12528

    Merged-By: jeremyevans <code@jeremyevans.net>

commit e728170043ab9afb0f064af2bcfcf6ca06f9573d
  Author:     Kazuki Yamaguchi <k@rhe.jp>
  AuthorDate: 2025-01-09 01:17:51 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-09 01:17:57 +0900

    [ruby/rdoc] Finalize RDoc::Options before calling
    RDoc::RDoc#parse_files
    (https://github.com/ruby/rdoc/pull/1274)

    Commit https://github.com/ruby/rdoc/commit/6cf6e1647b97, which went to v6.5.0, changed `RDoc::Options#parse`
    to not call `#finish` in it. While the commit adjusted other call sites,
    it missed `lib/rdoc/rubygems_hook.rb`.

    `RDoc::Options#finish` prepares the include paths for `:include:`
    directives. This has to be done before starting to parse sources.

    I think this should fix https://github.com/ruby/net-http/issues/193 +
    https://github.com/ruby/net-http/pull/194.

    https://github.com/ruby/rdoc/commit/d62da8ca09

commit 62a1528020de16c2f60ec1aea563f7b764946c59
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-01-08 01:00:16 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-01-08 23:11:59 +0900

    Pass allocation size to rb_imemo_new

    This would allow imemo to take advantage of VWA and allocate sizes larger
    than RVALUE (40 bytes).

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12524

commit 051af9529b03c11aff8f6a09522c69983e3a9d72
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-08 17:26:08 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-01-08 17:26:08 +0900

    [Bug #21017] Fix `--with-parser` configure option

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12532

commit ad5fa24e84be97212ef2d8763086020a44546dc1
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-08 16:27:49 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-08 17:12:19 +0900

    Skip examples related with OpenStruct in ruby/spec

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12531

commit a4528f60e5219417d15da70771f871ed089896f0
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-08 16:12:25 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-08 17:12:19 +0900

    Omit Psych_Unit_Tests if ostruct is not available

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12531

commit 599a0601f60b0a3812b9ad1b95a8870cf2921d82
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-08 15:56:33 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-08 17:12:19 +0900

    Switch to use ostruct to open3 with suggestion test

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12531

commit 9f5ca6332b787842c7ff9878067db8be0f50f7bd
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-08 15:45:05 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-08 17:12:19 +0900

    Refactor to omit JSON::GenericObject tests

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12531

commit 6bff923d2fc09217c52bb0ce909f6b7a9022b107
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-08 15:02:51 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-08 17:12:19 +0900

    Rewrite OpenStruct to dummy response class

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12531

commit 4da545ddf3883754bd29cd3a797930fe138acb37
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-08 14:11:05 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-08 17:12:19 +0900

    Use erb instead of ostruct for test_frozen_loaded_features

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12531

commit 574bfd284562959ff4d676231d180a7514f0abeb
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-08 13:28:56 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-08 17:12:19 +0900

    Update documents for ostruct

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12531

commit adb4029bc167bf9bd8ac074190e0b3944fa1ff50
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-08 13:21:37 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-08 17:12:19 +0900

    Removed logger from stub data

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12531

commit 32fb364de8515313b38dcd7d12db56e1183700fe
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-08 13:15:50 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-08 17:12:19 +0900

    Replace target list with stub constants at example of bundled_gems.rb

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12531

commit 5f4be3ad7ea6d914f9d50d1da74eb801a02873a8
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-08 09:58:48 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-08 17:12:19 +0900

    Make ostruct as bundled gems

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12531

commit d722bdcf6e6d195faf4ed03bbd8b2c07686a925b
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2024-11-28 10:17:15 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-08 17:12:19 +0900

    Convert ostruct to openstruct

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12531

commit 3e6f5ead9e0a0cbbf4d8930d7eb31db057d053c2
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2024-12-20 01:09:15 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-01-08 14:11:15 +0900

    Reapply "Suppress WIN32OLE deprecation warnings for the time being"

    Revert the part of commit 10917c5cc026f839a3dcd072b6e274eed211d0f7,
    "Update to ruby/spec@18032a7", that discarded the previous commit.

commit b81db531b24a6824bf5b89d8460baed5d5418835
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-08 12:03:12 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-01-08 13:26:14 +0900

    [Bug #21011] `nd_value` is NULL in massign

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12530

commit 1a06bee027d5c5b65ed0aaee76ee0040554d4efd
  Author:     Kevin Newton <kddnewton@gmail.com>
  AuthorDate: 2025-01-06 11:42:23 +0900
  Commit:     Kevin Newton <kddnewton@gmail.com>
  CommitDate: 2025-01-08 12:30:16 +0900

    Do not intern invalid symbols in eval parse

    When the inner code cannot represent the name of the locals in the
    outer code, do not bother putting them into the constant pool as
    they will not be referenced.

    Fixes [Bug #20992]

    Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org>

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12514

commit 27c9ccb30e6f4af8f85bb837db00de5f5b6bbaae
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-08 11:09:36 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-08 11:55:39 +0900

    Also stub-out with directry using with test script or -e option

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12529

commit 4a02a72ca57daf4984a3b2245dbc418fe35e6295
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-08 11:02:00 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-08 11:55:39 +0900

    Dont't use stub constants like LIBDIR in bundled_gems.rb

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12529

commit aaf36f4f8eb585ef598aa9f2d973adf92a868de3
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-08 10:48:48 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-08 11:55:39 +0900

    Use heredoc to script runner for another ruby process

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12529

commit 18f756e4af23104284fd03cee7ca6a374ea9bbb1
  Author:     ydah <t.yudai92@gmail.com>
  AuthorDate: 2024-10-12 11:20:52 +0900
  Commit:     Yudai Takada <t.yudai92@gmail.com>
  CommitDate: 2025-01-08 10:48:07 +0900

    Remove unnecessary semantic actions

    If you don’t specify an action for a rule, Lrama supplies a default: `$$ = $1`.

commit 76759003f5d275f8f5dbf42259ff55584fa6b387
  Author:     ydah <t.yudai92@gmail.com>
  AuthorDate: 2025-01-08 01:14:01 +0900
  Commit:     Yudai Takada <t.yudai92@gmail.com>
  CommitDate: 2025-01-08 10:46:23 +0900

    Introduce macro for creating child iseqs with callbacks

    Use macro like `NEW_ISEQ` and `NEW_CHILD_ISEQ`.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/11804

commit 63723c8d5908569918fb27e070ae5bc9de33c8bd
  Author:     Aaron Patterson <tenderlove@ruby-lang.org>
  AuthorDate: 2025-01-08 09:14:18 +0900
  Commit:     Aaron Patterson <aaron.patterson@gmail.com>
  CommitDate: 2025-01-08 10:08:43 +0900

    Correctly set node_id on iseq location

    The iseq location object has a slot for node ids.  parse.y was correctly
    populating that field but Prism was not. This commit populates the field
    with the ast node id for that iseq

    [Bug #21014]

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12527

commit 4a78d74039df3fc6870800596667a7b42522b032
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-01-08 07:17:11 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-08 07:17:31 +0900

    [ruby/mmtk] Remove unused Ruby SHA reference in Cargo.toml

    https://github.com/ruby/mmtk/commit/02b9439ea6

commit ad96c5a72908042489357b73dc936c4bc38d919b
  Author:     eileencodes <eileencodes@gmail.com>
  AuthorDate: 2025-01-08 04:18:20 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-08 04:35:01 +0900

    [ruby/prism] Throw syntax error for endless method with `[]=`

    Prism shoudld throw a syntax error for endless methods when the method
    name uses brackets. Previously it would not. This matches the behavior
    of parse.y.

    Fixes https://bugs.ruby-lang.org/issues/21010

    https://github.com/ruby/prism/commit/43c16a89ef

commit d0f9f3e2c6eb074aa94f1460cce5a24c2415495f
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-01-07 06:13:43 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-01-08 01:01:08 +0900

    Remove IMEMO_DEBUG

    The code path hasn't compiled for almost a year, since 330830dd1a44b6e497250a14d93efae6fa363f82,
    so probably nobody uses it.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12519

commit b9d29912dd03d0858187cc4770c76152add0f3f8
  Author:     Mari Imaizumi <mariimaizumi5@gmail.com>
  AuthorDate: 2025-01-08 00:57:40 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-08 00:57:45 +0900

    [ruby/reline] Update to Unicode 16.0.0
    (https://github.com/ruby/reline/pull/803)

    https://github.com/ruby/reline/commit/24e6128676

commit 2b713f08a321f0557f61e78165d729098af69672
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-01-08 00:37:28 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-08 00:37:41 +0900

    [ruby/mmtk] Bump mmtk-core version

    https://github.com/ruby/mmtk/commit/0de72c03ba

commit 60f235ab1ff436d520648fc7944fbe0d1b579b79
  Author:     Earlopain <14981592+Earlopain@users.noreply.github.com>
  AuthorDate: 2025-01-07 23:00:38 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-07 23:25:38 +0900

    [ruby/prism] Move a parser translator test to a known failure

    That issue is exactly about what this test file contains:
    A single-quoted heredocs with backslashes

    https://github.com/ruby/prism/commit/4820a44c7b

commit 271cdb3c1c9f76ef94f2d51bac5db80f6318c01f
  Author:     Andrew Konchin <andry.konchin@gmail.com>
  AuthorDate: 2025-01-07 19:40:26 +0900
  Commit:     Benoit Daloze <eregontp@gmail.com>
  CommitDate: 2025-01-07 20:30:52 +0900

    Quarantine failing new specs that require investigation

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12517

commit 10917c5cc026f839a3dcd072b6e274eed211d0f7
  Author:     Andrew Konchin <andry.konchin@gmail.com>
  AuthorDate: 2025-01-07 03:28:22 +0900
  Commit:     Benoit Daloze <eregontp@gmail.com>
  CommitDate: 2025-01-07 20:30:52 +0900

    Update to ruby/spec@18032a7

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12517

commit 36d5e2d8f72afcdbbed64ce21bc94134124d691e
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-07 13:29:35 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-01-07 13:29:35 +0900

    [DOC] Fix `exclude:` as regexps

commit f756950d82dfd5049448a69f4fe4ddad5a7f7ff6
  Author:     Jean Boussier <jean.boussier@gmail.com>
  AuthorDate: 2025-01-04 03:41:08 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-07 13:21:46 +0900

    Improve lookup tables for string escaping.

    Introduce a simplified table for the most common case, which is
    `script_safe: false, ascii_only: false`.

    On the `script_safe` table, now only `0xE2` does a multi-byte check.

    Merge back `convert_ASCII_to_JSON`, as it no longer help much with
    the simplified escape table.

    ```
    == Encoding mixed utf8 (5003001 bytes)
    ruby 3.4.1 (2024-12-25 revision 48d4efcb85) +YJIT +PRISM [arm64-darwin23]
    Warming up --------------------------------------
                   after    38.000 i/100ms
    Calculating -------------------------------------
                   after    398.220 (± 3.0%) i/s    (2.51 ms/i) -      2.014k in   5.061659s

    Comparison:
                  before:      381.8 i/s
                   after:      398.2 i/s - same-ish: difference falls within error

    == Encoding mostly utf8 (5001001 bytes)
    ruby 3.4.1 (2024-12-25 revision 48d4efcb85) +YJIT +PRISM [arm64-darwin23]
    Warming up --------------------------------------
                   after    39.000 i/100ms
    Calculating -------------------------------------
                   after    393.337 (± 2.5%) i/s    (2.54 ms/i) -      1.989k in   5.059397s

    Comparison:
                  before:      304.3 i/s
                   after:      393.3 i/s - 1.29x  faster

    == Encoding twitter.json (466906 bytes)
    ruby 3.4.1 (2024-12-25 revision 48d4efcb85) +YJIT +PRISM [arm64-darwin23]
    Warming up --------------------------------------
                   after   244.000 i/100ms
    Calculating -------------------------------------
                   after      2.436k (± 0.9%) i/s  (410.43 μs/i) -     12.200k in   5.007702s

    Comparison:
                  before:     2125.9 i/s
                   after:     2436.5 i/s - 1.15x  faster
    ```

commit b176d4f52e4af67654814dab3e9c5f4bf9170e54
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-07 11:38:51 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-01-07 11:38:51 +0900

    [Bug #21008] Normalize before sum to float

    After switching to `Float`-mode when summing `Numeric` objects,
    normalization for `Float` is still needed.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12522

commit e9593eb96715628edb0e5b2b5accdffd1d85187d
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-07 09:56:54 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-01-07 09:56:54 +0900

    [DOC] Fix an error example

    `%q{c}` after another string literal is parsed as RHS of modulo, `q`
    method call with a block.

commit be4567e194c7eb8571d0b43336e91c27b5eeb451
  Author:     mterada1228 <49284339+mterada1228@users.noreply.github.com>
  AuthorDate: 2025-01-07 09:53:45 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-07 09:53:50 +0900

    [ruby/rdoc] Add missing `RDoc::RubygemsHook` API for `gem server`
    (https://github.com/ruby/rdoc/pull/1270)

    This PR fixes https://github.com/ruby/rdoc/pull/1269.

    ## Expected Behavior

    `gem server` command is successful.

    ```console
    $ gem server
    Server started at http://[::]:8808
    Server started at http://0.0.0.0:8808
    ```

    http://127.0.0.1:8808/ works.

    ## Actual Behavior

    `gem server` command doesn't work because `Gem::RDoc.load_rdoc` raises
    `NoMethodError`.

    ```console
    $ gem server
    ERROR:  While executing gem ... (NoMethodError)
        undefined method 'load_rdoc' for class RDoc::RubygemsHook

        Gem::RDoc.load_rdoc
                 ^^^^^^^^^^
            /Users/mterada/.rbenv/versions/3.4.1/lib/ruby/gems/3.4.0/gems/rubygems-server-0.3.0/lib/rubygems/server.rb:437:in 'Gem::Server#initialize'
            /Users/mterada/.rbenv/versions/3.4.1/lib/ruby/gems/3.4.0/gems/rubygems-server-0.3.0/lib/rubygems/server.rb:426:in 'Class#new'
            /Users/mterada/.rbenv/versions/3.4.1/lib/ruby/gems/3.4.0/gems/rubygems-server-0.3.0/lib/rubygems/server.rb:426:in 'Gem::Server.run'
            /Users/mterada/.rbenv/versions/3.4.1/lib/ruby/gems/3.4.0/gems/rubygems-server-0.3.0/lib/rubygems/commands/server_command.rb:83:in 'Gem::Commands::ServerCommand#execute'
            /Users/mterada/.rbenv/versions/3.4.1/lib/ruby/3.4.0/rubygems/command.rb:326:in 'Gem::Command#invoke_with_build_args'
            /Users/mterada/.rbenv/versions/3.4.1/lib/ruby/3.4.0/rubygems/command_manager.rb:253:in 'Gem::CommandManager#invoke_command'
            /Users/mterada/.rbenv/versions/3.4.1/lib/ruby/3.4.0/rubygems/command_manager.rb:194:in 'Gem::CommandManager#process_args'
            /Users/mterada/.rbenv/versions/3.4.1/lib/ruby/3.4.0/rubygems/command_manager.rb:152:in 'Gem::CommandManager#run'
            /Users/mterada/.rbenv/versions/3.4.1/lib/ruby/3.4.0/rubygems/gem_runner.rb:57:in 'Gem::GemRunner#run'
            /Users/mterada/.rbenv/versions/3.4.1/bin/gem:12:in '<main>'
    ```

    ## Versions

    ```console
    $ rdoc -v
    6.10.0
    ```

    ---------

    https://github.com/ruby/rdoc/commit/b6a82244a2

    Co-authored-by: Sutou Kouhei <kou@cozmixng.org>

commit 9bbcbc3f368cbfdbfa914b276cd523cb0fc527ec
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-06 15:49:13 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-07 08:00:22 +0900

    glibc and musl didn't provide A1-A7, FP and S3-S8 constants.

    * https://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/loongarch/sys/ucontext.h
    * https://git.musl-libc.org/cgit/musl/tree/arch/loongarch64/bits/signal.h

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12515

commit 89c505dc479a081aa4cc69add29855b182d52b7d
  Author:     Earlopain <14981592+Earlopain@users.noreply.github.com>
  AuthorDate: 2024-12-13 16:43:14 +0900
  Commit:     Nobuyoshi Nakada <nobu.nakada@gmail.com>
  CommitDate: 2025-01-07 07:56:48 +0900

    Move string escape sequence documention further down

    If someone looks at documention for strings,
    I don't think escape sequences is what they look
    for in majority of the cases.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12318

commit b0d291ec83dd8140f7319f94bff6566681678c59
  Author:     Earlopain <14981592+Earlopain@users.noreply.github.com>
  AuthorDate: 2024-12-13 16:42:05 +0900
  Commit:     Nobuyoshi Nakada <nobu.nakada@gmail.com>
  CommitDate: 2025-01-07 07:56:48 +0900

    Fix link to strings in literals.rdoc

    Since https://github.com/ruby/ruby/commit/5e1001f754b34e1f0cc67563512c6036b6eb75ab, the string link is broken

    Instead of changing the anchor reference, I changed the header directly,
    to keep in line with other titles

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12318

commit b3de2c334ea6d9382626be421ce63d1f0a696f4e
  Author:     ydah <t.yudai92@gmail.com>
  AuthorDate: 2024-10-05 10:14:03 +0900
  Commit:     Yudai Takada <t.yudai92@gmail.com>
  CommitDate: 2025-01-07 07:18:49 +0900

    Use `ISEQ_BODY(iseq)` instead of `iseq->body`

    trivial change that unifies the format for access.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/11803

commit de8deb5f9c7aef899bbad6652e86ab1031a25965
  Author:     ydah <t.yudai92@gmail.com>
  AuthorDate: 2024-12-29 11:45:54 +0900
  Commit:     Yudai Takada <t.yudai92@gmail.com>
  CommitDate: 2025-01-07 07:17:55 +0900

    Remove unused token definitions for `tRPAREN` in Ripper and parser files

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12488

commit 8fb17f86d7ef2a84f82c83a9509e311a07aa93fc
  Author:     tomoya ishida <tomoyapenguin@gmail.com>
  AuthorDate: 2025-01-07 05:06:02 +0900
  Commit:     GitHub <noreply@github.com>
  CommitDate: 2025-01-07 05:06:02 +0900

    [Bug #21006] Fix defined_expr compilation of method call with parenth… (#12518)

    [Bug #21006] Fix defined_expr compilation of method call with parenthesized receiver

commit 5698f4f2e1b8221a68989f881c03a41175736a8a
  Author:     Mari Imaizumi <mariimaizumi5@gmail.com>
  AuthorDate: 2025-01-07 04:21:05 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-07 04:21:09 +0900

    [ruby/reline] Enter newline if cursor position is middle of input
    (https://github.com/ruby/reline/pull/802)

    * Enter newline if cursor position is middle of input

    * Add ed_force_submit to allow input confirmation on non-final lines

    https://github.com/ruby/reline/commit/8ef534e904

commit 31905d9e23ec6d1fa2a52f1ef2533f2056e7c9fb
  Author:     Kevin Newton <kddnewton@gmail.com>
  AuthorDate: 2025-01-06 10:42:09 +0900
  Commit:     Kevin Newton <kddnewton@gmail.com>
  CommitDate: 2025-01-07 03:18:22 +0900

    Allow escaping from ensures through next

    Fixes [Bug #21001]

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12513

commit a61c16ba4214da3eda45bdd2b168e7d7e8af30c5
  Author:     Kazuki Yamaguchi <k@rhe.jp>
  AuthorDate: 2025-01-07 00:13:16 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-07 02:07:57 +0900

    [ruby/openssl] pkey: simplify X25519/Ed25519 test cases

    When these test cases were written, we did not know the exact OpenSSL
    and LibreSSL version number in which they would be implemented. Now that
    we know it, we can use that information to ensure the tests are run
    whenever they should be.

     - OpenSSL 1.1.0 added X25519 support
     - OpenSSL 1.1.1 added Ed25519 support and
       EVP_PKEY_new_raw_private_key()
     - LibreSSL 3.7.0 added X25519 and Ed25519 support in EVP_PKEY and
       EVP_PKEY_new_raw_private_key()
     - LibreSSL 3.8.1 allowed ASN1_item_sign() to use Ed25519

    https://github.com/ruby/openssl/commit/6cb6663c91

commit 3da850104ea75d6ea6ac6babae3596972129f953
  Author:     Kazuki Yamaguchi <k@rhe.jp>
  AuthorDate: 2024-08-17 15:04:00 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-07 02:07:57 +0900

    [ruby/openssl] pkey: fix test case for new_raw_*key

    Method names must start with "test_" to run.

    https://github.com/ruby/openssl/commit/fed9d09b76

commit ff708f86fadd891869a96320f1de499dee1b1046
  Author:     Kazuki Yamaguchi <k@rhe.jp>
  AuthorDate: 2024-07-04 17:28:10 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-07 02:07:56 +0900

    [ruby/openssl] pkey/ec: use heredoc for invalid key example in test cases

    test/openssl/fixtures/pkey/p256_too_large.pem and p384_invalid.pem are
    invalid keys where the encoded public key doesn't match the private key.
    They are only useful for test cases for OpenSSL::PKey::EC#check_key and
    will not be reused elsewhere. Let's directly include the PEM encoding
    as a heredoc for clarity.

    p384_invalid.pem is dropped because it is redundant.

    https://github.com/ruby/openssl/commit/2f807ff30f

commit f0095413a520140d2ba54728d3e558d75dfda09d
  Author:     Kazuki Yamaguchi <k@rhe.jp>
  AuthorDate: 2024-07-04 17:05:05 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-07 02:07:56 +0900

    [ruby/openssl] x509cert: simplify test cases for Certificate.load_file

    Remove files from test/openssl/fixtures/pkey/ which are not pkeys.
    The test cases for OpenSSL::X509::Certificate.load_file can simply use
    issue_cert and Tempfile.

    https://github.com/ruby/openssl/commit/11216b8bec

commit 5412501e3611b2a344bf2d71f385bc4f8f0e02ca
  Author:     samuel40791765 <sachiang@amazon.com>
  AuthorDate: 2024-12-21 09:29:33 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-06 23:04:58 +0900

    [ruby/openssl] pkey: Use openssl generated pkcs8 key instead

    https://github.com/ruby/openssl/commit/6a6fac9958

commit 975461bf885b8fb791cf048ad39c79924d28e4e9
  Author:     S-H-GAMELINKS <gamelinks007@gmail.com>
  AuthorDate: 2025-01-04 13:42:22 +0900
  Commit:     Nobuyoshi Nakada <nobu.nakada@gmail.com>
  CommitDate: 2025-01-06 20:17:47 +0900

    Remove SYM2ID for Parser

    Ruby Parser not used SYM2ID.
    And sym2id property can be removed from Universal Parser.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12507

commit e0591b666f763a5adc3bad0772c214e11128d81b
  Author:     Naoto Ono <onoto1998@gmail.com>
  AuthorDate: 2025-01-06 19:49:58 +0900
  Commit:     GitHub <noreply@github.com>
  CommitDate: 2025-01-06 19:49:58 +0900

    Launchable: Exit 0 not to stop CI pipeline (#12449)

  Notes:
    Merged-By: ono-max <onoto1998@gmail.com>

commit 54bd5e036e4ca94cd557ba09bb3e4de4e1e7f75f
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-06 18:02:34 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-06 18:39:24 +0900

    Try to update the latest version of vcpkg

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12064

commit 49d8384e14c444d306ab3d37943a604258fa7f47
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2024-11-12 18:59:36 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-06 18:39:24 +0900

    Update vcpkg baseline with latest version

    ```
        libffi:x64-windows@3.4.6
        libyaml:x64-windows@0.2.5#5
        openssl:x64-windows@3.4.0
      * vcpkg-cmake:x64-windows@2024-04-23
      * vcpkg-cmake-config:x64-windows@2024-05-23
      * vcpkg-cmake-get-vars:x64-windows@2024-09-22
        zlib:x64-windows@1.3.1
    ```

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12064

commit 668701cb0b42f27c5f54309a358c6fcbb24b5d85
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2025-01-06 18:11:38 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-06 18:11:38 +0900

    Added copyright for vendored turbo_tests.

    [Bug #21002]

commit 70decc857cdaa9c5766ae39394f174bd717a2696
  Author:     License Update <license.update@rubygems.org>
  AuthorDate: 2025-01-05 09:32:20 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-06 16:19:23 +0900

    [rubygems/rubygems] Update SPDX license list as of 2024-12-30

    https://github.com/rubygems/rubygems/commit/42aaaff15c

commit 7ec233c85b684a254dbbbbd5baab56241a7db14c
  Author:     Raul Gutierrez Segales <rgs@pop-os.myfiosgateway.com>
  AuthorDate: 2025-01-04 06:33:52 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2025-01-06 15:41:49 +0900

    Fix typo for private constant in Socket

    Signed-off-by: Raul Gutierrez Segales <rgs@itevenworks.net>

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12506

commit c8e3d745fabc2060a6e5c7342c881bb31f58f5f5
  Author:     Junichi Ito <jit@sonicgarden.jp>
  AuthorDate: 2024-12-22 12:54:35 +0900
  Commit:     Kevin Newton <kddnewton@gmail.com>
  CommitDate: 2025-01-06 10:50:53 +0900

    Use a single quote instead of a backtick for error messages
    Fix https://bugs.ruby-lang.org/issues/20977

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12424

commit 8a9f1e600fc151f4b01d51c43a2613fd0a71a79c
  Author:     Mark Young <mark.w.young@keyloop.com>
  AuthorDate: 2025-01-01 01:38:37 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-06 10:20:56 +0900

    [ruby/logger] Provide a 'Changelog' link on rubygems.org/gems/logger

    By providing a 'changelog_uri' in the metadata of the gemspec a
    'Changelog' link will be shown on https://rubygems.org/gems/logger
    which makes it quick and easy for someone to check on the changes
    introduced with a new version.

    Details of this functionality can be found on https://guides.rubygems.org/specification-reference/#metadata

    https://github.com/ruby/logger/commit/c6c64b02a0

commit 80b01cc567f4c347b2ec78298b2fe639ac326ac4
  Author:     Mark Young <mark.w.young@keyloop.com>
  AuthorDate: 2025-01-01 01:48:48 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-06 10:19:55 +0900

    [ruby/net-http] Provide a 'Changelog' link on rubygems.org/gems/net-http

    By providing a 'changelog_uri' in the metadata of the gemspec a
    'Changelog' link will be shown on https://rubygems.org/gems/net-http
    which makes it quick and easy for someone to check on the changes
    introduced with a new version.

    Details of this functionality can be found on https://guides.rubygems.org/specification-reference/#metadata

    https://github.com/ruby/net-http/commit/eeb728fefe

commit ce09b43aa056f8902cd99b7aee253aae725da996
  Author:     Mark Young <mark.w.young@keyloop.com>
  AuthorDate: 2025-01-01 01:53:12 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-06 10:19:45 +0900

    [ruby/ostruct] Provide a 'Changelog' link on rubygems.org/gems/ostruct

    By providing a 'changelog_uri' in the metadata of the gemspec a
    'Changelog' link will be shown on https://rubygems.org/gems/ostruct
    which makes it quick and easy for someone to check on the changes
    introduced with a new version.

    Details of this functionality can be found on https://guides.rubygems.org/specification-reference/#metadata

    https://github.com/ruby/ostruct/commit/47d84001eb

commit 3b659457b8095d4f6694250b6f93b028fd63010c
  Author:     Mark Young <mark.w.young@keyloop.com>
  AuthorDate: 2025-01-01 02:03:02 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-06 10:19:30 +0900

    [ruby/securerandom] Provide a 'Changelog' link on rubygems.org/gems/securerandom

    By providing a 'changelog_uri' in the metadata of the gemspec a
    'Changelog' link will be shown on https://rubygems.org/gems/securerandom
    which makes it quick and easy for someone to check on the changes
    introduced with a new version.

    Details of this functionality can be found on https://guides.rubygems.org/specification-reference/#metadata

    https://github.com/ruby/securerandom/commit/3e0249deaf

commit 2a1cff40f5e7875f69a7d0ed59eab92cc86c65ff
  Author:     Kevin Newton <kddnewton@gmail.com>
  AuthorDate: 2025-01-06 03:29:55 +0900
  Commit:     Kevin Newton <kddnewton@gmail.com>
  CommitDate: 2025-01-06 09:56:21 +0900

    Do not warn unused block when using forwarding

    Fixes [Bug #21003]

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12512

commit c037f5a28c54b86139ef17db061fdbf7dc82fd32
  Author:     Earlopain <14981592+Earlopain@users.noreply.github.com>
  AuthorDate: 2025-01-04 03:14:15 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-06 03:12:44 +0900

    [ruby/prism] Fix parser translator ast for heredoc with written newlines

    Heredocs that contain "\\n" don't start a new string node.

    https://github.com/ruby/prism/commit/61d9d3a15e

commit 179e2cfa918c8bd418ca68b99b174f00f1ec205e
  Author:     Kevin Newton <kddnewton@gmail.com>
  AuthorDate: 2025-01-06 02:29:02 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-06 03:05:35 +0900

    [ruby/prism] Fix global variable read off end

    https://github.com/ruby/prism/commit/3f2c34b53d

commit 22e9fa81ca27243922ec9a32fdd96065becb35f9
  Author:     Jean Boussier <jean.boussier@gmail.com>
  AuthorDate: 2024-12-30 19:10:51 +0900
  Commit:     Jean Boussier <jean.boussier@gmail.com>
  CommitDate: 2025-01-06 01:04:54 +0900

    gc/default/default.c: don't call `malloc_usable_size` when hint is present

    Depending on the allocator, `malloc_usable_size` may be very cheap or quite
    expensive. On `macOS` for instance, it's about as expensive as `malloc`.

    In many case we call `objspace_malloc_size` with as size we initially
    requested as `hint`. The real usable size may be a few bytes bigger,
    but since we only use that data to feed GC heuristics, I don't think
    it's very important to be perfectly accurate.

    It would make sense to call `malloc_usable_size` after growing a String
    or Array to use the extra capacity, but here we don't do that, so
    the call isn't worth its cost.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12490

commit 37361d87a6903c16d3e0662ae6a7e285f3ede68b
  Author:     Burdette Lamar <BurdetteLamar@Yahoo.com>
  AuthorDate: 2025-01-05 23:40:49 +0900
  Commit:     GitHub <noreply@github.com>
  CommitDate: 2025-01-05 23:40:49 +0900

    [DOC] Tweaks for Hash.new (#12503)

  Notes:
    Merged-By: peterzhu2118 <peter@peterzhu.ca>

commit e45fca1372c40386d0b665432e7d4c68fcb3a522
  Author:     Stan Lo <stan001212@gmail.com>
  AuthorDate: 2025-01-05 21:41:50 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-05 21:41:53 +0900

    [ruby/rdoc] [DOC] Remove unnecessary rdoc-ref missing example
    (https://github.com/ruby/rdoc/pull/1271)

    We don't actually need to link to the missing item to show the non-linked
    result.

    https://github.com/ruby/rdoc/commit/a7b7e8fc55

commit 9552bd590c455b6501aa8233a3a1e435a315989f
  Author:     Stan Lo <stan.lo@shopify.com>
  AuthorDate: 2025-01-05 18:42:27 +0900
  Commit:     GitHub <noreply@github.com>
  CommitDate: 2025-01-05 18:42:27 +0900

    Sync IRB to 3e6c12b (#12486)

    Sync IRB to 3e6c12b174c0a961d8065eae22f6c4afc7b2c3e8

  Notes:
    Merged-By: tompng <tomoyapenguin@gmail.com>

commit a70206c439b1f559ba5207b3027a8d6e3ec477ab
  Author:     tomoya ishida <tomoyapenguin@gmail.com>
  AuthorDate: 2025-01-05 15:57:22 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-05 15:57:25 +0900

    [ruby/reline] Refactor utf-8 strings and invalid strings in test
    code
    (https://github.com/ruby/reline/pull/800)

    * Remove invalid encoding string "\M-[char]" from test code, remove unused code/arg/options

    * Omit unicode unnoralized input test in non-utf8 testcase

    * Remove helper method and constant no longer used in testcode

    * Change key binding test to use realistic bytes instead of invalid byte sequence

    * Remove invalid byte sequence input from rendering test

    yamatanooroti handles invalid byte sequence input "\M-[char]" and converts it to "\e[char]"
    We don't need to use these invalid byte sequence and rely on the hack implemented in yamatanooroti

    https://github.com/ruby/reline/commit/f09e7b154c

commit 9a15672614c772d80ecd43d41653399b0ed98d89
  Author:     tomoya ishida <tomoyapenguin@gmail.com>
  AuthorDate: 2025-01-05 13:57:19 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-05 13:57:23 +0900

    [ruby/reline] Fix bracketed paste and scrolling bug
    (https://github.com/ruby/reline/pull/801)

    * Fix set_pasting_state bug with bracketed paste

    * Fix rendered cursor_y caching in case of rendering the screen without scroll_into_view

    https://github.com/ruby/reline/commit/c5d5c444df

commit dfc9e978fba886d9a9175534551b1fc7b4d22abd
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-01-05 07:02:24 +0900
  Commit:     Yudai Takada <t.yudai92@gmail.com>
  CommitDate: 2025-01-05 09:06:12 +0900

    [Bug #21004] Fix memory leak with "it" in parse.y

    Parsing `-> do it end` in parse.y leaks memory. We can see this in the
    Valgrind output:

        56 bytes in 1 blocks are definitely lost in loss record 1 of 6
            at 0x484E0DC: calloc (vg_replace_malloc.c:1675)
            by 0x188970: calloc1 (default.c:1472)
            by 0x188970: rb_gc_impl_calloc (default.c:8208)
            by 0x188970: ruby_xcalloc_body (gc.c:4598)
            by 0x18B8BC: ruby_xcalloc (gc.c:4592)
            by 0x21DCCA70: new_locations_lambda_body (ripper.y:12844)
            by 0x21DCCA70: ripper_yyparse (ripper.y:5194)
            by 0x21DDA521: rb_ruby_ripper_parse0 (ripper.y:15798)

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12508

commit 78d7dde21c80e97c5c3102410c961478e8979cd6
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-01-05 07:02:14 +0900
  Commit:     Yudai Takada <t.yudai92@gmail.com>
  CommitDate: 2025-01-05 09:06:12 +0900

    Remove unused loc in rb_locations_lambda_body_t

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12508

commit 9d7ba7848f970012848094e07ed3c34e4fc2d57c
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-01-05 07:17:37 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-01-05 07:53:33 +0900

    Suppress warnings for flip-flop in test_ast.rb

    There are warnings emitted from test_flip2_locations and test_flip3_locations.
    This commit changes ast_parse to suppress all warnings.

        warning: integer literal in flip-flop
        warning: string literal in flip-flop

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12509

commit c71addc5227f2f7a04db2b2fb4c14d464639f3f6
  Author:     Alan Wu <XrXr@users.noreply.github.com>
  AuthorDate: 2025-01-05 01:41:00 +0900
  Commit:     Alan Wu <XrXr@users.noreply.github.com>
  CommitDate: 2025-01-05 02:53:20 +0900

    YJIT: Fix crash when yielding keyword arguments

    Previously, the code for dropping surplus arguments when yielding
    into blocks erroneously attempted to drop keyword arguments when there
    is in fact no surplus arguments. Fix the condition and test that
    supplying the exact number of keyword arguments as require compiles
    without fallback.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12499

commit 37356b713ceb0d159f946269c8479854ceb2acee
  Author:     Nick Dower <nicholasdower@gmail.com>
  AuthorDate: 2025-01-03 01:24:55 +0900
  Commit:     Alan Wu <XrXr@users.noreply.github.com>
  CommitDate: 2025-01-05 02:53:20 +0900

    YJIT: Add crashing test for yielding keyword args

    Code like the following is crashing for us on 3.4.1:

    ```ruby
    def a(&) = yield(x: 0)

    1000.times { a { |x:| x } }
    ```

    Crash:

    ```
    ruby: YJIT has panicked. More info to follow...
    thread '<unnamed>' panicked at ./yjit/src/codegen.rs:8018:13:
    assertion `left == right` failed
      left: 0
     right: 1
    ```

    Co-authored-by: Dani Acherkan <dtl.117@gmail.com>

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12499

commit c936699431477a565b9e4036bc3b1fc186ac9918
  Author:     ydah <t.yudai92@gmail.com>
  AuthorDate: 2024-11-03 00:52:14 +0900
  Commit:     Yudai Takada <t.yudai92@gmail.com>
  CommitDate: 2025-01-04 20:27:40 +0900

    Implement FLIP3 NODE locations

  Notes:
    Merged: https://github.com/ruby/ruby/pull/11986

commit 24653430cde5f7abb895d1a009ebf4d8cfc39519
  Author:     ydah <t.yudai92@gmail.com>
  AuthorDate: 2024-11-03 00:47:19 +0900
  Commit:     Yudai Takada <t.yudai92@gmail.com>
  CommitDate: 2025-01-04 20:27:40 +0900

    Implement FLIP2 NODE locations

  Notes:
    Merged: https://github.com/ruby/ruby/pull/11986

commit 61c4907458f00841f28feb2daeb508af8c494d51
  Author:     ydah <t.yudai92@gmail.com>
  AuthorDate: 2024-11-03 00:31:29 +0900
  Commit:     Yudai Takada <t.yudai92@gmail.com>
  CommitDate: 2025-01-04 20:27:40 +0900

    Implement DOT3 NODE locations

  Notes:
    Merged: https://github.com/ruby/ruby/pull/11986

commit 88da6856a3f5cc6a84a8d1909f56952c605ef0dc
  Author:     ydah <t.yudai92@gmail.com>
  AuthorDate: 2024-11-03 00:26:25 +0900
  Commit:     Yudai Takada <t.yudai92@gmail.com>
  CommitDate: 2025-01-04 20:27:40 +0900

    Implement DOT2 NODE locations

  Notes:
    Merged: https://github.com/ruby/ruby/pull/11986

commit a1f010b8e41f5406a728cc8a75816a0a20bf2174
  Author:     ydah <t.yudai92@gmail.com>
  AuthorDate: 2024-10-12 11:05:01 +0900
  Commit:     Yudai Takada <t.yudai92@gmail.com>
  CommitDate: 2025-01-04 18:59:30 +0900

    Use user defined parameterizing rules `compstmt(stmts)`

  Notes:
    Merged: https://github.com/ruby/ruby/pull/11652

commit bb66b42a7fe8bb3beb1b806330bf268867fa1e49
  Author:     ydah <t.yudai92@gmail.com>
  AuthorDate: 2025-01-04 17:56:45 +0900
  Commit:     Yudai Takada <t.yudai92@gmail.com>
  CommitDate: 2025-01-04 18:58:44 +0900

    Use user defined parameterizing rules `op_asgn(rhs)`

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12494

commit 2efa78099cabbf40e0c974a047605ca0bfc09fc6
  Author:     ydah <t.yudai92@gmail.com>
  AuthorDate: 2025-01-02 01:23:26 +0900
  Commit:     Yudai Takada <t.yudai92@gmail.com>
  CommitDate: 2025-01-04 18:58:44 +0900

    Use user defined parameterizing rules `def_endless_method(bodystmt)`

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12494

commit 4fa68953fbf1e2cec9b8650a5a25b4b6bfe0e331
  Author:     ydah <t.yudai92@gmail.com>
  AuthorDate: 2025-01-02 01:11:23 +0900
  Commit:     Yudai Takada <t.yudai92@gmail.com>
  CommitDate: 2025-01-04 18:58:44 +0900

    Use user defined parameterizing rules `asgn(lhs, rhs)`

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12494

commit 1e330dd5ecddd709d9d3c2fa24a42506c52c06b3
  Author:     ydah <t.yudai92@gmail.com>
  AuthorDate: 2025-01-04 17:22:58 +0900
  Commit:     Yudai Takada <t.yudai92@gmail.com>
  CommitDate: 2025-01-04 18:07:27 +0900

    Use `p_primitive_value`

  Notes:
    Merged: https://github.com/ruby/ruby/pull/11889

commit f00c5102c046c8376b0c680423686ac2fcb99592
  Author:     ydah <t.yudai92@gmail.com>
  AuthorDate: 2024-10-12 16:47:05 +0900
  Commit:     Yudai Takada <t.yudai92@gmail.com>
  CommitDate: 2025-01-04 18:07:27 +0900

    Use `command_call_value`

  Notes:
    Merged: https://github.com/ruby/ruby/pull/11889

commit 0eb63c410ea0324412c0376e5cf2166e81e32970
  Author:     ydah <t.yudai92@gmail.com>
  AuthorDate: 2024-10-12 16:46:05 +0900
  Commit:     Yudai Takada <t.yudai92@gmail.com>
  CommitDate: 2025-01-04 18:07:27 +0900

    Use user defined parameterizing rules  `value_expr`

  Notes:
    Merged: https://github.com/ruby/ruby/pull/11889

commit 7124c34f516c82ee483ca9a8bf3346926c7a2a80
  Author:     ydah <t.yudai92@gmail.com>
  AuthorDate: 2024-12-13 20:44:39 +0900
  Commit:     Yudai Takada <t.yudai92@gmail.com>
  CommitDate: 2025-01-04 18:04:42 +0900

    Remove unused `FIXNUM_OR` macro from compile.c

    This PR remove unused FIXNUM_OR macro from compile.c

    before:
    ```
    ❯ git grep 'FIXNUM_OR'
    compile.c:#define FIXNUM_OR(n, i) ((n)|INT2FIX(i))
    ```

    after:
    ```
    ❯ git grep 'FIXNUM_OR'

    ```

commit 9ebfda07f7d51497b85961f99a00562800696de9
  Author:     git[bot] <svn-admin@ruby-lang.org>
  AuthorDate: 2025-01-04 15:58:36 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-04 15:58:36 +0900

    Update bundled gems list as of 2025-01-04

commit f2454aa2c28e15c88750c731262d23ad9e6c849d
  Author:     ydah <t.yudai92@gmail.com>
  AuthorDate: 2025-01-03 22:59:23 +0900
  Commit:     Yudai Takada <t.yudai92@gmail.com>
  CommitDate: 2025-01-04 13:55:44 +0900

    Use user defined parameterizing rules `f_kw(value)`

  Notes:
    Merged: https://github.com/ruby/ruby/pull/11674

commit 5fcc3ab534cb001a577a5c64381d3a31813344c9
  Author:     ydah <t.yudai92@gmail.com>
  AuthorDate: 2024-11-05 14:13:29 +0900
  Commit:     Yudai Takada <t.yudai92@gmail.com>
  CommitDate: 2025-01-04 13:53:13 +0900

    Implement REGX NODE locations

    The following Location information has been added This is the information required for parse.y to be a universal parser:

    ```
    ❯ ruby --parser=prism --dump=parsetree -e '/foo/'
    @ ProgramNode (location: (1,0)-(1,5))
    +-- locals: []
    +-- statements:
        @ StatementsNode (location: (1,0)-(1,5))
        +-- body: (length: 1)
            +-- @ RegularExpressionNode (location: (1,0)-(1,5))
                +-- RegularExpressionFlags: forced_us_ascii_encoding
                +-- opening_loc: (1,0)-(1,1) = "/"
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                +-- content_loc: (1,1)-(1,4) = "foo"
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                +-- closing_loc: (1,4)-(1,5) = "/"
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                +-- unescaped: "foo"
    ```

commit fa2517451ec265d5b273e864bc750a1b9ba2957f
  Author:     ydah <t.yudai92@gmail.com>
  AuthorDate: 2024-11-02 17:21:51 +0900
  Commit:     Yudai Takada <t.yudai92@gmail.com>
  CommitDate: 2025-01-04 13:52:35 +0900

    Implement LAMBDA NODE locations

    The following Location information has been added This is the information required for parse.y to be a universal parser:

    ```
    ❯ ruby --parser=prism --dump=parsetree -e "-> (a, b) do foo end"
    @ ProgramNode (location: (1,0)-(1,20))
    +-- locals: []
    +-- statements:
        @ StatementsNode (location: (1,0)-(1,20))
        +-- body: (length: 1)
            +-- @ LambdaNode (location: (1,0)-(1,20))
                +-- locals: [:a, :b]
                +-- operator_loc: (1,0)-(1,2) = "->"
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                +-- opening_loc: (1,10)-(1,12) = "do"
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                +-- closing_loc: (1,17)-(1,20) = "end"
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    : (snip)
    ```

commit 607b1b3d7628b1f94f086ce1dfe67789179cf906
  Author:     ydah <t.yudai92@gmail.com>
  AuthorDate: 2024-11-06 12:14:01 +0900
  Commit:     Yudai Takada <t.yudai92@gmail.com>
  CommitDate: 2025-01-04 07:34:49 +0900

    Implement YIELD NODE locations

    The following Location information has been added This is the information required for parse.y to be a universal parser:

    ```
    ❯ ruby --parser=prism --dump=parsetree -e 'def foo; yield end'
    @ ProgramNode (location: (1,0)-(1,18))
    +-- locals: []
    +-- statements:
        @ StatementsNode (location: (1,0)-(1,18))
        +-- body: (length: 1)
            +-- @ DefNode (location: (1,0)-(1,18))
                +-- name: :foo
                +-- name_loc: (1,4)-(1,7) = "foo"
                +-- receiver: nil
                +-- parameters: nil
                +-- body:
                |   @ StatementsNode (location: (1,9)-(1,14))
                |   +-- body: (length: 1)
                |       +-- @ YieldNode (location: (1,9)-(1,14))
                |           +-- keyword_loc: (1,9)-(1,14) = "yield"
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                |           +-- lparen_loc: nil
                            ^^^^^^^^^^^^^^^^^^^
                |           +-- arguments: nil
                |           +-- rparen_loc: nil
                            ^^^^^^^^^^^^^^^^^^^
                +-- locals: []
                +-- def_keyword_loc: (1,0)-(1,3) = "def"
                +-- operator_loc: nil
                +-- lparen_loc: nil
                +-- rparen_loc: nil
                +-- equal_loc: nil
                +-- end_keyword_loc: (1,15)-(1,18) = "end"
    ```

commit 4c192011422dc04902ddf930ff22be223325a35d
  Author:     ydah <t.yudai92@gmail.com>
  AuthorDate: 2024-11-04 23:32:00 +0900
  Commit:     Yudai Takada <t.yudai92@gmail.com>
  CommitDate: 2025-01-04 07:34:25 +0900

    Implement EVSTR NODE locations

    The following Location information has been added This is the information required for parse.y to be a universal parser:

    ```
    ❯ ruby --parser=prism --dump=parsetree -e '"#{foo}"'
    @ ProgramNode (location: (1,0)-(1,8))
    +-- locals: []
    +-- statements:
        @ StatementsNode (location: (1,0)-(1,8))
        +-- body: (length: 1)
            +-- @ InterpolatedStringNode (location: (1,0)-(1,8))
                +-- InterpolatedStringNodeFlags: nil
                +-- opening_loc: (1,0)-(1,1) = "\""
                +-- parts: (length: 1)
                |   +-- @ EmbeddedStatementsNode (location: (1,1)-(1,7))
                |       +-- opening_loc: (1,1)-(1,3) = "\#{"
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                |       +-- statements:
                |       |   @ StatementsNode (location: (1,3)-(1,6))
                |       |   +-- body: (length: 1)
                |       |       +-- @ CallNode (location: (1,3)-(1,6))
                |       |           +-- CallNodeFlags: variable_call, ignore_visibility
                |       |           +-- receiver: nil
                |       |           +-- call_operator_loc: nil
                |       |           +-- name: :foo
                |       |           +-- message_loc: (1,3)-(1,6) = "foo"
                |       |           +-- opening_loc: nil
                |       |           +-- arguments: nil
                |       |           +-- closing_loc: nil
                |       |           +-- block: nil
                |       +-- closing_loc: (1,6)-(1,7) = "}"
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                +-- closing_loc: (1,7)-(1,8) = "\""
    ```

commit 34ee062d74ebfcbd04a0f2be2cdfda9cd8d20716
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2025-01-04 00:37:22 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-01-04 07:02:50 +0900

    Remove dead function rb_struct_const_heap_ptr

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12502

commit 6b2b537e35e5dc1c9457568969ccd78b7a5f28cf
  Author:     BurdetteLamar <burdettelamar@yahoo.com>
  AuthorDate: 2025-01-04 04:22:29 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-01-04 04:56:43 +0900

    [DOC] Tweaks for Hash::[]

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12504

commit f3491042597ebdc3b93dc658f09ee6d260bc8592
  Author:     BurdetteLamar <burdettelamar@yahoo.com>
  AuthorDate: 2025-01-03 04:31:05 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-01-04 01:42:53 +0900

    [DOC] Tweaks for Array doc

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12498

commit fa0478d35509c28c2ab3d3af9bb40a523920992e
  Author:     tomoya ishida <tomoyapenguin@gmail.com>
  AuthorDate: 2025-01-03 23:27:39 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-03 23:27:44 +0900

    [ruby/reline] Refactor handling key in LineEditor
    (https://github.com/ruby/reline/pull/799)

    Simplify the complicated flow of waiting_proc, wrap_method_call and run_for_operation

    https://github.com/ruby/reline/commit/72c0ec0425

commit c22b0598b0dd197a49212e06cfc91e4a3f2e058c
  Author:     ydah <t.yudai92@gmail.com>
  AuthorDate: 2024-09-27 23:55:48 +0900
  Commit:     Yudai Takada <t.yudai92@gmail.com>
  CommitDate: 2025-01-03 23:03:04 +0900

    Implement SUPER NODE locations

  Notes:
    Merged: https://github.com/ruby/ruby/pull/11712

commit 5cc4240dda72582456dc271ec580178d070197a9
  Author:     ydah <t.yudai92@gmail.com>
  AuthorDate: 2024-10-03 23:02:03 +0900
  Commit:     Yudai Takada <t.yudai92@gmail.com>
  CommitDate: 2025-01-03 22:13:20 +0900

    Refactor parse.y to replace `tIDENTIFIER` and `tCONSTANT` with `ident_or_const` inline rules

  Notes:
    Merged: https://github.com/ruby/ruby/pull/11782

commit 27e61e2df749c82ea3e9d9e6d1004ed718fefeee
  Author:     Martin Dürst <duerst@it.aoyama.ac.jp>
  AuthorDate: 2025-01-03 21:14:32 +0900
  Commit:     Martin Dürst <duerst@it.aoyama.ac.jp>
  CommitDate: 2025-01-03 21:28:47 +0900

    Speed up initial test creation in test_case_comprehensive.rb:

    - Change generate_case_mapping_tests to
      generate_single_byte_case_mapping_tests
      (all encodings using this method happen to be single-byte)
    - Change precalculation of codepoints by converting from
      specific encoding, not from Unicode. This reduces creation time.
    (See https://github.com/ruby/ruby/pull/7425 for a related proposal
    and some additional comments.)

commit d4009d939c15a033a5afa91280efca4efa174929
  Author:     Yudai Takada <t.yudai92@gmail.com>
  AuthorDate: 2024-11-02 18:30:55 +0900
  Commit:     Yudai Takada <t.yudai92@gmail.com>
  CommitDate: 2025-01-03 21:26:21 +0900

    Remove spaces

    Co-authored-by: Nobuyoshi Nakada <nobu.nakada@gmail.com>

  Notes:
    Merged: https://github.com/ruby/ruby/pull/11717

commit 4b02a7b794b6c565eae0ed3c8dfedc1b8daf4e49
  Author:     ydah <t.yudai92@gmail.com>
  AuthorDate: 2024-09-30 13:48:31 +0900
  Commit:     Yudai Takada <t.yudai92@gmail.com>
  CommitDate: 2025-01-03 21:26:21 +0900

    Change `rb_ast_compile` to a function that simply creates a parser and sets options

  Notes:
    Merged: https://github.com/ruby/ruby/pull/11717

commit b33c1e4bb2943779b9e7a8034cb6763ef9c25e67
  Author:     ydah <t.yudai92@gmail.com>
  AuthorDate: 2024-09-28 18:22:02 +0900
  Commit:     Yudai Takada <t.yudai92@gmail.com>
  CommitDate: 2025-01-03 21:26:21 +0900

    Extract `rb_ast_compile`

    From duplicate code in `rb_ast_parse_str`, `rb_ast_parse_file` and `rb_ast_parse_array`.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/11717

commit fd2f66e3c0f7c04eb00eb41c495a0c92e094a967
  Author:     ydah <t.yudai92@gmail.com>
  AuthorDate: 2024-09-24 22:25:31 +0900
  Commit:     Yudai Takada <t.yudai92@gmail.com>
  CommitDate: 2025-01-03 21:21:52 +0900

    Use Named Reference for RHS of `def_name`

  Notes:
    Merged: https://github.com/ruby/ruby/pull/11677

commit aa892378a11cd763985051272f5708d86041ccd6
  Author:     ydah <t.yudai92@gmail.com>
  AuthorDate: 2024-09-24 22:09:42 +0900
  Commit:     Yudai Takada <t.yudai92@gmail.com>
  CommitDate: 2025-01-03 21:20:15 +0900

    Use callee side tag specification of parameterizing rules

  Notes:
    Merged: https://github.com/ruby/ruby/pull/11676

commit 1e2ed31cc2249d76f8ac4bc39134d0fd6ea7dc93
  Author:     ydah <t.yudai92@gmail.com>
  AuthorDate: 2024-09-20 17:25:17 +0900
  Commit:     Yudai Takada <t.yudai92@gmail.com>
  CommitDate: 2025-01-03 21:19:41 +0900

    Change the reference to the RHS in the Parameterizing rules action to a Named Reference

  Notes:
    Merged: https://github.com/ruby/ruby/pull/11651

commit 0643f081877ea19f8dd6610dd67b2606ecf4c880
  Author:     ydah <t.yudai92@gmail.com>
  AuthorDate: 2025-01-03 19:51:58 +0900
  Commit:     Yudai Takada <t.yudai92@gmail.com>
  CommitDate: 2025-01-03 20:34:19 +0900

    Implement IF NODE locations

    The following Location information has been added This is the information required for parse.y to be a universal parser:

    ```
    ❯ ruby --parser=prism --dump=parsetree -y -e "if a; elsif b; else end"
    @ ProgramNode (location: (1,0)-(1,23))
    +-- locals: []
    +-- statements:
        @ StatementsNode (location: (1,0)-(1,23))
        +-- body: (length: 1)
            +-- @ IfNode (location: (1,0)-(1,23))
                +-- if_keyword_loc: (1,0)-(1,2) = "if"
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                +-- predicate:
                |   @ CallNode (location: (1,3)-(1,4))
                |   +-- CallNodeFlags: variable_call, ignore_visibility
                |   +-- receiver: nil
                |   +-- call_operator_loc: nil
                |   +-- name: :a
                |   +-- message_loc: (1,3)-(1,4) = "a"
                |   +-- opening_loc: nil
                |   +-- arguments: nil
                |   +-- closing_loc: nil
                |   +-- block: nil
                +-- then_keyword_loc: nil
                ^^^^^^^^^^^^^^^^^^^^^^^^^
                +-- statements: nil
                +-- subsequent:
                |   @ IfNode (location: (1,6)-(1,23))
                |   +-- if_keyword_loc: (1,6)-(1,11) = "elsif"
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                |   +-- predicate:
                |   |   @ CallNode (location: (1,12)-(1,13))
                |   |   +-- CallNodeFlags: variable_call, ignore_visibility
                |   |   +-- receiver: nil
                |   |   +-- call_operator_loc: nil
                |   |   +-- name: :b
                |   |   +-- message_loc: (1,12)-(1,13) = "b"
                |   |   +-- opening_loc: nil
                |   |   +-- arguments: nil
                |   |   +-- closing_loc: nil
                |   |   +-- block: nil
                |   +-- then_keyword_loc: nil
                    ^^^^^^^^^^^^^^^^^^^^^^^^^
                |   +-- statements: nil
                |   +-- subsequent:
                |   |   @ ElseNode (location: (1,15)-(1,23))
                |   |   +-- else_keyword_loc: (1,15)-(1,19) = "else"
                |   |   +-- statements: nil
                |   |   +-- end_keyword_loc: (1,20)-(1,23) = "end"
                |   +-- end_keyword_loc: (1,20)-(1,23) = "end"
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                +-- end_keyword_loc: (1,20)-(1,23) = "end"
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ```

commit 23018c2fb48ac7ada1ead79e3c896605c1b8bae6
  Author:     tomoya ishida <tomoyapenguin@gmail.com>
  AuthorDate: 2025-01-03 20:13:52 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-03 20:13:57 +0900

    [ruby/rdoc] Fix prism_ruby superclass resolve order
    (https://github.com/ruby/rdoc/pull/1267)

    RDoc::Parser::PrismRuby wrongly resolves superclass of `class Cipher < Cipher; end` that exist in openssl.
    Superclass resolve should be done before adding class.

    https://github.com/ruby/rdoc/commit/57a4615a92

commit fb73be1f2a76cc7faaaab19ac7a818fd095bd725
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-03 11:29:29 +0900
  Commit:     Nobuyoshi Nakada <nobu.nakada@gmail.com>
  CommitDate: 2025-01-03 13:43:33 +0900

    Win32: Define COROUTINE_DECL to suppress a warning

    In cont.c:

    ```
    warning C4141: 'noreturn': used more than once
    ```

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12501

commit 6bbb470dc77a671c67411a5d3a2564bd0a665a9c
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-03 10:25:15 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-01-03 10:25:15 +0900

    [Bug #20504] Move dynamic regexp concatenation to iseq compiler

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12483

commit 77fe82286b24110292324007dafc436d01efd134
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-01 17:47:27 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-01-03 10:10:54 +0900

    Try all assertions in `TestM17N#test_regexp_usascii`

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12483

commit c8eaad1804a1887b7d97bab2174e95eed0ad5472
  Author:     mark-young-atg <113439900+mark-young-atg@users.noreply.github.com>
  AuthorDate: 2025-01-03 08:21:20 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-03 08:21:31 +0900

    [ruby/stringio] Provide a 'Changelog' link on
    rubygems.org/gems/stringio
    (https://github.com/ruby/stringio/pull/111)

    By providing a 'changelog_uri' in the metadata of the gemspec a
    'Changelog' link will be shown on https://rubygems.org/gems/stringio
    which makes it quick and easy for someone to check on the changes
    introduced with a new version.

    Details of this functionality can be found on
    https://guides.rubygems.org/specification-reference/#metadata

    ---------

    https://github.com/ruby/stringio/commit/8c084bfcdb

    Co-authored-by: Sutou Kouhei <kou@cozmixng.org>

commit 3b519975d15d50d5a1c63d4f4d7d406b84564428
  Author:     sodacris <wjxa20152015@gmail.com>
  AuthorDate: 2024-12-04 21:41:53 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-03 06:02:47 +0900

    [rubygems/rubygems] remove unnecessary code

    https://github.com/rubygems/rubygems/commit/5c6ca7a58c

commit 7bf1612c87edadf880ef0f80f364d9ac1198f350
  Author:     sodacris <wjxa20152015@gmail.com>
  AuthorDate: 2024-12-04 19:25:35 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-03 06:02:46 +0900

    [rubygems/rubygems] unskip `print_args` and `fake_man` tests on Windows

    https://github.com/rubygems/rubygems/commit/c8eeb0af9d

commit a7383fc7f478942d7d465152c1202da7125573dc
  Author:     sodacris <wjxa20152015@gmail.com>
  AuthorDate: 2024-12-04 21:41:35 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-03 06:02:46 +0900

    [rubygems/rubygems] Replace shell specific stuff with create_file scripts

    https://github.com/rubygems/rubygems/commit/eea07ad691

commit 2f0674478bebce3828cf3128b4a27b4e67e00114
  Author:     Masataka Pocke Kuwabara <kuwabara@pocke.me>
  AuthorDate: 2025-01-01 01:02:48 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-03 01:40:14 +0900

    [ruby/prism] Fix cross-compile issue with newlib on Ubuntu 24.04

    https://github.com/ruby/prism/commit/61ebe51233

commit d67d1530a88fcc19c355ff79fccb165b623a48f1
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2024-12-25 07:59:32 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-01-03 01:03:04 +0900

    Create rb_darray_realloc_mul_add

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12459

commit bd70534e97362ac8927bf01c7aafca1e051fc76a
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2024-12-25 07:52:32 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-01-03 01:03:04 +0900

    Change rb_darray_realloc_mul_add_without_gc to check for overflow

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12459

commit e596516182572457ce3a51adc246ece62a5c7823
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2024-12-25 07:51:14 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-01-03 01:03:04 +0900

    Create rb_darray_calloc_mul_add

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12459

commit 2e3b2d5eb25aff54bc97b93743b3e517096ca221
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2024-12-25 07:50:51 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-01-03 01:03:04 +0900

    Change rb_darray_calloc_mul_add_without_gc to check for overflow

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12459

commit 99ff0224a564b59df3ba8fbd7911dd41a7fdde34
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2024-12-25 07:46:43 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-01-03 01:03:04 +0900

    Move rbimpl_size_add_overflow from gc.c to memory.h

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12459

commit b8c4af24f920a973cfa1f7b671825e8a5421368c
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2024-12-25 05:30:48 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-01-03 01:03:04 +0900

    Use rb_darray_insert_without_gc for heap_pages darray

    rb_darray_insert could trigger a GC, which would cause problems if it
    freed pages while a new page was being inserted.

    For example, the following script fails:

        GC.stress = true
        GC.auto_compact = :empty

        10.times do
          GC.verify_compaction_references(expand_heap: true, toward: :empty)
        end

    It errors out with:

        'GC.verify_compaction_references': malloc: possible integer overflow (8*18446744073709551603) (ArgumentError)

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12459

commit f9cd9a1b5574e99c3b87cc203bba7f2c552dae53
  Author:     Peter Zhu <peter@peterzhu.ca>
  AuthorDate: 2024-12-25 05:13:27 +0900
  Commit:     Peter Zhu <peter@peterzhu.ca>
  CommitDate: 2025-01-03 01:03:04 +0900

    Revert "Remove with_gc functions in darray"

    This reverts commit 24a740796050b72aa2d35339ba2a317d4eda7b75.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12459

commit f1096c6ad4be6f93dc4f434a269389731f671ddb
  Author:     Stan Lo <stan.lo@shopify.com>
  AuthorDate: 2025-01-02 23:32:28 +0900
  Commit:     GitHub <noreply@github.com>
  CommitDate: 2025-01-02 23:32:28 +0900

    Remove and stop syncing IRB documentation (#12416)

    Follow-up to #12325

    Since we're not generating IRB documentation, we don't need to sync
    its `doc/` folder and keep the previous content.

  Notes:
    Merged-By: tompng <tomoyapenguin@gmail.com>

commit ba82399558dc35647280980648fd4b560b6a7fe7
  Author:     S-H-GAMELINKS <gamelinks007@gmail.com>
  AuthorDate: 2025-01-01 15:59:41 +0900
  Commit:     Nobuyoshi Nakada <nobu.nakada@gmail.com>
  CommitDate: 2025-01-02 17:11:45 +0900

    Remove rb_ary_push for parser

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12493

commit 3eebc8104147571dcbf325f98b28c707cada566e
  Author:     S-H-GAMELINKS <gamelinks007@gmail.com>
  AuthorDate: 2024-10-28 22:22:34 +0900
  Commit:     Nobuyoshi Nakada <nobu.nakada@gmail.com>
  CommitDate: 2025-01-02 17:11:32 +0900

    Rename to backref_with

  Notes:
    Merged: https://github.com/ruby/ruby/pull/11865

commit 1686c6b787acfb002174fadfcde35d1768b07129
  Author:     S-H-GAMELINKS <gamelinks007@gmail.com>
  AuthorDate: 2024-10-10 22:33:58 +0900
  Commit:     Nobuyoshi Nakada <nobu.nakada@gmail.com>
  CommitDate: 2025-01-02 17:11:32 +0900

    Introduce backref_with_rhs parameterizing rules

  Notes:
    Merged: https://github.com/ruby/ruby/pull/11865

commit 03b37fb342249fe91a81dfbf422c54c66b6c5484
  Author:     S-H-GAMELINKS <gamelinks007@gmail.com>
  AuthorDate: 2024-05-15 16:37:30 +0900
  Commit:     Nobuyoshi Nakada <nobu.nakada@gmail.com>
  CommitDate: 2025-01-02 17:10:31 +0900

    Introduce inline_operation rule

  Notes:
    Merged: https://github.com/ruby/ruby/pull/10773

commit 8034e9c3d001ca3dff124ab42972684eac8af2ae
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-02 15:50:20 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-01-02 15:50:20 +0900

    [Bug #20995] Protect `IO.popen` block from exiting by exception

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12497

commit 6cf11ad76eae08ba9d2bdc70c093bc67aca93864
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-02 02:06:08 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-01-02 14:37:43 +0900

    [ruby/rdoc] Stop autolinking the word "RDoc"
    (https://github.com/ruby/rdoc/pull/1266)

    https://github.com/ruby/rdoc/commit/73af94e3e3

commit e433e6515efbb31a77ab8013a7e9b2c57212264d
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-02 12:36:06 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-01-02 12:36:06 +0900

    [DOC] Exclude 'Class' and 'Module' from RDoc's autolinking

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12496

commit b4ec22fe6c493a212c059cecab90de5b5f349102
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-02 12:06:06 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-01-02 12:23:49 +0900

    [DOC] Exclude 'Method' from RDoc's autolinking

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12496

commit d441d351073d6a6c49f7c12ea99e17480aa4ee5e
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-02 11:58:15 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-01-02 11:58:15 +0900

    [DOC] Exclude 'Process' from RDoc's autolinking

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12496

commit e4fff86faf03d4804c6f34e2f1c71c0fe0c67d4d
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-02 11:26:51 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2025-01-02 11:26:51 +0900

    [DOC] .document under lib/rdoc is split now

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12495

commit afeb17270b24681519e2981ba4a112c92830377b
  Author:     Stan Lo <stan.lo@shopify.com>
  AuthorDate: 2025-01-01 01:20:42 +0900
  Commit:     Nobuyoshi Nakada <nobu.nakada@gmail.com>
  CommitDate: 2025-01-02 11:05:33 +0900

    Link to Ruby module

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12491

commit 2dd4801e9c09cf6da00281cd04c74e001796779a
  Author:     Stan Lo <stan.lo@shopify.com>
  AuthorDate: 2024-12-31 21:24:09 +0900
  Commit:     Nobuyoshi Nakada <nobu.nakada@gmail.com>
  CommitDate: 2025-01-02 11:05:33 +0900

    Update 'Set's references in docs

    - When linking to 'Set', we should use `rdoc-ref:Set` explicitly.
    - "Set"'s normal usages don't need to be escaped anymore.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12491

commit 8e34346afeb3dcce69b128d7db2025d2318b52f4
  Author:     Stan Lo <stan.lo@shopify.com>
  AuthorDate: 2024-12-31 21:23:38 +0900
  Commit:     Nobuyoshi Nakada <nobu.nakada@gmail.com>
  CommitDate: 2025-01-02 11:05:33 +0900

    Exclude 'Ruby' and 'Set' from RDoc's autolinking

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12491

commit e2081861aee51233c75ecc892ab4bbe2bfe1e2ce
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2025-01-02 09:30:11 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-02 09:30:14 +0900

    [ruby/rdoc] [DOC] Ignore racc-generated files
    (https://github.com/ruby/rdoc/pull/1265)

    * [DOC] Ignore racc-generated files

    Not only `.ry` sources, generated `.rb` files seem duplicate and
    unnecessary.

    * [DOC] Select files by .document files for syncing

    https://github.com/ruby/rdoc/commit/fb7041ec98

commit 3e8f0e558973aa8608e6d8da4dce33fe5dde28e1
  Author:     tomoya ishida <tomoyapenguin@gmail.com>
  AuthorDate: 2025-01-01 23:41:54 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2025-01-01 23:41:58 +0900

    [ruby/reline] Support inserting C-c C-z C-\ with quoted_insert
    (https://github.com/ruby/reline/pull/798)

    https://github.com/ruby/reline/commit/e6eb5d2d3c

commit 341503d1a3a95253ddacdd3bd1c4a7dcdbbe49f2
  Author:     Benoit Daloze <eregontp@gmail.com>
  AuthorDate: 2024-12-31 23:34:32 +0900
  Commit:     Benoit Daloze <eregontp@gmail.com>
  CommitDate: 2025-01-01 00:19:18 +0900

    Fix leak in Socket#connect spec

    * Found by https://github.com/ruby/ruby/actions/runs/12560692556/job/35018412527?pr=12492

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12492

commit e43d9cbfcbc105889ccd9e1e8b2b3a7d4c4023d9
  Author:     Benoit Daloze <eregontp@gmail.com>
  AuthorDate: 2024-12-31 23:27:56 +0900
  Commit:     Benoit Daloze <eregontp@gmail.com>
  CommitDate: 2025-01-01 00:19:18 +0900

    Update to latest setup-ruby manually since dependabot is broken

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12492

commit 180bee317711b97685d0fbf59f31243b16467021
  Author:     Benoit Daloze <eregontp@gmail.com>
  AuthorDate: 2024-12-31 23:15:34 +0900
  Commit:     Benoit Daloze <eregontp@gmail.com>
  CommitDate: 2025-01-01 00:19:18 +0900

    Run spec_guards when changing its workflow definition

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12492

commit da1c06e747f3fa64713d0dc3e579099f1e118bcc
  Author:     Benoit Daloze <eregontp@gmail.com>
  AuthorDate: 2024-12-31 23:10:20 +0900
  Commit:     Benoit Daloze <eregontp@gmail.com>
  CommitDate: 2025-01-01 00:19:18 +0900

    Add 3.4 to the spec_guards workflow

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12492

commit c0e2623966ea72b2b7781a13dab47ad50c362c98
  Author:     Stan Lo <stan001212@gmail.com>
  AuthorDate: 2024-12-31 21:17:04 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2024-12-31 21:17:07 +0900

    [ruby/rdoc] Add autolink_excluded_words option to ignore
    cross-references
    (https://github.com/ruby/rdoc/pull/1259)

    This config will be handy when the project name is the same as a class or
    module name, which is often the case for most of the projects.

    https://github.com/ruby/rdoc/commit/ce77f51f63

commit 63b141ef21497b8694e9401c934fc41c3823e3ad
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2024-12-31 21:16:47 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2024-12-31 21:16:50 +0900

    [ruby/rdoc] Documentation for #1240
    (https://github.com/ruby/rdoc/pull/1263)

    https://github.com/ruby/rdoc/commit/5dfccda4c0

commit 89c9a9fd03df264cb11314dd4264d79eff7be3d9
  Author:     Charles Oliver Nutter <headius@headius.com>
  AuthorDate: 2024-12-10 14:40:27 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2024-12-31 19:00:41 +0900

    [ruby/net-http] Don't double-interrupt the test HTTP server

    The shutdown process here attempted to terminate the test server
    by interrupting it with Thread#kill, and then proceeded to close
    the server and join the thread. The kill does indeed interrupt
    the accept call, but the close call could also interrupt the
    thread as part of notifying blocked threads waiting on that
    socket call.

    In JRuby, where all of this can happen at the same time, it leads
    to the following scenario:

    * The server thread enters TCPServer#accept and blocks.
    * The main thread calls Thread#kill to interrupt the accept call.
    * The server thread wakes up and starts to propagate the kill.
      There is a slight delay between this wakeup and removing the
      server thread from the TCPServer's blocked threads list.
    * The main thread calls TCPServer#close, which sees that the server
      thread is still in the blocked list, so it initiates a second
      interrupt to raise IOError "closed in another thread" on the
      server thread.
    * As the kill is bubbling out, another check for interrupts occurs,
      causing it to see the new raise interrupt and propagate that
      instead of the active kill.
    * Because the server is now closed and the rescue here is empty,
      the server loop will endlessly attempt and fail to call accept.

    I was unable to determine how CRuby avoids this race. There may be
    code that prevents an active kill interrupt from triggering
    further interrupts.

    In order to get these tests running on JRuby, I've made the
    following changes:

    * Only kill the thread; one interrupt is sufficient to break it
      out of the accept call.
    * Ensure outside the server loop that the server gets closed. This
      happens within the server thread, so triggers no new interrupts.
    * Minor cleanup for the pattern of using @ssl_server or @server.

    This change avoids the race in JRuby (and possibly other parallel-
    threaded implementations) and does not impact the behavior of the
    tests.

    https://github.com/ruby/net-http/commit/54025b3870

commit 3cd809deb5cc3a534151078166148b9ff5e1c8ef
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2024-12-31 14:53:07 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2024-12-31 14:53:07 +0900

    Win32: Fix rm.bat

    - `if exist` and `del` ignore directories matching the wildcard,
      remove both separately.

    - `rd /s` ignores wildcards, while `del` removes ordinary files by the
      wildcard, iterate over matching directories by `for /D`.

commit 5fec9308320e8b377681ef19b0cd46d53f94e8ac
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2024-12-30 17:04:09 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2024-12-30 17:04:09 +0900

    [Bug #20992] Test for local variable name encodings

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12489

commit 3650f2460f9f58ed188ad289cfb46a1d005d2538
  Author:     sanfrecce-osaka <yakiyaki_ikayaki@yahoo.co.jp>
  AuthorDate: 2024-12-29 20:00:08 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2024-12-29 20:00:11 +0900

    [ruby/irb] Fix broken `history` command with -g
    (https://github.com/ruby/irb/pull/1057)

    Local variable `grep` was always nil because the regular expression parsing options contained an unnecessary `\n`. `test_history_grep` did not detect this because it only asserted what was included in the output.

    https://github.com/ruby/irb/commit/a282bbc0cf

commit a33c944ba8a0580322ee77b3066755f8e2c1c9b1
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2024-12-29 10:32:33 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2024-12-29 10:32:33 +0900

    [Bug #20988] [prism] Fix escaped octal character literals

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12487

commit 689bb193cc7a1b49cb241d14b84208dfff83c8ea
  Author:     Stan Lo <stan001212@gmail.com>
  AuthorDate: 2024-12-29 04:17:03 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2024-12-29 04:17:06 +0900

    [ruby/irb] Use the documentation site as the source of truth
    (https://github.com/ruby/irb/pull/1055)

    * Use the documentation site as the source of truth

    1. Remove detailed content from README.md and point links to the documentation site.
    2. Remove the content of EXTEND_IRB.md and point links to the documentation site.

    * Use GitHub pages as Rubygems' documentation target

    https://github.com/ruby/irb/commit/d2b73cb91e

commit 609a555ee00e7501d52bc4155cd2f8ee980cee2f
  Author:     Stan Lo <stan001212@gmail.com>
  AuthorDate: 2024-12-29 00:55:20 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2024-12-29 00:55:27 +0900

    [ruby/irb] Add `ri` an alias to the `show_doc` command
    (https://github.com/ruby/irb/pull/1054)

    https://github.com/ruby/irb/commit/52e77dd113

commit e4ec2128ae9c5c2a43cd599759f19db21fc0238f
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2024-12-28 18:40:37 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2024-12-28 18:40:37 +0900

    [Bug #20990] Reject escaped multibyte char with control/meta prefix

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12485

commit 0ccc7657f3f51d973eac5f846d1594062838a2c9
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2024-12-28 11:35:00 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2024-12-28 11:35:00 +0900

    Ripper: Fix duplicate regexp errors

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12482

commit fb18bb183c24ca82b8f114ed090d62bd69b5df84
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2024-12-28 11:25:57 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2024-12-28 11:25:57 +0900

    [Bug #20989] Ripper: Pass `compile_error`

    For the universal parser, `rb_parser_reg_fragment_check` function is
    shared between the parser and ripper.  However `parser_params` struct
    is partially different, and `compile_error` function depends on that
    part indirectly.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12482

commit 175770bb6c55cb777a5f9318334a64e767a0f9d3
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2024-12-27 16:43:32 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2024-12-28 11:18:54 +0900

    BigDecimal('0.') with bigdecimal-3.1.9 returns 0.0

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12480

commit b82ad36d7cda10627ae9dc0d4d6439ff1035ed26
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2024-12-27 16:21:52 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2024-12-28 11:18:54 +0900

    Update bundled_gems

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12480

commit 081767656d96e78bc2bf0eb88d36927127097d60
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2024-12-28 09:00:53 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2024-12-28 09:00:53 +0900

    Abandon connection test if off line

commit 8fa1db79bd35d93140b7c1f2d7d58a946840d46f
  Author:     Luiz Eduardo Kowalski <luizeduardokowalski@gmail.com>
  AuthorDate: 2024-12-24 22:39:11 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2024-12-28 03:54:54 +0900

    [rubygems/rubygems] Expand and comment the regex

    https://github.com/rubygems/rubygems/commit/0dd0e93bde

commit 6e46b9b8b3657822306a365d6538e20fcf764d9b
  Author:     Luiz Eduardo Kowalski <luizeduardokowalski@gmail.com>
  AuthorDate: 2024-12-23 23:50:46 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2024-12-28 03:54:53 +0900

    [rubygems/rubygems] Add support for mise.toml file

    https://github.com/rubygems/rubygems/commit/809a2a17a7

commit adbbc9109ee71848204b5168a7c1bf604849e5fa
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2024-12-27 16:27:30 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2024-12-27 16:27:30 +0900

    Win32: Update clean commands for bundled gems

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12481

commit e109400748a62f142d0b1ca6957dab69ca411de1
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2024-12-27 16:26:14 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2024-12-27 16:26:14 +0900

    Win32: Fix sub make commands

    `cmd.exe` built-in `cd` does not recognize slashes as path separators,
    replace to backslashes.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12481

commit 3a2d1feb1e24569090061bfcab88e3a1ecc24750
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2024-12-27 16:25:49 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2024-12-27 16:25:49 +0900

    Win32: Rewrite rm.bat

    `rd` cannot remove ordinary files, use `del` or `rd` for each entry.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12481

commit 6be0ae35e8b5bfa46845e12cdd728b131398866b
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2024-12-27 14:25:07 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2024-12-27 14:25:07 +0900

    Win32: Remove win32 directory if empty

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12481

commit 731a53253fa94a1a646e8e7f69cf4cf217f0ee3d
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2024-12-27 12:33:28 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2024-12-27 12:33:28 +0900

    Win32: clean extra object file

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12481

commit a37a2f5fef5ee2a9dd5c5fcb8b30318e72f693a5
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2024-12-27 11:23:23 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2024-12-27 11:23:23 +0900

    Clear failure_log by assignment like as appending by assignment

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12479

commit 7962f32b7056320c1ec44b7a8618d9788c3648b6
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2024-12-27 10:29:34 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2024-12-27 10:29:34 +0900

    Fix `hello` when transforming program names

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12478

commit 4cf4cad4abca43c9396ec8f736f0021b3c678f4d
  Author:     Kevin Newton <kddnewton@gmail.com>
  AuthorDate: 2024-12-27 10:26:47 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2024-12-27 10:26:54 +0900

    [ruby/prism] Turn off unescape tests for Ruby >= 3.4.0

    https://github.com/ruby/prism/commit/f982769314

commit f226bc20f6df09eb2b988562b4ac9fdc6958c8b0
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2024-12-27 09:01:08 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2024-12-27 09:01:08 +0900

    [Bug #20986] [Prism] Allow escaped multibyte character

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12477

commit 4d8c9c131021316b854c4c8b877110d5584069d3
  Author:     Kevin Newton <kddnewton@gmail.com>
  AuthorDate: 2024-12-27 06:44:37 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2024-12-27 07:35:28 +0900

    [ruby/prism] Handle escaped characters after controls

    Fixes [Bug #20986]

    https://github.com/ruby/prism/commit/fd0c563e9e

commit c859e15875a8448592d6ab6d503681d454020c29
  Author:     Kevin Newton <kddnewton@gmail.com>
  AuthorDate: 2024-12-27 06:24:26 +0900
  Commit:     Kevin Newton <kddnewton@gmail.com>
  CommitDate: 2024-12-27 07:34:58 +0900

    Handle defined? with call chains with blocks

    Ensures we can handle expressions like `defined?(a {}.b)`.

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12475

commit 11c9e4f1ceb90d73e1eac6acbf3434a6f7216044
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2024-12-24 01:46:32 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2024-12-27 03:09:15 +0900

    [rubygems/rubygems] Fix `bundle outdated <GEM>` failing if gems not installed

    https://github.com/rubygems/rubygems/commit/694d5f444e

commit d78ff6a767ca813ac5fa178dd7611f20a993c191
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2024-12-26 23:48:05 +0900
  Commit:     Nobuyoshi Nakada <nobu.nakada@gmail.com>
  CommitDate: 2024-12-27 00:21:41 +0900

    [Bug #20984] Fix test with locale encoding

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12474

commit f459d8dfb7720a61d3f49af71fcd6bcf28bbca3f
  Author:     Koichi ITO <koic.ito@gmail.com>
  AuthorDate: 2024-12-25 18:53:55 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2024-12-26 23:15:00 +0900

    [ruby/prism] Support Ruby 3.5 for `Prism::Translation::Parser`

    Follow up https://github.com/ruby/prism/pull/3336.

    Development for Ruby 3.5 has begun on the master branch:
    https://github.com/ruby/ruby/commit/2f064b3b4b71f9495bbc4229e7efdbfad494862f

    https://github.com/ruby/prism/commit/aa49c1bd78

commit 9a5ad1b558172d894e6dba81e5f68c3628087b28
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2024-12-26 18:21:05 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2024-12-26 18:21:05 +0900

    Fix -Wsign-compare warning on mingw

commit c6dbb10b7408cab17f170f0b23d1bbf0db03ad55
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2024-12-26 15:01:48 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2024-12-26 15:01:48 +0900

    [Bug #20982] Put spaces in `ENV.inspect` results as well as `Hash`

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12472

commit 19c39e4cfaa467e69b9848c9c5496d7f50d39c7f
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2024-12-26 13:42:56 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2024-12-26 13:42:56 +0900

    [Bug #20984] ENV.inspect should be encoding aware

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12471

commit 037bffec071d53bb7a147e11cb34635ea2e7abb8
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2024-12-26 13:02:29 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2024-12-26 13:02:29 +0900

    Refine ENV tests

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12470

commit 16665c362313ef2bfc20909296e76bc4d83c3065
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2024-12-26 12:31:56 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2024-12-26 12:31:56 +0900

    "test" environment variable is unset in `setup`

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12470

commit 5fab10999d4366576eda7954d2c1a7b96edd556e
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2024-12-26 09:58:36 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2024-12-26 10:27:24 +0900

    Bump up fiddle 1.1.7.dev and stringio 3.1.3.dev

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12469

commit feba2b66ff076afac8a7533e45b43364ab2531d7
  Author:     Yudai Takada <t.yudai92@gmail.com>
  AuthorDate: 2024-12-23 02:25:37 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2024-12-26 10:27:24 +0900

    [ruby/reline] Fix typos in comment
    (https://github.com/ruby/reline/pull/796)

    * s/Calcualte/Calculate/

    * s/unneccesary/unnecessary/

    https://github.com/ruby/reline/commit/db86bcd2bf

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12469

commit 778e73b2b3969f600eecc3bc6ebced1700781fbb
  Author:     Ryan Bigg <me@ryanbigg.com>
  AuthorDate: 2024-12-03 08:37:46 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2024-12-26 10:27:24 +0900

    [ruby/date] Simplify description of this library

    https://github.com/ruby/date/commit/904d4b9607

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12469

commit 0c0b739d97f5cdd39e91cce1b8868279669bcc66
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2024-12-26 09:53:22 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2024-12-26 10:27:24 +0900

    Bump up RubyGems 3.7.0.dev and Bundler 2.7.0.dev

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12469

commit 70e90d5276a33b196e7bacfec3f6fc6249761aa2
  Author:     Ryan Davis <ryand-github@zenspider.com>
  AuthorDate: 2024-12-25 06:21:12 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2024-12-26 10:27:24 +0900

    [ruby/erb] Fix up some doco on erb
    (https://github.com/ruby/erb/pull/56)

    * ERB#result: Dropped mention of deprecated safe_level since it is no longer documented.

    * Fixed grammar for chicken fried steak :P

    https://github.com/ruby/erb/commit/4efd3437ac

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12469

commit b7690c58b94f77e81bc1b099ca93e47160304a46
  Author:     Yudai Takada <t.yudai92@gmail.com>
  AuthorDate: 2024-12-22 17:51:09 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2024-12-26 10:27:24 +0900

    [ruby/strscan] [DOC] Fix typo in documentation
    (https://github.com/ruby/strscan/pull/129)

    s/begining/beginning/

    https://github.com/ruby/strscan/commit/734b823463

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12469

commit 6406ac4d70d3288fe7bfcc75312077ace5d6ae58
  Author:     David Rodríguez <deivid.rodriguez@riseup.net>
  AuthorDate: 2024-12-24 04:27:44 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2024-12-26 10:27:24 +0900

    [rubygems/rubygems] Try fix flaky failures on Windows

    It seems same race condition, maybe some Ruby bug. Just hoping this
    tweak may skip it.

    https://github.com/rubygems/rubygems/commit/29eb642026

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12469

commit ece332a44df077d26c735dbdbf050dd471c4ffdd
  Author:     Sorah Fukumori <her@sorah.jp>
  AuthorDate: 2024-12-26 03:50:06 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2024-12-26 04:46:34 +0900

    [ruby/reline] test_tty_ambiguous_width: Use Reline.test_rubybin

    Same as https://github.com/ruby/reline/pull/510, 'ruby' command is not
    always available so don't rely on that specific name.

    https://github.com/ruby/reline/commit/f60199fed7

commit 67d8a97d07ecc0d626951cf702cd6aab814ee489
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2024-12-26 01:53:18 +0900
  Commit:     git[bot] <svn-admin@ruby-lang.org>
  CommitDate: 2024-12-26 01:53:24 +0900

    [ruby/rdoc] Separate patterns by `--exclude` option from defaults
    (https://github.com/ruby/rdoc/pull/1251)

    https://github.com/ruby/rdoc/commit/a7fdc730f3

commit 7df5d65eac86940619f87da7e70bc0911097ae2f
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2024-12-25 22:21:37 +0900
  Commit:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  CommitDate: 2024-12-25 22:21:37 +0900

    [Bug #20981] Bring back `rb_undefine_finalizer`

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12468

commit 69bb296fa61cc488769227187c95f4cf15ce463c
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2024-12-25 19:15:03 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2024-12-25 20:10:18 +0900

    Support Ruby 3.5 for bundler platforms

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12452

commit 945fdf609166187321bee53d641957e918efb155
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2024-12-25 18:44:05 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2024-12-25 20:10:18 +0900

    Relax regexp for Ruby 3.5

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12452

commit a0460af920be74cefaa47264a44a8983fefb7e47
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2024-12-24 16:05:57 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2024-12-25 20:10:18 +0900

    Check ArgumentError and Warnings with Ruby 3.3 and 3.4

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12452

commit 9967eccc54017110845d3805143ab2e87a0e2393
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2024-12-24 15:27:57 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2024-12-25 20:10:18 +0900

    Removed Process::Status#& and Process::Status#>>

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12452

commit 8f11d6cbe2e86d5e6f80911024630aa0d3685332
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2024-12-13 10:47:22 +0900
  Commit:     Nobuyoshi Nakada <nobu.nakada@gmail.com>
  CommitDate: 2024-12-25 19:12:31 +0900

    Show docs of constants under Ruby

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12451

commit b923a59b8e189fb1a044d13840696d0fb33621bc
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2024-12-12 20:21:41 +0900
  Commit:     Nobuyoshi Nakada <nobu.nakada@gmail.com>
  CommitDate: 2024-12-25 19:12:31 +0900

    fake.rb: Override constants in Ruby module

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12451

commit e5e4db1748d09635c6b20c3b880e5b55d84f7dea
  Author:     Nobuyoshi Nakada <nobu@ruby-lang.org>
  AuthorDate: 2024-12-12 19:47:34 +0900
  Commit:     Nobuyoshi Nakada <nobu.nakada@gmail.com>
  CommitDate: 2024-12-25 19:12:31 +0900

    [Feature #20884] Define toplevel "Ruby" module with constants

  Notes:
    Merged: https://github.com/ruby/ruby/pull/12451

commit 7f738bb5d7030979469be1e28b8ddd8ef0687733
  Author:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  AuthorDate: 2024-12-25 18:18:26 +0900
  Commit:     Hiroshi SHIBATA <hsbt@ruby-lang.org>
  CommitDate: 2024-12-25 18:18:26 +0900

    Restore Ruby 3.4 NEWS.md again

commit 2f064b3b4b71f9495bbc4229e7efdbfad494862f
  Author:     Yukihiro "Matz" Matsumoto <matz@ruby.or.jp>
  AuthorDate: 2024-12-25 18:15:17 +0900
  Commit:     Yukihiro "Matz" Matsumoto <matz@ruby.or.jp>
  CommitDate: 2024-12-25 18:15:17 +0900

    Development of 3.5.0 started.
