summaryrefslogtreecommitdiff
path: root/prism
AgeCommit message (Expand)Author
2024-04-04[ruby/prism] Change forwarding error messages to match CRubyKevin Newton
2024-04-03[ruby/prism] Allow retry in rescue modifierKevin Newton
2024-04-03[ruby/prism] No invalid block exits in evalKevin Newton
2024-04-03[ruby/prism] Fix up pm_node_list_growKevin Newton
2024-04-03[ruby/prism] Allow yields in default values in method definitionsKevin Newton
2024-04-03[ruby/prism] Further delineate block typesKevin Newton
2024-04-03[ruby/prism] Delineate rescue/else/ensure for more accurate exitsKevin Newton
2024-04-03[ruby/prism] Pass block exits up the treeKevin Newton
2024-04-03[ruby/prism] Introduce PM_NODE_LIST_FOREACH to make it easier to iterate over...Kevin Newton
2024-04-03[ruby/prism] Allow block exits in defined? and fix modifier while/untilKevin Newton
2024-04-03[ruby/prism] Allow block exits from while/until/forKevin Newton
2024-04-03[ruby/prism] Update fixtures to be all valid RubyKevin Newton
2024-04-03[ruby/prism] Correct errors for invalid retryKevin Newton
2024-04-03[ruby/prism] Log errors for invalid jumpsKevin Newton
2024-04-03[ruby/prism] Use tilde for extended error linesKevin Newton
2024-04-03[ruby/prism] Match circular parameter error messageKevin Newton
2024-04-01[ruby/prism] Replace . with decimal point for strtodKevin Newton
2024-04-01[ruby/prism] Fix up error messages for empty global variableKevin Newton
2024-04-01[ruby/prism] Match error messages for invalid instance/class variablesKevin Newton
2024-04-01[ruby/prism] Match error message for invalid class/module nameKevin Newton
2024-04-01[ruby/prism] Match error message for invalid class/module definitionKevin Newton
2024-04-01[ruby/prism] Match error message for multiple blocks givenKevin Newton
2024-04-01[ruby/prism] Add better error messages for invalid block-localsKevin Newton
2024-04-01[ruby/prism] Fix up error message for invalid numbered reference aliasKevin Newton
2024-04-01[ruby/prism] Do not track locals starting with _Kevin Newton
2024-04-01[ruby/prism] Track duplicate hash keys for pattern matchingKevin Newton
2024-04-01[ruby/prism] Track captures in pattern matching for duplicatesKevin Newton
2024-03-29[PRISM] Fix error message for duplicate parameter nameKevin Newton
2024-03-29[ruby/prism] Fix calloc argument orderKevin Newton
2024-03-29[ruby/prism] Handle NULL byte terminators for strings, regexps, and listsKevin Newton
2024-03-28[ruby/prism] Allow writing to keywords with named captures if they are alread...Kevin Newton
2024-03-28[ruby/prism] Reject invalid capture groups (keywords)Kevin Newton
2024-03-28[PRISM] Allow space before encoding commentKevin Newton
2024-03-28[PRISM] Simplify raising load errorsKevin Newton
2024-03-28[ruby/prism] Ensure deserialization works with errors+warnings>256Kevin Newton
2024-03-28[ruby/prism] Various cleanup with new -x optionKevin Newton
2024-03-28[ruby/prism] CLI -x flagKevin Newton
2024-03-28[ruby/prism] Improve description for InterpolatedStringNodeFlagsAndrew Konchin
2024-03-27[ruby/prism] Compare duplicates keys/whens for __FILE__Kevin Newton
2024-03-27[ruby/prism] Warn on static literal arrays in predicate writesKevin Newton
2024-03-27[PRISM] Implicitly change encoding when a UTF-8 BOM is foundKevin Newton
2024-03-27[PRISM] Include file and line in error messageKevin Newton
2024-03-27[ruby/prism] Add option for inlining messages for error formattingKevin Newton
2024-03-27[PRISM] Fix up some error formatting edge casesKevin Newton
2024-03-26[ruby/prism] Fix an incorrect range of `Prism::Location` when `PM_ERR_RETURN_...Koichi ITO
2024-03-26[ruby/prism] Properly handle freeing ephemeral node listsKevin Newton
2024-03-26[ruby/prism] Handle regexp split between heredocsKevin Newton
2024-03-26[ruby/prism] Freeze internal parts, againKevin Newton
2024-03-26[ruby/prism] Fix typosKoichi ITO
2024-03-25[ruby/prism] Revert "Frozen parts"Kevin Newton