aboutsummaryrefslogtreecommitdiffstats
path: root/prism/prism.c
Commit message (Expand)AuthorAgeFilesLines
* [ruby/prism] Emit error for constant assignments in defsHaldun Bayhantopcu2023-12-061-0/+3
* [ruby/prism] Simplify unterminated stringKevin Newton2023-12-061-2/+2
* [ruby/prism] Fix closing loc for string literalsTSUYUSATO Kitsune2023-12-061-3/+3
* [ruby/prism] Fix one potential memory leak and silence one false positive rep...Haldun Bayhantopcu2023-12-061-0/+3
* [ruby/prism] Provide flags for changing encodingsKevin Newton2023-12-061-90/+165
* [ruby/prism] Add locals_body_index to DefNode, BlockNode, LambdaNodeJemma Issroff2023-12-061-3/+25
* [ruby/prism] Fix defined with new lineeileencodes2023-12-051-0/+1
* [ruby/prism] Remove unnecessary matchHaldun Bayhantopcu2023-12-051-5/+1
* [ruby/prism] Fix a typoTSUYUSATO Kitsune2023-12-051-1/+1
* [ruby/prism] Fix argument orderTSUYUSATO Kitsune2023-12-051-112/+112
* [ruby/prism] Fix some corner casesTSUYUSATO Kitsune2023-12-051-5/+5
* [ruby/prism] Fix to parse command-style method calls more correctlyTSUYUSATO Kitsune2023-12-051-156/+206
* [ruby/prism] Refactor pm_diagnostic_t and pm_comment_t to use pm_location_tLily Lyons2023-12-041-4/+3
* [ruby/prism] Check "void value expression" for array literalsTSUYUSATO Kitsune2023-12-041-3/+3
* [ruby/prism] Fix parsing heredoc endsHaldun Bayhantopcu2023-12-011-28/+67
* [ruby/prism] Change numbered parametersKevin Newton2023-12-011-27/+54
* [ruby/prism] Add missing context names to the switch in `debug_context`TSUYUSATO Kitsune2023-12-011-0/+3
* [ruby/prism] Improve to handle unterminated stringsTSUYUSATO Kitsune2023-12-011-27/+94
* [ruby/prism] Fix `not_provided` commentTSUYUSATO Kitsune2023-12-011-2/+1
* [PRISM] Remove transparent scope nodesMatt Valentine-House2023-12-011-39/+4
* [ruby/prism] Group encodings into a single arrayKevin Newton2023-11-301-3/+3
* [ruby/prism] Do not expose encodings that do not need to be exposedKevin Newton2023-11-301-194/+5
* [ruby/prism] Remove ability to decode other encodingsKevin Newton2023-11-301-26/+1
* [ruby/prism] CESU encodingKevin Newton2023-11-301-0/+1
* [ruby/prism] EUC-TW encodingKevin Newton2023-11-301-0/+1
* [ruby/prism] GB18030 encodingKevin Newton2023-11-301-0/+1
* [ruby/prism] Emacs MULE encodingsKevin Newton2023-11-301-0/+3
* [PRISM] Big5 encodingsKevin Newton2023-11-301-1/+2
* [ruby/prism] EUC-KR encodingsKevin Newton2023-11-301-1/+5
* [ruby/prism] Support other EUC-JP encodingsKevin Newton2023-11-301-0/+2
* [PRISM] Consolidate SJIS encodingsKevin Newton2023-11-301-0/+3
* [ruby/prism] Add other UTF8 encodingsKevin Newton2023-11-301-0/+3
* [ruby/prism] Remove no-op assignmentHaldun Bayhantopcu2023-11-301-1/+0
* [ruby/prism] Fix typo in commentsid-7072023-11-301-1/+1
* [ruby/prism] Add MacJapanese encodingMatt Boldt2023-11-291-0/+2
* [ruby/prism] added CP950 encodingDhaval2023-11-291-0/+1
* [ruby/prism] Fixed comment on pm_parser_numbered_parameters_setJemma Issroff2023-11-291-1/+1
* [ruby/prism] Convert start line to signed integersJean Boussier2023-11-291-6/+4
* [ruby/prism] Rename varint as varuintJean Boussier2023-11-291-1/+1
* [ruby/prism] Reject class/module defs in method params/rescue/ensure/elseTSUYUSATO Kitsune2023-11-291-13/+30
* [ruby/prism] Implicit rest nodesKevin Newton2023-11-281-23/+44
* [ruby/prism] Add numbered_parameters field to BlockNode and LambdaNodeJemma Issroff2023-11-281-15/+39
* [ruby/prism] Reset `current_param_name` around closed scopesTSUYUSATO Kitsune2023-11-281-0/+17
* [ruby/prism] Use `0` for the default valie of `current_param_name`TSUYUSATO Kitsune2023-11-281-6/+2
* [ruby/prism] Check circular references in default values of paramsTSUYUSATO Kitsune2023-11-281-1/+19
* [ruby/prism] Fix to parse `*` as forwarding in `foo[*]` caseTSUYUSATO Kitsune2023-11-281-1/+9
* [ruby/prism] Move DATA parsing into its own parse result fieldKevin Newton2023-11-281-2/+2
* [ruby/prism] Introduce char_is_identifier_utf8Haldun Bayhantopcu2023-11-281-7/+24
* [ruby/prism] Check void expressions for constant pathsTSUYUSATO Kitsune2023-11-271-0/+2
* [ruby/prism] Fix and reuse pm_call_node_index_pTSUYUSATO Kitsune2023-11-271-10/+5