aboutsummaryrefslogtreecommitdiffstats
path: root/prism
Commit message (Expand)AuthorAgeFilesLines
* [ruby/prism] Update ordering of integer base flagsKevin Newton2023-12-071-2/+2
* [ruby/prism] Remove warnings check from parse_success? methodKevin Newton2023-12-071-7/+6
* [ruby/prism] Emit error for constant assignments in defsHaldun Bayhantopcu2023-12-063-0/+5
* [ruby/prism] Simplify unterminated stringKevin Newton2023-12-061-2/+2
* [ruby/prism] Move flag position consistently to frontKevin Newton2023-12-061-50/+50
* [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] Update documentation for encodingsKevin Newton2023-12-062-3/+3
* [ruby/prism] Provide flags for changing encodingsKevin Newton2023-12-0613-137/+279
* [ruby/prism] Add locals_body_index to DefNode, BlockNode, LambdaNodeJemma Issroff2023-12-062-3/+31
* Revert "allow enabling Prism via flag or env var"HParker2023-12-061-11/+0
* [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