summaryrefslogtreecommitdiff
path: root/lib/prism
AgeCommit message (Expand)Author
2024-07-11[ruby/prism] Add node ids to nodesKevin Newton
2024-07-11[ruby/prism] Move Node#type and Node::type documentationKevin Newton
2024-07-11[ruby/prism] Expose flags on every node typeKevin Newton
2024-07-11[ruby/prism] Move location to second position for node initializersKevin Newton
2024-07-11[ruby/prism] Reconfigure error testsKevin Newton
2024-06-18[ruby/prism] (parser) Fix up tokens for empty symbolKevin Newton
2024-06-10[ruby/prism] Provide ability to lock encoding while parsingKevin Newton
2024-06-07Sync prism version to latestKevin Newton
2024-06-07[ruby/prism] Handle chomped bytesize with lines without newlinesKevin Newton
2024-06-07[ruby/prism] Ensure inner heredoc nodes have the correct locationKevin Newton
2024-06-07[ruby/prism] Use correct newlines for heredoc inner linesKevin Newton
2024-06-05[ruby/prism] Remove unused string list structKevin Newton
2024-06-04[ruby/prism] (parser) split up regexp content by linesKevin Newton
2024-06-04[ruby/prism] (parser) handle quoted symbols in hash patternsKevin Newton
2024-06-04[ruby/prism] (parser) fix up srange_find to anchor at the start of the sliceKevin Newton
2024-06-04[ruby/prism] (parser) fix up nested multi writeKevin Newton
2024-06-04[ruby/prism] Revert "Revert "Properly destructure procarg0 in parser translat...Kevin Newton
2024-06-03[ruby/prism] Revert "Properly destructure procarg0 in parser translation"Kevin Newton
2024-06-03[ruby/prism] Properly destructure procarg0 in parser translationKevin Newton
2024-06-03[ruby/prism] Fix up steep issuesKevin Newton
2024-05-31[ruby/prism] Fix up heredoc location translation for parserKevin Newton
2024-05-31[ruby/prism] Match % strings in parserKevin Newton
2024-05-31[ruby/prism] Use correct opening and closing parenthesis for array pattern in...Kevin Newton
2024-05-31[ruby/prism] Match match_hash_var when quotes are usedKevin Newton
2024-05-31[ruby/prism] Match parser for match_rest in patternKevin Newton
2024-05-30[ruby/prism] Tests overhaulKevin Newton
2024-05-24[ruby/prism] Fix up ruby_parser string concatKevin Newton
2024-05-24[ruby/prism] Remove Debug moduleKevin Newton
2024-05-24[ruby/prism] Remove dynamic Debug module methodsKevin Newton
2024-05-22[ruby/prism] Fix support for 'it' implicit local variableKevin Newton
2024-05-21[ruby/prism] Fix up ruby_parser interpolation concatenationKevin Newton
2024-05-21[ruby/prism] Provide deprecated numeric methodKevin Newton
2024-05-21[ruby/prism] Reconfigure rationalsKevin Newton
2024-05-13[ruby/prism] Rescue LoadError for ruby_parser as wellKevin Newton
2024-05-13[ruby/prism] Add error handling for missing `parser` gem in `Prism::Translation`Koichi ITO
2024-05-13[ruby/prism] Autoload newlines and comment visitorsKevin Newton
2024-05-10[PRISM] Bump to version 0.29.0Kevin Newton
2024-05-10[ruby/prism] operator renameKevin Newton
2024-05-10[ruby/prism] Fix tapioca require orderKevin Newton
2024-05-10[ruby/prism] Fix RBS outside of prismKevin Newton
2024-05-10[ruby/prism] Prism::CallNode#full_message_locKevin Newton
2024-05-08[PRISM] Sync prism version bumpKevin Newton
2024-05-04[ruby/prism] Use `version: 3.3.1` against `Translation::Parser`Koichi ITO
2024-05-03[ruby/prism] Prism::Location#adjoinKevin Newton
2024-05-03[ruby/prism] Prism::Node#tunnelKevin Newton
2024-05-03[ruby/prism] Create specialized `ASCIISource` with asciionly optimizationsVinicius Stock
2024-05-03[ruby/prism] Remove deprecated #child usageKevin Newton
2024-05-03[ruby/prism] Change ConstantPathNode#child to ConstantPathNode#{name,name_loc}Kevin Newton
2024-05-03[ruby/prism] Assume eval context for ruby_parser and ripperKevin Newton
2024-05-03[ruby/prism] Assume an eval context for `Prism::Translation::Parser`Earlopain