aboutsummaryrefslogtreecommitdiffstats
path: root/node.h
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * internal.h: define rb_cref_t and change to use it.ko12015-03-081-2/+0
* * internal.h: define CREF accessor macros.ko12015-03-081-6/+6
* * Avoid undefined behaviors found by gcc -fsanitize=undefined.akr2014-10-171-1/+1
* node.h: extract NODE functions from gc.cnobu2014-08-161-0/+3
* * array.c (rb_ary_tmp_new): added.ko12014-08-151-3/+1
* node.h: remove NODE_PRIVATE_RECVnobu2014-06-061-2/+0
* node.h: NODE_PRIVATE_RECVnobu2014-06-061-0/+2
* * node.h: catch up comments for last commit.ko12013-11-041-2/+2
* parse.y, vm_eval.c: file encoding in evalnobu2013-07-291-0/+2
* * gc.c: support RGENGC. [ruby-trunk - Feature #8339]ko12013-05-131-4/+10
* defines.h: RUBY_SYMBOL_EXPORT_{BEGIN,END}nobu2013-04-051-6/+2
* scoped constant op-assignmentnobu2012-12-241-0/+3
* * eval.c, gc.c, iseq.c, node.h, vm_insnhelper.c, vm_insnhelper.h,shugo2012-10-081-1/+1
* * insns.def (opt_checkenv): remove unused instruction `opt_checkenv'.ko12012-09-281-3/+0
* * eval.c (rb_mod_using): new method Module#using. [experimental]shugo2012-08-021-1/+7
* * enumerator.c (lazy_take): add Enumerable::Lazy#take.shugo2012-03-141-0/+8
* * node.h (NEW_YIELD), parse.y (new_yield_gen): array-values flagsnobu2012-03-121-1/+1
* * gc.c: use Bitmap Marking algorithm to avoid copy-on-write ofnari2012-01-071-1/+1
* * node.h (rb_args_info): change pre_args_num and post_args_num asnobu2011-12-271-3/+4
* * node.h, node.c, parse.y: implement a parser part for keyword arguments. Thi...mame2011-12-261-0/+6
* * node.h, parse.y (new_args_gen), compile.c (iseq_set_arguments): use struct ...mame2011-12-261-1/+16
* * node.h, parse.y (lambda, f_larglist): remove NEW_LAMBDA hack. This is a pre...mame2011-12-261-1/+1
* * internal.h: declare internal functions here.akr2011-06-171-0/+3
* * node.h: parenthesize macro arguments.akr2011-01-201-1/+1
* * node.h (RNode): match the type of flags to RBasic, and renamednobu2010-12-151-2/+2
* * include/ruby/intern.h (rb_make_backtrace, rb_make_exception):nobu2010-08-141-0/+6
* * include/ruby/encoding.h (rb_char_to_option_kcode): used innobu2010-08-111-0/+11
* reverted revision r28961; which breaks test-allshyouhei2010-08-111-10/+0
* * node.h (rb_parser_{get,set}_yydebug): used in ripper.nobu2010-08-111-0/+10
* * bignum.c, node.h, strftime.c, enc/trans/utf8_mac.trans: added explicit cast...muraken2010-03-251-1/+1
* * compile.c (compile_cpath, iseq_compile_each): revertedshugo2009-12-031-0/+1
* * debug.c, parse.y: fixed types.nobu2009-09-141-1/+1
* * gc.c: reject unused longlife gc.nari2009-08-101-1/+0
* * node.h, vm_core.h, variable.c: rename global_entry to rb_global_entry.ko12009-07-161-1/+11
* * method.h, vm_core.h: add rb_method_entry_t. Remove nodes aroundko12009-07-151-47/+0
* * node.h (nd_line): NODE_LMASK is not needed.nobu2009-05-171-2/+2
* * gc.c: add longlife garbage collection. [ruby-dev:38423]nari2009-05-131-0/+2