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
/
node.c
Age
Commit message (
Expand
)
Author
2017-11-13
Print last location of a node
yui-knk
2017-11-13
Store last location of a node on RNode
yui-knk
2017-11-10
Make `rb_ast_dispose` use `RB_OBJ_WRITE`
mame
2017-11-09
node.c (dump_node): add an explanation of NODE_HASH's nd_alen
mame
2017-11-04
Introduce `rb_code_location_t`
mame
2017-11-04
Avoid usage of the magic number `(NODE*)-1`
mame
2017-11-04
Remove NODE-related pieces of code from GC
mame
2017-11-03
node.c: Add some comments
yui-knk
2017-11-03
node.c: Fix possible alignment bugs
yui-knk
2017-10-31
Use NODE_CASE2 if case expressions don't exist
yui-knk
2017-10-30
Store lineno on RNode
yui-knk
2017-10-29
* node.h (ast_t): renamed to `rb_ast_t`.
ko1
2017-10-27
node.c: removed duplicate node_buffer_t definition
nobu
2017-10-27
Revert "Revert "Manage AST NODEs out of GC""
mame
2017-10-27
Revert "Manage AST NODEs out of GC"
mame
2017-10-27
Manage AST NODEs out of GC
mame
2017-10-24
Removed NODE_OPT_N
nobu
2017-10-24
Remove dynamic NODE allocation out of parser
mame
2017-10-24
Remove special handling for (NODE*)1
mame
2017-10-22
remove NODE_DREGX_ONCE
nobu
2017-10-22
Remove not used node_type NODE_BMETHOD
yui-knk
2017-10-22
Remove not used node_type NODE_BLOCK_ARG
yui-knk
2017-10-22
Remove not used node_type NODE_TO_ARY
yui-knk
2017-10-21
Remove not used node_type NODE_CVDECL
yui-knk
2017-10-21
Remove not used node_type NODE_IASGN2
yui-knk
2017-10-21
Replace NODE_ALLOCA with T_IMEMO (imemo_alloc)
mame
2017-10-20
Store token first column number on RNode
yui-knk
2017-10-17
node.c: all node types
nobu
2017-10-17
node.c: adjust indent
nobu
2017-10-17
Improve some annotation names of output of parsetree-with-comment
mame
2017-10-17
node.c: Add NODE_OP_CDECL to dump node list.
yui-knk
2017-09-14
Introduce NODE_UNLESS for branch coverage
mame
2017-08-11
separate hash literal and keyword arguments
nobu
2017-06-23
parse.y: should not warn op method call
nobu
2017-04-09
no mark of u3 in NODE_BLOCK_PASS
nobu
2017-02-27
fix nd_ainfo->kw_rest_arg
nobu
2017-02-26
node.c: fix NODE_OP_ASGN1
nobu
2017-02-08
remove warning about enum and int comparison.
ko1
2017-02-08
node.c: compress logop sequence
nobu
2017-02-05
node.c: Fix a typo
yui-knk
2016-10-05
node.c: flatten NODE_BLOCK [ci skip]
nobu
2016-09-25
* node.c (dump_array): remove duplicate header of NODE_ARRAY/
ktsj
2016-08-15
node.c: nd_alen only in the head
nobu
2016-03-21
node.c: mark u3 of NODE_MATCH2
nobu
2016-03-14
optimize named capture assignment
nobu
2016-03-10
node.c: no nd_compile_option unless set
nobu
2016-03-10
node.c: stringize before expansion
nobu
2016-03-10
node.c: hidden options hash
nobu
2015-12-05
node.c: NODE_QCALL
nobu
2015-10-22
Safe navigation operator
nobu
[next]