aboutsummaryrefslogtreecommitdiffstats
path: root/universal_parser.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused functions from struct rb_parser_config_structS-H-GAMELINKS2024-06-021-2/+0
* Revert 528c4501f46fbe1e06028d673a777ef124d29829Yusuke Endoh2024-05-311-1/+0
* Constify encoding type in universal parserNobuyoshi Nakada2024-05-131-1/+1
* Use `rb_parser_string_t *` as `ruby_sourcefile_string`yui-knk2024-04-301-0/+1
* Remove unused functions from `struct rb_parser_config_struct`yui-knk2024-04-241-1/+0
* Remove unused functions from `struct rb_parser_config_struct`yui-knk2024-04-231-1/+0
* Remove unused functions from `struct rb_parser_config_struct`yui-knk2024-04-231-1/+0
* Remove unused functions from `struct rb_parser_config_struct`yui-knk2024-04-231-4/+0
* Remove unused functions from struct `rb_parser_config_struct`S-H-GAMELINKS2024-04-211-5/+0
* Remove unused functions from `struct rb_parser_config_struct`yui-knk2024-04-201-2/+0
* Remove unused functions from `struct rb_parser_config_struct`yui-knk2024-04-161-5/+0
* Remove unused functions from `struct rb_parser_config_struct`yui-knk2024-04-141-5/+0
* Remove duplicated `st_init_table_with_size` definitionyui-knk2024-04-111-3/+0
* Remove unused function from `struct rb_parser_config_struct`yui-knk2024-04-111-2/+0
* Remove unused function from `struct rb_parser_config_struct`yui-knk2024-04-091-2/+0
* Remove unused function from `struct rb_parser_config_struct`yui-knk2024-04-061-2/+0
* Remove unused functions from `struct rb_parser_config_struct`S-H-GAMELINKS2024-04-061-8/+0
* Remove unused functions from `struct rb_parser_config_struct`yui-knk2024-04-051-16/+0
* Remove unused function from `struct rb_parser_config_struct`yui-knk2024-04-041-2/+0
* Remove `rb_imemo_tmpbuf_t` from parseryui-knk2024-04-021-12/+0
* [Feature #20331] Simplify parser warnings for hash keys duplication and when ...yui-knk2024-04-021-3/+4
* Remove unnecessary macros and functions for Universal ParserS-H-GAMELINKS2024-04-011-4/+0
* [Universal Parser] Reduce dependence on RArray in parse.yHASUMI Hitoshi2024-03-121-0/+3
* Use rb_str_to_interned_str in parse.yPeter Zhu2024-02-231-1/+1
* Remove not used universal parser macros and functionsyui-knk2024-02-211-27/+0
* Remove uneeded Universal Parser propertiesS-H-GAMELINKS2024-02-201-14/+0
* [Bug #20280] Check by `rb_parser_enc_str_coderange`Nobuyoshi Nakada2024-02-191-1/+0
* [Bug #20280] Raise SyntaxError on invalid encoding symbolNobuyoshi Nakada2024-02-191-4/+1
* Fix memory leak when parsing invalid hash symbolPeter Zhu2024-02-131-0/+4
* Remove ruby object from string nodesyui-knk2024-02-091-0/+1
* Introduced `rb_node_const_decl_val` functionS.H2024-01-311-2/+0
* Statically allocate parser configyui-knk2024-01-121-2/+2
* Remove unneeded rb_parser_config_struct struct properties for Universal ParserS-H-GAMELINKS2024-01-071-34/+0
* Introduce Numeric Node'sS-H-GAMELINKS2024-01-071-0/+1
* Add errno_ptr property for Universal Parseryui-knk2023-12-281-0/+2
* Add ary_modify property for Universal Parseryui-knk2023-12-281-0/+1
* Manage `rb_strterm_t` without imemoNobuyoshi Nakada2023-10-141-2/+0
* Directly free structure managed by imemo tmpbufyui-knk2023-09-221-2/+0
* C structs cannot have two definitions卜部昌平2023-08-251-0/+2
* Remove uneeded fix2int and rational_raw property for Universal ParserS-H-GAMELINKS2023-08-111-2/+0
* Remove uneeded int2big property for Universal ParserS-H-GAMELINKS2023-08-051-1/+0
* Move some macro for universal parserS-H-GAMELINKS2023-07-091-17/+0
* Remove ISASCII definitionalitaso3452023-07-091-2/+0
* Remove `st_functions_t`Nobuyoshi Nakada2023-06-241-3/+2
* [Feature #19719] Universal Parseryui-knk2023-06-121-0/+400