aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [ruby/yarp] Fix multi target parentheses locationsKevin Newton2023-09-143-10/+12
* [ruby/yarp] Reject invalid call-operator-writeKevin Newton2023-09-141-1/+8
* [ruby/yarp] Add a frozen string flagKevin Newton2023-09-14171-3/+622
* [Bug #19877] Fix flip-flop in blockNobuyoshi Nakada2023-09-151-0/+15
* [Bug #19877] Named captures should take place from regexps in blockNobuyoshi Nakada2023-09-151-0/+14
* [Bug #19877] Literals cannot have singleton methods even in blocksNobuyoshi Nakada2023-09-151-5/+20
* [ruby/yarp] Fix up unary minus precedenceKevin Newton2023-09-142-52/+94
* [ruby/yarp] Handle concat character literal and stringKevin Newton2023-09-142-7/+22
* [ruby/yarp] Extract out heredoc parsing into parse_stringsKevin Newton2023-09-149-14/+14
* [ruby/yarp] Handle invalid operator write on fcallKevin Newton2023-09-141-0/+7
* Fix `io_buffer_get_string` default length computation. (#8427)Samuel Williams2023-09-141-2/+6
* [Bug #19868] Deprecate `Process::Status#&` and `Process::Status#>>`Nobuyoshi Nakada2023-09-141-2/+2
* [Bug #19868] Suggest other Process::Status method for `&` and `>>`Nobuyoshi Nakada2023-09-141-2/+6
* Negative value to Process::Status method for compatibilityNobuyoshi Nakada2023-09-141-0/+3
* [ruby/yarp] Fix associativity for a couple of operatorsKevin Newton2023-09-132-23/+78
* [ruby/yarp] Better handle invalid gvar writesKevin Newton2023-09-131-0/+6
* [ruby/yarp] Mark empty flags as well as locations and blocksNobuyoshi Nakada2023-09-13460-1520/+1520
* math.c: Fix Math.log against huge bignum [Bug #19878]Yusuke Endoh2023-09-131-0/+1
* Fixup 1851824b1c7b816e41b567b5310bb18ab6f9ff7aHiroshi SHIBATA2023-09-131-2/+2
* [flori/json] alias_method is private on Ruby 2.3 and 2.4Hiroshi SHIBATA2023-09-131-2/+2
* [Bug #19872] Refine TestRequireLibNobuyoshi Nakada2023-09-131-14/+15
* Suppress an unused variable warningNobuyoshi Nakada2023-09-131-1/+1
* [ruby/yarp] Handle parsing local variable singleton method definitionKevin Newton2023-09-132-31/+58
* [Bug #19862] Skip compiled result of never reachable expressionNobuyoshi Nakada2023-09-131-0/+11
* [Bug #19754] Make `IO::Buffer#get_string` check `offset` range (#8016)Nobuyoshi Nakada2023-09-131-0/+8
* [ruby/yarp] Split AliasNodeKevin Newton2023-09-128-23/+27
* Make Kernel#lambda raise when given non-literal blockAlan Wu2023-09-122-63/+10
* Ensure signaled processes at opening FIFO terminatedNobuyoshi Nakada2023-09-121-0/+14
* [ruby/yarp] Heredocs can create Interpolated(X)StringNodes orJemma Issroff2023-09-1257-870/+480
* [ruby/yarp] Move the post required parameters after the rest parameterBenoit Daloze2023-09-12179-431/+431
* [ruby/yarp] Provide a flag for the integer baseKevin Newton2023-09-11333-4/+1082
* [ruby/yarp] Introduce MatchLastLineNode and InterpolatedMatchLastLineNodeKevin Newton2023-09-113-3/+11
* [ruby/yarp] Update pretty_print to use inspectKevin Newton2023-09-11911-58560/+75466
* [rubygems/rubygems] Fixed false positive SymlinkError in symbolic link directorynegi01092023-09-111-0/+26
* [ruby/yarp] Mark flags as privateKevin Newton2023-09-111-6/+17
* [ruby/yarp] Update fixturesTim Morgan2023-09-115-11/+11
* [ruby/yarp] Add failing test for Regexp flagsTim Morgan2023-09-111-0/+25
* [ruby/yarp] Move parse result mutations into their own filesKevin Newton2023-09-081-1/+1
* [YARP] Implement compilation for RationalNodes, fix other num types (#8404)Jemma Issroff2023-09-081-11/+16
* [ruby/yarp] Add ParseResult#attach_comments! to tie comments to their locationsVinicius Stock2023-09-081-0/+24
* Fix weak_references count testMatt Valentine-House2023-09-081-1/+2
* [YARP] Implement compilation for Regex / InterpolatedRegex (#8396)Jemma Issroff2023-09-081-0/+10
* [YARP] Implement compilation for InterpolatedXStringNode (#8395)Jemma Issroff2023-09-081-0/+5
* [ruby/yarp] Flatten multitarget into multiwriteKevin Newton2023-09-0840-779/+625
* [ruby/yarp] Multi target nodesKevin Newton2023-09-0844-802/+877
* Rewrite Integer#times in Ruby (#8388)Takashi Kokubun2023-09-073-18/+29
* [ruby/yarp] Extract error messages into diagnostic.c and use canonical messag...Mike Dalessio2023-09-071-108/+108
* [YARP] Miscellaneous small bug fixes (#8387)Jemma Issroff2023-09-071-0/+4
* [ruby/yarp] Introduce owned constantsKevin Newton2023-09-071-0/+10
* [ruby/yarp] Constants and def nodesKevin Newton2023-09-07114-0/+363