summaryrefslogtreecommitdiff
path: root/prism
AgeCommit message (Expand)Author
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
2024-03-13[ruby/prism] Warn `**` interpreted as argument prefixKoichi ITO
2024-03-13[ruby/prism] Allow newline before block localsKevin Newton
2024-03-12[ruby/prism] Move index tracking into a call node flagKevin Newton
2024-03-12[ruby/prism] Add warning for chained comparisonsKevin Newton
2024-03-12[ruby/prism] Add whitespace warningsKevin Newton
2024-03-12[ruby/prism] Warnings for incorrect character literal syntaxKevin Newton
2024-03-12[ruby/prism] Consolidate warnings for conditional predicatesKevin Newton
2024-03-12Define `ssize_t` on mswin buildNobuyoshi Nakada
2024-03-12[ruby/prism] Static literals inspectKevin Newton
2024-03-11[ruby/prism] Document `InstanceVariableWriteNode` fieldsmatthew healy
2024-03-11[ruby/prism] Document `ClassVariableWriteNode` fieldsmatthew healy
2024-03-11[ruby/prism] Provide more documentation for pm_integer_parse_digit_valuesKevin Newton
2024-03-11[ruby/prism] Stop crashing on invalid integersKevin Newton
2024-03-11[ruby/prism] Support offsetKevin Newton
2024-03-08[ruby/prism] Simplify the regular expression ASCII-only checkKevin Newton
2024-03-08[ruby/prism] Simplify the ASCII-only check in regexpKevin Newton
2024-03-08[ruby/prism] Fix up regexp memory leaksKevin Newton
2024-03-08[ruby/prism] Extract out pm_regexp_token_buffer_tKevin Newton
2024-03-08[ruby/prism] Add initial implementation of `Regexp` validation.Kevin Menard
2024-03-08[ruby/prism] Extract a magic value to a named constant.Kevin Menard
2024-03-08[ruby/prism] Track both the unescaped bytes and source string for a regular e...Kevin Menard
2024-03-07[ruby/prism] Fix up test suiteKevin Newton
2024-03-07[ruby/prism] Shared integer parsing logicKevin Newton