summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/methods.txt
AgeCommit message (Expand)Author
2024-04-26[ruby/prism] Add a flag on returns when they are redundantKevin Newton
2024-04-12[Bug #20423] Disallow anonymous block within argument forwardingNobuyoshi Nakada
2024-03-26[ruby/prism] Freeze internal parts, againKevin Newton
2024-02-22[ruby/prism] Regenerate snapshots using integer valuesKevin Newton
2024-02-05[ruby/prism] Change the location of an implicit begin to methodKevin Newton
2024-02-01[ruby/prism] Remove locals_body_indexKevin Newton
2024-01-30Update forwarding locals for prismAaron Patterson
2024-01-26[ruby/prism] Track whether a Symbol should have its encoding changed from the...Kevin Menard
2024-01-10[ruby/prism] Add a "repeated flag" to parameter nodesAaron Patterson
2024-01-02[ruby/prism] Ignore visibility flagKevin Newton
2023-12-12[ruby/prism] Update tests and snapshotsUfuk Kayserilioglu
2023-12-08[ruby/prism] Add necessary encoding flags for symbols and regexKevin Newton
2023-12-06[ruby/prism] Move flag position consistently to frontKevin Newton
2023-12-06[ruby/prism] Add locals_body_index to DefNode, BlockNode, LambdaNodeJemma Issroff
2023-12-01[ruby/prism] Change numbered parametersKevin Newton
2023-11-29[ruby/prism] Reject class/module defs in method params/rescue/ensure/elseTSUYUSATO Kitsune
2023-11-28[ruby/prism] Add numbered_parameters field to BlockNode and LambdaNodeJemma Issroff
2023-11-28[ruby/prism] Reset `current_param_name` around closed scopesTSUYUSATO Kitsune
2023-11-22[ruby/prism] Add and use pm_parser_local_depth_constant_idTSUYUSATO Kitsune
2023-11-22[ruby/prism] Allow `&` forwarding in a method having `...` parameterTSUYUSATO Kitsune
2023-11-22[ruby/prism] Move CallNode#name field between receiver and argumentsBenoit Daloze
2023-11-21[ruby/prism] Add SPLAT flag on ArrayNode indicating if it contains splat elem...Jemma Issroff
2023-11-21[PRISM] Rename flag to CONTAINS_KEYWORD_SPLATJemma Issroff
2023-11-21[ruby/prism] Fix lex_state_beg_pHaldun Bayhantopcu
2023-11-15[ruby/prism] Track the then keyword for conditionalsKevin Newton
2023-11-10[ruby/prism] Remove extra locals added by ...Kevin Newton
2023-11-01[ruby/prism] Forward parameters into arraysKevin Newton
2023-11-01[ruby/prism] Flip incorrect names of OptionalKeywordParameterNode and Require...Jemma Issroff
2023-11-01[ruby/prism] Split KeywordParameterNode into Optional and RequiredJemma Issroff
2023-10-26[ruby/prism] Regenerate snapshotsKevin Newton
2023-10-26[ruby/prism] Rename to lefts/rightsKevin Newton
2023-10-26[ruby/prism] Remove RequiredDestructuredParameterNode in favor of MultiTarget...Kevin Newton
2023-10-26[ruby/prism] Add KeywordSplat flag to ArgumentsNodeJemma Issroff
2023-10-18[ruby/prism] Add * and & to methods with ...Kevin Newton
2023-10-02Sync with prism CallNode#name changesBenoit Daloze
2023-09-27Rename YARP filepaths to prism filepathsKevin Newton