summaryrefslogtreecommitdiff
path: root/prism
AgeCommit message (Expand)Author
2023-12-16Revert all of commits after Prism 0.19.0 releaseHiroshi SHIBATA
2023-12-15[ruby/prism] Fix majority of RBS type mismatchesGopal Patel
2023-12-15[ruby/prism] String literal hash keys should be frozeneileencodes
2023-12-15[ruby/prism] Finish keyword hash node flag refactor by renaming flagUfuk Kayserilioglu
2023-12-15[ruby/prism] Fix eval parsing depthKevin Newton
2023-12-15[ruby/prism] Invalid pinned locals in pattern matchingKevin Newton
2023-12-15[ruby/prism] Add TODO commentKevin Newton
2023-12-15[ruby/prism] Add an error for `in` keyword in argumentsTSUYUSATO Kitsune
2023-12-14Bump prism to version 0.19.0Kevin Newton
2023-12-14[ruby/prism] Fix parse result for nesting pattern matchingKevin Newton
2023-12-14[ruby/prism] Fix the implementation of the flag on keyword hash nodesUfuk Kayserilioglu
2023-12-14[ruby/prism] Make equality operators non-associativeTSUYUSATO Kitsune
2023-12-14[ruby/prism] Fix hash pattern restKevin Newton
2023-12-13[ruby/prism] fix typo in docsAlex Koval
2023-12-13[ruby/prism] Fix hash deopt based on contentsUfuk Kayserilioglu
2023-12-12[ruby/prism] Use new flag setters for attribute writeKevin Newton
2023-12-12[ruby/prism] Start using flag macros/methods exclusivelyUfuk Kayserilioglu
2023-12-12[ruby/prism] Add methods for setting/unsetting and macros for testing a flagsUfuk Kayserilioglu
2023-12-12[ruby/prism] Flag for attribute write on callsKevin Newton
2023-12-12[ruby/prism] Start `KeywordHashNode`s with `STATIC_KEYS` set, until hit an el...Ufuk Kayserilioglu
2023-12-12[ruby/prism] Add `STATIC_KEYS` flag for `KeywordHashNode`Ufuk Kayserilioglu
2023-12-11[ruby/prism] Regexp terminator escapesKevin Newton
2023-12-11[ruby/prism] Handle a non-interpolated dsym spanning a heredocKevin Newton
2023-12-11[ruby/prism] Correct escapes when ctrl+meta+escapeKevin Newton
2023-12-11[ruby/prism] Split up CallNode in target positionKevin Newton
2023-12-11[ruby/prism] Fix parsing unterminated empty string `"`TSUYUSATO Kitsune
2023-12-11[ruby/prism] Fix to parse a (endless-)range with binary operatorsTSUYUSATO Kitsune
2023-12-10[ruby/prism] fix: escape newlineAlex Koval
2023-12-08[ruby/prism] Add necessary encoding flags for symbols and regexKevin Newton
2023-12-08[ruby/prism] A couple of small dot enhancementsKevin Newton
2023-12-08[ruby/prism] Hashes need to deoptimize based on their contentsAaron Patterson
2023-12-08[ruby/prism] More closely match CRuby error messagesKevin Newton
2023-12-07[ruby/prism] Update ordering of integer base flagsKevin Newton
2023-12-07[ruby/prism] Remove warnings check from parse_success? methodKevin Newton
2023-12-06[ruby/prism] Emit error for constant assignments in defsHaldun Bayhantopcu
2023-12-06[ruby/prism] Simplify unterminated stringKevin Newton
2023-12-06[ruby/prism] Move flag position consistently to frontKevin Newton
2023-12-06[ruby/prism] Fix closing loc for string literalsTSUYUSATO Kitsune
2023-12-06[ruby/prism] Fix one potential memory leak and silence one false positive rep...Haldun Bayhantopcu
2023-12-06[ruby/prism] Update documentation for encodingsKevin Newton
2023-12-06[ruby/prism] Provide flags for changing encodingsKevin Newton
2023-12-06[ruby/prism] Add locals_body_index to DefNode, BlockNode, LambdaNodeJemma Issroff
2023-12-06Revert "allow enabling Prism via flag or env var"HParker
2023-12-05[ruby/prism] Fix defined with new lineeileencodes
2023-12-05allow enabling Prism via flag or env varHParker
2023-12-05[ruby/prism] Remove unnecessary matchHaldun Bayhantopcu
2023-12-05[ruby/prism] Fix a typoTSUYUSATO Kitsune
2023-12-05[ruby/prism] Fix argument orderTSUYUSATO Kitsune
2023-12-05[ruby/prism] Fix some corner casesTSUYUSATO Kitsune
2023-12-05[ruby/prism] Fix to parse command-style method calls more correctlyTSUYUSATO Kitsune