summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-09-11[ruby/yarp] Introduce MatchLastLineNode and InterpolatedMatchLastLineNodeKevin Newton
2023-09-11Use constant lookup for constant namesKevin Newton
2023-09-11Remove deprecated aliases from yarp compilerKevin Newton
2023-09-11[ruby/yarp] Update pretty_print to use inspectKevin Newton
2023-09-11[rubygems/rubygems] Fixed include realpath in error statementnegi0109
2023-09-11[rubygems/rubygems] Fixed false positive SymlinkError in symbolic link directorynegi0109
2023-09-12Rename `NODE_NEW_TEMPORAL` as `NODE_NEW_INTERNAL`Nobuyoshi Nakada
2023-09-11[ruby/yarp] Mark flags as privateKevin Newton
2023-09-11[ruby/yarp] Update fixturesTim Morgan
2023-09-11[ruby/yarp] Fix order of Regexp flagsTim Morgan
2023-09-11[ruby/yarp] Add failing test for Regexp flagsTim Morgan
2023-09-11Use the keyword for output and omit default arguments [ci skip]Nobuyoshi Nakada
2023-09-11Add `modencs` target to build encodings/transcoders as modulesNobuyoshi Nakada
2023-09-11Split commit recipe and pass more macrosNobuyoshi Nakada
2023-09-10Declare `k_class` and `k_module` as `ctxt`Nobuyoshi Nakada
2023-09-10Add a new line between function definitions [ci skip]Yuichiro Kaneko
2023-09-10Refactor to use same logic with other assignment nodesyui-knk
2023-09-10[DOC] Fix method docs of scheduler#io_read and scheduler#io_writekudojp
2023-09-10[DOC] Fix a typo in "Open Options" section of IOHerwin
2023-09-10Set ripper_init.c.tmpl to C mode [ci skip]Nobuyoshi Nakada
2023-09-08[DOC] Update Reline and IRB's maintainers list (#8406)Stan Lo
2023-09-09memory_view: Avoid using bit fieldSutou Kouhei
2023-09-08[YARP] Extract YP_COMPILE helper (#8403)Jemma Issroff
2023-09-08Update default gems list at f4443f3b1c6dd70b6b22470a7d5f87 [ci skip]git
2023-09-08[ruby/yarp] Increment versionKevin Newton
2023-09-08[ruby/yarp] Template out a comment_targets methodKevin Newton
2023-09-08[ruby/yarp] Move parse result mutations into their own filesKevin Newton
2023-09-08[YARP] Implement compilation for RationalNodes, fix other num types (#8404)Jemma Issroff
2023-09-08[ruby/yarp] Add ParseResult#attach_comments! to tie comments to their locationsVinicius Stock
2023-09-08Fix weak_references count testMatt Valentine-House
2023-09-08[DOC] Kernel#{proc,lambda} don't issue warnings anymoreAlan Wu
2023-09-08[YARP] Implement compilation for Regex / InterpolatedRegex (#8396)Jemma Issroff
2023-09-08[YARP] Implement compilation for InterpolatedXStringNode (#8395)Jemma Issroff
2023-09-08[ruby/yarp] Flatten multitarget into multiwriteKevin Newton
2023-09-08[ruby/yarp] Multi target nodesKevin Newton
2023-09-08Try default `gcc` 9.4.0 to see if it exhibits the same compiler bugs. (#8394)Samuel Williams
2023-09-08Bump actions/cache from 3.3.1 to 3.3.2dependabot[bot]
2023-09-08Continue even if addr or rnglists headers not foundNobuyoshi Nakada
2023-09-07Add `String#getbyte` YJIT implementation (#8397)Ian Candy
2023-09-07YJIT: Decrease IVAR_MAX_DEPTH to 8 (#8398)Takashi Kokubun
2023-09-07GC: Only force alloc slowpath for NEWOBJ hookJohn Hawthorn
2023-09-07Optimize handle_interrupt(Exception => ..) as a common caseMatthew Draper
2023-09-07Skip allocation if handle_interrupt arg is already usableMatthew Draper
2023-09-07YJIT: Decrease SEND_MAX_DEPTH to 5 (#8390)Takashi Kokubun
2023-09-07[ruby/yarp] Avoid an extra "stop" parameter to yp_strspn_whitespace_newlinesMike Dalessio
2023-09-07Rewrite Integer#times in Ruby (#8388)Takashi Kokubun
2023-09-07[ruby/yarp] Extract error messages into diagnostic.c and use canonical messag...Mike Dalessio
2023-09-07Document that thread event hooks are called without the GVLJean Boussier
2023-09-07[YARP] Miscellaneous small bug fixes (#8387)Jemma Issroff
2023-09-07[ruby/yarp] remove now-redundant `YP_TOKEN_NOT_PROVIDED_VALUE`Nathan Froyd