summaryrefslogtreecommitdiff
path: root/test/prism
AgeCommit message (Expand)Author
2024-06-04[ruby/prism] (parser) mark spanning newlines as incorrectKevin 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) mark unary_num_pow_precedence as incorrectKevin 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] Update unparser testsKevin Newton
2024-06-03[ruby/prism] Update seattlerb testsKevin Newton
2024-06-03[ruby/prism] Update whitequark testsKevin 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] Disallow unescape test on FFI backendKevin 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 error formatting, put directly in CRubyKevin Newton
2024-05-24[ruby/prism] Remove Debug#named_capturesKevin 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-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] Reconfigure rationalsKevin Newton
2024-05-21[ruby/prism] Add error for numbered parameter used in inner blockKevin Newton
2024-05-20[ruby/prism] Implement ambiguous binary operator warningKevin Newton
2024-05-16[ruby/prism] Truncate source lines in errors messages when too longKevin Newton
2024-05-16[ruby/prism] Update more escape error messages to match CRubyKevin Newton
2024-05-16[ruby/prism] Update error message for invalid % at EOFKevin Newton
2024-05-16[ruby/prism] Match CRuby error message for unknown % stringKevin Newton
2024-05-16[ruby/prism] Always go to string lex mode even if EOFKevin Newton
2024-05-15[ruby/prism] Replace end of file with end-of-inputKevin Newton
2024-05-10[ruby/prism] Enhance parameter forwarding error messagesKevin Newton
2024-05-10[ruby/prism] operator renameKevin Newton
2024-05-07[ruby/prism] Extend error message for unterminated HEREDOCKevin Newton
2024-05-07[ruby/prism] shareable_constant_value line warningsKevin Newton
2024-05-03[ruby/prism] Prism::Location#adjoinKevin Newton
2024-05-03[ruby/prism] Prism::Node#tunnelKevin Newton
2024-05-03[ruby/prism] Disallow keywords and blocks in index expressionsKevin Newton
2024-05-03[ruby/prism] Change ConstantPathNode#child to ConstantPathNode#{name,name_loc}Kevin Newton
2024-05-02[PRISM] Enable newline testKevin Newton
2024-05-01[PRISM] Fix up error message expectationsKevin Newton
2024-05-01[ruby/prism] Support passing version 3.3.1Kevin Newton
2024-05-01[ruby/prism] CRuby error message for trailing underscore in numberKevin Newton