summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-08Revert "Skip to warn like 'bigdecimal/util' feature."Hiroshi SHIBATA
2023-12-08Pick commit from https://github.com/rubygems/rubygems/pull/7085Hiroshi SHIBATA
2023-12-08Pick commit from https://github.com/rubygems/rubygems/pull/7227Hiroshi SHIBATA
2023-12-08[rubygems/rubygems] Migrate documentation to be generated with nronnDavid Rodríguez
2023-12-08[rubygems/rubygems] Add extra blank line to `bundle outdated` docsDavid Rodríguez
2023-12-08[rubygems/rubygems] Revert "Merge pull request #7148 from Paul-Bob/improvemen...David Rodríguez
2023-12-08Skip to warn like 'bigdecimal/util' feature.Hiroshi SHIBATA
2023-12-08Improve bundled gems warnings for subfeaturesDavid Rodríguez
2023-12-08Improve bundled gem warningsDavid Rodríguez
2023-12-08The SINCE and WARNED hashes take gem names, not featuresDavid Rodríguez
2023-12-08[rubygems/rubygems] Extract generate_index command to rubygems-generate_index...Samuel Giddins
2023-12-08[rubygems/rubygems] Don't memoize in NameTuple lock_nameMartin Emde
2023-12-08[ci skip] comment for commit be1bbd5b7d40ad863ab35097765d3754726bbd54卜部昌平
2023-12-08Thread specific storage APIsKoichi Sasada
2023-12-08[Bug #19877] Flip-flop needs to be direct conditionNobuyoshi Nakada
2023-12-08[rubygems/rubygems] Use `Minitest::TestTask` in a template file for `minitest`Yuji Yaginuma
2023-12-07YJIT: Fix on-stack ISEQ comparison for auto_compact (#9164)Takashi Kokubun
2023-12-07[rubygems/rubygems] Use modern hashes consistentlyDavid Rodríguez
2023-12-07Support method calls inside `defined?`Aaron Patterson
2023-12-07RDoc for ComplexBurdetteLamar
2023-12-07Free everything at shutdownAdam Hess
2023-12-07Added commentJemma Issroff
2023-12-07[PRISM] Account for multiple arguments when compiling ArgumentsNodeJemma Issroff
2023-12-07Eliminate array allocation for f(1, *a, &arg), f(*a, **kw, &arg), and f(*a, k...Jeremy Evans
2023-12-07Add benchmark for recent optimization to avoid implicit allocationsJeremy Evans
2023-12-07Prevent modification of splat array inside setup_parameters_complexJeremy Evans
2023-12-07Eliminate array allocation for f(*a, kw: 1, &lvar) and f(*a, kw: 1, &@iv)Jeremy Evans
2023-12-07Eliminate array allocation for f(*a, kw: 1)Jeremy Evans
2023-12-07Eliminate array allocation for f(*a, **lvar, &lvar) and f(*a, **@iv, &@iv)Jeremy Evans
2023-12-07Eliminate array allocation for f(*a, **lvar) and f(*a, **@iv)Jeremy Evans
2023-12-07Eliminate array allocation for f(1, *a, &lvar) and f(1, *a, &@iv)Jeremy Evans
2023-12-07Eliminate array allocation for f(1, *a)Jeremy Evans
2023-12-07[PRISM] Stop catch table entries being deleted by the optimiserMatt Valentine-House
2023-12-07Support tracing of struct member accessor methodsJeremy Evans
2023-12-07Skip a flaky objspace test on Visual StudioTakashi Kokubun
2023-12-07Support eval "return" at toplevelJeremy Evans
2023-12-07Use free with ruby_dtoaJohn Hawthorn
2023-12-07Use xfree in hash_st_freeJohn Hawthorn
2023-12-07Fix keyword splat passing as regular argumentJeremy Evans
2023-12-08Fix typo in a comment [ci skip]Nobuyoshi Nakada
2023-12-07Fix potential compaction issue in env_copy()Alan Wu
2023-12-07Add missing write barrier to env_copy()Alan Wu
2023-12-07[ruby/irb] Debugging command warning should not be specific to theStan Lo
2023-12-07[ruby/prism] Update ordering of integer base flagsKevin Newton
2023-12-07Check need_major_gc during GC stressPeter Zhu
2023-12-07[PRISM] Don't pop arguments on a return nodeJemma Issroff
2023-12-07Fix GC.verify_compaction_references not moving every objectKJ Tsanaktsidis
2023-12-07Add objspace_each_pages to gc.cKJ Tsanaktsidis
2023-12-07[ruby/prism] Remove warnings check from parse_success? methodKevin Newton
2023-12-07[PRISM] Ensure should set correct end_labelMatt Valentine-House