summaryrefslogtreecommitdiff
path: root/prism
AgeCommit message (Expand)Author
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
2024-03-07[ruby/prism] Style and allocation functionsKevin Newton
2024-03-07[ruby/prism] Change pm_integer_t structuretompng
2024-03-07[ruby/prism] Faster pm_integer_parse pm_integer_string using karatsuba algorithmtompng
2024-03-07[ruby/prism] Make pm_integer -> Integer fastertompng
2024-03-07[ruby/prism] Remove restrict to fix windows 2015Kevin Newton
2024-03-07[ruby/prism] Support parsing streamsKevin Newton
2024-03-07[ruby/prism] Fix up tilde heredoc line continuationsKevin Newton
2024-03-06[ruby/prism] Fix rebase templatesKevin Newton
2024-03-06[ruby/prism] Use the diagnostic types in the parser translation layerKevin Newton
2024-03-06[ruby/prism] Expose types on diagnosticsKevin Newton
2024-03-06[ruby/prism] Move polyfill to separate file to type-check it independently.Ufuk Kayserilioglu
2024-03-06[ruby/prism] `Prism::Compiler` should be a subclass of `Prism::Visitor`Ufuk Kayserilioglu
2024-03-06[ruby/prism] Fix some missing methods/signatures in RBIsUfuk Kayserilioglu
2024-03-06[ruby/prism] Move template related methods/classes under `Prism::Template` na...Ufuk Kayserilioglu
2024-03-06[ruby/prism] Parse files from Ruby API using fread, not mmapKevin Newton
2024-03-05[DOC] fix some commentscui fliter
2024-03-04[ruby/prism] Provide API for visiting in CKevin Newton
2024-03-04[ruby/prism] Drop support for old ERBNobuyoshi Nakada
2024-03-04[ruby/prism] Warnings for tokens at EOLKevin Newton