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
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
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
[next]