aboutsummaryrefslogtreecommitdiffstats
path: root/prism
Commit message (Expand)AuthorAgeFilesLines
* [ruby/prism] Remove blank lineKevin Newton2023-11-231-1/+0
* [ruby/prism] Fix LocalVariableTargetNode depth in patternsTSUYUSATO Kitsune2023-11-231-4/+29
* [ruby/prism] Check void values in singleton class (`class <<`)TSUYUSATO Kitsune2023-11-221-1/+1
* [ruby/prism] Join range checks into the main parse_expression switchKevin Newton2023-11-221-9/+10
* [ruby/prism] Fix associativity of binary range with begin-less rangeTSUYUSATO Kitsune2023-11-221-1/+12
* [ruby/prism] Combine expression checks into a single switchKevin Newton2023-11-221-16/+19
* [ruby/prism] Remove TODOTSUYUSATO Kitsune2023-11-221-4/+1
* [ruby/prism] Reject statements at non-statement posisionsTSUYUSATO Kitsune2023-11-223-0/+37
* [ruby/prism] Add and use pm_parser_local_depth_constant_idTSUYUSATO Kitsune2023-11-221-2/+8
* [ruby/prism] Add `CP949` encodingheyogrady2023-11-223-0/+59
* [ruby/prism] Add KOI8-U encodingPatrick O'Grady2023-11-223-2/+39
* [ruby/prism] Move CallNode#name field between receiver and argumentsBenoit Daloze2023-11-221-2/+2
* [ruby/prism] Add SPLAT flag on ArrayNode indicating if it contains splat elem...Jemma Issroff2023-11-212-0/+12
* [PRISM] Rename flag to CONTAINS_KEYWORD_SPLATJemma Issroff2023-11-212-3/+3
* [ruby/prism] Remove handling OptionalNodeField in set_newline_flagHiroya Fujinami2023-11-211-1/+1
* [ruby/prism] Update to v0.18.0Kevin Newton2023-11-213-6/+6
* [ruby/prism] Fix lex_state_beg_pHaldun Bayhantopcu2023-11-211-1/+1
* [ruby/prism] feat: adds encoding for TIS-620Thiago Araujo2023-11-213-0/+39
* [ruby/prism] Fix `..` and `...` to be non-associativeHiroya Fujinami2023-11-211-6/+4
* [ruby/prism] Warning for ENDs in methodsHaldun Bayhantopcu2023-11-213-0/+6
* [ruby/prism] Remove string concat in favor of a flat listKevin Newton2023-11-212-46/+21
* [ruby/prism] Check a token after targets more strictlyHiroya Fujinami2023-11-211-2/+8
* [ruby/prism] Build the ability to format errorsKevin Newton2023-11-213-12/+101
* [ruby/prism] Split up CaseNode and CaseMatchNodeKevin Newton2023-11-214-14/+119
* Rename the big5-hkscs stuff to something more generic and add UAO sharing com...Ryan Garver2023-11-204-54/+65
* [ruby/prism] Fix locations derived from arguments.Haldun Bayhantopcu2023-11-201-36/+30
* [ruby/prism] Replace match write locals with match write targetsKevin Newton2023-11-202-36/+77
* [ruby/prism] adds encodings for ibm869Lynne Ashminov2023-11-203-0/+38
* [ruby/prism] Add and test ibm863 encodingMaple Ong2023-11-203-0/+38
* [ruby/prism] Disallow defining a numbered parameter methodKevin Newton2023-11-201-47/+45
* [ruby/prism] feat: Adds macCroatian encodingDavid Wessman2023-11-203-0/+37
* [ruby/prism] Add character APIs for locationsKevin Newton2023-11-201-10/+4
* [ruby/prism] Correctly parse the `resuce` modifier in the rhs of theHiroya Fujinami2023-11-201-37/+60
* [ruby/prism] Remove non-ASCII source charactersKevin Newton2023-11-202-12/+21
* [ruby/prism] Fix parsing `...` in argumentsHiroya Fujinami2023-11-203-0/+15
* [ruby/prism] feat: add encoding for IBM865Derek Moore2023-11-203-0/+38
* [ruby/prism] Don't add an invalid identifier capture to localsHiroya Fujinami2023-11-191-2/+39
* [ruby/prism] feat: add encoding for ibm866Syed Faraaz Ahmad2023-11-193-0/+38
* [ruby/prism] Add GB1988 encodingOrhan Toy2023-11-193-0/+37
* [ruby/prism] Add macCyrillic encodingOrhan Toy2023-11-193-0/+37
* [ruby/prism] Fix typos in comments and docsMartin Emde2023-11-191-1/+1
* [ruby/prism] Big5 HKSCS encodingRyan Garver2023-11-183-0/+56
* [ruby/prism] Add IBM864 encodingMike Dalton2023-11-183-0/+38
* [ruby/prism] Faster lex_keywordHaldun Bayhantopcu2023-11-181-47/+50
* [ruby/prism] Add macCentEuro encodingThomas Marshall2023-11-183-0/+37
* [ruby/prism] Revert "Ensure serialized file is little endian"Kevin Newton2023-11-183-34/+9
* [ruby/prism] Ensure serialized file is little endianKevin Newton2023-11-173-9/+34
* [ruby/prism] Silence clang analyzer warnings for the memory leaksHaldun Bayhantopcu2023-11-171-0/+5
* [ruby/prism] add Windows-874 encodingPeter Cai2023-11-173-0/+38
* [ruby/prism] Add macThaiHaldun Bayhantopcu2023-11-173-0/+37