summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-07-07[DOC] Tweaks for String#capitalizeBurdette Lamar
2025-07-07Autoload encodings on the main ractorJean Boussier
2025-07-07ZJIT: Avoid double negative in Mem debugDaniel Colson
2025-07-07[ruby/json] Improve consistency of code styleJean Boussier
2025-07-07[rubygems/rubygems] Update SPDX license list as of 2025-07-01License Update
2025-07-07[rubygems/rubygems] Document that `global_gem_cache` also caches compiled ext...David Rodríguez
2025-07-07[rubygems/rubygems] Improve sentenceDavid Rodríguez
2025-07-07[rubygems/rubygems] Stop allowing calling `#gem` on random objectsDavid Rodríguez
2025-07-07[rubygems/rubygems] Add `default_cli_command` documentationDavid Rodríguez
2025-07-07[rubygems/rubygems] Cancel `path_relative_to_cwd` changeDavid Rodríguez
2025-07-07[rubygems/rubygems] Move specs independent of gem name out of shared examplesDavid Rodríguez
2025-07-07[rubygems/rubygems] Move specs independent from gem_name out of "generating a...David Rodríguez
2025-07-07[rubygems/rubygems] Remove unnecessary nestingDavid Rodríguez
2025-07-07[rubygems/rubygems] Actually run "generating a gem" shared examples for the m...David Rodríguez
2025-07-07[rubygems/rubygems] Fix assertions to not depend on specific gem nameDavid Rodríguez
2025-07-07[rubygems/rubygems] Remove unnecessary nesting from standalone specsDavid Rodríguez
2025-07-07[rubygems/rubygems] Remove `default_install_uses_path` settingDavid Rodríguez
2025-07-07[rubygems/rubygems] Remove unnecessary feature flag checkDavid Rodríguez
2025-07-07[rubygems/rubygems] Remove `auto_clean_without_path` settingDavid Rodríguez
2025-07-06Update bundled gems list as of 2025-07-06git
2025-07-05[ruby/openssl] pkey/ec: avoid calling SYM2ID() on user-supplied objectsKazuki Yamaguchi
2025-07-05Remove LIKELY macro for Universal ParserS-H-GAMELINKS
2025-07-04Fix wrong GENIV WB on too_complex Ractor traversalJohn Hawthorn
2025-07-04Remove unused src param from rb_shape_copy_fieldsJohn Hawthorn
2025-07-04Fix wrong write barrier on fields copyJohn Hawthorn
2025-07-04Fix missed write barrier on Ractor send moveJohn Hawthorn
2025-07-04Fix ractor imemo fields write barrier parentJohn Hawthorn
2025-07-04Assume that symbol in rb_check_symbol is not garbagePeter Zhu
2025-07-04[DOC] Tweaks for Case Mapping docBurdette Lamar
2025-07-04[ruby/openssl] ssl: rename SSLContext#ecdh_curves= to #groups=Kazuki Yamaguchi
2025-07-04Update bundled gems list as of 2025-07-03git
2025-07-04Fixed wrong commit hashHiroshi SHIBATA
2025-07-04ractor_sync.c: Optimize `ractor_set_successor_once` to be lock freeJean Boussier
2025-07-04benchmark_driver: Stop using `Ractor#take`Jean Boussier
2025-07-03Revert "Add locks around accesses/modifications to global encodings table"John Hawthorn
2025-07-03Revert "Make get/set default internal/external encoding lock-free"John Hawthorn
2025-07-04Added io-nonblock and io-wait entriesHiroshi SHIBATA
2025-07-04Update default gems and bundled gems list at expand_tabs.rbHiroshi SHIBATA
2025-07-04DRb has been extracted as bundled gemsHiroshi SHIBATA
2025-07-04actions/cache is working with relative pathHiroshi SHIBATA
2025-07-03Support inference of ClassExact typeStan Lo
2025-07-03Add missed runtime_exact_ruby_class case for RegexpStan Lo
2025-07-03Make get/set default internal/external encoding lock-freeLuke Gruber
2025-07-03Add locks around accesses/modifications to global encodings tableLuke Gruber
2025-07-03Get transcoding to work across ractors by locking certain operationsLuke Gruber
2025-07-03ZJIT: Panic on BOP redefinition only when needed (#13782)Takashi Kokubun
2025-07-03ZJIT: Enable one more btest (#13781)Takashi Kokubun
2025-07-03ZJIT: Bail out on register spill (#13773)Takashi Kokubun
2025-07-03ZJIT: Skip a hanging ractor test (#13774)Takashi Kokubun
2025-07-03Assume that the symbol is not garbage in rb_sym2idPeter Zhu