summaryrefslogtreecommitdiff
path: root/test/ruby/test_ast.rb
AgeCommit message (Expand)Author
2025-12-30[Bug #21784] Fix the Proc#source_location start_column for stabby lambdasBenoit Daloze
2025-09-12Suppress warnings when testing RubyVM::AbstractSyntaxTreeÉtienne Barrié
2025-08-30Add NODE SCLASS locationsS-H-GAMELINKS
2025-08-28Allow to get a NODE_SCOPE node of dummy stack frame of ArgumentErrorYusuke Endoh
2025-08-28Make `RubyVM::AST.of` return a parent node of NODE_SCOPEYusuke Endoh
2025-08-11Add NODE IN locationsS-H-GAMELINKS
2025-08-07Add MODULE NODE locationsS-H-GAMELINKS
2025-07-25Add NODE_DEFINED tests for cases with parentheses to test_ast.rbydah
2025-07-24Add DEFINED NODE locationsS-H-GAMELINKS
2025-06-15Implement COLON3 NODE locationsydah
2025-06-15Implement COLON2 NODE locationsydah
2025-05-29Fix memory leak with invalid yield in prismPeter Zhu
2025-04-04Fixed mismatched indentationHiroshi SHIBATA
2025-03-08Implement CLASS NODE locationsydah
2025-03-05Add tests for alias locations with special variables $`, $', and $+ydah
2025-03-03Implement POSTEXE NODE locationsydah
2025-01-09Implement FOR NODE locationsydah
2025-01-04Suppress warnings for flip-flop in test_ast.rbPeter Zhu
2025-01-04Implement FLIP3 NODE locationsydah
2025-01-04Implement FLIP2 NODE locationsydah
2025-01-04Implement DOT3 NODE locationsydah
2025-01-04Implement DOT2 NODE locationsydah
2025-01-04Implement REGX NODE locationsydah
2025-01-04Implement LAMBDA NODE locationsydah
2025-01-04Implement YIELD NODE locationsydah
2025-01-04Implement EVSTR NODE locationsydah
2025-01-03Implement SUPER NODE locationsydah
2025-01-03Implement IF NODE locationsydah
2024-10-03Update ruby test for colon-style hash inspecttompng
2024-09-30Implement SPLAT NODE keyword locationsydah
2024-09-28Implement OP_ASGN2 NODE locationsydah
2024-09-27Implement OP_ASGN1 NODE locationsydah
2024-09-25Implement BLOCK_PASS NODE keyword locationsydah
2024-09-25Implement RETURN NODE keyword locationsydah
2024-09-23Implement CASE3 NODE keyword locationsydah
2024-09-23Implement CASE2 NODE keyword locationsydah
2024-09-23Implement CASE NODE keyword locationsydah
2024-09-17Prevent warnings for RubyVM::AbstractSyntaxTree.parse in test_ast.rbYusuke Endoh
2024-09-12[PRISM] Omit some TestAST tests when Prism is enabledKevin Newton
2024-09-11Implement BREAK, NEXT and REDO NODE locationsydah
2024-09-11Implement WHILE and UNTIL NODE locationsydah
2024-09-09Implement WHEN NODE locationsydah
2024-09-05Implement AND/OR NODE operator locationsydah
2024-09-04Implement VALIAS NODE keyword locationsydah
2024-09-03Implement ALIAS NODE keyword locationsydah
2024-09-03Implement UNDEF NODE keyword locationsydah
2024-08-25[Bug #20680] `ensure` block is always void contextNobuyoshi Nakada
2024-07-23Implement UNLESS NODE keyword locationsyui-knk
2024-07-23[Feature #20624] Enhance `RubyVM::AbstractSyntaxTree::Node#locations`yui-knk
2024-07-18[PRISM] Refactor parser support into its own moduleKevin Newton