summaryrefslogtreecommitdiff
path: root/prism
AgeCommit message (Expand)Author
2024-07-01[ruby/prism] Fix up find and array patterns with multiple restsKevin Newton
2024-07-01[ruby/prism] Properly support parsing regexp in extended modeKevin Newton
2024-06-26[ruby/prism] Handle block exits under modifiersKevin Newton
2024-06-25[ruby/prism] Fix documentation comment in generated with templates filesAndrew Konchin
2024-06-21[ruby/prism] Update `#line` that was missed to updateYusuke Endoh
2024-06-20[ruby/prism] Set `#line" directives to respect the path in ruby/ruby repoYusuke Endoh
2024-06-19[ruby/prism] Make sure Init_prism is visible for extensionKevin Newton
2024-06-15[ruby/prism] Document MultiWriteNode fieldsHerwin
2024-06-15[ruby/prism] Document MultiTargetNodeHerwin
2024-06-14[ruby/prism] Ensure ranges are non-associativeKevin Newton
2024-06-13[ruby/prism] Handle implicit array precedenceKevin Newton
2024-06-11[ruby/prism] Match CRuby error message for unknown regexp optionsKevin Newton
2024-06-11[ruby/prism] Fix binding power for class <<Kevin Newton
2024-06-10[ruby/prism] Provide ability to lock encoding while parsingKevin Newton
2024-06-10[ruby/prism] Disallow multi writes when not in statement levelKevin Newton
2024-06-10[ruby/prism] Allow block exits in loop predicatesKevin Newton
2024-06-09Use `PRISM_EXPORTED_FUNCTION` consistently with the headerNobuyoshi Nakada
2024-06-07Sync prism version to latestKevin Newton
2024-06-06Remove circular parameter syntax errorKevin Newton
2024-06-06[ruby/prism] Reject additional patterns under splat in targetKevin Newton
2024-06-05[PRISM] Sync latest prismKevin Newton
2024-06-05[ruby/prism] Fix up documentation for regexp structsKevin Newton
2024-06-05[ruby/prism] Parse all regular expressionsKevin Newton
2024-06-05[ruby/prism] Add Onigmo errors for invalid groupsKevin Newton
2024-06-05[ruby/prism] Add Onigmo error for invalid repeat and empty group nameKevin Newton
2024-06-05[ruby/prism] Add Onigmo error for empty char-classKevin Newton
2024-06-05[ruby/prism] Report onigmo errors for depthKevin Newton
2024-06-05[ruby/prism] Change pm_regexp_parse to not return booleanKevin Newton
2024-06-05[ruby/prism] Pass prism parser into regexp parserKevin Newton
2024-06-05[ruby/prism] Remove unused string list structKevin Newton
2024-06-05[ruby/prism] Switch regexp parsing to use a callback from named capture groupsKevin Newton
2024-05-31Make error messages clear blocks/keywords are disallowed in index assignmentJeremy Evans
2024-05-29[ruby/prism] Document `ForNode` fieldsnasa
2024-05-28[ruby/prism] Fix line continuation heredoc dedent calculationKevin Newton
2024-05-28[ruby/prism] Typo fix: poitive => positiveHerwin
2024-05-24[ruby/prism] Fix up self-write order for lexKevin Newton
2024-05-24[ruby/prism] Remove dynamic Debug module methodsKevin Newton
2024-05-24[ruby/prism] Remove error formatting, put directly in CRubyKevin Newton
2024-05-24[ruby/prism] Remove Debug#named_capturesKevin Newton
2024-05-24[ruby/prism] Move profiling to prism module directlyKevin Newton
2024-05-24[ruby/prism] Remove various unused memsize infraKevin Newton
2024-05-24[ruby/prism] Remove Debug::integer_parseKevin Newton
2024-05-24[ruby/prism] Remove Debug::static_inspectKevin Newton
2024-05-24[ruby/prism] Update duplicated when error messageKevin Newton
2024-05-23[ruby/prism] Raise `void value expression` in begin clauseseileencodes
2024-05-23[ruby/prism] Only accept command call when specified for constant pathKevin Newton
2024-05-23[ruby/prism] Disallow newlines in heredoc identifiersKevin Newton
2024-05-22[PRISM] Properly support 'it'Kevin Newton
2024-05-22[ruby/prism] Fix support for 'it' implicit local variableKevin Newton
2024-05-21[ruby/prism] Reconfigure rationalsKevin Newton