summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-11Merge RubyGems/Bundler master from ee2f8398324af4bc1b95f7565ce2fda98126e026v3_2_0_preview3Hiroshi SHIBATA
2022-11-11[rubygems/rubygems] Store last check even when upgrade is not available and f...Josef Šimánek
2022-11-11[rubygems/rubygems] Use file in XDG_STATE_HOME directory to store last update...Josef Šimánek
2022-11-11[rubygems/rubygems] Add 'call for update' to RubyGems install command.Josef Šimánek
2022-11-11[rubygems/rubygems] github source should default to secure protocolJason Karns
2022-11-11Allow a float error for Regexp.timeoutYusuke Endoh
2022-11-11wasm/README.md: Add a note about the Ruby built for wasm. [ci skip]Jun Aruga
2022-11-10[ruby/irb] Transform ls's --grep/-G option to keyword argsTakashi Kokubun
2022-11-10[rubygems/rubygems] Update bundler/spec/bundler/shared_helpers_spec.rbYusuke Endoh
2022-11-10[rubygems/rubygems] Load "bundler/setup" in lib/rubygems.rbYusuke Endoh
2022-11-11Run EnvUtil.apply_timeout_scale outside of assert_separatelyYusuke Endoh
2022-11-10[ruby/racc] Make racc test more flexible (for JRuby).Thomas E. Enebo
2022-11-10YJIT: Invalidate JIT code only for ISEQ_TRACE_EVENTS (#6695)Takashi Kokubun
2022-11-10Define YJIT_STATS on --enable-yjit=stats (#6710)Takashi Kokubun
2022-11-10Extract `rb_shape_get_parent` helperJemma Issroff
2022-11-10Remove inconsistencyTakashi Kokubun
2022-11-10Enable --yjit-stats for release builds (#6694)Jimmy Miller
2022-11-10[ruby/irb] Make $ and @ default aliasesTakashi Kokubun
2022-11-11[Bug #19100] [DOC] Add NEWS about PRNG update and incompatiblityNobuyoshi Nakada
2022-11-10Set up EXTSTATIC before checking itAlan Wu
2022-11-10Remove numiv from RObjectJemma Issroff
2022-11-10Transition shape when object's capacity changesJemma Issroff
2022-11-10Omit test on IO Buffers which relies on String being embeddedJemma Issroff
2022-11-10Fix bug in array pack with shared stringsJemma Issroff
2022-11-10Fix compiler issues in test on C99Peter Zhu
2022-11-10[Bug #19100] Add `init_int32` function to `rb_random_interface_t`Nobuyoshi Nakada
2022-11-10Add version to the interface of Random extensionsNobuyoshi Nakada
2022-11-10Adjust indents [ci skip]Nobuyoshi Nakada
2022-11-10Preprocess for older bison is no longer neededNobuyoshi Nakada
2022-11-10Update required Bison version in building_ruby.md [ci skip]yui-knk
2022-11-09Fix exit locations dump (#6703)Eileen M. Uchitelle
2022-11-09[DOC] Enhanced RDoc for IO (#6669)Burdette Lamar
2022-11-09Reduce warningsTSUYUSATO Kitsune
2022-11-09Use long instead of intTSUYUSATO Kitsune
2022-11-09Check for integer overflow in the allocation of match_cache tableYusuke Endoh
2022-11-09Ensure that the table size for CACHE_MATCH fits with intYusuke Endoh
2022-11-09Prevent GCC warningsYusuke Endoh
2022-11-09Return ONIGERR_MEMORY if it fails to allocate memory for cache_match_optYusuke Endoh
2022-11-09Revert "Refactor field names"TSUYUSATO Kitsune
2022-11-09Refactor field namesTSUYUSATO Kitsune
2022-11-09Update timeout seconds for square testTSUYUSATO Kitsune
2022-11-09Update timeout secondsTSUYUSATO Kitsune
2022-11-09Fix and add regexp testsTSUYUSATO Kitsune
2022-11-09Remove debug printfTSUYUSATO Kitsune
2022-11-09Clear cache on OP_NULL_CHECK_END_MEMSTTSUYUSATO Kitsune
2022-11-09Support OP_REPEAT and OP_REPEAT_INCTSUYUSATO Kitsune
2022-11-09Reduce warningsTSUYUSATO Kitsune
2022-11-09Fix to compile when USE_CACHE_MATCH_OPT is disabledTSUYUSATO Kitsune
2022-11-09Enable optimization for PUSH_IF/OR opcodesTSUYUSATO Kitsune
2022-11-09Enable optimization for ANYCHAR_STAR opcodesTSUYUSATO Kitsune