summaryrefslogtreecommitdiff
path: root/lib/prism
AgeCommit message (Expand)Author
2025-03-18[ruby/prism] Further refine string handling in the parser translatorEarlopain
2025-03-18[ruby/prism] Use Set.new over to_setKevin Newton
2025-03-18[ruby/prism] Optimize array inclusion checks in the parser translatorEarlopain
2025-03-18[ruby/prism] Fix parser translator crash for certain octal escapesEarlopain
2025-03-18[ruby/prism] Handle control and meta escapes in parser translationKevin Newton
2025-03-18[ruby/prism] Further refine string handling in the parser translatorEarlopain
2025-03-18[ruby/prism] Better handle regexp in the parser translatorEarlopain
2025-03-18[ruby/prism] Fix parser translator tokens for %-arrays with whitespace escapesEarlopain
2025-03-18[ruby/prism] Fix parser translator edge-case when multiline string ends with \nEarlopain
2025-03-18[ruby/prism] Better handle all kinds of multiline strings in the parser trans...Earlopain
2025-03-18[ruby/prism] Fix an incompatibility with the parser translatorEarlopain
2025-03-18[ruby/prism] Fix parser translator rescue location with semicolon bodyEarlopain
2025-03-18[ruby/prism] Fix parser translator crash for certain octal escapesEarlopain
2025-03-18[ruby/prism] Further refine string handling in the parser translatorEarlopain
2025-03-18[ruby/prism] Add a custom builder class for the parser translatorEarlopain
2025-03-18[ruby/prism] Fix parser translator when unescaping invalid utf8Earlopain
2025-03-13[ruby/prism] Use Set.new over to_setKevin Newton
2025-03-13[ruby/prism] Use `reverse_each` in the parser translatorEarlopain
2025-03-13[ruby/prism] Optimize array inclusion checks in the parser translatorEarlopain
2025-03-13[ruby/prism] Ensure backwards compatibility with the custom parser builderEarlopain
2025-03-12[ruby/prism] Revert "Mark extension as Ractor-safe"Kevin Newton
2025-03-12[ruby/prism] Mark extension as Ractor-safeKevin Newton
2025-03-10[ruby/prism] Support `itblock` for `Prism::Translation::Parser`Koichi ITO
2025-02-25[ruby/prism] Restore a comment for `Prism::Translation::Parser#initialize`Koichi ITO
2025-02-25[ruby/prism] Fix merge mishapEarlopain
2025-02-25[ruby/prism] Add a custom builder class for the parser translatorEarlopain
2025-02-25[ruby/prism] Support custom parser in `Prism::Translation::Parser`Koichi ITO
2025-02-13[ruby/prism] No writing to numbered parametersKevin Newton
2025-01-20[ruby/prism] Fix parser translator scope issues for implicit hash valuesEarlopain
2025-01-14Better handle regexp in the parser translatorEarlopain
2025-01-14[ruby/prism] Support forwarding flags on scopesKevin Newton
2025-01-14[ruby/prism] Fix block parameters and it for RubyParserJustin Collins
2025-01-14[ruby/prism] Refactor serializerKevin Newton
2025-01-14[ruby/prism] Freeze AST optionKevin Newton
2025-01-13[ruby/prism] Fix parser translator tokens for `%x(#{})`Earlopain
2025-01-13[ruby/prism] Fix parser translator heredoc dedention with leading interpolationEarlopain
2025-01-12[ruby/prism] Fix parser translator tSPACE tokens for percent arraysEarlopain
2025-01-12[ruby/prism] Frozen strings in the ASTKevin Newton
2025-01-12[ruby/prism] Fix parser translator ranges for mulltiline strings with multili...Earlopain
2025-01-12[ruby/prism] Fix parser translator tokens for comment-only fileEarlopain
2025-01-12[ruby/prism] Fix binary encoding for the parser translatorEarlopain
2025-01-11[ruby/prism] Better comment token handling for the parser translatorEarlopain
2025-01-11[ruby/prism] Fix `not` receiverKevin Newton
2025-01-11[ruby/prism] Fix parser translator tokens for backslashes in single-quoted st...Earlopain
2025-01-11[ruby/prism] Implement more string token escaping in the parser translatorEarlopain
2025-01-11[ruby/prism] Better handle all kinds of multiline strings in the parser trans...Earlopain
2025-01-11[ruby/prism] Better handle multiline interpolated strings in the parser trans...Earlopain
2025-01-11[ruby/prism] Fix parser translator ast for empty regexEarlopain
2025-01-11[ruby/prism] Fix parser translator ast for regex with line continuationEarlopain
2025-01-11[ruby/prism] Fix parser translator ast when using anonymous forwarding in blo...Earlopain