summaryrefslogtreecommitdiff
path: root/prism/prism.c
AgeCommit message (Expand)Author
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-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-08[ruby/prism] Hashes need to deoptimize based on their contentsAaron Patterson
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] 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] Provide flags for changing encodingsKevin Newton
2023-12-06[ruby/prism] Add locals_body_index to DefNode, BlockNode, LambdaNodeJemma Issroff
2023-12-05[ruby/prism] Fix defined with new lineeileencodes
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
2023-12-04[ruby/prism] Refactor pm_diagnostic_t and pm_comment_t to use pm_location_tLily Lyons
2023-12-04[ruby/prism] Check "void value expression" for array literalsTSUYUSATO Kitsune
2023-12-01[ruby/prism] Fix parsing heredoc endsHaldun Bayhantopcu
2023-12-01[ruby/prism] Change numbered parametersKevin Newton
2023-12-01[ruby/prism] Add missing context names to the switch in `debug_context`TSUYUSATO Kitsune
2023-12-01[ruby/prism] Improve to handle unterminated stringsTSUYUSATO Kitsune
2023-12-01[ruby/prism] Fix `not_provided` commentTSUYUSATO Kitsune
2023-12-01[PRISM] Remove transparent scope nodesMatt Valentine-House
2023-11-30[ruby/prism] Group encodings into a single arrayKevin Newton
2023-11-30[ruby/prism] Do not expose encodings that do not need to be exposedKevin Newton
2023-11-30[ruby/prism] Remove ability to decode other encodingsKevin Newton
2023-11-30[ruby/prism] CESU encodingKevin Newton
2023-11-30[ruby/prism] EUC-TW encodingKevin Newton
2023-11-30[ruby/prism] GB18030 encodingKevin Newton
2023-11-30[ruby/prism] Emacs MULE encodingsKevin Newton
2023-11-30[PRISM] Big5 encodingsKevin Newton
2023-11-30[ruby/prism] EUC-KR encodingsKevin Newton
2023-11-30[ruby/prism] Support other EUC-JP encodingsKevin Newton
2023-11-30[PRISM] Consolidate SJIS encodingsKevin Newton
2023-11-30[ruby/prism] Add other UTF8 encodingsKevin Newton
2023-11-30[ruby/prism] Remove no-op assignmentHaldun Bayhantopcu
2023-11-30[ruby/prism] Fix typo in commentsid-707
2023-11-29[ruby/prism] Add MacJapanese encodingMatt Boldt
2023-11-29[ruby/prism] added CP950 encodingDhaval
2023-11-29[ruby/prism] Fixed comment on pm_parser_numbered_parameters_setJemma Issroff