summaryrefslogtreecommitdiff
path: root/lib/prism
AgeCommit message (Expand)Author
13 days[ruby/prism] [DOC] Markup `__FILE__` as code, not emphasisNobuyoshi Nakada
13 days[ruby/prism] [DOC] Stop rdoc from processing non-rdoc commentsNobuyoshi Nakada
13 days[ruby/prism] [DOC] Add code fencesNobuyoshi Nakada
13 days[ruby/prism] [DOC] Specify markdown mode to RDocNobuyoshi Nakada
2025-04-12[ruby/prism] Fix parsing rescued exception via indexed assignmentviralpraxis
2025-04-02[ruby/prism] Fix parser translator when splatting in pattern matching pinEarlopain
2025-03-30[ruby/prism] Fix parser translator when pinning hash with string keysEarlopain
2025-03-30[ruby/prism] Accept a newline after the defined? keywordKevin Newton
2025-03-23[ruby/prism] Update Ruby depsKevin Newton
2025-03-22[ruby/prism] Enforce a minimum `parser` version for the parser translatorEarlopain
2025-03-21[ruby/prism] Don't use `RUBY_VERSION.to_f`Earlopain
2025-03-20[ruby/prism] Add `Prism::Translation::ParserCurrent`Earlopain
2025-03-19[ruby/prism] Mark Prism as ractor-safeKevin Newton
2025-03-19[ruby/prism] Polyfill Kernel#warn category parameterKevin Newton
2025-03-19[ruby/prism] Remove `category` keyword from `warn` callEarlopain
2025-03-19[ruby/prism] Warn when the parser translator receives an incompatible builder...Earlopain
2025-03-18[ruby/prism] Bump to v1.4.0Kevin Newton
2025-03-18Fix up merge conflicts for prism syncKevin Newton
2025-03-18[ruby/prism] Fix merge mishapEarlopain
2025-03-18[ruby/prism] Only unnest parser mlhs nodes when no rest argument is providedEarlopain
2025-03-18[ruby/prism] Fix parser translator multiline interpolated symbolsEarlopain
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