summaryrefslogtreecommitdiff
path: root/lib/prism
AgeCommit message (Expand)Author
2024-11-12[ruby/prism] Use RbConfig to locate libprism and headers when it is a default...Benoit Daloze
2024-10-16[ruby/prism] RelocationKevin Newton
2024-10-11[ruby/prism] Prism::StringQueryKevin Newton
2024-10-10[ruby/prism] Prism::CodeUnitsCacheKevin Newton
2024-10-09[ruby/prism] Attempt to assume binary is UTF-8Kevin Newton
2024-10-09[ruby/prism] Avoid breaking code units offset on binary encodingVinicius Stock
2024-10-03[ruby/prism] Use `partial_script` for the parser translatorsEarlopain
2024-09-25[ruby/prism] Fix up lex difference when ~ heredoc with 0 dedent and line cont...Kevin Newton
2024-09-24[ruby/prism] Accept version shorthand like 3.4Kevin Newton
2024-09-24[ruby/prism] Accept all 3.3.x and 3.4.x Ruby versions for Prism.parseBenoit Daloze
2024-09-20[ruby/prism] Fix `kDO_LAMBDA` token incompatibility for `Prism::Translation::...Koichi ITO
2024-09-20[ruby/prism] Introduce partial_script optionKevin Newton
2024-09-16[ruby/prism] Do not leak explicit encodingKevin Newton
2024-09-13[ruby/prism] Expose main_script in serialization APIKevin Newton
2024-09-12[ruby/prism] Check errno for parsing directoryKevin Newton
2024-09-09[ruby/prism] Fix a token incompatibility for `Prism::Translation::Parser::Lexer`Koichi ITO
2024-09-07[ruby/prism] Fix a token incompatibility for `Prism::Translation::Parser::Lexer`Koichi ITO
2024-09-04[ruby/prism] essentialy ==> essentiallyydah
2024-08-29[ruby/prism] Remove deprecated lib/prism/translation/parser/rubocop.rb fileKoichi ITO
2024-08-28[PRISM] Sync version updateKevin Newton
2024-08-28[ruby/prism] Reverse-sync ruby/ruby and deprecate old fieldsKevin Newton
2024-08-28[PRISM] Field renamingKevin Newton
2024-08-14[ruby/prism] Tweak inspect representation of `Prism::Location`Koichi ITO
2024-07-11[ruby/prism] (ruby_parser) Handle bare string in implicit concatKevin Newton
2024-07-11[ruby/prism] (ruby_parser) Match match3 nodes for regular expressionsKevin Newton
2024-07-11[ruby/prism] (ruby_parser) Reverse associativity of and and or nodesKevin Newton
2024-07-11[ruby/prism] Various cleanup for initializers and typechecksKevin Newton
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