summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge RubyGems/Bundler master from ee2f8398324af4bc1b95f7565ce2fda98126e026v3_2_0_preview3Hiroshi SHIBATA2022-11-1110-14/+79
* [rubygems/rubygems] Store last check even when upgrade is not available and f...Josef Šimánek2022-11-113-5/+77
* [rubygems/rubygems] Use file in XDG_STATE_HOME directory to store last update...Josef Šimánek2022-11-115-21/+57
* [rubygems/rubygems] Add 'call for update' to RubyGems install command.Josef Šimánek2022-11-116-0/+243
* [rubygems/rubygems] github source should default to secure protocolJason Karns2022-11-112-3/+3
* Allow a float error for Regexp.timeoutYusuke Endoh2022-11-111-2/+6
* wasm/README.md: Add a note about the Ruby built for wasm. [ci skip]Jun Aruga2022-11-111-0/+10
* [ruby/irb] Transform ls's --grep/-G option to keyword argsTakashi Kokubun2022-11-103-0/+48
* [rubygems/rubygems] Update bundler/spec/bundler/shared_helpers_spec.rbYusuke Endoh2022-11-101-1/+1
* [rubygems/rubygems] Load "bundler/setup" in lib/rubygems.rbYusuke Endoh2022-11-104-0/+11
* Run EnvUtil.apply_timeout_scale outside of assert_separatelyYusuke Endoh2022-11-111-10/+6
* [ruby/racc] Make racc test more flexible (for JRuby).Thomas E. Enebo2022-11-101-0/+2
* YJIT: Invalidate JIT code only for ISEQ_TRACE_EVENTS (#6695)Takashi Kokubun2022-11-102-4/+54
* Define YJIT_STATS on --enable-yjit=stats (#6710)Takashi Kokubun2022-11-101-0/+1
* Extract `rb_shape_get_parent` helperJemma Issroff2022-11-104-8/+15
* Remove inconsistencyTakashi Kokubun2022-11-101-2/+2
* Enable --yjit-stats for release builds (#6694)Jimmy Miller2022-11-103-28/+24
* [ruby/irb] Make $ and @ default aliasesTakashi Kokubun2022-11-102-3/+4
* [Bug #19100] [DOC] Add NEWS about PRNG update and incompatiblityNobuyoshi Nakada2022-11-111-0/+16
* Set up EXTSTATIC before checking itAlan Wu2022-11-101-17/+17
* Remove numiv from RObjectJemma Issroff2022-11-109-106/+16
* Transition shape when object's capacity changesJemma Issroff2022-11-1028-202/+482
* Omit test on IO Buffers which relies on String being embeddedJemma Issroff2022-11-101-1/+5
* Fix bug in array pack with shared stringsJemma Issroff2022-11-102-0/+7
* Fix compiler issues in test on C99Peter Zhu2022-11-101-1/+1
* [Bug #19100] Add `init_int32` function to `rb_random_interface_t`Nobuyoshi Nakada2022-11-105-12/+51
* Add version to the interface of Random extensionsNobuyoshi Nakada2022-11-105-4/+356
* Adjust indents [ci skip]Nobuyoshi Nakada2022-11-102-6/+11
* Preprocess for older bison is no longer neededNobuyoshi Nakada2022-11-103-28/+0
* Update required Bison version in building_ruby.md [ci skip]yui-knk2022-11-101-1/+1
* Fix exit locations dump (#6703)Eileen M. Uchitelle2022-11-091-3/+27
* [DOC] Enhanced RDoc for IO (#6669)Burdette Lamar2022-11-093-630/+437
* Reduce warningsTSUYUSATO Kitsune2022-11-092-12/+10
* Use long instead of intTSUYUSATO Kitsune2022-11-092-22/+23
* Check for integer overflow in the allocation of match_cache tableYusuke Endoh2022-11-091-0/+4
* Ensure that the table size for CACHE_MATCH fits with intYusuke Endoh2022-11-091-1/+1
* Prevent GCC warningsYusuke Endoh2022-11-091-4/+4
* Return ONIGERR_MEMORY if it fails to allocate memory for cache_match_optYusuke Endoh2022-11-091-7/+9
* Revert "Refactor field names"TSUYUSATO Kitsune2022-11-093-162/+169
* Refactor field namesTSUYUSATO Kitsune2022-11-093-169/+162
* Update timeout seconds for square testTSUYUSATO Kitsune2022-11-091-1/+1
* Update timeout secondsTSUYUSATO Kitsune2022-11-091-1/+1
* Fix and add regexp testsTSUYUSATO Kitsune2022-11-091-2/+22
* Remove debug printfTSUYUSATO Kitsune2022-11-091-12/+0
* Clear cache on OP_NULL_CHECK_END_MEMSTTSUYUSATO Kitsune2022-11-091-17/+95
* Support OP_REPEAT and OP_REPEAT_INCTSUYUSATO Kitsune2022-11-093-43/+196
* Reduce warningsTSUYUSATO Kitsune2022-11-091-26/+6
* Fix to compile when USE_CACHE_MATCH_OPT is disabledTSUYUSATO Kitsune2022-11-091-7/+29
* Enable optimization for PUSH_IF/OR opcodesTSUYUSATO Kitsune2022-11-091-0/+2
* Enable optimization for ANYCHAR_STAR opcodesTSUYUSATO Kitsune2022-11-091-0/+4