summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2023-09-15[ruby/yarp] Fix behaviour of locations for commentsAndy Waite
2023-09-15[ruby/yarp] Return Regexp options that match MRI for e, u, s, and nTim Morgan
2023-09-15[ruby/yarp] Fix string delimiter with "@" confused for embeddedJemma Issroff
2023-09-15[ruby/yarp] Add more tests for implicit hash valuesKevin Newton
2023-09-15[ruby/yarp] Add implicit nodes for ommitted hash valuesKevin Newton
2023-09-15[ruby/yarp] Disallow numbered parameters in multiple scopesKevin Newton
2023-09-15[ruby/yarp] Error when numbered parameters are writtenKevin Newton
2023-09-15[ruby/yarp] Support parsing numbered parametersKevin Newton
2023-09-15[ruby/yarp] Properly handle missing method namesKevin Newton
2023-09-15[Bug #19882] Reject tokens invalid as symbolsNobuyoshi Nakada
2023-09-15Fix Thread#native_thread_id being cached across fork (#8418)KJ Tsanaktsidis
2023-09-14[ruby/yarp] Simplify multi-target parsingKevin Newton
2023-09-14[ruby/yarp] Introduce MatchWriteNodeKevin Newton
2023-09-14[ruby/yarp] Write names should not underflow size_tKevin Newton
2023-09-14[ruby/yarp] Handle errors when operator writes on a call with a blockKevin Newton
2023-09-14[ruby/yarp] Fix multi target parentheses locationsKevin Newton
2023-09-14[ruby/yarp] Reject invalid call-operator-writeKevin Newton
2023-09-14[ruby/yarp] Add a frozen string flagKevin Newton
2023-09-15[Bug #19877] Fix flip-flop in blockNobuyoshi Nakada
2023-09-15[Bug #19877] Named captures should take place from regexps in blockNobuyoshi Nakada
2023-09-15[Bug #19877] Literals cannot have singleton methods even in blocksNobuyoshi Nakada
2023-09-14[ruby/yarp] Fix up unary minus precedenceKevin Newton
2023-09-14[ruby/yarp] Handle concat character literal and stringKevin Newton
2023-09-14[ruby/yarp] Extract out heredoc parsing into parse_stringsKevin Newton
2023-09-14[ruby/yarp] Handle invalid operator write on fcallKevin Newton
2023-09-14Fix `io_buffer_get_string` default length computation. (#8427)Samuel Williams
2023-09-14[Bug #19868] Deprecate `Process::Status#&` and `Process::Status#>>`Nobuyoshi Nakada
2023-09-14[Bug #19868] Suggest other Process::Status method for `&` and `>>`Nobuyoshi Nakada
2023-09-14Negative value to Process::Status method for compatibilityNobuyoshi Nakada
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