summaryrefslogtreecommitdiff
path: root/prism
AgeCommit message (Expand)Author
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
2024-04-03[ruby/prism] Log errors for invalid jumpsKevin Newton
2024-04-03[ruby/prism] Use tilde for extended error linesKevin Newton
2024-04-03[ruby/prism] Match circular parameter error messageKevin Newton
2024-04-01[ruby/prism] Replace . with decimal point for strtodKevin Newton
2024-04-01[ruby/prism] Fix up error messages for empty global variableKevin Newton
2024-04-01[ruby/prism] Match error messages for invalid instance/class variablesKevin Newton
2024-04-01[ruby/prism] Match error message for invalid class/module nameKevin Newton
2024-04-01[ruby/prism] Match error message for invalid class/module definitionKevin Newton
2024-04-01[ruby/prism] Match error message for multiple blocks givenKevin Newton
2024-04-01[ruby/prism] Add better error messages for invalid block-localsKevin Newton
2024-04-01[ruby/prism] Fix up error message for invalid numbered reference aliasKevin Newton
2024-04-01[ruby/prism] Do not track locals starting with _Kevin Newton
2024-04-01[ruby/prism] Track duplicate hash keys for pattern matchingKevin Newton
2024-04-01[ruby/prism] Track captures in pattern matching for duplicatesKevin Newton
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