index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ast.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make AST.of possible even under eval when keep_script_lines is enabled
Yusuke Endoh
2021-12-19
1
-2
/
+2
*
Make RubyVM::AbstractSyntaxTree.of raise for backtrace location in eval
Yusuke Endoh
2021-12-19
1
-11
/
+15
*
Remove `NODE_DASGN_CURR` [Feature #18406]
Nobuyoshi Nakada
2021-12-13
1
-1
/
+0
*
Add `nd_type_p` macro
S.H
2021-12-04
1
-3
/
+3
*
Refactor hacky ID tables to struct rb_ast_id_table_t
Yusuke Endoh
2021-11-21
1
-3
/
+3
*
ast.c: Use kept script_lines data instead of re-opening the source file (#5019)
Yusuke Endoh
2021-10-26
1
-4
/
+5
*
ast.c: AST.of against C method should return nil (as Ruby 2.6--3.0)
Yusuke Endoh
2021-09-18
1
-1
/
+1
*
ast.c: AST.of checks if a given method object is defined in C
Yusuke Endoh
2021-09-18
1
-0
/
+3
*
Replace RBOOL macro
S-H-GAMELINKS
2021-09-05
1
-2
/
+2
*
ast.c: Rename "save_script_lines" to "keep_script_lines"
Yusuke Endoh
2021-08-20
1
-16
/
+16
*
Make RubyVM::AbstractSyntaxTree.of raise for method/proc created in eval
Jeremy Evans
2021-07-29
1
-0
/
+3
*
Experimentally expose RubyVM::AST::Node#node_id
Yusuke Endoh
2021-06-21
1
-6
/
+1
*
Enable USE_ISEQ_NODE_ID by default
Yusuke Endoh
2021-06-18
1
-2
/
+2
*
Make it possible to get AST::Node from Thread::Backtrace::Location
Yusuke Endoh
2021-06-18
1
-12
/
+15
*
node.h: Reduce struct size to fit with Ruby object size (five VALUEs)
Yusuke Endoh
2021-06-18
1
-1
/
+1
*
ast.rb: RubyVM::AST.parse and .of accepts `save_script_lines: true`
Yusuke Endoh
2021-06-18
1
-16
/
+32
*
compile.c: Pass node instead of nd_line(node) to ADD_INSN* functions
Yusuke Endoh
2021-05-07
1
-0
/
+14
*
Remove unused rb_ast_parse_array declaration
S.H
2021-03-20
1
-1
/
+0
*
Unfreeze string-literal-only interpolated string-literal
Nobuyoshi Nakada
2020-09-30
1
-3
/
+9
*
Hoisted out functions for no name rest argument symbol
Nobuyoshi Nakada
2020-07-08
1
-8
/
+19
*
Constified NODE pointer in ASTNodeData
Nobuyoshi Nakada
2020-07-08
1
-7
/
+7
*
Added `NODE_SPECIAL_EXCESSIVE_COMMA` info to `ARGS` of `RubyVM::AbstractSynta...
manga_osyo
2020-07-08
1
-1
/
+3
*
Add operator info to `OP_ASGN2` of `RubyVM::AbstractSyntaxTree`.
manga_osyo
2020-07-06
1
-1
/
+2
*
node_children: do not goto into a branch
卜部昌平
2020-06-29
1
-29
/
+2
*
Introduce find pattern [Feature #16828]
Kazuki Tsujimoto
2020-06-14
1
-0
/
+13
*
Separate builtin initialization calls
Nobuyoshi Nakada
2019-12-29
1
-2
/
+0
*
decouple internal.h headers
卜部昌平
2019-12-26
1
-3
/
+7
*
Revert "Method reference operator"
Nobuyoshi Nakada
2019-11-12
1
-3
/
+0
*
Renamed `load_*.inc` as `*.rbinc` to utilize a suffix rule
Nobuyoshi Nakada
2019-11-08
1
-1
/
+1
*
use builtin for RubyVM::AbstractSyntaxTree.
Koichi Sasada
2019-11-08
1
-127
/
+15
*
Rename NODE_ARRAY to NODE_LIST to reflect its actual use cases
Yusuke Endoh
2019-09-07
1
-3
/
+3
*
Make pattern matching support **nil syntax
Kazuki Tsujimoto
2019-09-01
1
-1
/
+4
*
Make RubyVM::AbstractSyntaxTree handle **nil syntax
Jeremy Evans
2019-08-30
1
-2
/
+2
*
Make it as clear as possible that RubyVM is MRI-specific and only exists on M...
Benoit Daloze
2019-08-19
1
-0
/
+5
*
Support memsize of AST
Nobuyoshi Nakada
2019-07-23
1
-1
/
+8
*
ast.c: update inspect results in the documents
Nobuyoshi Nakada
2019-05-22
1
-4
/
+4
*
Distinguish pre-condition and post-condition loops
Nobuyoshi Nakada
2019-05-18
1
-1
/
+2
*
Avoid usage of the dummy empty BEGIN node
ktsj
2019-04-20
1
-1
/
+3
*
Add symbol to the result of `RubyVM::AbstractSyntaxTree#children`.
yui-knk
2019-04-20
1
-3
/
+8
*
Introduce pattern matching [EXPERIMENTAL]
ktsj
2019-04-17
1
-0
/
+20
*
[DOC] fix markups [ci skip]
nobu
2019-03-22
1
-5
/
+5
*
ast.c: fix missing head part in dynamic literal
nobu
2019-01-14
1
-1
/
+3
*
ast.c: argument must be a string
nobu
2019-01-06
1
-1
/
+1
*
Method reference operator
nobu
2018-12-31
1
-0
/
+3
*
Compact AST::Node#inspect
nobu
2018-12-24
1
-3
/
+4
*
Refine RubyVM::AbstractSyntaxTree::Node#type
nobu
2018-12-03
1
-7
/
+7
*
Add docs to RubyVM::AbstractSyntaxTree.of
yui-knk
2018-11-11
1
-0
/
+17
*
Make some functions to be static
yui-knk
2018-11-11
1
-7
/
+7
*
AST.of -e script
nobu
2018-11-10
1
-0
/
+5
*
Parse the source in SCRIPT_LINES__ as array
nobu
2018-11-10
1
-1
/
+25
[next]