Remove unused function from `struct rb_parser_config_struct`
[ruby.git] / ruby_parser.c
2024-04-04 yui-knkRemove unused function from `struct rb_parser_config_st...
2024-04-04 HASUMI HitoshiSeparate SCRIPT_LINES__ from ast.c
2024-04-03 yui-knkMove shareable_constant_value logic from parse.y to...
2024-04-02 yui-knkRemove `rb_imemo_tmpbuf_t` from parser
2024-04-01 yui-knk[Feature #20331] Simplify parser warnings for hash...
2024-04-01 S-H-GAMELINKSRemove unnecessary macros and functions for Universal...
2024-03-21 S-H-GAMELINKSFix Ripper memory allocation size when enabled Universa...
2024-03-12 HASUMI Hitoshi[Universal Parser] Reduce dependence on RArray in parse.y
2024-02-23 Peter ZhuUse rb_str_to_interned_str in parse.y
2024-02-21 Peter ZhuAdd IMEMO_NEW
2024-02-21 yui-knkRemove not used universal parser macros and functions
2024-02-20 yui-knkIntroduce NODE_REGX to manage regexp literal
2024-02-20 Peter ZhuUse rb_gc_mark_and_move for imemo
2024-02-20 S-H-GAMELINKSRemove uneeded Universal Parser properties
2024-02-19 Nobuyoshi Nakada[Bug #20280] Check by `rb_parser_enc_str_coderange`
2024-02-19 Nobuyoshi Nakada[Bug #20280] Raise SyntaxError on invalid encoding...
2024-02-13 Peter ZhuFix memory leak when parsing invalid hash symbol
2024-02-10 yui-knkFix constant name of `Ractor::IsolationError` message
2024-02-10 yui-knkInclude the first constant name into `Ractor::Isolation...
2024-02-09 yui-knkRemove ruby object from string nodes
2024-01-31 S.HIntroduced `rb_node_const_decl_val` function
2024-01-27 S.HIntroduce `NODE_ENCODING`
2024-01-22 yui-knkMake lastline and nextline to be rb_parser_string
2024-01-14 Nobuyoshi NakadaConstify `rb_global_parser_config`
2024-01-12 yui-knkMove node value functions closer to other similar functions
2024-01-12 yui-knkRename node value functions
2024-01-12 yui-knkRestore unknown case
2024-01-12 yui-knkUse `BUILTIN_TYPE` because SPECIAL_CONST or not is...
2024-01-12 yui-knkRemove reference counter from rb_parser_config
2024-01-12 yui-knkStatically allocate parser config
2024-01-10 Nobuyoshi NakadaConstify
2024-01-09 yui-knkIntroduce NODE_SYM to manage symbol literal
2024-01-08 yui-knkChange numeric node value functions argument to `NODE *`
2024-01-07 Nobuyoshi NakadaAdjust styles and indents [ci skip]
2024-01-07 S-H-GAMELINKSRemove unneeded rb_parser_config_struct struct properti...
2024-01-07 S-H-GAMELINKSIntroduce Numeric Node's
2024-01-02 yui-knkIntroduce NODE_FILE
2023-12-29 yui-knkIntroduce NODE_LINE
2023-12-28 yui-knkAdd errno_ptr property for Universal Parser
2023-12-28 yui-knkAdd ary_modify property for Universal Parser
2023-10-19 Nobuyoshi NakadaAdd printf format attributes to `rb_parser_config_t`
2023-10-14 Nobuyoshi NakadaDelete heredoc line mark references
2023-10-14 Nobuyoshi NakadaManage `rb_strterm_t` without imemo
2023-09-28 yui-knkChange RNode structure from union to struct
2023-09-22 yui-knkDirectly free structure managed by imemo tmpbuf
2023-08-25 Nobuyoshi NakadaReplace only use of `snprintf` in parser
2023-08-25 Nobuyoshi NakadaRemove SCRIPT_LINES__ related member functions
2023-08-25 Nobuyoshi NakadaMove SCRIPT_LINES__ away from parse.y
2023-08-11 S-H-GAMELINKSRemove uneeded fix2int and rational_raw property for...
2023-08-05 S-H-GAMELINKSRemove uneeded int2big property for Universal Parser
2023-07-09 S-H-GAMELINKSMove some macro for universal parser
2023-07-08 S-H-GAMELINKSMove ISASCII defination to parse.y
2023-06-24 Nobuyoshi NakadaRemove `st_functions_t`
2023-06-12 yui-knk[Feature #19719] Universal Parser