summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2023-09-13[ruby/yarp] Fix associativity for a couple of operatorsKevin Newton
2023-09-13[ruby/yarp] Better handle invalid gvar writesKevin Newton
2023-09-13[ruby/yarp] Mark empty flags as well as locations and blocksNobuyoshi Nakada
2023-09-13math.c: Fix Math.log against huge bignum [Bug #19878]Yusuke Endoh
2023-09-13Fixup 1851824b1c7b816e41b567b5310bb18ab6f9ff7aHiroshi SHIBATA
2023-09-13[flori/json] alias_method is private on Ruby 2.3 and 2.4Hiroshi SHIBATA
2023-09-13[Bug #19872] Refine TestRequireLibNobuyoshi Nakada
2023-09-13Suppress an unused variable warningNobuyoshi Nakada
2023-09-13[ruby/yarp] Handle parsing local variable singleton method definitionKevin Newton
2023-09-13[Bug #19862] Skip compiled result of never reachable expressionNobuyoshi Nakada
2023-09-13[Bug #19754] Make `IO::Buffer#get_string` check `offset` range (#8016)Nobuyoshi Nakada
2023-09-12[ruby/yarp] Split AliasNodeKevin Newton
2023-09-12Make Kernel#lambda raise when given non-literal blockAlan Wu
2023-09-12Ensure signaled processes at opening FIFO terminatedNobuyoshi Nakada
2023-09-12[ruby/yarp] Heredocs can create Interpolated(X)StringNodes orJemma Issroff
2023-09-12[ruby/yarp] Move the post required parameters after the rest parameterBenoit Daloze
2023-09-11[ruby/yarp] Provide a flag for the integer baseKevin Newton
2023-09-11[ruby/yarp] Introduce MatchLastLineNode and InterpolatedMatchLastLineNodeKevin Newton
2023-09-11[ruby/yarp] Update pretty_print to use inspectKevin Newton
2023-09-11[rubygems/rubygems] Fixed false positive SymlinkError in symbolic link directorynegi0109
2023-09-11[ruby/yarp] Mark flags as privateKevin Newton
2023-09-11[ruby/yarp] Update fixturesTim Morgan
2023-09-11[ruby/yarp] Add failing test for Regexp flagsTim Morgan
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[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-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-07[YARP] Miscellaneous small bug fixes (#8387)Jemma Issroff
2023-09-07[ruby/yarp] Introduce owned constantsKevin Newton
2023-09-07[ruby/yarp] Constants and def nodesKevin Newton
2023-09-07[ruby/yarp] Constants on rest parameter nodesKevin Newton
2023-09-07[ruby/yarp] Constants on keyword rest parametersKevin Newton
2023-09-07[ruby/yarp] Constants on keyword parametersKevin Newton
2023-09-07[ruby/yarp] Remove name constant from classes/modulesKevin Newton
2023-09-07[Bug #19549] Check for variables to be interpolatedNobuyoshi Nakada
2023-09-07Reduce number of iterations in `TestFiberScheduler#test_autoload`. (#8391)Samuel Williams
2023-09-06[ruby/yarp] Consider source encoding for `slice`Vinicius Stock
2023-09-06[ruby/yarp] Fix `Location#end_column`Andy Waite
2023-09-06Fix crash in WeakMap during compactionPeter Zhu
2023-09-06[ruby/yarp] Constant on block parameter nodeKevin Newton
2023-09-06Try to fix flaky test_warmup_frees_pagesPeter Zhu
2023-09-06[ruby/yarp] Constants on classes and modulesKevin Newton
2023-09-06[ruby/yarp] Fix assert_raises in YARPKevin Newton
2023-09-06[ruby/yarp] Temporarily add name_constant to replace name on ClassNode/Module...Kevin Newton