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
...
*
Fix the format of NODE_IN node
yui-knk
2019-04-17
1
-1
/
+1
*
Introduce pattern matching [EXPERIMENTAL]
ktsj
2019-04-17
1
-0
/
+37
*
* expand tabs.
svn
2019-03-15
1
-3
/
+3
*
node.h: introduce nd_brace to determine if a hash literal is a keyword
mame
2019-03-15
1
-3
/
+3
*
* expand tabs.
svn
2018-12-31
1
-7
/
+7
*
Method reference operator
nobu
2018-12-31
1
-0
/
+9
*
Removed unreachable code
nobu
2018-10-12
1
-1
/
+0
*
Missing write-barrier
nobu
2018-10-12
1
-1
/
+1
*
node.c: Typo fix. Patch by Shuichi Tamayose. [ci skip] [Fix GH-1880]
marcandre
2018-09-16
1
-1
/
+1
*
node.h (rb_ast_t): move its field mark_ary to node_buffer_t
mame
2018-08-22
1
-4
/
+10
*
Use nd_X shorthand for annotation
nobu
2018-06-28
1
-3
/
+3
*
node.c: Fix format of NODE_OP_ASGN1 and NODE_OP_ASGN2
yui-knk
2018-06-07
1
-2
/
+2
*
node.c: Fix format and example of NODE_OPCALL
yui-knk
2018-05-10
1
-1
/
+10
*
node.c: Fix typos
yui-knk
2018-05-10
1
-2
/
+2
*
node.c: predicates for special NODEs
nobu
2018-03-20
1
-4
/
+4
*
Fix typos.
hsbt
2018-01-17
1
-1
/
+1
*
node.c: Separately allocate a struct having flexible array
mame
2018-01-16
1
-5
/
+5
*
nested flexible array member is a GCCism
shyouhei
2018-01-16
1
-1
/
+1
*
node.c: Stop double meaning of NODE_FOR by introducing NODE_FOR_MASGN
mame
2018-01-16
1
-0
/
+8
*
node.c (node_buffer_elem_t): Use FLEX_ARY_LEN
mame
2018-01-13
1
-2
/
+2
*
Rename code_range to code_location
mame
2018-01-09
1
-5
/
+5
*
parse.y: Remove special handling of tOROP and tANDOP
mame
2018-01-09
1
-15
/
+3
*
parse.y: Make consistent with the terms about code ranges and locations
mame
2018-01-08
1
-4
/
+4
*
parse.y: Remove dispose_string
mame
2018-01-08
1
-11
/
+0
*
node.c: show newline node mark
nobu
2018-01-08
1
-2
/
+5
*
node.c: fix SEGV of `->(a:){}` when --dump=parsetree
mame
2018-01-07
1
-2
/
+7
*
node.c: factor out the part of operator output into F_OPERATOR
mame
2018-01-05
1
-21
/
+15
*
node.c: remove unused macro F_OPTION
mame
2018-01-05
1
-2
/
+0
*
node.c (NODE_OP_CDECL): fix a typo bug.
mame
2018-01-05
1
-1
/
+1
*
node.h: remove NODE_PRELUDE
mame
2018-01-05
1
-44
/
+0
*
node.h: define rb_ast_body_t and restructure rb_ast_t
mame
2018-01-05
1
-1
/
+1
*
node.c: constify NODE* arguments in node.c
mame
2018-01-05
1
-4
/
+4
*
node.h: add NODE_ONCE instead of reuse of NODE_SCOPE
mame
2018-01-04
1
-0
/
+7
*
node.c: show variable type for NODE_*ASGN
mame
2017-12-15
1
-13
/
+23
*
node.c (NODE_HASH): remove wrong default case
mame
2017-12-15
1
-2
/
+1
*
node.c: add more comment to NODE_CASE2
mame
2017-12-15
1
-1
/
+1
*
node.c: fix typos
mame
2017-12-15
1
-3
/
+3
*
node.[ch], parse.y, compile.c: rename nd_column to nd_first_column
mame
2017-12-14
1
-1
/
+1
*
node.c: FIELD_BLOCK
nobu
2017-12-05
1
-15
/
+12
*
node.c: a simple notation for code range of NODEs
mame
2017-12-05
1
-1
/
+1
*
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
[prev]
[next]