aboutsummaryrefslogtreecommitdiffstats
path: root/prism/config.yml
Commit message (Expand)AuthorAgeFilesLines
* [ruby/prism] Update ordering of integer base flagsKevin Newton2023-12-071-2/+2
* [ruby/prism] Move flag position consistently to frontKevin Newton2023-12-061-50/+50
* [ruby/prism] Provide flags for changing encodingsKevin Newton2023-12-061-0/+14
* [ruby/prism] Add locals_body_index to DefNode, BlockNode, LambdaNodeJemma Issroff2023-12-061-0/+6
* [ruby/prism] Change numbered parametersKevin Newton2023-12-011-6/+10
* [ruby/prism] Implicit rest nodesKevin Newton2023-11-281-1/+15
* [ruby/prism] Add numbered_parameters field to BlockNode and LambdaNodeJemma Issroff2023-11-281-0/+4
* [ruby/prism] Move CallNode#name field between receiver and argumentsBenoit Daloze2023-11-221-2/+2
* [ruby/prism] Add SPLAT flag on ArrayNode indicating if it contains splat elem...Jemma Issroff2023-11-211-0/+8
* [PRISM] Rename flag to CONTAINS_KEYWORD_SPLATJemma Issroff2023-11-211-1/+1
* [ruby/prism] Remove string concat in favor of a flat listKevin Newton2023-11-211-11/+0
* [ruby/prism] Split up CaseNode and CaseMatchNodeKevin Newton2023-11-211-0/+20
* [ruby/prism] Replace match write locals with match write targetsKevin Newton2023-11-201-2/+2
* [ruby/prism] Track the then keyword for conditionalsKevin Newton2023-11-151-0/+4
* [ruby/prism] Last remaining missing C commentsKevin Newton2023-11-011-5/+5
* [ruby/prism] Add comments on flagsKevin Newton2023-11-011-0/+7
* [ruby/prism] Fix up Ruby docsKevin Newton2023-11-011-10/+10
* [ruby/prism] Fix rescue modifier commentKevin Newton2023-11-011-2/+2
* [ruby/prism] Flip incorrect names of OptionalKeywordParameterNode and Require...Jemma Issroff2023-11-011-6/+6
* [ruby/prism] Split KeywordParameterNode into Optional and RequiredJemma Issroff2023-11-011-18/+26
* [ruby/prism] Fix parsing lone assoc splat within hash patternsKevin Newton2023-10-271-2/+2
* [ruby/prism] Rename to lefts/rightsKevin Newton2023-10-261-4/+4
* [ruby/prism] Remove RequiredDestructuredParameterNode in favor of MultiTarget...Kevin Newton2023-10-261-14/+0
* [ruby/prism] Split up multi target/write targetsKevin Newton2023-10-261-2/+10
* [ruby/prism] Add KeywordSplat flag to ArgumentsNodeJemma Issroff2023-10-261-2/+9
* [ruby/prism] Index{Operator,And,Or}WriteNodeKevin Newton2023-10-181-21/+83
* [ruby/prism] Put names on back reference read nodesKevin Newton2023-10-141-0/+3
* [ruby/prism] Move common flags to top bitseileencodes2023-10-131-2/+2
* [ruby/prism] Remove now-defunct semantic_field from nodesKevin Newton2023-10-131-4/+0
* [ruby/prism] [rust] write flag accessor functionsNathan Froyd2023-10-041-1/+1
* Sync with prism CallNode#name changesBenoit Daloze2023-10-021-7/+7
* Sync to prism rename commitsKevin Newton2023-09-271-4/+4
* Rename YARP filepaths to prism filepathsKevin Newton2023-09-271-0/+2481