summaryrefslogtreecommitdiff
path: root/ruby_parser.c
AgeCommit message (Expand)Author
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
2024-02-19[Bug #20280] Check by `rb_parser_enc_str_coderange`Nobuyoshi Nakada
2024-02-19[Bug #20280] Raise SyntaxError on invalid encoding symbolNobuyoshi Nakada
2024-02-13Fix memory leak when parsing invalid hash symbolPeter Zhu
2024-02-10Fix constant name of `Ractor::IsolationError` messageyui-knk
2024-02-10Include the first constant name into `Ractor::IsolationError` messageyui-knk
2024-02-09Remove ruby object from string nodesyui-knk
2024-01-31Introduced `rb_node_const_decl_val` functionS.H
2024-01-27Introduce `NODE_ENCODING`S.H
2024-01-23Make lastline and nextline to be rb_parser_stringyui-knk
2024-01-14Constify `rb_global_parser_config`Nobuyoshi Nakada
2024-01-12Move node value functions closer to other similar functionsyui-knk
2024-01-12Rename node value functionsyui-knk
2024-01-12Restore unknown caseyui-knk
2024-01-12Use `BUILTIN_TYPE` because SPECIAL_CONST or not is already checkedyui-knk
2024-01-12Remove reference counter from rb_parser_configyui-knk
2024-01-12Statically allocate parser configyui-knk
2024-01-10ConstifyNobuyoshi Nakada
2024-01-09Introduce NODE_SYM to manage symbol literalyui-knk
2024-01-08Change numeric node value functions argument to `NODE *`yui-knk
2024-01-08Adjust styles and indents [ci skip]Nobuyoshi Nakada
2024-01-07Remove unneeded rb_parser_config_struct struct properties for Universal ParserS-H-GAMELINKS
2024-01-07Introduce Numeric Node'sS-H-GAMELINKS
2024-01-02Introduce NODE_FILEyui-knk
2023-12-29Introduce NODE_LINEyui-knk
2023-12-28Add errno_ptr property for Universal Parseryui-knk
2023-12-28Add ary_modify property for Universal Parseryui-knk
2023-10-20Add printf format attributes to `rb_parser_config_t`Nobuyoshi Nakada