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-11-10 | rb_strlen_lit: support wide string literals | 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-06-02 | Remove unused functions from struct rb_parser_config_struct | S-H-GAMELINKS |
2024-05-31 | Revert 528c4501f46fbe1e06028d673a777ef124d29829 | Yusuke Endoh |
2024-05-13 | Constify encoding type in universal parser | Nobuyoshi Nakada |
2024-04-30 | Use `rb_parser_string_t *` as `ruby_sourcefile_string` | yui-knk |
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 | 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-21 | Remove unused functions from struct `rb_parser_config_struct` | S-H-GAMELINKS |
2024-04-20 | Remove unused functions from `struct rb_parser_config_struct` | yui-knk |
2024-04-16 | Remove unused functions from `struct rb_parser_config_struct` | yui-knk |
2024-04-14 | Remove unused functions from `struct rb_parser_config_struct` | yui-knk |
2024-04-11 | Remove duplicated `st_init_table_with_size` definition | yui-knk |
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-02 | Remove `rb_imemo_tmpbuf_t` from parser | yui-knk |
2024-04-02 | [Feature #20331] Simplify parser warnings for hash keys duplication and when ... | yui-knk |
2024-04-01 | Remove unnecessary macros and functions for Universal Parser | S-H-GAMELINKS |
2024-03-12 | [Universal Parser] Reduce dependence on RArray in parse.y | HASUMI Hitoshi |
2024-02-23 | Use rb_str_to_interned_str in parse.y | Peter Zhu |
2024-02-21 | Remove not used universal parser macros and functions | yui-knk |
2024-02-20 | Remove uneeded Universal Parser properties | S-H-GAMELINKS |
2024-02-19 | [Bug #20280] Check by `rb_parser_enc_str_coderange` | Nobuyoshi Nakada |
2024-02-19 | [Bug #20280] Raise SyntaxError on invalid encoding symbol | Nobuyoshi Nakada |
2024-02-13 | Fix memory when parsing invalid hash symbol | Peter Zhu |
2024-02-09 | Remove ruby object from string nodes | yui-knk |
2024-01-31 | Introduced `rb_node_const_decl_val` function | S.H |
2024-01-12 | Statically allocate parser config | yui-knk |
2024-01-07 | Remove unneeded rb_parser_config_struct struct properties for Universal Parser | S-H-GAMELINKS |
2024-01-07 | Introduce Numeric Node's | S-H-GAMELINKS |
2023-12-28 | Add errno_ptr property for Universal Parser | yui-knk |
2023-12-28 | Add ary_modify property for Universal Parser | yui-knk |
2023-10-14 | Manage `rb_strterm_t` without imemo | Nobuyoshi Nakada |
2023-09-22 | Directly free structure managed by imemo tmpbuf | yui-knk |