Age | Commit message (Expand) | Author |
---|
13 days | [ruby/prism] Fix typo in visitor example code | Tim 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.h | Nobuyoshi 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 comments | Nobuyoshi Nakada |
2025-05-29 | [ruby/prism] [DOC] Specify markdown mode to RDoc | Nobuyoshi Nakada |
2025-05-23 | [ruby/prism] Monomorphise visitor methods | Ufuk Kayserilioglu |
2025-05-13 | Handle to look up CGI::EscapeExt instead of using LoadError. cgi/escape is pr... | Hiroshi SHIBATA |
2025-05-09 | Use cgi/escape instead of cgi/util | Hiroshi SHIBATA |
2025-04-24 | Use cgi/util if that uses like CGI.escape methods | Hiroshi SHIBATA |
2025-03-31 | [ruby/prism] Use `xmalloc()`/`xfree()` | Alexander Momchilov |
2025-03-30 | [ruby/prism] Accept a newline after the defined? keyword | Kevin Newton |
2025-03-23 | [ruby/prism] Update Ruby deps | Kevin Newton |
2025-03-22 | [ruby/prism] Include nodeId in Java Node only if necessary | Benoit Daloze |
2025-03-21 | [ruby/prism] Add node_id to Java serialization | Kevin Newton |
2025-03-20 | [ruby/prism] Dynamically register events to dis | Sam Bostock |
2025-03-20 | [Bug #21026] no singleton method on pseudo variable literal | Nobuyoshi Nakada |
2025-03-19 | [ruby/prism] Mark Prism as ractor-safe | Kevin Newton |
2025-03-18 | [ruby/prism] Bump to v1.4.0 | Kevin Newton |
2025-03-18 | [ruby/prism] Add a multiple statements flag to parentheses | Kevin Newton |
2025-03-18 | [ruby/prism] Track then keyword on rescue nodes | Kevin Newton |
2025-03-18 | [ruby/prism] Make xstrings concat syntax error | Kevin Newton |
2025-03-12 | [ruby/prism] Revert "Mark extension as Ractor-safe" | Kevin Newton |
2025-03-12 | [ruby/prism] Mark extension as Ractor-safe | Kevin Newton |
2025-03-02 | [ruby/prism] Rename fgets parameter to fix NetBSD | Kevin Newton |
2025-02-28 | [ruby/prism] Use a locale-insensitive version of tolower | Jean Boussier |
2025-02-17 | [ruby/prism] Fix escape unicode curly inline whitespace | Kevin Newton |
2025-02-14 | [ruby/prism] Fix up it indirect writes | Kevin Newton |
2025-02-13 | [ruby/prism] Handle zero-sized allocation in pm_constant_id_list_init_capacity | HASUMI Hitoshi |
2025-02-13 | [ruby/prism] No writing to numbered parameters | Kevin Newton |
2025-02-13 | [ruby/prism] Fix infinite loop in error recovery | Kevin Newton |
2025-02-13 | [ruby/prism] Split assertion per expressions | Nobuyoshi Nakada |
2025-01-22 | [ruby/prism] Fix rescue modifier precedence | Kevin Newton |
2025-01-22 | [ruby/prism] Do not put empty statements in while because of -n | Kevin Newton |
2025-01-19 | [ruby/prism] Freeze `Prism::VERSION` | Earlopain |
2025-01-16 | [ruby/prism] Increase value of PRISM_DEPTH_MAXIMUM to 10000 | Benjamin Quorning |
2025-01-14 | [ruby/prism] Support forwarding flags on scopes | Kevin Newton |
2025-01-14 | [ruby/prism] Refactor serializer | Kevin Newton |
2025-01-14 | [ruby/prism] Freeze AST option | Kevin Newton |
2025-01-12 | [ruby/prism] Frozen strings in the AST | Kevin Newton |
2025-01-11 | [ruby/prism] Fix `not` receiver | Kevin Newton |
2025-01-11 | [ruby/prism] Fallthrough fallback for unknown compilers | Kevin Newton |
2025-01-11 | [ruby/prism] Enable implicit fall-through errors | Alexander Momchilov |
2025-01-11 | [ruby/prism] Bump to v1.3.0 | Kevin Newton |
2025-01-11 | [ruby/prism] Support 3.5 for version option | Kevin 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 names | Kevin Newton |
2025-01-08 | [ruby/prism] Reject pattern match with unexpected double splat inside array | ydah |
2025-01-07 | [ruby/prism] Throw syntax error for endless method with `[]=` | eileencodes |
2025-01-05 | Use a single quote instead of a backtick for error messages | Junichi Ito |