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
ruby_4_0-prism-1-8-0
sync-gems
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
2025-12-30
[Bug #21784] Fix the Proc#source_location start_column for stabby lambdas
Benoit Daloze
2025-12-19
Terminate `args_tail_basic` rule with a semicolon
yui-knk
2025-12-14
Adjust indents [ci skip]
Nobuyoshi Nakada
2025-12-12
Binding#implicit_parameters, etc. support the implicit "it" parameter
Yusuke Endoh
2025-12-11
[Bug #21712] Allow `.()` call for command with block
yui-knk
2025-12-09
Remove needless `ruby2_keywords` field from `struct rb_args_info`
yui-knk
2025-12-09
Remove `FORWARD_ARGS_WITH_RUBY2_KEYWORDS` check
yui-knk
2025-12-04
Remove needless parse.y `new_nil` macro
yui-knk
2025-12-04
Remove needless parse.y `value_expr` macro
yui-knk
2025-12-03
Check and raise semantics errors on nested variables captures in patterns
yui-knk
2025-11-14
[Feature #21572] Syntax error at capture in alternation pattern
Nobuyoshi Nakada
2025-11-14
Skip null check for `brace_block`
yui-knk
2025-09-21
Rename mlhs rule to mlhs_items for clarity in parse.y
ydah
2025-09-13
* adjust indents. [ci skip]
Nobuyoshi Nakada
2025-09-13
[Feature #20925] Support leading logical operators
Nobuyoshi Nakada
2025-09-13
[Bug #17398] Allow `private def hello = puts "Hello"`
yui-knk
2025-08-30
Add NODE SCLASS locations
S-H-GAMELINKS
2025-08-28
Make `RubyVM::AST.of` return a parent node of NODE_SCOPE
Yusuke Endoh
2025-08-11
Add NODE IN locations
S-H-GAMELINKS
2025-08-07
Add MODULE NODE locations
S-H-GAMELINKS
2025-07-24
Add DEFINED NODE locations
S-H-GAMELINKS
2025-07-16
Make `defined? (x;)` return `expression` when using parse.y parser
S-H-GAMELINKS
2025-06-15
Implement COLON3 NODE locations
ydah
2025-06-15
Implement COLON2 NODE locations
ydah
2025-06-05
[Bug #21381] Refine error messages for `it` and numbered parameters
Nobuyoshi Nakada
2025-04-15
Rename `f_optarg` to `f_opt_arg` for consistency in parser rules
ydah
2025-04-14
Use call_op2 instead of call_op and tCOLON2
ydah
2025-04-14
Use user defined parameterizing rules `range_expr`
ydah
2025-04-14
Add a new non-terminal symbol `ternary` to tidy up
ydah
2025-04-14
Refactor assignment rules to remove unnecessary lhs parameter
ydah
2025-04-13
Change the indent after lhs in generation rules from spaces to tabs
ydah
2025-03-29
[Bug #21202] Fix wrong token concat while tokenizing nested unterminated here...
tomoya ishida
2025-03-29
Adjust indentation for user defined parameterized rule
ydah
2025-03-20
[Bug #21026] no singleton method on pseudo variable literal
Nobuyoshi Nakada
2025-03-17
[Bug #21186] multibyte char literal should be a single letter word
Nobuyoshi Nakada
2025-03-14
Organize block_param_def by defining opt_block_param for non-terminal symbols
ydah
2025-03-14
Refactor parse.y to replace tIDENTIFIER and tCONSTANT with ident_or_const inl...
ydah
2025-03-14
Use user defined parameterizing rules `args_tail_basic`
ydah
2025-03-09
Merge the `new_yield` method into the `rb_node_yield_new` method
ydah
2025-03-09
Refactor parser rules to remove inline_operation
ydah
2025-03-08
Remove redundant semantic action in bvar rule
ydah
2025-03-08
Implement CLASS NODE locations
ydah
2025-03-03
Implement POSTEXE NODE locations
ydah
2025-03-02
Use user defined parameterizing rules `mlhs`
ydah
2025-03-02
Change superclass rhs to use none
ydah
2025-02-25
s/TERMINTOR/TERMINATOR/
ydah
2025-02-24
[Bug #21153] Add missing op-assign to top const in `command_asgn`
Nobuyoshi Nakada
2025-02-24
Merge NODE_LINE and NODE_ENCODING cases in cond0 function
S-H-GAMELINKS
2025-01-21
Remove unnecessary assignments to local variables in `f_arg_asgn`
ydah
2025-01-21
Remove unnecessary assignments to local variables in `strings`
ydah
[next]