summaryrefslogtreecommitdiff
path: root/prism
AgeCommit message (Expand)Author
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] Prism.parse_success?(source)Kevin Newton
2023-12-01[ruby/prism] Fix parsing heredoc endsHaldun Bayhantopcu
2023-12-01[ruby/prism] Change numbered parametersKevin Newton
2023-12-01Remove unused files in prismKevin 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] Correctly pass around const pm_encoding_t *Kevin Newton
2023-11-30[ruby/prism] Document remaining encodingsKevin Newton
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] Remove public ASCII functions that can now be staticKevin Newton
2023-11-30[PRISM] Consolidate prism encoding filesKevin Newton
2023-11-30[ruby/prism] CESU encodingKevin Newton
2023-11-30[ruby/prism] EUC-TW encodingKevin Newton
2023-11-30[ruby/prism] Shorter function definitions in pm_big5.cKevin 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] Alias CP51932 to EUC-JPKevin 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-30[prism] Remove escaping C source filesKevin Newton
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
2023-11-29[ruby/prism] Convert start line to signed integersJean Boussier
2023-11-29[ruby/prism] Rename varint as varuintJean Boussier
2023-11-29[ruby/prism] Reject class/module defs in method params/rescue/ensure/elseTSUYUSATO Kitsune
2023-11-28[ruby/prism] Implicit rest nodesKevin Newton
2023-11-28[ruby/prism] Add numbered_parameters field to BlockNode and LambdaNodeJemma Issroff
2023-11-28Add in missing errorKevin Newton
2023-11-28[ruby/prism] Reset `current_param_name` around closed scopesTSUYUSATO Kitsune
2023-11-28[ruby/prism] Use `0` for the default valie of `current_param_name`TSUYUSATO Kitsune
2023-11-28[ruby/prism] Check circular references in default values of paramsTSUYUSATO Kitsune
2023-11-28[ruby/prism] Fix to parse `*` as forwarding in `foo[*]` caseTSUYUSATO Kitsune
2023-11-28[ruby/prism] Move DATA parsing into its own parse result fieldKevin Newton
2023-11-28[ruby/prism] Use un-capitalized error messagesKevin Newton
2023-11-28[ruby/prism] Introduce char_is_identifier_utf8Haldun Bayhantopcu
2023-11-27[ruby/prism] Check void expressions for constant pathsTSUYUSATO Kitsune
2023-11-27[ruby/prism] Fix and reuse pm_call_node_index_pTSUYUSATO Kitsune