summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-11-03Bump gacts/run-and-post-run in /.github/actions/setup/directoriesdependabot[bot]
2025-11-04[ruby/stringio] [DOC] Doc for StringIO#getsBurdette Lamar
2025-11-04Revert "[ruby/rubygems] Fix constants in TAR to be frozen"Hiroshi SHIBATA
2025-11-04[ruby/stringio] [DOC] Doc for StringIO#getbyteBurdette Lamar
2025-11-03ZJIT: Implement register spill (#14936)Takashi Kokubun
2025-11-04[ruby/stringio] [DOC] Tweaks for StringIO#external_encodingBurdette Lamar
2025-11-04[ruby/stringio] [DOC] Tweaks for StringIO#eof?Burdette Lamar
2025-11-04[ruby/rubygems] Fix constants in TAR to be frozenAaron Patterson
2025-11-04[ruby/rubygems] Remove open-ended and prerelease dependency warnings when bui...Jeremy Evans
2025-11-03ZJIT: Inline String#bytesize (#15033)Max Leopold
2025-11-03ZJIT: Implement include_p for opt_(new|dup)array_send YARV insns (#14885)Randy Stauner
2025-11-03Avoid taking vm barrier in heap_prepare() (#14425)Luke Gruber
2025-11-03[ruby/json] ext/json/ext/json.h: Add missing newline at end of fileJean Boussier
2025-11-03[ruby/json] Fix duplicate 'inline' declaration specifierJean Boussier
2025-11-03[ruby/json] Fix check_dependencyTakashi Kokubun
2025-11-03[ruby/json] parser.c: Always inline `json_eat_whitespace`Jean Boussier
2025-11-03[ruby/json] parser.c: use `rb_str_to_interned_str` over `rb_funcall`Jean Boussier
2025-11-03[ruby/json] parser.c: Extract `json_string_cacheable_p`Jean Boussier
2025-11-03[ruby/json] parser.c: simplify sorted insert loop in rstring_cache_fetchJean Boussier
2025-11-03[ruby/json] parser.c: Skip checking for escape sequences in `rstring_cache_fe...Jean Boussier
2025-11-03[ruby/json] Centralize macro definitionsJean Boussier
2025-11-02[DOC] Tweaks for String#to_fBurdetteLamar
2025-11-03pend on Windows for timeoutsSatoshi Tagomori
2025-11-03Fix incorrect RUBY_DEBUG rangeSatoshi Tagomori
2025-11-03Make Namespace.root visible not only for debuggingSatoshi Tagomori
2025-11-03Use CFUNC namespace only for IFUNC frames, its behavior should be unchangedSatoshi Tagomori
2025-11-03Fix use of inappropriate debug flagSatoshi Tagomori
2025-11-03Add flag to ignore EXPERIMENTAL warningsSatoshi Tagomori
2025-11-03No need to call rb_define_class/module_under_idSatoshi Tagomori
2025-11-03Add basic namespace testsSatoshi Tagomori
2025-11-02[ruby/json] Invoke `as_json` callback for strings with invalid encodingJean Boussier
2025-11-02[DOC] Update bundled gems list at ee7ce9e6d71c7707d13541e9baa3a5git
2025-11-02Update power_assert to 3.0.0Kazuki Tsujimoto
2025-11-02Make rb_str_embed_size aware of termlenPeter Zhu
2025-11-02Fix array allocation when slot size < 40 bytesPeter Zhu
2025-11-02Fix string allocation when slot size < 40 bytesPeter Zhu
2025-11-02minor code allignment (related to bug 21559)Martin Dürst
2025-11-02[ruby/erb] Fix typo in documentationAlejandro Exojo
2025-11-02[DOC] Update bundled gems list at 22496e2fe6ea4d354d039927a33458git
2025-11-02Update bundled irb and repl_type_completor version (#15030)tomoya ishida
2025-11-02Remove recursion in UnicodeNormalize.nfc_one, fixing bug 21159.Martin Dürst
2025-11-02Add test for Unicode normalization of Gurung Khema.Martin Dürst
2025-11-02Add regression test for bug 21559.Martin Dürst
2025-11-01Fix rescue in test_ractor.rbBenoit Daloze
2025-11-01Fix memory leak in String#encode when StringValue raisesPeter Zhu
2025-11-01[ruby/json] Enable JSON_DEBUG for parser/extconf.rbJean Boussier
2025-11-01[ruby/json] Enable JSON_DEBUG for parser/extconf.rbJean Boussier
2025-11-01[ruby/json] parser.c: Appease GCC warningJean Boussier
2025-11-01[ruby/json] parser.c: Use SWAR to skip consecutive spacesJean Boussier
2025-11-01Make the expectation more precise in Ractor.make_shareable(Proc) testBenoit Daloze