Skip to content

Commits

Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Jun 14, 2023

  1. Directly allocate FrozenCore as an ICLASS

    It's a bad idea to overwrite the flags as the garbage collector may have
    set other flags.
    peterzhu2118 committed Jun 14, 2023
  2. Removed rake-compiler dependency for test-bundled-gems

      It's needless with racc-1.7.1
    hsbt committed Jun 14, 2023
  3. Show prerequisites for compile task

    nobu authored and hsbt committed Jun 14, 2023
  4. Allow test-unit-ruby-core files to be loaded from bundled gems

    Separate the directly from the customized test-unit, since it may not
    work with bundled gems.
    nobu authored and hsbt committed Jun 14, 2023
  5. Lrama v0.5.2

    yui-knk committed Jun 14, 2023

Commits on Jun 12, 2023

  1. Revert "YJIT: Break register cycles for C arguments (#7918)"

    This reverts commit 888ba29.
    
    It caused a CI failure
    http://ci.rvm.jp/results/trunk-yjit@ruby-sp2-docker/4598881
    and I'm investigating it.
    k0kubun committed Jun 12, 2023
  2. [DOC] Should use NULL instead of zero

    Since no type information is available for variadic arguments, 0 is
    passed as `int` without promoting to pointer.  On platforms where
    `sizeof(int) < sizeof(void*)`, the terminator argument may be read
    together with an adjoining word, and may not be found.
    nobu committed Jun 12, 2023
  3. Add missing dependencies

    nobu committed Jun 12, 2023
  4. * expand tabs. [ci skip]

    Please consider using misc/expand_tabs.rb as a pre-commit hook.
    matzbot committed Jun 12, 2023
  5. [Feature #19719] Universal Parser

    Introduce Universal Parser mode for the parser.
    This commit includes these changes:
    
    * Introduce `UNIVERSAL_PARSER` macro. All of CRuby related functions
      are passed via `struct rb_parser_config_struct` when this macro is enabled.
    * Add CI task with 'cppflags=-DUNIVERSAL_PARSER' for ubuntu.
    yui-knk committed Jun 12, 2023
  6. Bump actions/checkout from 3.5.2 to 3.5.3

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 3.5.3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@8e5e7e5...c85c95e)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and hsbt committed Jun 12, 2023
  7. [ruby/psych] Update spec files

    nobu authored and matzbot committed Jun 12, 2023
  8. Try to skip Prime_test.rb

    hsbt committed Jun 12, 2023
  9. Bump github/codeql-action from 2.3.5 to 2.13.4

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.3.5 to 2.13.4.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@0225834...cdcdbb5)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and matzbot committed Jun 12, 2023
Older