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
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
2020-09-06
merge revision(s) ff5e66034006a875125581114cce19d46843b32a: [Backport #17015]
nagachika
2020-08-07
merge revision(s) 8e189df32cacef4b21e357a590d349330532baf5: [Backport #17013]
nagachika
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
2018-06-28
ast.c: Fix defs
yui-knk
2018-06-08
ast.c: fix calls
nobu
2018-06-07
ast.c: refine AST#children
nobu
2018-06-07
ast.c: adjust indent
nobu
2018-06-07
ast.c: Fix to raise `SyntaxError`
yui-knk
2018-06-06
ast.c: Change tabs to spaces
yui-knk
2018-05-31
Undef RubyVM::AST::Node.new
yui-knk
2018-05-31
Define AST module under RubyVM [experimental]
yui-knk