summaryrefslogtreecommitdiff
path: root/prism
AgeCommit message (Expand)Author
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
2024-04-05[ruby/prism] Switch locals to use a hashKevin Newton
2024-04-04[ruby/prism] Change forwarding error messages to match CRubyKevin Newton
2024-04-03[ruby/prism] Allow retry in rescue modifierKevin Newton
2024-04-03[ruby/prism] No invalid block exits in evalKevin Newton
2024-04-03[ruby/prism] Fix up pm_node_list_growKevin Newton
2024-04-03[ruby/prism] Allow yields in default values in method definitionsKevin Newton
2024-04-03[ruby/prism] Further delineate block typesKevin Newton
2024-04-03[ruby/prism] Delineate rescue/else/ensure for more accurate exitsKevin Newton
2024-04-03[ruby/prism] Pass block exits up the treeKevin Newton
2024-04-03[ruby/prism] Introduce PM_NODE_LIST_FOREACH to make it easier to iterate over...Kevin Newton
2024-04-03[ruby/prism] Allow block exits in defined? and fix modifier while/untilKevin Newton
2024-04-03[ruby/prism] Allow block exits from while/until/forKevin Newton
2024-04-03[ruby/prism] Update fixtures to be all valid RubyKevin Newton
2024-04-03[ruby/prism] Correct errors for invalid retryKevin Newton