summaryrefslogtreecommitdiff
path: root/test/prism
AgeCommit message (Expand)Author
2024-02-12[ruby/prism] Error messages closer to CRubyKevin Newton
2024-02-12[ruby/prism] ruby_parser translatorKevin Newton
2024-02-12[ruby/prism] Fix unary not locationKevin Newton
2024-02-12[ruby/prism] Move Prism::RipperCompat to Prism::Translation::RipperNoah Gibbs
2024-02-12[ruby/prism] Unary not name locationKevin Newton
2024-02-09[ruby/prism] RipperCompat: add array-refs, assigns, symbols, stringsNoah Gibbs
2024-02-08[ruby/prism] RipperCompat: support for more features.Noah Gibbs
2024-02-07[ruby/prism] More different block-call syntaxes, support more types of method...Noah Gibbs
2024-02-07[ruby/prism] Support &. calls and calling with blocks, test with fixturesNoah Gibbs
2024-02-07[ruby/prism] RipperCompat: support more kinds of method calls and operators.Noah Gibbs
2024-02-07[ruby/prism] Support for Ruby 2.7Kevin Newton
2024-02-07[ruby/prism] Even more ripper compatKevin Newton
2024-02-07[ruby/prism] More visitors and tests for RipperCompatNoah Gibbs
2024-02-06[ruby/prism] Implement file parsing error handlingeileencodes
2024-02-06[ruby/prism] Better invalid token messagesKevin Newton
2024-02-05[ruby/prism] Change the location of an implicit begin to methodKevin Newton
2024-02-05Sync to latest prismKevin Newton
2024-02-02[ruby/prism] Fix up multibyte escapesKevin Newton
2024-02-02[ruby/prism] Turn off LibrarySymbolsTest on powerpc64leKevin Newton
2024-02-01[ruby/prism] Amend assert in pm_utf_8_codepoint(), n=0 is fineAlan Wu
2024-02-01[ruby/prism] Remove locals_body_indexKevin Newton
2024-02-01[ruby/prism] Check literals for receiverHaldun Bayhantopcu
2024-01-30Update forwarding locals for prismAaron Patterson
2024-01-30[ruby/prism] Better error messages for unexpected tokens in prefixKevin Newton
2024-01-29[ruby/prism] Fix binding power for modifier rescueKevin Newton
2024-01-27[ruby/prism] Add parser translationKevin Newton
2024-01-27[ruby/prism] Error follow-upKevin Newton
2024-01-26[ruby/prism] Add level to warnings and errors to categorize themBenoit Daloze
2024-01-26[ruby/prism] Symbol encoding follow-upKevin Newton
2024-01-26[ruby/prism] Track whether a Symbol should have its encoding changed from the...Kevin Menard
2024-01-26[ruby/prism] Fix multiple assigns with newlinesHaldun Bayhantopcu
2024-01-26[ruby/prism] Add testsHaldun Bayhantopcu
2024-01-26[ruby/prism] Change binding power for modifiers in case-in nodesMax Prokopiev
2024-01-25[PRISM] Fix VM_CALL_ARGS_SPLAT_MUT failuresKevin Newton
2024-01-25[ruby/prism] Fix Ruby head buildKevin Newton
2024-01-24Do not use ruby2_keywords for ... argument forwardingJeremy Evans
2024-01-24[ruby/prism] Add missing snapshot for the new fileMax Prokopiev
2024-01-24[ruby/prism] Extract snippet into its own file and skip in TruffleRubyMax Prokopiev
2024-01-24[ruby/prism] Force encoding during deserialization of constantsMax Prokopiev
2024-01-24[ruby/prism] Add an implicit node for the target of a hash patternKevin Newton
2024-01-22[ruby/prism] Reference prism after requireKevin Newton
2024-01-22[ruby/prism] Return 1-indexed line numbersKevin Newton
2024-01-22[ruby/prism] Unescape method name for unary methods.Matt Valentine-House
2024-01-19[ruby/prism] Handle stovetop start in constant path fullnameAdam Hess
2024-01-17[ruby/prism] Test version: 3.3.0Takashi Kokubun
2024-01-17[ruby/prism] Fix => ^itTakashi Kokubun
2024-01-17[ruby/prism] Parse `it` default parameterTakashi Kokubun
2024-01-17[ruby/prism] Fix prism brace association for constant-like method/local callsAdam Hess
2024-01-16[ruby/prism] Correct the "ambiguous first argument" conditionTSUYUSATO Kitsune
2024-01-11[ruby/prism] Exclude encodings that are dynamicKevin Newton