summaryrefslogtreecommitdiff
path: root/test/prism/snapshots
AgeCommit message (Expand)Author
8 days[ruby/prism] Reconfigure rationalsKevin Newton
2024-05-10[ruby/prism] operator renameKevin Newton
2024-05-03[ruby/prism] Disallow keywords and blocks in index expressionsKevin Newton
2024-05-03[ruby/prism] Change ConstantPathNode#child to ConstantPathNode#{name,name_loc}Kevin Newton
2024-05-01[ruby/prism] Match CRuby interpolation semanticsKevin Newton
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-04-08[ruby/prism] Simplify locals test now that all fixtures are validKevin Newton
2024-04-04[ruby/prism] Eliminate character class duplicated range warningKevin Newton
2024-04-03[ruby/prism] Update fixtures to be all valid RubyKevin Newton
2024-04-03[ruby/prism] Update unparser testsKevin Newton
2024-04-03[ruby/prism] Update seattlerb/ruby_parser testsKevin Newton
2024-04-03[ruby/prism] Update whitequark/parser testsKevin Newton
2024-03-28[ruby/prism] Allow writing to keywords with named captures if they are alread...Kevin Newton
2024-03-28[ruby/prism] Reject invalid capture groups (keywords)Kevin Newton
2024-03-26[ruby/prism] Freeze internal parts, againKevin Newton
2024-03-25[ruby/prism] Revert "Frozen parts"Kevin Newton
2024-03-25[ruby/prism] Mark inner parts of interpolated* nodes as frozenKevin Newton
2024-03-25[ruby/prism] Handle CLRF inside heredoc contentsKevin Newton
2024-03-18[PRISM] ResyncKevin Newton
2024-03-17[Bug #20218] Reject keyword arguments in indexNobuyoshi Nakada
2024-03-17[Bug #19918] Reject block passing in indexNobuyoshi Nakada
2024-03-16[ruby/prism] Fix token incompatibility for `Prism::Translation::Parser::Lexer`Koichi ITO
2024-03-15[ruby/prism] Fix a token incompatibility for `Prism::Translation::Parser::Lexer`Koichi ITO
2024-03-15[ruby/prism] Add PM_STRING_FLAGS_FROZEN / PM_STRING_FLAGS_MUTABLE on PM_SOURC...Jean Boussier
2024-03-15[ruby/prism] Fix an AST and token incompatibility for `Prism::Translation::Pa...Koichi ITO
2024-03-13[ruby/prism] Fix an AST and token incompatibility for `Prism::Translation::Pa...Koichi ITO
2024-03-13[ruby/prism] Track parentheses in patternsKevin Newton
2024-03-13[ruby/prism] Fix an AST incompatibility for `Prism::Translation::Parser`Koichi ITO
2024-03-12[ruby/prism] Fix a token incompatibility for `Prism::Translation::Parser::Lexer`Koichi ITO
2024-03-12[ruby/prism] Fix an AST and token incompatibility for `Prism::Translation::Pa...Koichi ITO
2024-03-08[ruby/prism] Fix a token incompatibility for `Prism::Translation::Parser`Koichi ITO
2024-03-08[ruby/prism] Track both the unescaped bytes and source string for a regular e...Kevin Menard
2024-03-07[ruby/prism] Fix up tilde heredoc line continuationsKevin Newton
2024-03-07[ruby/prism] Fix an AST and token incompatibility for `Prism::Translation::Pa...Koichi ITO
2024-03-04[ruby/prism] Add then keyword loc to when nodesKevin Newton
2024-02-27[ruby/prism] Ensure symbol nodes not in interpolated symbolKevin Newton
2024-02-26[ruby/prism] Fix multi write with modifier rescueKevin Newton
2024-02-23[ruby/prism] Duplicated when clausesKevin Newton
2024-02-22[ruby/prism] Parse float valuesKevin Newton
2024-02-22[ruby/prism] Regenerate snapshots using integer valuesKevin Newton
2024-02-18[ruby/prism] Account for encoding in regexp named capturesKevin Newton
2024-02-16[ruby/prism] Fix lexing of `foo!` when it's a first thing to parseMax Prokopiev
2024-02-15[ruby/prism] Fix parsing rescue modifierHaldun Bayhantopcu
2024-02-12[ruby/prism] Fix unary not locationKevin Newton
2024-02-12[ruby/prism] Unary not name locationKevin Newton
2024-02-05[ruby/prism] Change the location of an implicit begin to methodKevin Newton
2024-02-05Sync to latest prismKevin Newton
2024-02-01[ruby/prism] Remove locals_body_indexKevin Newton
2024-01-30Update forwarding locals for prismAaron Patterson