summaryrefslogtreecommitdiff
path: root/prism
AgeCommit message (Expand)Author
2024-04-24[ruby/prism] Warn for nested hashes as wellKevin Newton
2024-04-24[ruby/prism] Remove static literals dependence on parser definitionKevin Newton
2024-04-24[ruby/prism] Change inspect from recursive to a queueKevin Newton
2024-04-23[ruby/prism] Fix recursive multiply when values are switched in karatsuba_mul...Kevin Newton
2024-04-23[ruby/prism] Use GC-able symbols for ASTKevin Newton
2024-04-23[ruby/prism] Document UnlessNode fieldsMatheus Richard
2024-04-23[ruby/prism] Document `IfNode` fieldsDaniel Gollahon
2024-04-23[ruby/prism] Document BreakNode fieldsMatheus Richard
2024-04-23[ruby/prism] Implement case equality on nodesPhilip Mueller
2024-04-23[ruby/prism] Document the `AliasGlobalVariableNode` fieldsCory Hutchison
2024-04-23[ruby/prism] Document `ArrayNode`, `SourceFileNode` fieldsSanjay Karukamanna
2024-04-22[ruby/prism] Consolidate integer fields into a single reflection classKevin Newton
2024-04-19[ruby/prism] Split parse result based on typeKevin Newton
2024-04-19[ruby/prism] Do not allow omitted hash keys with ! or ?Kevin Newton
2024-04-18[ruby/prism] Bump to v0.26.0Kevin Newton
2024-04-17[ruby/prism] Add a reflection API for determining the fields of a nodeKevin Newton
2024-04-17[ruby/prism] Inline pm_state_stackKevin Newton
2024-04-17[ruby/prism] Fix up more clang-analyzer failuresKevin Newton
2024-04-16[ruby/prism] Fix up clang-analyzer violationsKevin Newton
2024-04-16[ruby/prism] Better error recovery for unwritable nodesKevin Newton
2024-04-12[ruby/prism] Better error message on statement inside argument listKevin Newton
2024-04-12[ruby/prism] Better error message on invalid defKevin Newton
2024-04-12[ruby/prism] Syntax error for block argument on yieldKevin Newton
2024-04-12[ruby/prism] Fix up embdoc lexing on EOFKevin Newton
2024-04-12[ruby/prism] Create the warning for unreachable statementsKevin Newton
2024-04-12[ruby/prism] Warn void regardless of evalKevin Newton
2024-04-12[ruby/prism] Remove outdated commentKevin Newton
2024-04-12[ruby/prism] Implement the void statement warningKevin Newton
2024-04-12Sync latest prismKevin Newton
2024-04-12[Bug #20423] Fix error message of prismNobuyoshi Nakada
2024-04-12[Bug #20423] Disallow anonymous block within argument forwardingNobuyoshi Nakada
2024-04-11[ruby/prism] More unreachablesKevin Newton
2024-04-10[ruby/prism] Put in an unreachable assert for rescues parsingKevin Newton
2024-04-09[ruby/prism] Fix up invalid global variable error messageKevin Newton
2024-04-09[ruby/prism] Reduce locals variables per CRubyKevin Newton
2024-04-05[ruby/prism] Bump to v0.25.0Kevin Newton
2024-04-05[ruby/prism] Set up location correctly for hashed localsKevin Newton
2024-04-05[ruby/prism] Use a simpler and faster hash function for localsKevin Newton
2024-04-05[ruby/prism] Do not warn for locals that start with _Kevin Newton
2024-04-05[ruby/prism] Always calloc the locals resizeKevin Newton
2024-04-05[ruby/prism] Provide documentation for the new local tablesKevin Newton
2024-04-05[ruby/prism] Explicitly cast from uint64_t to double for mid-square hashKevin Newton
2024-04-05[ruby/prism] Optimize pm_locals_orderKevin Newton
2024-04-05[ruby/prism] Refactor around pm_parser_scope_findKevin Newton
2024-04-05[ruby/prism] Replace old circular parameter definition detectionKevin Newton
2024-04-05[ruby/prism] Do not warn on unused parametersKevin Newton
2024-04-05[ruby/prism] Warn on unused local variablesKevin Newton
2024-04-05[ruby/prism] Lazily hash localsKevin Newton
2024-04-05[ruby/prism] Track the number of reads for local variablesKevin Newton
2024-04-05[ruby/prism] Make the locals set switch from list to hash dynamicallyKevin Newton