aboutsummaryrefslogtreecommitdiffstats
path: root/node.h
Commit message (Expand)AuthorAgeFilesLines
...
* node.h: add NODE_ONCE instead of reuse of NODE_SCOPEmame2018-01-041-0/+2
* node.h: add nd_last_loc and nd_set_last_locmame2017-12-141-0/+2
* node.[ch], parse.y, compile.c: rename nd_column to nd_first_columnmame2017-12-141-4/+4
* node.h: Remove not used macrosyui-knk2017-11-241-6/+0
* Refactoring out the direct accesses of NODE's u1, u2, and u3mame2017-11-161-2/+6
* Store last location of a node on RNodeyui-knk2017-11-131-5/+15
* Omit first argument of NEW_CASE2yui-knk2017-11-081-1/+1
* Revert "Introduce rb_code_range_t and replace YYLTYPE with it"mame2017-11-051-5/+0
* Introduce rb_code_range_t and replace YYLTYPE with itmame2017-11-041-0/+5
* Introduce `rb_code_location_t`mame2017-11-041-7/+10
* Avoid usage of the magic number `(NODE*)-1`mame2017-11-041-0/+3
* Remove RNODE cast from NODE utility functionsmame2017-11-041-8/+8
* Remove NODE-related pieces of code from GCmame2017-11-041-4/+0
* node.h: Remove obsolete commentyui-knk2017-11-031-1/+1
* node.h: Rename nd_reserved to nd_locationyui-knk2017-10-311-5/+5
* Use NODE_CASE2 if case expressions don't existyui-knk2017-10-311-0/+3
* Store lineno on RNodeyui-knk2017-10-301-2/+7
* * node.h (ast_t): renamed to `rb_ast_t`.ko12017-10-291-18/+18
* Revert "Revert "Manage AST NODEs out of GC""mame2017-10-271-8/+26
* Revert "Manage AST NODEs out of GC"mame2017-10-271-26/+8
* Manage AST NODEs out of GCmame2017-10-271-8/+26
* Removed NODE_OPT_Nnobu2017-10-241-3/+0
* parse.y: rb_parser_set_optionsnobu2017-10-241-2/+1
* Remove dynamic NODE allocation out of parsermame2017-10-241-0/+1
* remove NODE_DREGX_ONCEnobu2017-10-221-2/+0
* Remove not used node_type NODE_BMETHODyui-knk2017-10-221-3/+0
* Remove not used node_type NODE_BLOCK_ARGyui-knk2017-10-221-3/+0
* Remove not used node_type NODE_TO_ARYyui-knk2017-10-221-3/+0
* Remove not used node_type NODE_CVDECLyui-knk2017-10-211-3/+0
* Remove not used node_type NODE_IASGN2yui-knk2017-10-211-3/+0
* node.h: Remove a not used function prototypeyui-knk2017-10-211-1/+0
* Replace NODE_ALLOCA with T_IMEMO (imemo_alloc)mame2017-10-211-2/+0
* Store token first column number on RNodeyui-knk2017-10-201-0/+2
* node.h: Remove a not used macroyui-knk2017-09-171-2/+0
* Introduce NODE_UNLESS for branch coveragemame2017-09-141-1/+3
* parse.y: should not warn op method callnobu2017-06-231-0/+3
* node.h: sign-extendnobu2017-04-291-1/+1
* * compile.c: fix typos.hsbt2015-12-141-1/+1
* parse.y: lex_state trace by yydebugnobu2015-12-131-0/+1
* additional fix of comment lineko12015-11-131-1/+1
* * node.h: remove old comments.ko12015-11-131-2/+0
* Safe navigation operatornobu2015-10-221-2/+4
* node.h: no attrset ID in NODEnobu2015-10-121-1/+1
* fronzen-string-literal pragmanobu2015-09-271-1/+1
* rb_parser_compile_*: remove volatile argnormal2015-08-111-5/+5
* * internal.h, node.h: move a definition of `struct rb_global_entry'ko12015-03-121-9/+0
* * internal.h: use T_IMEMO to represent `struct MEMO' value.ko12015-03-111-8/+0
* * node.h: remove NODE_IFUNC, NEW_IFUNC.ko12015-03-111-3/+0
* * include/ruby/ruby.h: introduce new type T_IMEMO.ko12015-03-111-3/+0
* * internal.h: define struct MEMO.ko12015-03-111-1/+1