Age | Commit message (Expand) | Author |
---|
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-20 | [Bug #21026] no singleton method on pseudo variable literal | Nobuyoshi Nakada |
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-02 | [ruby/prism] Rename fgets parameter to fix NetBSD | Kevin Newton |
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] 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-14 | [ruby/prism] Support forwarding flags on scopes | Kevin Newton |
2025-01-11 | [ruby/prism] Fix `not` receiver | Kevin Newton |
2025-01-11 | [ruby/prism] Enable implicit fall-through errors | Alexander Momchilov |
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 | [ruby/prism] Fix global variable read off end | Kevin Newton |
2024-12-29 | [Bug #20988] [prism] Fix escaped octal character literals | Nobuyoshi Nakada |
2024-12-28 | [Bug #20990] Reject escaped multibyte char with control/meta prefix | Nobuyoshi Nakada |
2024-12-27 | [Bug #20986] [Prism] Allow escaped multibyte character | Nobuyoshi Nakada |
2024-12-26 | [ruby/prism] Handle escaped characters after controls | Kevin Newton |
2024-12-16 | [ruby/prism] Update src/prism.c | Kevin Newton |
2024-12-16 | [ruby/prism] [Bug #20785] Allow `, and` and `, or` after patterns | ydah |
2024-12-16 | [ruby/prism] Ignore newlines in labelled lambda arguments | Haldun Bayhantopcu |
2024-12-16 | [ruby/prism] Fix 3112 - disallow commas after block arg | eileencodes |
2024-12-16 | [ruby/prism] Add do keyword tracking for While/Until | Kevin Newton |
2024-12-13 | [PRISM] Blocks are also a syntax error in array assignment | Matt Valentine-House |
2024-12-13 | [PRISM] using []= to set kwargs is a syntax error | Matt Valentine-House |
2024-12-12 | [ruby/prism] Use isinf on non-mingw windowsv3_4_0_rc1 | Kevin Newton |
2024-12-12 | [ruby/prism] Decode %r like % strings | Aaron Patterson |
2024-12-12 | [ruby/prism] Same numbered param cannot be used in child blocks | Aaron Patterson |
2024-12-11 | [ruby/prism] Fix percent delimiter strings with crlfs | eileencodes |
2024-12-05 | [ruby/prism] Fix error messages for unterminated ( and { | Aaron Patterson |
2024-12-02 | [ruby/prism] _finitef is unavailable on Windows x86 | Kevin Newton |
2024-12-02 | [ruby/prism] Reject invalid operator after match predicate or after match req... | ydah |
2024-12-02 | [ruby/prism] Reject invalid dot method call after match predicate or after ma... | ydah |
2024-12-02 | [ruby/prism] Reject extra comma in array after keyword argument | ydah |
2024-11-28 | [ruby/prism] Fix a copy-paste error | Yusuke Endoh |
2024-11-08 | [ruby/prism] Fix splat after kwsplat | Haldun Bayhantopcu |
2024-11-03 | [ruby/prism] Error for def ivar | Kevin Newton |
2024-10-11 | [ruby/prism] Prism::StringQuery | Kevin Newton |
2024-10-10 | [ruby/prism] Short-circuit if possible for start line and unused warning | Kevin Newton |
2024-10-10 | [ruby/prism] Do not warn for unused variables on negative lines | Kevin Newton |
2024-10-10 | [ruby/prism] Reject invalid splat as last statement of parentheses | Kevin Newton |
2024-10-07 | [ruby/prism] Properly handle non-assoc operators | Kevin Newton |