summaryrefslogtreecommitdiff
path: root/prism
AgeCommit message (Expand)Author
13 days[ruby/prism] Fix typo in visitor example codeTim Craft
2025-06-03[ruby/prism] Document ClassNode fields - Adds documentation for the fields of...harasho
2025-05-29[ruby/prism] [DOC] No RDoc in include/prism/ast.hNobuyoshi Nakada
2025-05-29[ruby/prism] [DOC] Simply use `String#ljust`Nobuyoshi Nakada
2025-05-29[ruby/prism] [DOC] Stop rdoc from processing non-rdoc commentsNobuyoshi Nakada
2025-05-29[ruby/prism] [DOC] Specify markdown mode to RDocNobuyoshi Nakada
2025-05-23[ruby/prism] Monomorphise visitor methodsUfuk Kayserilioglu
2025-05-13Handle to look up CGI::EscapeExt instead of using LoadError. cgi/escape is pr...Hiroshi SHIBATA
2025-05-09Use cgi/escape instead of cgi/utilHiroshi SHIBATA
2025-04-24Use cgi/util if that uses like CGI.escape methodsHiroshi SHIBATA
2025-03-31[ruby/prism] Use `xmalloc()`/`xfree()`Alexander Momchilov
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] Include nodeId in Java Node only if necessaryBenoit Daloze
2025-03-21[ruby/prism] Add node_id to Java serializationKevin Newton
2025-03-20[ruby/prism] Dynamically register events to disSam Bostock
2025-03-20[Bug #21026] no singleton method on pseudo variable literalNobuyoshi Nakada
2025-03-19[ruby/prism] Mark Prism as ractor-safeKevin Newton
2025-03-18[ruby/prism] Bump to v1.4.0Kevin Newton
2025-03-18[ruby/prism] Add a multiple statements flag to parenthesesKevin Newton
2025-03-18[ruby/prism] Track then keyword on rescue nodesKevin Newton
2025-03-18[ruby/prism] Make xstrings concat syntax errorKevin Newton
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-02[ruby/prism] Rename fgets parameter to fix NetBSDKevin Newton
2025-02-28[ruby/prism] Use a locale-insensitive version of tolowerJean Boussier
2025-02-17[ruby/prism] Fix escape unicode curly inline whitespaceKevin Newton
2025-02-14[ruby/prism] Fix up it indirect writesKevin Newton
2025-02-13[ruby/prism] Handle zero-sized allocation in pm_constant_id_list_init_capacityHASUMI Hitoshi
2025-02-13[ruby/prism] No writing to numbered parametersKevin Newton
2025-02-13[ruby/prism] Fix infinite loop in error recoveryKevin Newton
2025-02-13[ruby/prism] Split assertion per expressionsNobuyoshi Nakada
2025-01-22[ruby/prism] Fix rescue modifier precedenceKevin Newton
2025-01-22[ruby/prism] Do not put empty statements in while because of -nKevin Newton
2025-01-19[ruby/prism] Freeze `Prism::VERSION`Earlopain
2025-01-16[ruby/prism] Increase value of PRISM_DEPTH_MAXIMUM to 10000Benjamin Quorning
2025-01-14[ruby/prism] Support forwarding flags on scopesKevin Newton
2025-01-14[ruby/prism] Refactor serializerKevin Newton
2025-01-14[ruby/prism] Freeze AST optionKevin Newton
2025-01-12[ruby/prism] Frozen strings in the ASTKevin Newton
2025-01-11[ruby/prism] Fix `not` receiverKevin Newton
2025-01-11[ruby/prism] Fallthrough fallback for unknown compilersKevin Newton
2025-01-11[ruby/prism] Enable implicit fall-through errorsAlexander Momchilov
2025-01-11[ruby/prism] Bump to v1.3.0Kevin Newton
2025-01-11[ruby/prism] Support 3.5 for version optionKevin Newton
2025-01-08[ruby/prism] Revert "Reject pattern match with unexpected double splat inside...Kevin Newton
2025-01-08[ruby/prism] Handle escapes in named capture namesKevin Newton
2025-01-08[ruby/prism] Reject pattern match with unexpected double splat inside arrayydah
2025-01-07[ruby/prism] Throw syntax error for endless method with `[]=`eileencodes
2025-01-05Use a single quote instead of a backtick for error messagesJunichi Ito