summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-11-05Remove tests for obsolete StringScanner methodsNobuyoshi Nakada
2025-11-04[ruby/stringio] fix: (jruby) failing to clean buffer's code-rangekares
2025-11-04[ruby/strscan] Remove no longer used variableNobuyoshi Nakada
2025-11-04[DOC] Mention on top of `vm_*.c` files the VM translation unit they're in (#1...Alan Wu
2025-11-04Fix rb_gc_impl_checking_shareable for modular GCJohn Hawthorn
2025-11-04Update default gems list at 29847070f00184d7c0a97f8e1f18f5 [ci skip]git
2025-11-04[ruby/io-wait] bump up to 0.3.3Nobuyoshi Nakada
2025-11-04Tweak ENC_TRANS_SO_DNobuyoshi Nakada
2025-11-04[ruby/json] Tentative fix for RHEL8 compilerJean Boussier
2025-11-04[ruby/json] Micro-optimize `rstring_cache_fetch`Jean Boussier
2025-11-04[ruby/json] Extract `JSON_CPU_LITTLE_ENDIAN_64BITS` definitionJean Boussier
2025-11-04Update default gems list at 83c2e3b92e25b766615600913cdca8 [ci skip]git
2025-11-04[ruby/uri] v1.1.1Sorah Fukumori
2025-11-04[ruby/uri] Re-allow consecutive, leading and trailing dots in EMAIL_REGEXPDaisuke Aritomo
2025-11-04[ruby/io-wait] Select packging files by pathspecsNobuyoshi Nakada
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