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
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
2023-12-02
[Bug #20033] Dynamic regexp should not assign captures
Nobuyoshi Nakada
2023-12-02
[Bug #19838] Flush delayed token nonconsecutive with the next token
Nobuyoshi Nakada
2023-12-02
Extract `end_with_newline_p`
Nobuyoshi Nakada
2023-12-02
Prefer proper enum over bare int
Nobuyoshi Nakada
2023-12-01
Dispatch invalid hex escape content too
Nobuyoshi Nakada
2023-12-01
[Bug #20030] dispatch invalid escaped character without ignoring it
Nobuyoshi Nakada
2023-11-30
[Bug #19877] Assign captures for direct regexp literal only
Nobuyoshi Nakada
2023-11-21
Reject 'class << (return); end` by "void value expression"
TSUYUSATO Kitsune
2023-10-31
Keep unused literal nodes
yui-knk
2023-10-30
Embed `rb_args_info` in `rb_node_args_t`
Nobuyoshi Nakada
2023-10-26
[Bug #19973] Warn duplicated keyword arguments after keyword splat
Nobuyoshi Nakada
2023-10-25
Removed unused argument
Nobuyoshi Nakada
2023-10-23
Use named reference for dyna_push
Nobuyoshi Nakada
2023-10-23
Extract p_in_kwarg to save and update lexer contexts
Nobuyoshi Nakada
2023-10-23
Move push_pvtbl and push_pktbl in nterms
Nobuyoshi Nakada
2023-10-23
Extract p_assoc and p_in to save lexer contexts
Nobuyoshi Nakada
2023-10-20
Expand OP_ASGN1 nd_args to nd_index and nd_rvalue
yui-knk
2023-10-15
Remove not used fields from STR
yui-knk
2023-10-15
Check node type before accessing nd_next
yui-knk
2023-10-15
Stop updating node type from NODE_STR to NODE_DSTR
yui-knk
2023-10-15
Remove not used fields from XSTR
yui-knk
2023-10-15
Remove not used fields from LIT
yui-knk
2023-10-14
Fix node type casts
yui-knk
2023-10-14
Delete heredoc line mark references
Nobuyoshi Nakada
2023-10-14
Shorten `rb_strterm_literal_t` members
Nobuyoshi Nakada
2023-10-14
Manage `rb_strterm_t` without imemo
Nobuyoshi Nakada
2023-10-14
Remove unions in `rb_strterm` structs for alignment
Nobuyoshi Nakada
2023-10-13
[Bug #19919] Warn class variable assignment and constant declaration in condi...
yui-knk
2023-10-13
Use `lex_eol` macros
Nobuyoshi Nakada
2023-10-13
[Bug #19924] Source code should be unsigned char stream
Nobuyoshi Nakada
2023-10-11
Extract NODE_FL_NEWLINE access to macro
yui-knk
2023-10-11
Semicolon after `SWITCH_BY_COND_TYPE` for auto-indent [ci skip]
Nobuyoshi Nakada
2023-10-10
Extract numparam nterms
Nobuyoshi Nakada
2023-10-10
Use `rb_node_exits_t` instead of `NODE`
Nobuyoshi Nakada
2023-10-10
Forward declaration of `struct RNode_DEF_TEMP` and its typedef
Nobuyoshi Nakada
2023-10-10
Remove not used fields from DEFN
yui-knk
2023-10-10
Pre-allocate `NODE_DEFN`/`NODE_DEFS` nodes
Nobuyoshi Nakada
2023-10-10
Refactor NODE_DEF_TEMP
Nobuyoshi Nakada
2023-10-09
Take care of internal node type
yui-knk
2023-10-08
Remove not used fields from EVSTR
yui-knk
2023-10-07
Remove not used fields from asgn nodes
yui-knk
2023-10-07
Correctly casting node for accessing nd_value and nd_vid in parse.y
yui-knk
2023-10-07
Pass nd_value to NODE_REQUIRED_KEYWORD_P
yui-knk
2023-10-07
Use rb_node_masgn_t instead of NODE
yui-knk
2023-10-06
Remove not used fields from MATCH3
yui-knk
2023-10-06
Remove not used fields from YIELD
yui-knk
2023-10-06
Remove not used fields from ZLIST
yui-knk
2023-10-06
Remove `NODE_VALUES`
Nobuyoshi Nakada
2023-10-05
Chain nodes to exit only
Nobuyoshi Nakada
2023-10-05
Do not chain unexpected node
Nobuyoshi Nakada
[next]