summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-11-09Add index to the latest NULL_CHECK_STACK for fast matchingTSUYUSATO Kitsune
2022-11-09Add static declaration to new functionsTSUYUSATO Kitsune
2022-11-09Increment num_fail on OP_POP tooTSUYUSATO Kitsune
2022-11-09Fix look-around like operators and cclassTSUYUSATO Kitsune
2022-11-09Keep cache optimization info to MatchArg for global matchingTSUYUSATO Kitsune
2022-11-09Implement cache optimization for regexp matchingTSUYUSATO Kitsune
2022-11-09Now bison 3.0 or later is requiredNobuyoshi Nakada
2022-11-09Make pending_interrupt?(Exception) workYusuke Endoh
2022-11-09[DOC] Fix missing type nameNobuyoshi Nakada
2022-11-09Use `rb_sprintf` instead of deprecated `sprintf`Nobuyoshi Nakada
2022-11-08YJIT: Reset dropped_bytes when patching codeAlan Wu
2022-11-08YJIT: Improve checking message for rustc version (#6693)Alan Wu
2022-11-08Implement optimize call (#6691)Jimmy Miller
2022-11-08[doc] Clarify how to build OpenSSL on macOSMatt Valentine-House
2022-11-08YJIT: Make more stats accessible from Ruby code (#6685)Takashi Kokubun
2022-11-08[ruby/irb] Add execute_lines to reduce command tests' boilerplateStan Lo
2022-11-08[rubygems/rubygems] Add tests for universal Ruby with arch-specific prebuilt ...Bo Anderson