summaryrefslogtreecommitdiff
path: root/ruby_parser.c
AgeCommit message (Expand)Author
2025-02-15Remove rb_enc_associate for ParserS-H-GAMELINKS
2025-02-02Remove rb_exc_raise for ParserS-H-GAMELINKS
2025-01-28Remove rb_usascii_encoding for ParserS-H-GAMELINKS
2025-01-20Remove rb_obj_as_string for ParserS-H-GAMELINKS
2025-01-06Remove SYM2ID for ParserS-H-GAMELINKS
2025-01-02Remove rb_ary_push for parserS-H-GAMELINKS
2024-12-19[Bug #20969] Pass `assignable` from ripperNobuyoshi Nakada
2024-10-25Remove rb_ary_new for parserS-H-GAMELINKS
2024-09-28Remove on `RSTRING_END` dependency from parserNobuyoshi Nakada
2024-09-27Reduce `is_ascii_string` function dependency for parserS-H-GAMELINKS
2024-09-26Remove rb_str_cat for parserS-H-GAMELINKS
2024-09-22Reuse dedent_string function in rb_ruby_ripper_dedent_string functionS-H-GAMELINKS
2024-08-27Remove `enc_coderange_broken` field from `struct rb_parser_config_struct`yui-knk
2024-06-02Remove unused functions from struct rb_parser_config_structS-H-GAMELINKS
2024-05-31Revert 528c4501f46fbe1e06028d673a777ef124d29829Yusuke Endoh
2024-05-28Precompute embedded string literals hash codeJean Boussier
2024-05-13Constify encoding type in universal parserNobuyoshi Nakada
2024-05-04Change return value of `gets` function to be `rb_parser_string_t *` instead o...yui-knk
2024-05-03Rename `vast` to `ast_value`yui-knk
2024-05-02Fix memory leak of `rb_ast_t` in parserNobuyoshi Nakada
2024-05-02Revert "Fix memory leak of rb_ast_t in parser"yui-knk
2024-04-30Use `rb_parser_string_t *` as `ruby_sourcefile_string`yui-knk
2024-04-29Fix memory leak of rb_ast_t in parserPeter Zhu
2024-04-29Fix memory leak in ruby_parserPeter Zhu
2024-04-28Remove `ast_new` field from `struct rb_parser_config_struct`yui-knk
2024-04-28[Universal parser] Improve AST structureHASUMI Hitoshi
2024-04-27Add line_count field to rb_ast_body_tHASUMI Hitoshi
2024-04-26Set `SCRIPT_LINES__` outside of parseryui-knk
2024-04-26[Universal parser] Decouple IMEMO from rb_ast_tHASUMI Hitoshi
2024-04-24Remove unused functions from `struct rb_parser_config_struct`yui-knk
2024-04-23Remove unused functions from `struct rb_parser_config_struct`yui-knk
2024-04-23Move encoding object conversion outside of parseryui-knk
2024-04-23Remove unused functions from `struct rb_parser_config_struct`yui-knk
2024-04-23Remove unused functions from `struct rb_parser_config_struct`yui-knk
2024-04-23Refactor parser compile functionsyui-knk
2024-04-21Remove unused functions from struct `rb_parser_config_struct`S-H-GAMELINKS
2024-04-20Remove unused functionyui-knk
2024-04-20Remove unused functions from `struct rb_parser_config_struct`yui-knk
2024-04-20Parser and universal parser share wrapper functionsyui-knk
2024-04-16Remove unused functions from `struct rb_parser_config_struct`yui-knk
2024-04-15[Universal parser] DeVALUE of p->debug_lines and ast->body.script_linesHASUMI Hitoshi
2024-04-14Remove unused functions from `struct rb_parser_config_struct`yui-knk
2024-04-11compile.c: use rb_enc_interned_str to reduce allocationsJean Boussier
2024-04-11Remove unused function from `struct rb_parser_config_struct`yui-knk
2024-04-09Remove unused function from `struct rb_parser_config_struct`yui-knk
2024-04-06Remove unused function from `struct rb_parser_config_struct`yui-knk
2024-04-06Remove unused functions from `struct rb_parser_config_struct`S-H-GAMELINKS
2024-04-05Remove unused functions from `struct rb_parser_config_struct`yui-knk
2024-04-04Remove unused function from `struct rb_parser_config_struct`yui-knk
2024-04-04Separate SCRIPT_LINES__ from ast.cHASUMI Hitoshi