summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* RJIT: Put a guard for splat w/ var-arg cfuncTakashi Kokubun2023-03-251-1/+7
* RJIT: Scope down send_iseq_complex_has_block exitTakashi Kokubun2023-03-251-2/+6
* RJIT: Fix jit_array_ptrTakashi Kokubun2023-03-251-4/+3
* [ruby/reline] Fix split_by_width to retain color sequencestomoya ishida2023-03-251-1/+6
* RJIT: Support optional params on splatTakashi Kokubun2023-03-251-7/+11
* RJIT: Remove send_iseq_complex_splat exitTakashi Kokubun2023-03-251-5/+4
* RJIT: Support splat for cfuncTakashi Kokubun2023-03-251-3/+19
* RJIT: Initial support of splatTakashi Kokubun2023-03-252-9/+143
* [rubygems/rubygems] Generate native gems with `-fvisibility=hidden`Jean Boussier2023-03-253-1/+10
* [ruby/time] Update required ruby versionNobuyoshi Nakada2023-03-231-1/+1
* Don't suggest `--full-index` on API Response mismatch errorsDavid Rodríguez2023-03-231-1/+1
* Don't suggest retrying with `--full-index` on gemspec errorsDavid Rodríguez2023-03-231-1/+1
* Fix logging the fallback to the full index on GemspecError'sDavid Rodríguez2023-03-231-5/+1
* Avoid intermediate array in TarHeader#calculate_checksumMau Magnaguagno2023-03-231-1/+1
* Fix flaky when making materialized specs uniqDavid Rodríguez2023-03-234-19/+7
* Refactor and fix usage of Gem.rubyなつき2023-03-233-8/+9
* Move duplicated logic to parent classなつき2023-03-233-26/+15
* Make sure native extensions are loaded correctly in ext_conf builderなつき2023-03-231-1/+15
* Make sure native extensions are loaded correctly in rake builderなつき2023-03-231-1/+13
* Reuse `SpecSet#materialize` logicDavid Rodríguez2023-03-231-5/+3
* Refactor incomplete specs handlingDavid Rodríguez2023-03-234-13/+39
* Don't remove RUBY platform when healing a lockfile with missing specsDavid Rodríguez2023-03-231-0/+2
* Don't remove RUBY platform when healing a lockfile with missing specsDavid Rodríguez2023-03-231-0/+2
* util/rubocop -A --only Style/AsciiCommentsHiroshi SHIBATA2023-03-236-12/+22
* util/rubocop -A --only Layout/EmptyLineAfterMagicCommentHiroshi SHIBATA2023-03-23141-0/+141
* util/rubocop -A --only Style/FrozenStringLiteralCommentHiroshi SHIBATA2023-03-236-2/+8
* util/rubocop -A --only Lint/NonLocalExitFromIteratorHiroshi SHIBATA2023-03-232-2/+2
* [rubygems/rubygems] Enabled Style/RedundantReturn copHiroshi SHIBATA2023-03-2323-39/+37
* [rubygems/rubygems] util/rubocop -A --only Lint/VoidHiroshi SHIBATA2023-03-232-3/+0
* [rubygems/rubygems] util/rubocop -A --only Lint/RequireParenthesesHiroshi SHIBATA2023-03-231-1/+1
* [rubygems/rubygems] util/rubocop -A --only Style/NextHiroshi SHIBATA2023-03-239-102/+88
* [rubygems/rubygems] util/rubocop -A --only Style/MultilineMemoizationHiroshi SHIBATA2023-03-232-15/+13
* [rubygems/rubygems] util/rubocop -A --only Style/MultilineTernaryOperatorHiroshi SHIBATA2023-03-232-4/+5
* [rubygems/rubygems] util/rubocop -A --only Lint/ShadowingOuterLocalVariableHiroshi SHIBATA2023-03-232-5/+5
* [rubygems/rubygems] util/rubocop -A --only Lint/UnreachableCodeHiroshi SHIBATA2023-03-231-1/+0
* [rubygems/rubygems] util/rubocop -A --only Lint/UnderscorePrefixedVariableNameHiroshi SHIBATA2023-03-232-15/+15
* [rubygems/rubygems] util/rubocop -A --only Lint/ReturnInVoidContextHiroshi SHIBATA2023-03-231-1/+1
* [rubygems/rubygems] util/rubocop -A --only Lint/RescueExceptionHiroshi SHIBATA2023-03-235-5/+5
* [rubygems/rubygems] util/rubocop -A --only Lint/EmptyExpressionHiroshi SHIBATA2023-03-231-1/+1
* [rubygems/rubygems] util/rubocop -A --only Lint/DuplicateCaseConditionHiroshi SHIBATA2023-03-231-2/+0
* [rubygems/rubygems] Use indented heredocNobuyoshi Nakada2023-03-223-6/+6
* [rubygems/rubygems] RUBY_REVISION is also provided by supported platformsHiroshi SHIBATA2023-03-221-1/+1
* [rubygems/rubygems] Remove reference to `pry` gem from generated `bin/console...Justin Searls2023-03-221-4/+0
* RJIT: Follow a recent CALLER_SETUP_ARG changeTakashi Kokubun2023-03-211-5/+8
* RJIT: Split has_rest_or_post exit reasonsTakashi Kokubun2023-03-211-3/+3
* [ruby/erb] [DOC] Use indented heredocNobuyoshi Nakada2023-03-211-2/+2
* [ruby/reline] Add key bindings for PgUp and PgDnPhillip Hellewell2023-03-211-0/+2
* RJIT: Fix invokesuperTakashi Kokubun2023-03-211-7/+1
* RJIT: Break up RJIT send_iseq_complex exit reasonsTakashi Kokubun2023-03-191-5/+94
* RJIT: Implement ifunc invokeblockTakashi Kokubun2023-03-191-2/+41