summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-03-30[ruby/time] Make RFC2822 regexp linearNobuyoshi Nakada
2023-03-30[ruby/time] Fix quadratic backtracking on invalid timeNobuyoshi Nakada
2023-03-29[ruby/reline] Drop Dialog#scrollbar_pos as we can store it in aStan Lo
2023-03-29[ruby/reline] Drop Unicode.take_range's optional arg as it's neverStan Lo
2023-03-29RJIT: Propagate a set of args as a CallingInfoTakashi Kokubun
2023-03-29[ruby/reline] Improve OSC sequence regexp. OSC sequence can end withtomoya ishida
2023-03-28[ruby/reline] Expand the scanned array to later case statement moreStan Lo
2023-03-28[rubygems/rubygems] Partly revertedHiroshi SHIBATA
2023-03-28Use URI-0.12.1Hiroshi SHIBATA
2023-03-28Onboard Rubocop Naming/MemoizedInstanceVariableName rule to RubyGems.Josef Šimánek
2023-03-28[rubygems/rubygems] Use double-quotes instead of single-quotes in warningsHiroshi SHIBATA
2023-03-28[rubygems/rubygems] Onboard Rubocop Naming/MemoizedInstanceVariableName rule ...Josef Šimánek
2023-03-28[rubygems/rubygems] Fix installing plugins in frozen modeDavid Rodríguez
2023-03-28[rubygems/rubygems] Fix incorrect removal of "ruby" platform from lockfileDavid Rodríguez
2023-03-28[rubygems/rubygems] Fix unnecessary downgrade of top level dependency when un...David Rodríguez
2023-03-28[rubygems/rubygems] Also set min locked requirements when not unlockingDavid Rodríguez
2023-03-27RJIT: Optimize definedivar using shapesTakashi Kokubun
2023-03-28[ruby/uri] Bump version to 0.12.1Hiroshi SHIBATA
2023-03-28[ruby/uri] Fix quadratic backtracking on invalid URINobuyoshi Nakada
2023-03-28Consider prereleases regardless of whether lockedMichael Siegfried
2023-03-27[ruby/reline] Bump version to 0.3.3ima1zumi
2023-03-27[ruby/reline] Fix cursor position overruntomoya ishida
2023-03-27[rubygems/rubygems] Use append_cflags instead of directly append for CFLAGSHiroshi SHIBATA
2023-03-26RJIT: Implement leaf builtin callTakashi Kokubun
2023-03-26RJIT: Store caller sp after stack overflow checkTakashi Kokubun
2023-03-26RJIT: Implement attr_writerTakashi Kokubun
2023-03-25RJIT: Put a guard for splat w/ var-arg cfuncTakashi Kokubun
2023-03-25RJIT: Scope down send_iseq_complex_has_block exitTakashi Kokubun
2023-03-25RJIT: Fix jit_array_ptrTakashi Kokubun
2023-03-25[ruby/reline] Fix split_by_width to retain color sequencestomoya ishida
2023-03-25RJIT: Support optional params on splatTakashi Kokubun
2023-03-25RJIT: Remove send_iseq_complex_splat exitTakashi Kokubun
2023-03-25RJIT: Support splat for cfuncTakashi Kokubun
2023-03-25RJIT: Initial support of splatTakashi Kokubun
2023-03-25[rubygems/rubygems] Generate native gems with `-fvisibility=hidden`Jean Boussier
2023-03-23[ruby/time] Update required ruby versionNobuyoshi Nakada
2023-03-23Don't suggest `--full-index` on API Response mismatch errorsDavid Rodríguez
2023-03-23Don't suggest retrying with `--full-index` on gemspec errorsDavid Rodríguez
2023-03-23Fix logging the fallback to the full index on GemspecError'sDavid Rodríguez
2023-03-23Avoid intermediate array in TarHeader#calculate_checksumMau Magnaguagno
2023-03-23Fix flaky when making materialized specs uniqDavid Rodríguez
2023-03-23Refactor and fix usage of Gem.rubyなつき
2023-03-23Move duplicated logic to parent classなつき
2023-03-23Make sure native extensions are loaded correctly in ext_conf builderなつき
2023-03-23Make sure native extensions are loaded correctly in rake builderなつき
2023-03-23Reuse `SpecSet#materialize` logicDavid Rodríguez
2023-03-23Refactor incomplete specs handlingDavid Rodríguez
2023-03-23Don't remove RUBY platform when healing a lockfile with missing specsDavid Rodríguez
2023-03-23Don't remove RUBY platform when healing a lockfile with missing specsDavid Rodríguez
2023-03-23util/rubocop -A --only Style/AsciiCommentsHiroshi SHIBATA