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
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
node.h
Age
Commit message (
Expand
)
Author
2018-09-13
node.h: removed unused macros
nobu
2018-08-22
parse.y: remove coverage-related code fragments
mame
2018-08-22
node.h (rb_ast_t): move its field mark_ary to node_buffer_t
mame
2018-07-15
node.h: remove unused macro nd_compile_option
ktsj
2018-05-29
Unused macro and field
yui-knk
2018-05-29
Unused macro
yui-knk
2018-05-29
Unused macro
yui-knk
2018-05-29
Unused macro
yui-knk
2018-05-28
Unused macro and field
yui-knk
2018-05-17
rb_parser_printf declaration
nobu
2018-05-09
type func(); is different from type func(void);
shyouhei
2018-03-20
node.c: predicates for special NODEs
nobu
2018-01-16
node.c: Stop double meaning of NODE_FOR by introducing NODE_FOR_MASGN
mame
2018-01-14
parse.y: Remove almost all *_gen macros by passing parser_params explicitly
mame
2018-01-09
Rename code_range to code_location
mame
2018-01-08
parse.y: Make consistent with the terms about code ranges and locations
mame
2018-01-08
parse.y: Factor out code fragments that merges two code ranges
mame
2018-01-08
parse.y: Remove dispose_string
mame
2018-01-08
parse.y: make all NEW_NODE macros receive location
mame
2018-01-05
node_h (NEW_DEFN): remove unused argument
mame
2018-01-05
node.h: remove NODE_PRELUDE
mame
2018-01-05
node.h: define rb_ast_body_t and restructure rb_ast_t
mame
2018-01-05
node.c: constify NODE* arguments in node.c
mame
2018-01-04
node.h: add NODE_ONCE instead of reuse of NODE_SCOPE
mame
2017-12-14
node.h: add nd_last_loc and nd_set_last_loc
mame
2017-12-14
node.[ch], parse.y, compile.c: rename nd_column to nd_first_column
mame
2017-11-24
node.h: Remove not used macros
yui-knk
2017-11-16
Refactoring out the direct accesses of NODE's u1, u2, and u3
mame
2017-11-13
Store last location of a node on RNode
yui-knk
2017-11-08
Omit first argument of NEW_CASE2
yui-knk
2017-11-05
Revert "Introduce rb_code_range_t and replace YYLTYPE with it"
mame
2017-11-04
Introduce rb_code_range_t and replace YYLTYPE with it
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 RNODE cast from NODE utility functions
mame
2017-11-04
Remove NODE-related pieces of code from GC
mame
2017-11-03
node.h: Remove obsolete comment
yui-knk
2017-10-31
node.h: Rename nd_reserved to nd_location
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
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
parse.y: rb_parser_set_options
nobu
2017-10-24
Remove dynamic NODE allocation out of parser
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
[next]