aboutsummaryrefslogtreecommitdiffstats
path: root/test/prism/snapshots/seattlerb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/prism] Single line method bodies should not be marked as newlineKevin Newton2024-07-2312-12/+12
* [Bug #20457] [Prism] Remove redundant return flagNobuyoshi Nakada2024-07-172-2/+2
* [ruby/prism] Fix up implicit flagsKevin Newton2024-07-153-3/+3
* [ruby/prism] Expose common flags in inspect outputKevin Newton2024-07-11483-1018/+3423
* [ruby/prism] Expose flags on every node typeKevin Newton2024-07-113-3/+3
* [ruby/prism] Update seattlerb testsKevin Newton2024-06-035-313/+2
* [ruby/prism] Reconfigure rationalsKevin Newton2024-05-211-8/+6
* [ruby/prism] operator renameKevin Newton2024-05-109-18/+18
* [ruby/prism] Disallow keywords and blocks in index expressionsKevin Newton2024-05-0321-30/+30
* [ruby/prism] Change ConstantPathNode#child to ConstantPathNode#{name,name_loc}Kevin Newton2024-05-0313-64/+48
* [ruby/prism] Match CRuby interpolation semanticsKevin Newton2024-05-016-11/+11
* [ruby/prism] Add a flag on returns when they are redundantKevin Newton2024-04-264-0/+9
* [ruby/prism] Update fixtures to be all valid RubyKevin Newton2024-04-032-112/+0
* [ruby/prism] Update seattlerb/ruby_parser testsKevin Newton2024-04-031-2/+2
* [ruby/prism] Freeze internal parts, againKevin Newton2024-03-2632-49/+82
* [ruby/prism] Revert "Frozen parts"Kevin Newton2024-03-254-5/+5
* [ruby/prism] Mark inner parts of interpolated* nodes as frozenKevin Newton2024-03-254-5/+5
* [ruby/prism] Handle CLRF inside heredoc contentsKevin Newton2024-03-258-8/+8
* [ruby/prism] Track parentheses in patternsKevin Newton2024-03-131-43/+63
* [ruby/prism] Track both the unescaped bytes and source string for a regular e...Kevin Menard2024-03-089-14/+14
* [ruby/prism] Add then keyword loc to when nodesKevin Newton2024-03-043-2/+5
* [ruby/prism] Parse float valuesKevin Newton2024-02-222-0/+2
* [ruby/prism] Regenerate snapshots using integer valuesKevin Newton2024-02-22177-294/+588
* [ruby/prism] Fix unary not locationKevin Newton2024-02-121-2/+2
* [ruby/prism] Unary not name locationKevin Newton2024-02-121-1/+1
* [ruby/prism] Change the location of an implicit begin to methodKevin Newton2024-02-057-7/+7
* [ruby/prism] Remove locals_body_indexKevin Newton2024-02-01162-185/+0
* Update forwarding locals for prismAaron Patterson2024-01-308-16/+16
* [ruby/prism] Track whether a Symbol should have its encoding changed from the...Kevin Menard2024-01-2678-209/+209
* [ruby/prism] Add an implicit node for the target of a hash patternKevin Newton2024-01-244-5/+30
* [ruby/prism] Unescape method name for unary methods.Matt Valentine-House2024-01-221-2/+2
* [ruby/prism] Add a "repeated flag" to parameter nodesAaron Patterson2024-01-10112-0/+237
* [ruby/prism] Ignore visibility flagKevin Newton2024-01-02277-410/+410
* Revert "Revert all of commits after Prism 0.19.0 release"Hiroshi SHIBATA2023-12-2513-24/+24
* Revert all of commits after Prism 0.19.0 releaseHiroshi SHIBATA2023-12-1613-24/+24
* [ruby/prism] Finish keyword hash node flag refactor by renaming flagUfuk Kayserilioglu2023-12-1513-24/+24
* [ruby/prism] Fix the implementation of the flag on keyword hash nodesUfuk Kayserilioglu2023-12-148-8/+8
* [ruby/prism] Fix hash pattern restKevin Newton2023-12-144-68/+68
* [ruby/prism] Flag for attribute write on callsKevin Newton2023-12-128-8/+8
* [ruby/prism] Update tests and snapshotsUfuk Kayserilioglu2023-12-1225-0/+39
* [ruby/prism] Regexp terminator escapesKevin Newton2023-12-111-1/+1
* [ruby/prism] Split up CallNode in target positionKevin Newton2023-12-112-12/+4
* [ruby/prism] Add necessary encoding flags for symbols and regexKevin Newton2023-12-0879-0/+210
* [ruby/prism] Move flag position consistently to frontKevin Newton2023-12-06351-6458/+6458
* [ruby/prism] Provide flags for changing encodingsKevin Newton2023-12-067-7/+8
* [ruby/prism] Add locals_body_index to DefNode, BlockNode, LambdaNodeJemma Issroff2023-12-06162-0/+185
* [ruby/prism] Change numbered parametersKevin Newton2023-12-01111-349/+226
* [ruby/prism] Implicit rest nodesKevin Newton2023-11-283-8/+4
* [ruby/prism] Add numbered_parameters field to BlockNode and LambdaNodeJemma Issroff2023-11-28111-226/+349
* [ruby/prism] Move CallNode#name field between receiver and argumentsBenoit Daloze2023-11-22305-1080/+1080