Age | Commit message (Expand) | Author |
---|
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-06 | Remove SYM2ID for Parser | S-H-GAMELINKS |
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-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-26 | Remove rb_str_cat for parser | S-H-GAMELINKS |
2024-09-22 | Reuse dedent_string function in rb_ruby_ripper_dedent_string function | S-H-GAMELINKS |
2024-08-27 | Remove `enc_coderange_broken` field from `struct rb_parser_config_struct` | yui-knk |
2024-06-02 | Remove unused functions from struct rb_parser_config_struct | S-H-GAMELINKS |
2024-05-31 | Revert 528c4501f46fbe1e06028d673a777ef124d29829 | Yusuke Endoh |
2024-05-28 | Precompute embedded string literals hash code | Jean Boussier |
2024-05-13 | Constify encoding type in universal parser | Nobuyoshi Nakada |
2024-05-04 | Change return value of `gets` function to be `rb_parser_string_t *` instead o... | yui-knk |
2024-05-03 | Rename `vast` to `ast_value` | yui-knk |
2024-05-02 | Fix memory of `rb_ast_t` in parser | Nobuyoshi Nakada |
2024-05-02 | Revert "Fix memory of rb_ast_t in parser" | yui-knk |
2024-04-30 | Use `rb_parser_string_t *` as `ruby_sourcefile_string` | yui-knk |
2024-04-29 | Fix memory of rb_ast_t in parser | Peter Zhu |
2024-04-29 | Fix memory in ruby_parser | Peter Zhu |
2024-04-28 | Remove `ast_new` field from `struct rb_parser_config_struct` | yui-knk |
2024-04-28 | [Universal parser] Improve AST structure | HASUMI Hitoshi |
2024-04-27 | Add line_count field to rb_ast_body_t | HASUMI Hitoshi |
2024-04-26 | Set `SCRIPT_LINES__` outside of parser | yui-knk |
2024-04-26 | [Universal parser] Decouple IMEMO from rb_ast_t | HASUMI Hitoshi |
2024-04-24 | Remove unused functions from `struct rb_parser_config_struct` | yui-knk |
2024-04-23 | Remove unused functions from `struct rb_parser_config_struct` | yui-knk |
2024-04-23 | Move encoding object conversion outside of parser | yui-knk |
2024-04-23 | Remove unused functions from `struct rb_parser_config_struct` | yui-knk |
2024-04-23 | Remove unused functions from `struct rb_parser_config_struct` | yui-knk |
2024-04-23 | Refactor parser compile functions | yui-knk |
2024-04-21 | Remove unused functions from struct `rb_parser_config_struct` | S-H-GAMELINKS |
2024-04-20 | Remove unused function | yui-knk |
2024-04-20 | Remove unused functions from `struct rb_parser_config_struct` | yui-knk |
2024-04-20 | Parser and universal parser share wrapper functions | yui-knk |
2024-04-16 | Remove unused functions from `struct rb_parser_config_struct` | yui-knk |
2024-04-15 | [Universal parser] DeVALUE of p->debug_lines and ast->body.script_lines | HASUMI Hitoshi |
2024-04-14 | Remove unused functions from `struct rb_parser_config_struct` | yui-knk |
2024-04-11 | compile.c: use rb_enc_interned_str to reduce allocations | Jean Boussier |
2024-04-11 | Remove unused function from `struct rb_parser_config_struct` | yui-knk |
2024-04-09 | Remove unused function from `struct rb_parser_config_struct` | yui-knk |
2024-04-06 | Remove unused function from `struct rb_parser_config_struct` | yui-knk |
2024-04-06 | Remove unused functions from `struct rb_parser_config_struct` | S-H-GAMELINKS |
2024-04-05 | Remove unused functions from `struct rb_parser_config_struct` | yui-knk |
2024-04-04 | Remove unused function from `struct rb_parser_config_struct` | yui-knk |
2024-04-04 | Separate SCRIPT_LINES__ from ast.c | HASUMI Hitoshi |