Permalink
Switch branches/tags
{{ refName }}
default
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Commits on Sep 7, 2022
-
Merge pull request #1106 from nobu/cflags
Use `append_cflags` for other than GCC
Commits on Sep 6, 2022
Commits on Sep 2, 2022
-
Merge pull request #1104 from ruby/dependabot/bundler/rubocop-1.36.0
Bump rubocop from 1.35.1 to 1.36.0
-
-
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>
-
Merge pull request #1103 from ruby/dedup-comments
Dedup method comments
-
-
Merge pull request #1101 from ruby/self_type_optional
Make Block/Proc self_type optional
-
Merge pull request #1102 from ruby/gc
Reduce object allocations for GC
-
-
Commits on Aug 29, 2022
Commits on Aug 26, 2022
Commits on Aug 25, 2022
-
Merge pull request #1099 from ruby/alias-from-module-self
Fix DefinitionBuilder for methods aliased from module self constraints
-
Extract methods for each use case
Causes code duplication, but will help understand the code.
-
-