summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* Add index to the latest NULL_CHECK_STACK for fast matchingTSUYUSATO Kitsune2022-11-092-4/+18
* Add static declaration to new functionsTSUYUSATO Kitsune2022-11-091-3/+3
* Increment num_fail on OP_POP tooTSUYUSATO Kitsune2022-11-091-4/+15
* Fix look-around like operators and cclassTSUYUSATO Kitsune2022-11-091-43/+25
* Keep cache optimization info to MatchArg for global matchingTSUYUSATO Kitsune2022-11-092-35/+33
* Implement cache optimization for regexp matchingTSUYUSATO Kitsune2022-11-092-1/+476
* Now bison 3.0 or later is requiredNobuyoshi Nakada2022-11-091-0/+2
* Make pending_interrupt?(Exception) workYusuke Endoh2022-11-092-1/+9
* [DOC] Fix missing type nameNobuyoshi Nakada2022-11-091-1/+1
* Use `rb_sprintf` instead of deprecated `sprintf`Nobuyoshi Nakada2022-11-091-2/+1
* YJIT: Reset dropped_bytes when patching codeAlan Wu2022-11-083-6/+19