aboutsummaryrefslogtreecommitdiffstats
path: root/test/prism/snapshots/unparser/corpus/literal
Commit message (Expand)AuthorAgeFilesLines
* [ruby/prism] Expose common flags in inspect outputKevin Newton2024-07-1135-629/+1899
* [ruby/prism] Update unparser testsKevin Newton2024-06-031-56/+0
* [ruby/prism] Reconfigure rationalsKevin Newton2024-05-211-14/+12
* [ruby/prism] operator renameKevin Newton2024-05-101-32/+32
* [ruby/prism] Disallow keywords and blocks in index expressionsKevin Newton2024-05-032-7/+7
* [ruby/prism] Change ConstantPathNode#child to ConstantPathNode#{name,name_loc}Kevin Newton2024-05-035-80/+60
* [ruby/prism] Match CRuby interpolation semanticsKevin Newton2024-05-011-2/+2
* [ruby/prism] Add a flag on returns when they are redundantKevin Newton2024-04-262-0/+3
* [ruby/prism] Update fixtures to be all valid RubyKevin Newton2024-04-031-150/+0
* [ruby/prism] Update unparser testsKevin Newton2024-04-032-135/+227
* [ruby/prism] Freeze internal parts, againKevin Newton2024-03-264-57/+86
* [ruby/prism] Revert "Frozen parts"Kevin Newton2024-03-251-7/+7
* [ruby/prism] Mark inner parts of interpolated* nodes as frozenKevin Newton2024-03-251-7/+7
* [ruby/prism] Add PM_STRING_FLAGS_FROZEN / PM_STRING_FLAGS_MUTABLE on PM_SOURC...Jean Boussier2024-03-151-0/+1
* [ruby/prism] Track both the unescaped bytes and source string for a regular e...Kevin Menard2024-03-083-13/+13
* [ruby/prism] Add then keyword loc to when nodesKevin Newton2024-03-042-0/+13
* [ruby/prism] Parse float valuesKevin Newton2024-02-221-0/+12
* [ruby/prism] Regenerate snapshots using integer valuesKevin Newton2024-02-2219-164/+328
* [ruby/prism] Change the location of an implicit begin to methodKevin Newton2024-02-052-15/+15
* [ruby/prism] Remove locals_body_indexKevin Newton2024-02-0115-102/+0
* Update forwarding locals for prismAaron Patterson2024-01-303-10/+10
* [ruby/prism] Track whether a Symbol should have its encoding changed from the...Kevin Menard2024-01-2611-44/+44
* [ruby/prism] Add an implicit node for the target of a hash patternKevin Newton2024-01-241-1/+6
* [ruby/prism] Add a "repeated flag" to parameter nodesAaron Patterson2024-01-109-0/+75
* [ruby/prism] Ignore visibility flagKevin Newton2024-01-0227-368/+368
* [ruby/prism] IndexTargetNode should always have ATTRIBUTE_WRITEKevin Newton2024-01-021-4/+4
* Revert "Revert all of commits after Prism 0.19.0 release"Hiroshi SHIBATA2023-12-252-10/+10
* Revert all of commits after Prism 0.19.0 releaseHiroshi SHIBATA2023-12-162-10/+10
* [ruby/prism] String literal hash keys should be frozeneileencodes2023-12-152-7/+7
* [ruby/prism] Finish keyword hash node flag refactor by renaming flagUfuk Kayserilioglu2023-12-151-3/+3
* [ruby/prism] Flag for attribute write on callsKevin Newton2023-12-124-13/+13
* [ruby/prism] Update tests and snapshotsUfuk Kayserilioglu2023-12-122-0/+7
* [ruby/prism] Split up CallNode in target positionKevin Newton2023-12-111-34/+10
* [ruby/prism] Add necessary encoding flags for symbols and regexKevin Newton2023-12-0811-0/+45
* [ruby/prism] Move flag position consistently to frontKevin Newton2023-12-0631-4069/+4069
* [ruby/prism] Provide flags for changing encodingsKevin Newton2023-12-061-0/+4
* [ruby/prism] Add locals_body_index to DefNode, BlockNode, LambdaNodeJemma Issroff2023-12-0615-0/+102
* [ruby/prism] Change numbered parametersKevin Newton2023-12-0110-127/+79
* [PRISM] Remove transparent scope nodesMatt Valentine-House2023-12-011-6/+6
* [ruby/prism] Implicit rest nodesKevin Newton2023-11-283-15/+6
* [ruby/prism] Add numbered_parameters field to BlockNode and LambdaNodeJemma Issroff2023-11-2810-73/+125
* [ruby/prism] Move CallNode#name field between receiver and argumentsBenoit Daloze2023-11-2228-978/+978
* [ruby/prism] Add SPLAT flag on ArrayNode indicating if it contains splat elem...Jemma Issroff2023-11-213-22/+44
* [PRISM] Rename flag to CONTAINS_KEYWORD_SPLATJemma Issroff2023-11-212-3/+3
* [ruby/prism] Remove string concat in favor of a flat listKevin Newton2023-11-211-15/+16
* [ruby/prism] Split up CaseNode and CaseMatchNodeKevin Newton2023-11-211-3/+3
* [ruby/prism] Fix locations derived from arguments.Haldun Bayhantopcu2023-11-202-5/+5
* [ruby/prism] Track the then keyword for conditionalsKevin Newton2023-11-156-0/+21
* [ruby/prism] Disallow forwarding in blocksKevin Newton2023-11-101-2/+2
* [ruby/prism] Flip incorrect names of OptionalKeywordParameterNode and Require...Jemma Issroff2023-11-011-7/+7