summaryrefslogtreecommitdiff
path: root/yarp/config.yml
AgeCommit message (Expand)Author
2023-09-12[ruby/yarp] Split AliasNodeKevin Newton
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] Fix order of Regexp flagsTim Morgan
2023-09-08[ruby/yarp] Flatten multitarget into multiwriteKevin Newton
2023-09-08[ruby/yarp] Multi target nodesKevin 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-06[ruby/yarp] Constant on block parameter nodeKevin Newton
2023-09-06[ruby/yarp] Constants on classes and modulesKevin Newton
2023-09-06[ruby/yarp] Temporarily add name_constant to replace name on ClassNode/Module...Kevin Newton
2023-09-06[ruby/yarp] Add constants and constantsKevin Newton
2023-09-05[ruby/yarp] Flatten CallAndWriteNode, CallOrWriteNode, and CallOperatorWriteNodeKevin Newton
2023-09-05[ruby/yarp] Rename CallNode#operator_loc to CallNode#call_operator_locKevin Newton
2023-09-05[ruby/yarp] Introduce a BlockLocalVariableNodeKevin Newton
2023-09-05[ruby/yarp] The value field of ClassVariableWriteNode is never null/nilBenoit Daloze
2023-09-01[ruby/yarp] Add global variables to the constant poolKevin Newton
2023-09-01[ruby/yarp] Move name_loc before value for LocalVariableWriteNodeBenoit Daloze
2023-09-01[ruby/yarp] Make operator_loc the last field for GlobalVariableWriteNodeBenoit Daloze
2023-08-30[ruby/yarp] Add a value to numbered referencesKevin Newton
2023-08-30[ruby/yarp] Fix up Rust config.yml readingKevin Newton
2023-08-30[ruby/yarp] Rename child_nodes to fieldsKevin Newton
2023-08-30[ruby/yarp] Add class variables to the constant poolKevin Newton
2023-08-29[ruby/yarp] Add instance variable names to the constant poolKevin Newton
2023-08-27[ruby/yarp] Rename constant pool fields to name or operatorBenoit Daloze
2023-08-25[ruby/yarp] Track block opening and closing locationsKevin Newton
2023-08-25[ruby/yarp] Ensure interpolated symbols converted to regular symbols get open...Kevin Newton
2023-08-25[ruby/yarp] Add closing_loc to WhileNodeKevin Newton
2023-08-25[ruby/yarp] Add closing_loc to UntilNodeKevin Newton
2023-08-25[ruby/yarp] Mark local variable targets in pattern matchingKevin Newton
2023-08-25[ruby/yarp] Provide target node versionsKevin Newton
2023-08-25[ruby/yarp] Split up AndWriteNode, OrWriteNode, OperatorWriteNodeKevin Newton
2023-08-25[ruby/yarp] Add names to classes and modulesKevin Newton
2023-08-24[ruby/yarp] Pulled scope node out of config.yml, added necessary void returnsJemma Issroff
2023-08-24[ruby/yarp] Add a ScopeNode and a way to create scope nodes from existing nodesJemma Issroff
2023-08-21Manually resync YARPJemma Issroff
2023-08-21[ruby/yarp] Consolidate OperatorAndWrite and OperatorOrWrite nodesKevin Newton
2023-08-19[ruby/yarp] Rename statements to body where appropriateKevin Newton
2023-08-18[ruby/yarp] Consolidate operator write nodesKevin Newton
2023-08-18[ruby/yarp] Consolidate OperatorAndWrite and OperatorOrWrite nodesKevin Newton
2023-08-17Render YARP templates in the build process (#8228)Takashi Kokubun