summaryrefslogtreecommitdiff
path: root/test/prism/fixtures
AgeCommit message (Expand)Author
2023-12-16Revert all of commits after Prism 0.19.0 releaseHiroshi SHIBATA
2023-12-15[ruby/prism] Invalid pinned locals in pattern matchingKevin Newton
2023-12-14[ruby/prism] Fix parse result for nesting pattern matchingKevin Newton
2023-12-11[ruby/prism] Handle a non-interpolated dsym spanning a heredocKevin Newton
2023-12-11[ruby/prism] Fix to parse a (endless-)range with binary operatorsTSUYUSATO Kitsune
2023-12-05[ruby/prism] Fix defined with new lineeileencodes
2023-12-05[ruby/prism] Add test casesTSUYUSATO Kitsune
2023-12-05[ruby/prism] Fix some corner casesTSUYUSATO Kitsune
2023-12-05[ruby/prism] Fix to parse command-style method calls more correctlyTSUYUSATO Kitsune
2023-12-01[ruby/prism] Fix parsing heredoc endsHaldun Bayhantopcu
2023-12-01[ruby/prism] Fix comments after HEREDOCs again.Martin Emde
2023-11-30[ruby/prism] Fix lex_compat for `<<HEREDOC # comment` at EOFMartin Emde
2023-11-29[ruby/prism] Reject class/module defs in method params/rescue/ensure/elseTSUYUSATO Kitsune
2023-11-28[ruby/prism] Reset `current_param_name` around closed scopesTSUYUSATO Kitsune
2023-11-28[ruby/prism] Fix to parse `*` as forwarding in `foo[*]` caseTSUYUSATO Kitsune
2023-11-27[ruby/prism] Fix and reuse pm_call_node_index_pTSUYUSATO Kitsune
2023-11-23[ruby/prism] Fix LocalVariableTargetNode depth in patternsTSUYUSATO Kitsune
2023-11-22[ruby/prism] Fix associativity of binary range with begin-less rangeTSUYUSATO Kitsune
2023-11-22[ruby/prism] Allow `&` forwarding in a method having `...` parameterTSUYUSATO Kitsune
2023-11-21[ruby/prism] Fix lex_state_beg_pHaldun Bayhantopcu
2023-11-20[ruby/prism] Replace match write locals with match write targetsKevin Newton
2023-11-19[ruby/prism] Don't add an invalid identifier capture to localsHiroya Fujinami
2023-11-16[ruby/prism] Fix calls with splat without parenthesisHaldun Bayhantopcu
2023-11-16[ruby/prism] Add test cases for `in` in `case` conditionTSUYUSATO Kitsune
2023-11-14[ruby/prism] fix: nested heredoc dedentation use-after-freeMike Dalessio
2023-11-12[ruby/prism] Reject invalid rational literals like `1e1r` on lexingTSUYUSATO Kitsune
2023-11-11[ruby/prism] Introduce non-associativility to `in` and `=>`TSUYUSATO Kitsune
2023-11-09[ruby/prism] Reset do_loop_stack around a body of a endless method definitionTSUYUSATO Kitsune
2023-11-01[ruby/prism] Forward parameters into arraysKevin Newton
2023-10-27[ruby/prism] Use MatchWriteNode on split InterpolatedRENKevin Newton
2023-10-26[ruby/prism] Ensure no extra multi-target nodes are createdKevin Newton
2023-10-18[ruby/prism] Fix lex compat when dedent should be 0Kevin Newton
2023-10-18[ruby/prism] Use the unescaped regexp to scan for capture groupsKevin Newton
2023-10-18[ruby/prism] Index{Operator,And,Or}WriteNodeKevin Newton
2023-10-17[ruby/prism] Fix up super with a blockargKevin Newton
2023-09-27Sync to prism rename commitsKevin Newton
2023-09-27Rename YARP filepaths to prism filepathsKevin Newton