summaryrefslogtreecommitdiff
path: root/lib/yarp.rb
AgeCommit message (Expand)Author
2023-09-11[ruby/yarp] Update pretty_print to use inspectKevin Newton
2023-09-11[ruby/yarp] Mark flags as privateKevin Newton
2023-09-08[ruby/yarp] Move parse result mutations into their own filesKevin Newton
2023-09-08[ruby/yarp] Add ParseResult#attach_comments! to tie comments to their locationsVinicius Stock
2023-09-07[ruby/yarp] Constants on rest parameter nodesKevin Newton
2023-09-07[ruby/yarp] Constants on keyword parametersKevin Newton
2023-09-06[ruby/yarp] Fix `Location#end_column`Andy Waite
2023-09-06[ruby/yarp] Introduce YARP::PatternKevin Newton
2023-09-01[ruby/yarp] Provide a better inspectKevin Newton
2023-08-27[ruby/yarp] Rename constant pool fields to name or operatorBenoit Daloze
2023-08-25Remove version templating in YARPKevin Newton
2023-08-25[ruby/yarp] Rename Location#to to Location#join, include checksKevin Newton
2023-08-25[ruby/yarp] Add a Location#to method for combining themKevin Newton
2023-08-25[ruby/yarp] Fix rational parsingKevin Newton
2023-08-25[ruby/yarp] Use templating to avoid duplicating the YARP version in many placesBenoit Daloze
2023-08-25[ruby/yarp] Provide a desugar visitorKevin Newton
2023-08-25[ruby/yarp] Add Node#copy and MutationVisitorKevin Newton
2023-08-22[ruby/yarp] Use require_relative for yarp/ffiBenoit Daloze
2023-08-21[ruby/yarp] Handle interpolated regular expressions with the o flag for local...Kevin Newton
2023-08-21[ruby/yarp] Add a convenience value method for numeric literalsBenoit Daloze
2023-08-18[ruby/yarp] Remove strange :"#arg_rest" localKevin Newton
2023-08-16Resync YARPTakashi Kokubun
2023-08-16[ruby/yarp] Hide debug methodsKevin Newton
2023-08-16[ruby/yarp] Move the gem's C extension into lib/yarp/Mike Dalessio
2023-07-14[ruby/yarp] Remove pattern matching pinning to enable support for <= Ruby 3.0Jemma Issroff
2023-07-07[ruby/yarp] Add source to ParseResultJemma Issroff
2023-07-06Resync YARP (#8036)Jemma Issroff
2023-07-05Manual YARP resyncJemma Issroff
2023-06-21[Feature #19741] Sync all files in yarpJemma Issroff