Skip to content
Permalink
master
Switch branches/tags

Commits on Sep 7, 2022

  1. Merge pull request #1106 from nobu/cflags

    Use `append_cflags` for other than GCC
    soutaro committed Sep 7, 2022

Commits on Sep 6, 2022

Commits on Sep 2, 2022

  1. Merge pull request #1104 from ruby/dependabot/bundler/rubocop-1.36.0

    Bump rubocop from 1.35.1 to 1.36.0
    soutaro committed Sep 2, 2022
  2. Version 2.7.0.pre.1

    soutaro committed Sep 2, 2022
  3. Bump rubocop from 1.35.1 to 1.36.0

    Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.35.1 to 1.36.0.
    - [Release notes](https://github.com/rubocop/rubocop/releases)
    - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
    - [Commits](rubocop/rubocop@v1.35.1...v1.36.0)
    
    ---
    updated-dependencies:
    - dependency-name: rubocop
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Sep 2, 2022
  4. Merge pull request #1103 from ruby/dedup-comments

    Dedup method comments
    soutaro committed Sep 2, 2022
  5. Dedup method comments

    soutaro committed Sep 2, 2022
  6. Merge pull request #1101 from ruby/self_type_optional

    Make Block/Proc self_type optional
    soutaro committed Sep 2, 2022
  7. Merge pull request #1102 from ruby/gc

    Reduce object allocations for GC
    soutaro committed Sep 2, 2022

Commits on Aug 29, 2022

  1. Merge pull request #1100 from pocke/Add_frozen_string_literal__true

    Add frozen_string_literal: true
    soutaro committed Aug 29, 2022
  2. Fix FrozenErrors

    pocke committed Aug 29, 2022
  3. Add frozen_string_literal: true

    pocke committed Aug 29, 2022

Commits on Aug 26, 2022

  1. Merge pull request #1071 from HoneyryderChuck/fiber-missing-methods

    added missing fiber sigs
    soutaro committed Aug 26, 2022
  2. Write type and add test

    soutaro committed Aug 26, 2022
  3. Fix Fiber_test

    Fix `raise` type
    soutaro committed Aug 26, 2022
  4. Run rbs annotate

    soutaro committed Aug 26, 2022
  5. added missing fiber sigs

    HoneyryderChuck authored and soutaro committed Aug 26, 2022

Commits on Aug 25, 2022

  1. Merge pull request #1099 from ruby/alias-from-module-self

    Fix DefinitionBuilder for methods aliased from module self constraints
    soutaro committed Aug 25, 2022
  2. Extract methods for each use case

    Causes code duplication, but will help understand the code.
    soutaro committed Aug 25, 2022
  3. Add RBS comments

    soutaro committed Aug 25, 2022

Commits on Aug 24, 2022

  1. Merge pull request #1098 from ruby/add-rbs

    Fix RBS type definitions
    soutaro committed Aug 24, 2022
  2. Fix RBS comments

    soutaro committed Aug 24, 2022
  3. Fix Prototype::Helpers

    soutaro committed Aug 24, 2022
  4. Fix Prototype::RB

    soutaro committed Aug 24, 2022
  5. Rename local variable

    soutaro committed Aug 24, 2022
  6. Fix Namespace comments

    soutaro committed Aug 24, 2022
  7. Fix Namespace type

    soutaro committed Aug 24, 2022
  8. Fix location type

    soutaro committed Aug 24, 2022
  9. Fix Environment types

    soutaro committed Aug 24, 2022
Older