summaryrefslogtreecommitdiff
path: root/prism/prism.c
AgeCommit message (Expand)Author
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-20[Bug #21026] no singleton method on pseudo variable literalNobuyoshi Nakada
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-02[ruby/prism] Rename fgets parameter to fix NetBSDKevin Newton
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] 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-14[ruby/prism] Support forwarding flags on scopesKevin Newton
2025-01-11[ruby/prism] Fix `not` receiverKevin Newton
2025-01-11[ruby/prism] Enable implicit fall-through errorsAlexander 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 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-05[ruby/prism] Fix global variable read off endKevin Newton
2024-12-29[Bug #20988] [prism] Fix escaped octal character literalsNobuyoshi Nakada
2024-12-28[Bug #20990] Reject escaped multibyte char with control/meta prefixNobuyoshi Nakada
2024-12-27[Bug #20986] [Prism] Allow escaped multibyte characterNobuyoshi Nakada
2024-12-26[ruby/prism] Handle escaped characters after controlsKevin Newton
2024-12-16[ruby/prism] Update src/prism.cKevin Newton
2024-12-16[ruby/prism] [Bug #20785] Allow `, and` and `, or` after patternsydah
2024-12-16[ruby/prism] Ignore newlines in labelled lambda argumentsHaldun Bayhantopcu
2024-12-16[ruby/prism] Fix 3112 - disallow commas after block argeileencodes
2024-12-16[ruby/prism] Add do keyword tracking for While/UntilKevin Newton
2024-12-13[PRISM] Blocks are also a syntax error in array assignmentMatt Valentine-House
2024-12-13[PRISM] using []= to set kwargs is a syntax errorMatt Valentine-House
2024-12-12[ruby/prism] Use isinf on non-mingw windowsv3_4_0_rc1Kevin Newton
2024-12-12[ruby/prism] Decode %r like % stringsAaron Patterson
2024-12-12[ruby/prism] Same numbered param cannot be used in child blocksAaron Patterson
2024-12-11[ruby/prism] Fix percent delimiter strings with crlfseileencodes
2024-12-05[ruby/prism] Fix error messages for unterminated ( and {Aaron Patterson
2024-12-02[ruby/prism] _finitef is unavailable on Windows x86Kevin 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 argumentydah
2024-11-28[ruby/prism] Fix a copy-paste errorYusuke Endoh
2024-11-08[ruby/prism] Fix splat after kwsplatHaldun Bayhantopcu
2024-11-03[ruby/prism] Error for def ivarKevin Newton
2024-10-11[ruby/prism] Prism::StringQueryKevin Newton
2024-10-10[ruby/prism] Short-circuit if possible for start line and unused warningKevin Newton
2024-10-10[ruby/prism] Do not warn for unused variables on negative linesKevin Newton
2024-10-10[ruby/prism] Reject invalid splat as last statement of parenthesesKevin Newton
2024-10-07[ruby/prism] Properly handle non-assoc operatorsKevin Newton