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
/
ast.c
Age
Commit message (
Expand
)
Author
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
2020-07-06
Add operator info to `OP_ASGN2` of `RubyVM::AbstractSyntaxTree`.
manga_osyo
2020-06-29
node_children: do not goto into a branch
卜部昌平
2020-06-14
Introduce find pattern [Feature #16828]
Kazuki Tsujimoto
2019-12-29
Separate builtin initialization calls
Nobuyoshi Nakada
2019-12-26
decouple internal.h headers
卜部昌平
2019-11-12
Revert "Method reference operator"
Nobuyoshi Nakada
2019-11-08
Renamed `load_*.inc` as `*.rbinc` to utilize a suffix rule
Nobuyoshi Nakada
2019-11-08
use builtin for RubyVM::AbstractSyntaxTree.
Koichi Sasada
2019-09-07
Rename NODE_ARRAY to NODE_LIST to reflect its actual use cases
Yusuke Endoh
2019-09-01
Make pattern matching support **nil syntax
Kazuki Tsujimoto
2019-08-30
Make RubyVM::AbstractSyntaxTree handle **nil syntax
Jeremy Evans
2019-08-19
Make it as clear as possible that RubyVM is MRI-specific and only exists on M...
Benoit Daloze
2019-07-23
Support memsize of AST
Nobuyoshi Nakada
2019-05-22
ast.c: update inspect results in the documents
Nobuyoshi Nakada
2019-05-18
Distinguish pre-condition and post-condition loops
Nobuyoshi Nakada
2019-04-20
Avoid usage of the dummy empty BEGIN node
ktsj
2019-04-20
Add symbol to the result of `RubyVM::AbstractSyntaxTree#children`.
yui-knk
2019-04-17
Introduce pattern matching [EXPERIMENTAL]
ktsj
2019-03-22
[DOC] fix markups [ci skip]
nobu
2019-01-14
ast.c: fix missing head part in dynamic literal
nobu
2019-01-06
ast.c: argument must be a string
nobu
2018-12-31
Method reference operator
nobu
2018-12-24
Compact AST::Node#inspect
nobu
2018-12-03
Refine RubyVM::AbstractSyntaxTree::Node#type
nobu
2018-11-11
Add docs to RubyVM::AbstractSyntaxTree.of
yui-knk
2018-11-11
Make some functions to be static
yui-knk
2018-11-10
AST.of -e script
nobu
2018-11-10
Parse the source in SCRIPT_LINES__ as array
nobu
2018-11-10
Check the argument before creating a parser
nobu
2018-11-10
Parse the source in SCRIPT_LINES__ if possible
nobu
2018-11-09
Get rid of setting SCRIPT_LINES__ by AST.parse
nobu
2018-11-09
Hoisted out rb_ast_parse_str and rb_ast_parse_file
nobu
2018-11-09
Rename `AST` module to `AbstractSyntaxTree`
yui-knk
2018-11-05
Implement `RubyVM::AST.of` [Feature #14836]
yui-knk
2018-10-20
ast.c: Fix the documents of `RubyVM::AST.parse` and `RubyVM::AST.parse_file`
yui-knk
2018-10-03
Improve docs for RubyVM::AST and RubyVM::AST::Node
stomar
2018-08-17
ast.c (rb_ast_node_type): return frozen strings
nobu
2018-08-03
ast.c: allocator of Node
nobu
2018-07-25
Add docs to RubyVM::AST
tenderlove
[next]