aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ruby/tmpdir] Ignore empty environment variablesNobuyoshi Nakada2022-10-252-2/+16
* [ruby/tmpdir] Found or raise Nobuyoshi Nakada2022-10-251-4/+2
* [ruby/tmpdir] Update supported and testing ruby versions Nobuyoshi Nakada2022-10-251-1/+1
* [ruby/tmpdir] Make `Dir.tmpdir` more idiomatic and functionalPeter Vandenberk2022-10-251-4/+2
* [rubygems/rubygems] Bump rb-sys in /test/rubygems/test_gem_ext_cargo_builder/...dependabot[bot]2022-10-252-7/+7
* [ruby/tmpdir] Fix typo Nobuyoshi Nakada2022-10-251-1/+1
* [ruby/tmpdir] [DOC] Improve documentationNobuyoshi Nakada2022-10-251-1/+9
* sync_default_gems.rb: Ignore unmergeable files [ci skip]Nobuyoshi Nakada2022-10-251-1/+1
* Prevent buffer overrun in regparse.cYusuke Endoh2022-10-251-0/+1
* Use CXX14 to allow constexpr with non-return statementsNick Hengeveld2022-10-241-1/+1
* [rubygems/rubygems] Bump rb-sysdependabot[bot]2022-10-242-7/+7
* Remove iv_index_tbl_entryJohn Hawthorn2022-10-243-16/+0
* [ruby/irb] Restore standard input/output encodings after input method tests Stan Lo2022-10-241-0/+12
* YJIT: Lazily enable YJIT after prelude (#6597)Takashi Kokubun2022-10-244-21/+29
* [DOC] Revert previous merge (#6624)Burdette Lamar2022-10-241-260/+188
* Split tests for `Array#shuffle` and `Array#sample`Nobuyoshi Nakada2022-10-241-1/+21
* [DOC] Add note about method names (#6620)Burdette Lamar2022-10-241-0/+13
* [ruby/irb] Add a test case to cover rdoc unintalled scenario st00122022-10-241-0/+31
* [ruby/irb] Move require out of repeated execution pathst00122022-10-241-6/+6
* [ruby/irb] Add tests for RelineInputMethod st00122022-10-241-0/+58
* Strip trailing spaces [ci skip]Nobuyoshi Nakada2022-10-241-0/+1
* * remove trailing spaces. [ci skip]git2022-10-241-1/+1
* Update bundled gems list at 2022-10-24git2022-10-242-2/+2
* Refactor timeout-setting code to a functionYusuke Endoh2022-10-241-13/+12
* Refactor timeout-related code in re.c a littleYusuke Endoh2022-10-241-9/+9
* Fix error when commit hash is removed [ci skip]Nobuyoshi Nakada2022-10-241-1/+1
* Fix per-instance Regexp timeout (#6621)Yusuke Endoh2022-10-243-10/+74
* Set timestamp path for the target path to TARGET_SO_DIR_TIMESTAMPNobuyoshi Nakada2022-10-241-3/+6
* Make the timestamp path correspond to the bundled target pathNobuyoshi Nakada2022-10-241-2/+7
* Adjust indents [ci skip]Nobuyoshi Nakada2022-10-241-37/+34
* Reuse RBOOL macro in rb_ivar_defined functionS-H-GAMELINKS2022-10-241-6/+1
* Update default gems list at c5f5403f6ed9e62f2a1002417e61c9 [ci skip]git2022-10-241-1/+1
* [ruby/net-http] Bump version to 0.3.0 Hiroshi SHIBATA2022-10-241-1/+1
* Skip `File.atime`/`File.mtime` tests randomly failing on TravisNobuyoshi Nakada2022-10-242-9/+11
* Adjust indents [ci skip]Nobuyoshi Nakada2022-10-241-13/+13
* Fix argument & Remove enumS-H-GAMELINKS2022-10-231-9/+3
* Introduce rb_memsearch_with_char_size functionS-H-GAMELINKS2022-10-231-10/+14
* Reduce type check of arguments at Complex creationNobuyoshi Nakada2022-10-232-22/+48
* Introduce `hash_iter_status_check` functionS.H2022-10-231-18/+15
* [Bug #19004] `Complex.polar` handles complex singular `abs` argumentStephen Ierodiaconou2022-10-232-7/+22
* Update Complex.polar with Complex testsNobuyoshi Nakada2022-10-231-4/+10
* Improved formatting of `hash_foreach_iter` functions. (#6615)Samuel Williams2022-10-221-7/+10
* [rubygems/rubygems] Allow upcoming JRuby to pass keywords for Kernel#warnThomas E. Enebo2022-10-222-2/+2
* Add [Feature #19013] to NEWS [ci skip]yui-knk2022-10-221-0/+3
* Rename `iv_count` on shapes to `next_iv_index`Jemma Issroff2022-10-217-25/+25
* Remove unused class serialJemma Issroff2022-10-217-57/+3
* YJIT: Fix page rounding for icache bustingAlan Wu2022-10-211-5/+7
* YJIT: Read rb_num_t as usize earlyAlan Wu2022-10-211-25/+22
* [DOC] Add link targets (#6602)Burdette Lamar2022-10-211-188/+260
* In init_copy, set shape after copying ivarsJemma Issroff2022-10-211-3/+3