summaryrefslogtreecommitdiff
path: root/prism
AgeCommit message (Expand)Author
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
2024-03-18[ruby/prism] Use `require_relative` in the Prism codebaseKoichi ITO
2024-03-15[ruby/prism] Add PM_STRING_FLAGS_FROZEN / PM_STRING_FLAGS_MUTABLE on PM_SOURC...Jean Boussier
2024-03-15[ruby/prism] Shareable constant nodesKevin Newton
2024-03-13[ruby/prism] Warn for maximum number variablesKevin Newton
2024-03-13[ruby/prism] Only use e suffix for floats if followed by +, -, or digitKevin Newton
2024-03-13[PRISM] Remove ssize_t definition from prismKevin Newton
2024-03-13[ruby/prism] Remove ssize_t usageKevin Newton
2024-03-13[ruby/prism] FSL follow-upKevin Newton
2024-03-13[ruby/prism] Change `frozen_string_literal` to be a tri-stateJean Boussier
2024-03-13[ruby/prism] Track parentheses in patternsKevin Newton
2024-03-13[ruby/prism] Warn `&` interpreted as argument prefixKoichi ITO