Age | Commit message (Expand) | Author |
---|
2025-03-08 | Implement CLASS NODE locations | ydah |
2025-03-03 | Implement POSTEXE NODE locations | ydah |
2025-01-09 | Implement FOR NODE locations | ydah |
2025-01-04 | Implement FLIP3 NODE locations | ydah |
2025-01-04 | Implement FLIP2 NODE locations | ydah |
2025-01-04 | Implement DOT3 NODE locations | ydah |
2025-01-04 | Implement DOT2 NODE locations | ydah |
2025-01-04 | Implement REGX NODE locations | ydah |
2025-01-04 | Implement LAMBDA NODE locations | ydah |
2025-01-04 | Implement YIELD NODE locations | ydah |
2025-01-04 | Implement EVSTR NODE locations | ydah |
2025-01-03 | Implement SUPER NODE locations | ydah |
2025-01-03 | Remove spaces | Yudai Takada |
2025-01-03 | Change `rb_ast_compile` to a function that simply creates a parser and sets o... | ydah |
2025-01-03 | Extract `rb_ast_compile` | ydah |
2025-01-03 | Implement IF NODE locations | ydah |
2024-09-30 | Implement SPLAT NODE keyword locations | ydah |
2024-09-28 | Implement OP_ASGN2 NODE locations | ydah |
2024-09-27 | Implement OP_ASGN1 NODE locations | ydah |
2024-09-25 | Implement BLOCK_PASS NODE keyword locations | ydah |
2024-09-25 | Implement RETURN NODE keyword locations | ydah |
2024-09-23 | Implement CASE3 NODE keyword locations | ydah |
2024-09-23 | Implement CASE2 NODE keyword locations | ydah |
2024-09-23 | Implement CASE NODE keyword locations | ydah |
2024-09-11 | Implement BREAK, NEXT and REDO NODE locations | ydah |
2024-09-11 | Implement WHILE and UNTIL NODE locations | ydah |
2024-09-09 | Implement WHEN NODE locations | ydah |
2024-09-05 | Implement AND/OR NODE operator locations | ydah |
2024-09-04 | Implement VALIAS NODE keyword locations | ydah |
2024-09-03 | Implement ALIAS NODE keyword locations | ydah |
2024-09-03 | Implement UNDEF NODE keyword locations | ydah |
2024-07-26 | Change RESBODY Node structure | yui-knk |
2024-07-23 | Implement UNLESS NODE keyword locations | yui-knk |
2024-07-23 | [Feature #20624] Enhance `RubyVM::AbstractSyntaxTree::Node#locations` | yui-knk |
2024-07-20 | Change UNDEF Node structure | yui-knk |
2024-07-02 | Resize arrays in `rb_ary_freeze` and use it for freezing arrays | eileencodes |
2024-05-03 | Rename `vast` to `ast_value` | yui-knk |
2024-04-27 | Add line_count field to rb_ast_body_t | HASUMI Hitoshi |
2024-04-26 | [Universal parser] Decouple IMEMO from rb_ast_t | HASUMI Hitoshi |
2024-04-23 | Refactor parser compile functions | yui-knk |
2024-04-15 | [Universal parser] DeVALUE of p->debug_lines and ast->body.script_lines | HASUMI Hitoshi |
2024-04-04 | Separate SCRIPT_LINES__ from ast.c | HASUMI Hitoshi |
2024-04-04 | NODE_LIT is not used anymore | yui-knk |
2024-03-12 | [Universal Parser] Reduce dependence on RArray in parse.y | HASUMI Hitoshi |
2024-02-21 | Add error for iseqs compiled by prism | Kevin Newton |
2024-02-21 | Introduce NODE_REGX to manage regexp literal | yui-knk |
2024-02-20 | [Feature #20257] Rearchitect Ripper | yui-knk |
2024-02-09 | Remove ruby object from string nodes | yui-knk |
2024-01-28 | Rename `nd_head` in `RNode_RESBODY` as `nd_next` | Nobuyoshi Nakada |
2024-01-27 | Introduce `NODE_ENCODING` | S.H |