summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-25[ruby/tmpdir] Make `Dir.tmpdir` more idiomatic and functionalPeter Vandenberk
2022-10-25[rubygems/rubygems] Bump rb-sys in /test/rubygems/test_gem_ext_cargo_builder/...dependabot[bot]
2022-10-25[ruby/tmpdir] Fix typo Nobuyoshi Nakada
2022-10-25[ruby/tmpdir] [DOC] Improve documentationNobuyoshi Nakada
2022-10-25sync_default_gems.rb: Ignore unmergeable files [ci skip]Nobuyoshi Nakada
2022-10-25Prevent buffer overrun in regparse.cYusuke Endoh
2022-10-24Use CXX14 to allow constexpr with non-return statementsNick Hengeveld
2022-10-24[rubygems/rubygems] Bump rb-sysdependabot[bot]
2022-10-24Remove iv_index_tbl_entryJohn Hawthorn
2022-10-24[ruby/irb] Restore standard input/output encodings after input method tests Stan Lo
2022-10-24YJIT: Lazily enable YJIT after prelude (#6597)Takashi Kokubun
2022-10-24[DOC] Revert previous merge (#6624)Burdette Lamar
2022-10-24Split tests for `Array#shuffle` and `Array#sample`Nobuyoshi Nakada
2022-10-24[DOC] Add note about method names (#6620)Burdette Lamar
2022-10-24[ruby/irb] Add a test case to cover rdoc unintalled scenario st0012
2022-10-24[ruby/irb] Move require out of repeated execution pathst0012
2022-10-24[ruby/irb] Add tests for RelineInputMethod st0012
2022-10-24Strip trailing spaces [ci skip]Nobuyoshi Nakada
2022-10-24* remove trailing spaces. [ci skip]git
2022-10-24Update bundled gems list at 2022-10-24git
2022-10-24Refactor timeout-setting code to a functionYusuke Endoh
2022-10-24Refactor timeout-related code in re.c a littleYusuke Endoh
2022-10-24Fix error when commit hash is removed [ci skip]Nobuyoshi Nakada
2022-10-24Fix per-instance Regexp timeout (#6621)Yusuke Endoh
2022-10-24Set timestamp path for the target path to TARGET_SO_DIR_TIMESTAMPNobuyoshi Nakada
2022-10-24Make the timestamp path correspond to the bundled target pathNobuyoshi Nakada
2022-10-24Adjust indents [ci skip]Nobuyoshi Nakada
2022-10-24Reuse RBOOL macro in rb_ivar_defined functionS-H-GAMELINKS
2022-10-24Update default gems list at c5f5403f6ed9e62f2a1002417e61c9 [ci skip]git
2022-10-24[ruby/net-http] Bump version to 0.3.0 Hiroshi SHIBATA
2022-10-24Skip `File.atime`/`File.mtime` tests randomly failing on TravisNobuyoshi Nakada
2022-10-24Adjust indents [ci skip]Nobuyoshi Nakada
2022-10-23Fix argument & Remove enumS-H-GAMELINKS
2022-10-23Introduce rb_memsearch_with_char_size functionS-H-GAMELINKS
2022-10-23Reduce type check of arguments at Complex creationNobuyoshi Nakada
2022-10-23Introduce `hash_iter_status_check` functionS.H
2022-10-23[Bug #19004] `Complex.polar` handles complex singular `abs` argumentStephen Ierodiaconou
2022-10-23Update Complex.polar with Complex testsNobuyoshi Nakada
2022-10-22Improved formatting of `hash_foreach_iter` functions. (#6615)Samuel Williams
2022-10-22[rubygems/rubygems] Allow upcoming JRuby to pass keywords for Kernel#warnThomas E. Enebo
2022-10-22Add [Feature #19013] to NEWS [ci skip]yui-knk
2022-10-21Rename `iv_count` on shapes to `next_iv_index`Jemma Issroff
2022-10-21Remove unused class serialJemma Issroff
2022-10-21YJIT: Fix page rounding for icache bustingAlan Wu
2022-10-21YJIT: Read rb_num_t as usize earlyAlan Wu
2022-10-21[DOC] Add link targets (#6602)Burdette Lamar
2022-10-21In init_copy, set shape after copying ivarsJemma Issroff
2022-10-21[ruby/stringio] [DOC] Enhanced RDoc for StringIOBurdette Lamar
2022-10-21[ruby/net-http] Revert "Replace Timeout.timeout in Net:HTTP#connect"Hiroshi SHIBATA
2022-10-21Range#size returns nil for (.."a") and (nil..)Yusuke Endoh