aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Make variation_count an unsigned charPeter Zhu2023-01-111-2/+7
* [DOC] Mention the conditional regexpNobuyoshi Nakada2023-01-111-0/+9
* Remove check for RCLASS_EXT in variable.cPeter Zhu2023-01-111-1/+0
* Skip rbs Encoding#replicate testBenoit Daloze2023-01-111-0/+1
* Remove Encoding#replicateBenoit Daloze2023-01-118-113/+203
* [ruby/reline] Reset IOGate in test_resetPhillip Hellewell2023-01-113-2/+2
* [ruby/reline] Change IOGate back to GeneralIOPhillip Hellewell2023-01-112-0/+2
* Suppressing pending messages with RSpecHiroshi SHIBATA2023-01-112-6/+12
* [ruby/psych] Get rid of anonymous eval callsJean Boussier2023-01-114-7/+7
* [ruby/set] Avoid the `block or return` pattern to save Proc allocationsJean Boussier2023-01-111-3/+3
* Skip unfixed assertion about objspace/dump_allKoichi Sasada2023-01-111-2/+6
* Remove about ext/psych/yaml which is no longer bundled [ci skip]Kazuhiro NISHIYAMA2023-01-111-27/+1
* Differentiate T_ARRAY and array subclasses (#7091)Aaron Patterson2023-01-102-8/+22
* YJIT: Save PC and SP before calling leaf builtins (#7090)Alan Wu2023-01-102-0/+20
* YJIT: Fix a compilation warning with release build (#7092)Takashi Kokubun2023-01-101-1/+4
* Just ignore empty lines in bundled_gems file [ci skip]Nobuyoshi Nakada2023-01-101-0/+1
* Remove ARY_SET_SHAREDPeter Zhu2023-01-101-15/+7
* [ruby/reline] Add key binding for DeletePhillip Hellewell2023-01-104-5/+170
* Remove extra line which causes `make test-bundled-gems-fetch` to failBenoit Daloze2023-01-101-1/+0
* [DOC] Comments about fields in bundled_gems fileNobuyoshi Nakada2023-01-101-1/+8
* Merge RubyGems and Bundler masterHiroshi SHIBATA2023-01-1064-361/+529
* Update LEGAL sections for pub_grubHiroshi SHIBATA2023-01-101-1/+9
* Removed vendored LICENSE file.Hiroshi SHIBATA2023-01-101-21/+0
* Fixed a typoHiroshi SHIBATA2023-01-101-1/+1
* [rubygems/rubygems] Fix resolver edge caseDavid Rodríguez2023-01-102-1/+28
* [rubygems/rubygems] Bump rb-sysdependabot[bot]2023-01-102-5/+5
* Revert "Re-enable test_ractor for YJIT"Takashi Kokubun2023-01-091-3/+5
* Allow overriding a gdb command on `make gdb`Takashi Kokubun2023-01-091-1/+2
* Fix off-by-one error in rb_vm_each_stack_valuePeter Zhu2023-01-091-1/+1
* Fix a warning in .gdbinitTakashi Kokubun2023-01-091-1/+1
* Update yjit.mdMaxime Chevalier-Boisvert2023-01-091-0/+2
* [rubygems/rubygems] Bump rb-sys in /test/rubygems/test_gem_ext_cargo_builder/...dependabot[bot]2023-01-092-5/+5
* YJIT: Remove old comments for regenerated branches (#7083)Takashi Kokubun2023-01-092-0/+12
* Set STR_SHARED_ROOT flag on root of stringPeter Zhu2023-01-091-0/+1
* Assert that resizing arrays will re-embed themPeter Zhu2023-01-091-4/+4
* Assert that resizing objects will re-embed themPeter Zhu2023-01-091-1/+2
* Fix re-embedding of strings during compactionPeter Zhu2023-01-093-15/+21
* mkmf.rb: Refine message from `pkg_config`Nobuyoshi Nakada2023-01-091-53/+60
* mkmf.rb: Prefer `caller_locations` over parsing `caller`Nobuyoshi Nakada2023-01-091-1/+5
* [ruby/zlib] Check for functions with arguments and the headerNobuyoshi Nakada2023-01-091-4/+3
* [ruby/zlib] Fix the test broken in older versionsNobuyoshi Nakada2023-01-091-3/+9
* [ruby/psych] Fix wrong package name of MSYS2/MINGW dependencyLars Kanis2023-01-091-1/+1
* [ruby/uri] [DOC] Enhanced RDoc for URIBurdette Lamar2023-01-081-1/+9
* [ruby/uri] [DOC] Enhanced RDoc for URI.decode_www_formBurdette Lamar2023-01-081-14/+31
* Remove no longer used environment variable [ci skip]Nobuyoshi Nakada2023-01-092-6/+0
* Adjust spec of bundler like as `sync_default_gems` [ci skip]Nobuyoshi Nakada2023-01-081-1/+12
* Ignore LICENSE files of libraries vendored in rubygems [ci skip]Nobuyoshi Nakada2023-01-081-13/+1
* [Bug #19323] Raise `RangeError` instead of integer overflowNobuyoshi Nakada2023-01-082-11/+12
* [rubygems/rubygems] [DOC] Remove internal document about `Kernel` monkey patchNobuyoshi Nakada2023-01-081-5/+0
* [rubygems/rubygems] `LoadError#path` on the caught exception does not need to...Nobuyoshi Nakada2023-01-081-8/+8