Age | Commit message (Expand) | Author |
---|
8 days | Implement COLON3 NODE locations | ydah |
8 days | Implement COLON2 NODE locations | ydah |
9 days | Get rid of FL_EXIVAR | Jean Boussier |
2025-03-08 | Implement CLASS NODE locations | ydah |
2025-03-03 | Implement POSTEXE NODE locations | ydah |
2025-02-15 | Remove rb_enc_associate for Parser | S-H-GAMELINKS |
2025-02-02 | Remove rb_exc_raise for Parser | S-H-GAMELINKS |
2025-01-28 | Remove rb_usascii_encoding for Parser | S-H-GAMELINKS |
2025-01-20 | Remove rb_obj_as_string for Parser | S-H-GAMELINKS |
2025-01-09 | Implement FOR NODE locations | ydah |
2025-01-06 | Remove SYM2ID for Parser | S-H-GAMELINKS |
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 | Implement IF NODE locations | ydah |
2025-01-02 | Remove rb_ary_push for parser | S-H-GAMELINKS |
2024-12-19 | [Bug #20969] Pass `assignable` from ripper | Nobuyoshi Nakada |
2024-10-25 | Remove rb_ary_new for parser | S-H-GAMELINKS |
2024-09-30 | Implement SPLAT NODE keyword locations | ydah |
2024-09-28 | Implement OP_ASGN2 NODE locations | ydah |
2024-09-28 | Remove on `RSTRING_END` dependency from parser | Nobuyoshi Nakada |
2024-09-27 | Reduce `is_ascii_string` function dependency for parser | S-H-GAMELINKS |
2024-09-27 | Implement OP_ASGN1 NODE locations | ydah |
2024-09-26 | Remove rb_str_cat for parser | S-H-GAMELINKS |
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-22 | Reuse dedent_string function in rb_ruby_ripper_dedent_string function | S-H-GAMELINKS |
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-08-27 | Remove `enc_coderange_broken` field from `struct rb_parser_config_struct` | yui-knk |
2024-08-26 | Remove nonexist declarations | yui-knk |
2024-08-20 | Make same structures same | Nobuyoshi Nakada |
2024-07-26 | Remove `struct RNode_VALUES` | yui-knk |
2024-07-26 | Change RESBODY Node structure | yui-knk |
2024-07-23 | Implement UNLESS NODE keyword locations | yui-knk |
2024-07-20 | Change UNDEF Node structure | yui-knk |
2024-06-26 | Change `enum rb_parser_ary_data_type` default value to 1 for easy debug | yui-knk |
2024-06-25 | Parenthesize `nd_fl_newline` macro expressions | Nobuyoshi Nakada |
2024-06-18 | Optimized forwarding callers and callees | Aaron Patterson |