index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
ruby_4_0
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
parse.y
Age
Commit message (
Expand
)
Author
2024-05-12
ripper: Fix opassign when assignment to backref variables
Nobuyoshi Nakada
2024-05-11
Fix SEGV when ripper hits `backref_error` on `command_asgn` or `arg`
yui-knk
2024-05-08
[Bug #20474] Keep spaces in leading blank line
Nobuyoshi Nakada
2024-05-04
Change return value of `gets` function to be `rb_parser_string_t *` instead o...
yui-knk
2024-05-03
Use user defined parameterizing rules `f_optarg(value)`
ydah
2024-05-02
Use callee side tag specification of parameterizing rules
ydah
2024-05-01
Fix memory leak in Ripper.sexp
Peter Zhu
2024-05-01
Use user defined parameterizing rules `f_opt(value)`
ydah
2024-05-01
Use user defined parameterizing rules `f_kwarg(kw)`
ydah
2024-05-01
Use user defined parameterizing rules `opt_args_tail(tail)`
ydah
2024-04-30
Use `rb_parser_string_t *` as `ruby_sourcefile_string`
yui-knk
2024-04-29
Use user defined parameterizing rules
ydah
2024-04-28
Use `' '+` instead of words_sep
ydah
2024-04-27
Add line_count field to rb_ast_body_t
HASUMI Hitoshi
2024-04-26
Set `SCRIPT_LINES__` outside of parser
yui-knk
2024-04-26
[Universal parser] Decouple IMEMO from rb_ast_t
HASUMI Hitoshi
2024-04-25
false is not a pointer
卜部昌平
2024-04-23
Move encoding object conversion outside of parser
yui-knk
2024-04-23
Refactor parser compile functions
yui-knk
2024-04-22
Expand `Qnone` and `Qnull` macros
yui-knk
2024-04-20
Parser and universal parser share wrapper functions
yui-knk
2024-04-15
[Universal parser] DeVALUE of p->debug_lines and ast->body.script_lines
HASUMI Hitoshi
2024-04-15
Emit `warn` event for duplicated hash keys on ripper
yui-knk
2024-04-14
Use `rb_parser_string_t *` for `delayed.token`
yui-knk
2024-04-12
[Bug #20423] Disallow anonymous block within argument forwarding
Nobuyoshi Nakada
2024-04-11
compile.c: use rb_enc_interned_str to reduce allocations
Jean Boussier
2024-04-11
[Bug #20417] Block local variables do not need to warn about unused
Nobuyoshi Nakada
2024-04-11
Remove unused AREF macro
S-H-GAMELINKS
2024-04-11
Fix segv when parsing `command` by ripper
yui-knk
2024-04-07
Remove unused macro
yui-knk
2024-04-07
Fix ripper to dispatch warning event for duplicated when clause
yui-knk
2024-04-06
Remove redundant conversion between int and object
yui-knk
2024-04-06
Fix a variable name
yui-knk
2024-04-05
Make `nd_plen` to be int to reduce `rb_long2int` usage
yui-knk
2024-04-05
Remove unused functions from `struct rb_parser_config_struct`
yui-knk
2024-04-04
NODE_LIT is not used anymore
yui-knk
2024-04-04
Move shareable_constant_value logic from parse.y to compile.c
yui-knk
2024-04-02
Remove `rb_imemo_tmpbuf_t` from parser
yui-knk
2024-04-02
[Feature #20331] Simplify parser warnings for hash keys duplication and when ...
yui-knk
2024-04-02
Remove VALUE from `struct rb_strterm_struct`
yui-knk
2024-03-28
[Bug #20398] Terminate token buffer at invalid octal number
Nobuyoshi Nakada
2024-03-26
[Bug #20392] Block arguments duplication check at `super`
Nobuyoshi Nakada
2024-03-21
Fix Ripper memory allocation size when enabled Universal Parser
S-H-GAMELINKS
2024-03-21
Fix unexpected node bug for `shareable_constant_value: literal`
yui-knk
2024-03-17
[Bug #20218] Reject keyword arguments in index
Nobuyoshi Nakada
2024-03-17
[Bug #19918] Reject block passing in index
Nobuyoshi Nakada
2024-03-12
Remove unused function in parse.y
Peter Zhu
2024-03-12
[Universal Parser] Reduce dependence on RArray in parse.y
HASUMI Hitoshi
2024-02-27
Constify `literal_type` unless universal parser
Nobuyoshi Nakada
2024-02-27
Use `'\n'?` instead of `opt_nl`
ydah
[prev]
[next]