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