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.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
node.h: add NODE_ONCE instead of reuse of NODE_SCOPE
mame
2018-01-04
1
-0
/
+2
*
node.h: add nd_last_loc and nd_set_last_loc
mame
2017-12-14
1
-0
/
+2
*
node.[ch], parse.y, compile.c: rename nd_column to nd_first_column
mame
2017-12-14
1
-4
/
+4
*
node.h: Remove not used macros
yui-knk
2017-11-24
1
-6
/
+0
*
Refactoring out the direct accesses of NODE's u1, u2, and u3
mame
2017-11-16
1
-2
/
+6
*
Store last location of a node on RNode
yui-knk
2017-11-13
1
-5
/
+15
*
Omit first argument of NEW_CASE2
yui-knk
2017-11-08
1
-1
/
+1
*
Revert "Introduce rb_code_range_t and replace YYLTYPE with it"
mame
2017-11-05
1
-5
/
+0
*
Introduce rb_code_range_t and replace YYLTYPE with it
mame
2017-11-04
1
-0
/
+5
*
Introduce `rb_code_location_t`
mame
2017-11-04
1
-7
/
+10
*
Avoid usage of the magic number `(NODE*)-1`
mame
2017-11-04
1
-0
/
+3
*
Remove RNODE cast from NODE utility functions
mame
2017-11-04
1
-8
/
+8
*
Remove NODE-related pieces of code from GC
mame
2017-11-04
1
-4
/
+0
*
node.h: Remove obsolete comment
yui-knk
2017-11-03
1
-1
/
+1
*
node.h: Rename nd_reserved to nd_location
yui-knk
2017-10-31
1
-5
/
+5
*
Use NODE_CASE2 if case expressions don't exist
yui-knk
2017-10-31
1
-0
/
+3
*
Store lineno on RNode
yui-knk
2017-10-30
1
-2
/
+7
*
* node.h (ast_t): renamed to `rb_ast_t`.
ko1
2017-10-29
1
-18
/
+18
*
Revert "Revert "Manage AST NODEs out of GC""
mame
2017-10-27
1
-8
/
+26
*
Revert "Manage AST NODEs out of GC"
mame
2017-10-27
1
-26
/
+8
*
Manage AST NODEs out of GC
mame
2017-10-27
1
-8
/
+26
*
Removed NODE_OPT_N
nobu
2017-10-24
1
-3
/
+0
*
parse.y: rb_parser_set_options
nobu
2017-10-24
1
-2
/
+1
*
Remove dynamic NODE allocation out of parser
mame
2017-10-24
1
-0
/
+1
*
remove NODE_DREGX_ONCE
nobu
2017-10-22
1
-2
/
+0
*
Remove not used node_type NODE_BMETHOD
yui-knk
2017-10-22
1
-3
/
+0
*
Remove not used node_type NODE_BLOCK_ARG
yui-knk
2017-10-22
1
-3
/
+0
*
Remove not used node_type NODE_TO_ARY
yui-knk
2017-10-22
1
-3
/
+0
*
Remove not used node_type NODE_CVDECL
yui-knk
2017-10-21
1
-3
/
+0
*
Remove not used node_type NODE_IASGN2
yui-knk
2017-10-21
1
-3
/
+0
*
node.h: Remove a not used function prototype
yui-knk
2017-10-21
1
-1
/
+0
*
Replace NODE_ALLOCA with T_IMEMO (imemo_alloc)
mame
2017-10-21
1
-2
/
+0
*
Store token first column number on RNode
yui-knk
2017-10-20
1
-0
/
+2
*
node.h: Remove a not used macro
yui-knk
2017-09-17
1
-2
/
+0
*
Introduce NODE_UNLESS for branch coverage
mame
2017-09-14
1
-1
/
+3
*
parse.y: should not warn op method call
nobu
2017-06-23
1
-0
/
+3
*
node.h: sign-extend
nobu
2017-04-29
1
-1
/
+1
*
* compile.c: fix typos.
hsbt
2015-12-14
1
-1
/
+1
*
parse.y: lex_state trace by yydebug
nobu
2015-12-13
1
-0
/
+1
*
additional fix of comment line
ko1
2015-11-13
1
-1
/
+1
*
* node.h: remove old comments.
ko1
2015-11-13
1
-2
/
+0
*
Safe navigation operator
nobu
2015-10-22
1
-2
/
+4
*
node.h: no attrset ID in NODE
nobu
2015-10-12
1
-1
/
+1
*
fronzen-string-literal pragma
nobu
2015-09-27
1
-1
/
+1
*
rb_parser_compile_*: remove volatile arg
normal
2015-08-11
1
-5
/
+5
*
* internal.h, node.h: move a definition of `struct rb_global_entry'
ko1
2015-03-12
1
-9
/
+0
*
* internal.h: use T_IMEMO to represent `struct MEMO' value.
ko1
2015-03-11
1
-8
/
+0
*
* node.h: remove NODE_IFUNC, NEW_IFUNC.
ko1
2015-03-11
1
-3
/
+0
*
* include/ruby/ruby.h: introduce new type T_IMEMO.
ko1
2015-03-11
1
-3
/
+0
*
* internal.h: define struct MEMO.
ko1
2015-03-11
1
-1
/
+1
[prev]
[next]