aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [ruby/net-http] typofixHiroshi SHIBATA2023-03-311-1/+1
* [ruby/net-http] Fix previous commitNAKAMURA Usaku2023-03-311-2/+2
* [ruby/net-http] Limit header lengthNAKAMURA Usaku2023-03-311-0/+8
* [ruby/rdoc] Use `File.binread`Nobuyoshi Nakada2023-03-311-3/+1
* [ruby/time] Make RFC2822 regexp linearNobuyoshi Nakada2023-03-301-1/+1
* [ruby/time] Fix quadratic backtracking on invalid timeNobuyoshi Nakada2023-03-301-2/+2
* [ruby/reline] Drop Dialog#scrollbar_pos as we can store it in aStan Lo2023-03-291-9/+9
* [ruby/reline] Drop Unicode.take_range's optional arg as it's neverStan Lo2023-03-291-2/+2
* RJIT: Propagate a set of args as a CallingInfoTakashi Kokubun2023-03-291-77/+98
* [ruby/reline] Improve OSC sequence regexp. OSC sequence can end withtomoya ishida2023-03-291-1/+1
* [ruby/reline] Expand the scanned array to later case statement moreStan Lo2023-03-281-31/+23
* [rubygems/rubygems] Partly revertedHiroshi SHIBATA2023-03-281-4/+0
* Use URI-0.12.1Hiroshi SHIBATA2023-03-282-3/+3
* Onboard Rubocop Naming/MemoizedInstanceVariableName rule to RubyGems.Josef Šimánek2023-03-285-7/+10
* [rubygems/rubygems] Use double-quotes instead of single-quotes in warningsHiroshi SHIBATA2023-03-281-5/+5
* [rubygems/rubygems] Onboard Rubocop Naming/MemoizedInstanceVariableName rule ...Josef Šimánek2023-03-284-7/+9
* [rubygems/rubygems] Fix installing plugins in frozen modeDavid Rodríguez2023-03-281-2/+5
* [rubygems/rubygems] Fix incorrect removal of "ruby" platform from lockfileDavid Rodríguez2023-03-281-0/+3
* [rubygems/rubygems] Fix unnecessary downgrade of top level dependency when un...David Rodríguez2023-03-281-3/+35
* [rubygems/rubygems] Also set min locked requirements when not unlockingDavid Rodríguez2023-03-281-1/+2
* RJIT: Optimize definedivar using shapesTakashi Kokubun2023-03-271-19/+57
* [ruby/uri] Bump version to 0.12.1Hiroshi SHIBATA2023-03-281-1/+1
* [ruby/uri] Fix quadratic backtracking on invalid URINobuyoshi Nakada2023-03-281-2/+2
* Consider prereleases regardless of whether lockedMichael Siegfried2023-03-281-1/+1
* [ruby/reline] Bump version to 0.3.3ima1zumi2023-03-271-1/+1
* [ruby/reline] Fix cursor position overruntomoya ishida2023-03-271-7/+3
* [rubygems/rubygems] Use append_cflags instead of directly append for CFLAGSHiroshi SHIBATA2023-03-271-1/+1
* RJIT: Implement leaf builtin callTakashi Kokubun2023-03-261-0/+60
* RJIT: Store caller sp after stack overflow checkTakashi Kokubun2023-03-261-17/+15
* RJIT: Implement attr_writerTakashi Kokubun2023-03-261-3/+58
* 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