summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-03-09[ruby/optparse] Use `\A` instead of `^` as the beginning of stringNobuyoshi Nakada
2025-03-09[ruby/optparse] [DOC] Manage rdoc options only in .rdoc_options fileNobuyoshi Nakada
2025-03-09Remove a stale test file [ci skip]Nobuyoshi Nakada
2025-03-09Merge the `new_yield` method into the `rb_node_yield_new` methodydah
2025-03-09Refactor parser rules to remove inline_operationydah
2025-03-08Remove redundant semantic action in bvar ruleydah
2025-03-08string.c: Improve `fstring_hash` to reduce collisionsJean Boussier
2025-03-08Implement CLASS NODE locationsydah
2025-03-07YJIT: Add Counter::invalidate_everythingAlan Wu
2025-03-07[DOC] Fix minor miscalculation of stack sizekyontan
2025-03-07[DOC] Tweaks for Hash#rehashBurdette Lamar
2025-03-07[DOC] Tweaks for Hash#rassocBurdetteLamar
2025-03-07[DOC] Tweaks for Hash#merge (#12825)Burdette Lamar
2025-03-07[Bug #21174] [Bug #21175] Update rubyspecNobuyoshi Nakada
2025-03-07[Bug #21174] [Bug #21175] Fix `Range#max` on beginless integer rangeNobuyoshi Nakada
2025-03-07[Bug #21163] Fix hexadecimal float conversionNobuyoshi Nakada
2025-03-06RUBY_FREE_AT_EXIT does not work when error in -rPeter Zhu
2025-03-06YJIT: Rename get_temp_regs2() back to get_temp_regs() (#12866)Takashi Kokubun
2025-03-06[ruby/json] Fix JSON::GeneratorError#detailed_message with Ruby < 3.2Rahim Packir Saibo
2025-03-06Show test task names longerNobuyoshi Nakada
2025-03-06Harden `TestObjSpace#test_memsize_of_root_shared_string`Jean Boussier
2025-03-06Launchable: Send stdout and stderr (#12785)Naoto Ono
2025-03-06Fix flaky failure in TestSetTraceFunc#test_tracepoint_disable (#12854)Naoto Ono
2025-03-05Remove obsoleted insn_may_depend_on_sp_or_pc()Takashi Kokubun
2025-03-05auto-request-review should run only for masterTakashi Kokubun
2025-03-06Bump actions/cache in /.github/actions/setup/directoriesdependabot[bot]
2025-03-05Replace tombstone when converting AR to ST hashJohn Hawthorn
2025-03-05Fix a race condition with interned strings sweeping.Jean Boussier
2025-03-05yjit.rb: Fix parameter name in documentationa5-stable
2025-03-05Add tests for alias locations with special variables $`, $', and $+ydah
2025-03-05do not reset `EnvUtil.timeout_scale`Koichi Sasada
2025-03-05Revert "try to show timeout sec"Koichi Sasada
2025-03-04Move in-place interning spec to Ruby's testsJean Boussier
2025-03-04[DOC] Tweaks for Hash#sizeBurdetteLamar
2025-03-04try to show timeout secKoichi Sasada
2025-03-04Sync skip rules from ubuntu.ymlHiroshi SHIBATA
2025-03-04Try to build WSL on GitHub ActionsHiroshi SHIBATA
2025-03-04* append newline at EOF. [ci skip]Nobuyoshi Nakada
2025-03-03.gdbinit: Fix T_HASH printing [ci skip]Alan Wu
2025-03-03Allow YJIT `mem-size` and `call-threshold` to be set at runtime via `YJIT.ena...annichai-stripe
2025-03-03[ruby/openssl] test_pkey_dh.rb: Merge 2 test_new_break tests to one test.Jun Aruga
2025-03-03[rubygems/rubygems] Update parallel_tests.Josef Šimánek
2025-03-03[rubygems/rubygems] Bump the rb-sys group across 2 directories with 1 updatedependabot[bot]
2025-03-03[rubygems/rubygems] docs(bundle-exec): recommend non-deprecated methodsMichael Chui
2025-03-03[rubygems/rubygems] docs(bundle-config): hint default group when using only o...Mateo
2025-03-03[rubygems/rubygems] Bring man pages up to dateJosef Šimánek
2025-03-03[rubygems/rubygems] Update vendored uri to 1.0.3Hiroshi SHIBATA
2025-03-03Restore lockfile for vendor_gems.rbHiroshi SHIBATA
2025-03-03Implement POSTEXE NODE locationsydah
2025-03-02[ruby/prism] Rename fgets parameter to fix NetBSDKevin Newton