aboutsummaryrefslogtreecommitdiffstats
path: root/test/prism
Commit message (Expand)AuthorAgeFilesLines
* [ruby/prism] Check void expressions for constant pathsTSUYUSATO Kitsune2023-11-271-0/+14
* [ruby/prism] Fix and reuse pm_call_node_index_pTSUYUSATO Kitsune2023-11-273-213/+389
* [ruby/prism] Fix LocalVariableTargetNode depth in patternsTSUYUSATO Kitsune2023-11-232-28/+110
* [ruby/prism] Check void values in singleton class (`class <<`)TSUYUSATO Kitsune2023-11-221-0/+3
* [ruby/prism] Fix associativity of binary range with begin-less rangeTSUYUSATO Kitsune2023-11-223-16/+47
* [ruby/prism] Reject statements at non-statement posisionsTSUYUSATO Kitsune2023-11-221-0/+48
* [ruby/prism] Add and use pm_parser_local_depth_constant_idTSUYUSATO Kitsune2023-11-221-65/+51
* [ruby/prism] Allow `&` forwarding in a method having `...` parameterTSUYUSATO Kitsune2023-11-222-0/+55
* [ruby/prism] Add `CP949` encodingheyogrady2023-11-221-0/+1
* [ruby/prism] Add KOI8-U encodingPatrick O'Grady2023-11-221-0/+1
* [ruby/prism] Move CallNode#name field between receiver and argumentsBenoit Daloze2023-11-22576-5528/+5528
* [ruby/prism] Add SPLAT flag on ArrayNode indicating if it contains splat elem...Jemma Issroff2023-11-2185-215/+430
* [PRISM] Rename flag to CONTAINS_KEYWORD_SPLATJemma Issroff2023-11-2113-17/+17
* [ruby/prism] Fix lex_state_beg_pHaldun Bayhantopcu2023-11-212-28/+202
* [ruby/prism] feat: adds encoding for TIS-620Thiago Araujo2023-11-211-0/+1
* [ruby/prism] Fix `..` and `...` to be non-associativeHiroya Fujinami2023-11-211-0/+8
* [ruby/prism] Fix constant path full name when parent is not aVinicius Stock2023-11-211-0/+27
* [ruby/prism] Warning for ENDs in methodsHaldun Bayhantopcu2023-11-211-0/+11
* [ruby/prism] Remove string concat in favor of a flat listKevin Newton2023-11-219-265/+272
* [ruby/prism] Check a token after targets more strictlyHiroya Fujinami2023-11-211-0/+5
* [ruby/prism] Build the ability to format errorsKevin Newton2023-11-211-14/+14
* [ruby/prism] Split up CaseNode and CaseMatchNodeKevin Newton2023-11-2141-121/+128
* Rename the big5-hkscs stuff to something more generic and add UAO sharing com...Ryan Garver2023-11-201-0/+1
* [ruby/prism] Fix locations derived from arguments.Haldun Bayhantopcu2023-11-203-9/+9
* [ruby/prism] Replace match write locals with match write targetsKevin Newton2023-11-204-30/+109
* [ruby/prism] adds encodings for ibm869Lynne Ashminov2023-11-201-0/+1
* [ruby/prism] Add and test ibm863 encodingMaple Ong2023-11-201-0/+1
* [ruby/prism] Disallow defining a numbered parameter methodKevin Newton2023-11-201-0/+7
* [ruby/prism] feat: Adds macCroatian encodingDavid Wessman2023-11-201-0/+1
* [ruby/prism] Add character APIs for locationsKevin Newton2023-11-201-0/+32
* [ruby/prism] Correctly parse the `resuce` modifier in the rhs of theHiroya Fujinami2023-11-206-363/+363
* [ruby/prism] Fix parsing `...` in argumentsHiroya Fujinami2023-11-201-0/+14
* [ruby/prism] feat: add encoding for IBM865Derek Moore2023-11-201-0/+1
* [ruby/prism] Don't add an invalid identifier capture to localsHiroya Fujinami2023-11-192-7/+67
* [ruby/prism] feat: add encoding for ibm866Syed Faraaz Ahmad2023-11-191-0/+1
* [ruby/prism] Add GB1988 encodingOrhan Toy2023-11-191-0/+1
* [ruby/prism] Add macCyrillic encodingOrhan Toy2023-11-191-0/+1
* [ruby/prism] Big5 HKSCS encodingRyan Garver2023-11-181-0/+1
* [ruby/prism] Add IBM864 encodingMike Dalton2023-11-181-0/+1
* [ruby/prism] Add macCentEuro encodingThomas Marshall2023-11-181-0/+1
* [ruby/prism] add Windows-874 encodingPeter Cai2023-11-171-0/+1
* [ruby/prism] Update spacing in encoding_test.rbKevin Newton2023-11-171-1/+1
* [ruby/prism] Add macThaiHaldun Bayhantopcu2023-11-171-0/+1
* [ruby/prism] Add macRomanHaldun Bayhantopcu2023-11-171-0/+1
* [ruby/prism] Do not allow trailing commas in calls without parenthesisHaldun Bayhantopcu2023-11-171-0/+6
* [ruby/prism] Never test locale encodingKevin Newton2023-11-171-3/+2
* [ruby/prism] Do not test locale encoding on windowsKevin Newton2023-11-171-1/+4
* [ruby/prism] Add macTurkishHaldun Bayhantopcu2023-11-171-0/+1
* [ruby/prism] Add macGreek encodingKevin Newton2023-11-161-0/+1
* [ruby/prism] Only run encoding tests on CRubyKevin Newton2023-11-161-2/+3