aboutsummaryrefslogtreecommitdiffstats
path: root/prism
Commit message (Expand)AuthorAgeFilesLines
* [ruby/prism] Fix defined with new lineeileencodes2023-12-051-0/+1
* allow enabling Prism via flag or env varHParker2023-12-051-0/+11
* [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-046-28/+18
* [ruby/prism] Check "void value expression" for array literalsTSUYUSATO Kitsune2023-12-041-3/+3
* [ruby/prism] Prism.parse_success?(source)Kevin Newton2023-12-013-0/+91
* [ruby/prism] Fix parsing heredoc endsHaldun Bayhantopcu2023-12-011-28/+67
* [ruby/prism] Change numbered parametersKevin Newton2023-12-0112-40/+95
* Remove unused files in prismKevin Newton2023-12-016-3097/+0
* [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-012-46/+4
* [ruby/prism] Correctly pass around const pm_encoding_t *Kevin Newton2023-11-305-7/+7
* [ruby/prism] Document remaining encodingsKevin Newton2023-11-302-3/+2
* [ruby/prism] Group encodings into a single arrayKevin Newton2023-11-303-1041/+965
* [ruby/prism] Do not expose encodings that do not need to be exposedKevin Newton2023-11-303-375/+311
* [ruby/prism] Remove ability to decode other encodingsKevin Newton2023-11-303-54/+1
* [ruby/prism] Remove public ASCII functions that can now be staticKevin Newton2023-11-302-36/+3
* [PRISM] Consolidate prism encoding filesKevin Newton2023-11-305-117/+3121
* [ruby/prism] CESU encodingKevin Newton2023-11-303-0/+106
* [ruby/prism] EUC-TW encodingKevin Newton2023-11-303-99/+75
* [ruby/prism] Shorter function definitions in pm_big5.cKevin Newton2023-11-301-9/+9
* [ruby/prism] GB18030 encodingKevin Newton2023-11-303-0/+47
* [ruby/prism] Emacs MULE encodingsKevin Newton2023-11-303-15/+93
* [PRISM] Big5 encodingsKevin Newton2023-11-304-113/+39
* [ruby/prism] EUC-KR encodingsKevin Newton2023-11-303-1/+86
* [ruby/prism] Support other EUC-JP encodingsKevin Newton2023-11-303-3/+27
* [PRISM] Alias CP51932 to EUC-JPKevin Newton2023-11-302-57/+10
* [PRISM] Consolidate SJIS encodingsKevin Newton2023-11-305-115/+57
* [ruby/prism] Add other UTF8 encodingsKevin Newton2023-11-303-3/+39
* [ruby/prism] Remove no-op assignmentHaldun Bayhantopcu2023-11-301-1/+0
* [ruby/prism] Fix typo in commentsid-7072023-11-301-1/+1
* [prism] Remove escaping C source filesKevin Newton2023-11-301-4/+0
* [ruby/prism] Add MacJapanese encodingMatt Boldt2023-11-293-0/+60
* [ruby/prism] added CP950 encodingDhaval2023-11-293-0/+59
* [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-2910-18/+58
* [ruby/prism] Rename varint as varuintJean Boussier2023-11-295-58/+58
* [ruby/prism] Reject class/module defs in method params/rescue/ensure/elseTSUYUSATO Kitsune2023-11-293-15/+41
* [ruby/prism] Implicit rest nodesKevin Newton2023-11-282-24/+59
* [ruby/prism] Add numbered_parameters field to BlockNode and LambdaNodeJemma Issroff2023-11-283-18/+47
* Add in missing errorKevin Newton2023-11-281-0/+1
* [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-282-11/+3
* [ruby/prism] Check circular references in default values of paramsTSUYUSATO Kitsune2023-11-283-1/+27