summaryrefslogtreecommitdiff
path: root/prism/prism.c
AgeCommit message (Expand)Author
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
2024-10-07[ruby/prism] Handle invalid commas in arguments, parameters, and arraysKevin Newton
2024-10-07[ruby/prism] Set contains_keywords flag for implicit gets($/, chomp: true) me...Andrew Konchin
2024-10-07[ruby/prism] Fix up unary * binding powerKevin Newton
2024-10-07[ruby/prism] Fix up errors on invalid escape character syntaxKevin Newton
2024-10-04[ruby/prism] Fix up pattern parsing with trailing commasKevin Newton
2024-10-04[ruby/prism] Fix up multi target parsingKevin Newton
2024-10-03[ruby/prism] Handle single global variable character nameKevin Newton
2024-10-03[ruby/prism] Pop lex mode for heredocs in the lexer, not the parserKevin Newton
2024-10-02[ruby/prism] Fix up binding power for singleton method receiverKevin Newton
2024-10-02[ruby/prism] Fix up doubled range in argumentsKevin Newton
2024-10-02[ruby/prism] Fix up beginless ranges in method definitionsKevin Newton
2024-10-01[ruby/prism] Disallow dynamic patterns in labels at top level followed by pipesKevin Newton
2024-10-01Resync to latest PrismKevin Newton
2024-10-01[ruby/prism] Disallow empty labels when not allowedKevin Newton
2024-10-01[ruby/prism] Disallow &. after endless rangeKevin Newton
2024-09-30Sync Prism with latest main branchKevin Newton
2024-09-30[ruby/prism] Require a delimiter for singleton classesKevin Newton
2024-09-26[ruby/prism] Reject non-assoc ranges with subsequent operatorsKevin Newton
2024-09-25[ruby/prism] Fix up more error messages to more closely match parse.yKevin Newton
2024-09-25[ruby/prism] Fix up void value expression checking for rescueKevin Newton
2024-09-25[ruby/prism] Disallow label in parenthesesKevin Newton
2024-09-25[ruby/prism] Support a max depth to protect against malicious payloadsKevin Newton