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
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ast.c
Age
Commit message (
Expand
)
Author
2023-11-02
Remove duplicate to_path conversion
Nobuyoshi Nakada
2023-10-30
Embed `rb_args_info` in `rb_node_args_t`
Nobuyoshi Nakada
2023-10-20
Expand OP_ASGN1 nd_args to nd_index and nd_rvalue
yui-knk
2023-10-09
Differentiate VAR nodes
yui-knk
2023-10-09
Differentiate CALL nodes
yui-knk
2023-10-07
Differentiate ASGN nodes
yui-knk
2023-10-07
Pass nd_value to NODE_REQUIRED_KEYWORD_P
yui-knk
2023-10-06
Remove `NODE_VALUES`
Nobuyoshi Nakada
2023-10-05
Differentiate `NODE_BREAK`/`NODE_NEXT`/`NODE_RETURN`
Nobuyoshi Nakada
2023-10-05
Move internal NODE_DEF_TEMP to parse.y
Nobuyoshi Nakada
2023-10-01
Use rb_node_args_t and rb_node_args_aux_t instead of NODE
yui-knk
2023-10-01
Use rb_node_opt_arg_t and rb_node_kw_arg_t instead of NODE
yui-knk
2023-09-30
Expand pattern_info struct into ARYPTN Node and FNDPTN Node
yui-knk
2023-09-29
Merge NODE_DEF_TEMP and NODE_DEF_TEMP2
yui-knk
2023-09-29
Merge RNode_OP_ASGN2 and RNode_OP_ASGN22
yui-knk
2023-09-28
Change RNode structure from union to struct
yui-knk
2023-08-25
Move SCRIPT_LINES__ away from parse.y
Nobuyoshi Nakada
2023-06-12
[Feature #19719] Universal Parser
yui-knk
2023-05-24
Rename `rb_node_name` to the original name
yui-knk
2023-05-23
Move `ruby_node_name` to node.c and rename prefix of the function
yui-knk
2023-02-14
Add utility macros `DECIMAL_SIZE_OF` and `DECIMAL_SIZE_OF_BYTES`
Nobuyoshi Nakada
2023-01-06
Check if the argument is Thread::Backtrace::Location object
yui-knk
2022-11-21
Enhance keep_tokens option for RubyVM::AbstractSyntaxTree parsing methods
yui-knk
2022-10-31
Add `node_id_for_backtrace_location` function
eileencodes
2022-10-08
Move `error` from top_stmts and top_stmt to stmt
yui-knk
2022-10-08
Add error_tolerant option to RubyVM::AST
yui-knk
2022-03-24
Add ISEQ_BODY macro
Peter Zhu
2021-12-26
Make RubyVM::AST.of work with code written in `-e` command-line option
Yusuke Endoh
2021-12-19
Make AST.of possible even under eval when keep_script_lines is enabled
Yusuke Endoh
2021-12-19
Make RubyVM::AbstractSyntaxTree.of raise for backtrace location in eval
Yusuke Endoh
2021-12-13
Remove `NODE_DASGN_CURR` [Feature #18406]
Nobuyoshi Nakada
2021-12-04
Add `nd_type_p` macro
S.H
2021-11-21
Refactor hacky ID tables to struct rb_ast_id_table_t
Yusuke Endoh
2021-10-26
ast.c: Use kept script_lines data instead of re-opening the source file (#5019)
Yusuke Endoh
2021-09-18
ast.c: AST.of against C method should return nil (as Ruby 2.6--3.0)
Yusuke Endoh
2021-09-18
ast.c: AST.of checks if a given method object is defined in C
Yusuke Endoh
2021-09-05
Replace RBOOL macro
S-H-GAMELINKS
2021-08-20
ast.c: Rename "save_script_lines" to "keep_script_lines"
Yusuke Endoh
2021-07-29
Make RubyVM::AbstractSyntaxTree.of raise for method/proc created in eval
Jeremy Evans
2021-06-21
Experimentally expose RubyVM::AST::Node#node_id
Yusuke Endoh
2021-06-18
Enable USE_ISEQ_NODE_ID by default
Yusuke Endoh
2021-06-18
Make it possible to get AST::Node from Thread::Backtrace::Location
Yusuke Endoh
2021-06-18
node.h: Reduce struct size to fit with Ruby object size (five VALUEs)
Yusuke Endoh
2021-06-18
ast.rb: RubyVM::AST.parse and .of accepts `save_script_lines: true`
Yusuke Endoh
2021-05-07
compile.c: Pass node instead of nd_line(node) to ADD_INSN* functions
Yusuke Endoh
2021-03-20
Remove unused rb_ast_parse_array declaration
S.H
2020-09-30
Unfreeze string-literal-only interpolated string-literal
Nobuyoshi Nakada
2020-07-08
Hoisted out functions for no name rest argument symbol
Nobuyoshi Nakada
2020-07-08
Constified NODE pointer in ASTNodeData
Nobuyoshi Nakada
2020-07-08
Added `NODE_SPECIAL_EXCESSIVE_COMMA` info to `ARGS` of `RubyVM::AbstractSynta...
manga_osyo
[next]