summaryrefslogtreecommitdiff
path: root/ruby_parser.c
AgeCommit message (Expand)Author
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
2024-04-04Move shareable_constant_value logic from parse.y to compile.cyui-knk
2024-04-02Remove `rb_imemo_tmpbuf_t` from parseryui-knk
2024-04-02[Feature #20331] Simplify parser warnings for hash keys duplication and when ...yui-knk
2024-04-01Remove unnecessary macros and functions for Universal ParserS-H-GAMELINKS
2024-03-21Fix Ripper memory allocation size when enabled Universal ParserS-H-GAMELINKS
2024-03-12[Universal Parser] Reduce dependence on RArray in parse.yHASUMI Hitoshi
2024-02-23Use rb_str_to_interned_str in parse.yPeter Zhu
2024-02-21Add IMEMO_NEWPeter Zhu
2024-02-21Remove not used universal parser macros and functionsyui-knk
2024-02-21Introduce NODE_REGX to manage regexp literalyui-knk
2024-02-20Use rb_gc_mark_and_move for imemoPeter Zhu
2024-02-20Remove uneeded Universal Parser propertiesS-H-GAMELINKS