summaryrefslogtreecommitdiff
path: root/prism
AgeCommit message (Expand)Author
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
2024-03-25[ruby/prism] Mark interpolated nodes as static literalKevin Newton
2024-03-25[ruby/prism] Mark inner parts of interpolated* nodes as frozenKevin Newton
2024-03-25[ruby/prism] Fix up minimal build settingKevin Newton
2024-03-25[ruby/prism] Handle CLRF in regexpKevin Newton
2024-03-25[ruby/prism] Refactor regexp lexing to make it easier to support CLRFKevin Newton
2024-03-25[ruby/prism] Handle CLRF inside string contentsKevin Newton
2024-03-25[ruby/prism] Handle CLRF inside heredoc contentsKevin Newton
2024-03-25[ruby/prism] Fix build error for C99 and C23 CI matrixKoichi ITO
2024-03-25[ruby/prism] Add missing symbol in comment for binding powers for `||=`Franck Trouillez
2024-03-25[ruby/prism] Fix comment typos in prism.cFranck Trouillez
2024-03-25[ruby/prism] Fix incorrect paring when using invalid regexp optionsKoichi ITO
2024-03-20[ruby/prism] Provide options for reducing sizeKevin Newton
2024-03-19[ruby/prism] Fix a diagnostic incompatibilityKoichi ITO
2024-03-19[ruby/prism] [Compatibility] Improve printf formatHASUMI Hitoshi
2024-03-18[ruby/prism] Warn on frozen_string_literal after tokensKevin Newton
2024-03-18[ruby/prism] CRuby error message for lonely elseKevin Newton