| Commit message (Expand) | Author | Age | Files | Lines |
* | * compile.c (BUFSIZE): Unused macro removed. | akr | 2014-05-11 | 1 | -2/+0 |
* | compile.c: non-destructive keyword splat | nobu | 2014-04-26 | 1 | -0/+1 |
* | compile.c: use correct key for block when loading serialized iseqs | charliesome | 2014-01-27 | 1 | -1/+1 |
* | compile.c: assignment result of aset_with | nobu | 2014-01-25 | 1 | -3/+5 |
* | compile.c: mark fstring | nobu | 2014-01-25 | 1 | -0/+1 |
* | insns.def: add opt path for Hash#[] and Hash#[]= used with str literal keys | tmm1 | 2014-01-10 | 1 | -0/+39 |
* | compile.c: fix error by clang | nobu | 2013-12-25 | 1 | -1/+1 |
* | compile.c: unnamed keyword rest check | nobu | 2013-12-25 | 1 | -1/+1 |
* | * include/ruby/ruby.h: rename OBJ_WRITE and OBJ_WRITTEN into | ko1 | 2013-12-20 | 1 | -2/+2 |
* | compile.c: add opt_aset instruction for faster Hash#[]= and Array#[]= | tmm1 | 2013-12-11 | 1 | -0/+5 |
* | * compile.c, insns.def, test/ruby/test_rubyvm.rb, vm.c, vm_core.h, | charliesome | 2013-12-09 | 1 | -1/+1 |
* | * compile.c : Bugsfix for dump_disasm_list. | tarui | 2013-11-29 | 1 | -11/+22 |
* | * compile.c: Use rb_fstring() to de-duplicate string literals in code. [ruby... | tmm1 | 2013-11-26 | 1 | -11/+12 |
* | compile.c: tailcall on super | nobu | 2013-11-17 | 1 | -1/+2 |
* | parse.y: remove "f" suffix [ruby-core:57966] [Feature #9042] | nobu | 2013-11-10 | 1 | -2/+1 |
* | * compile.c (iseq_compile_each): emit opt_str_freeze if the #freeze | charliesome | 2013-11-09 | 1 | -0/+11 |
* | * class.c: unify names of vm state version counters to 'serial'. | charliesome | 2013-11-09 | 1 | -2/+2 |
* | * compile.c (iseq_build_from_ary_exception): use RARRAY_CONST_PTR(). | glass | 2013-11-08 | 1 | -3/+4 |
* | * insns.def, vm.c, vm_insnhelper.c, vm_insnhelper.h, vm_method.c: split | charliesome | 2013-10-29 | 1 | -1/+1 |
* | compile.c, vm.c: reduce hash merge | nobu | 2013-10-13 | 1 | -12/+15 |
* | * include/ruby/ruby.h: rename RARRAY_RAWPTR() to RARRAY_CONST_PTR(). | ko1 | 2013-09-25 | 1 | -3/+3 |
* | * class.c, compile.c, eval.c, gc.h, insns.def, internal.h, method.h, | charliesome | 2013-09-04 | 1 | -0/+1 |
* | * NEWS: Add note about frozen string literals | charliesome | 2013-09-02 | 1 | -1/+2 |
* | * compile.c (NODE_MATCH3): pass CALL_INFO to opt_regexpmatch2 | charliesome | 2013-08-31 | 1 | -1/+1 |
* | * compile.c (build_postexe_iseq): fix to setup the local table. | ko1 | 2013-08-22 | 1 | -0/+1 |
* | * compile.c (rb_iseq_compile_node): accept NODE_IFUNC to support | ko1 | 2013-08-22 | 1 | -6/+21 |
* | * insns.def: fix regexp's once option behavior. | ko1 | 2013-08-20 | 1 | -30/+20 |
* | * compile.c (iseq_set_arguments): use RARRAY_RAWPTR() instead of | ko1 | 2013-07-24 | 1 | -4/+4 |
* | * compile.c (make_name_for_block): use PRIsVALUE in format string | charliesome | 2013-06-24 | 1 | -2/+2 |
* | * include/ruby/ruby.h (OBJ_WRITE): cast to (VALUE *) for second | ko1 | 2013-06-21 | 1 | -2/+2 |
* | * include/ruby/ruby.h (struct rb_data_type_struct), gc.c: add | ko1 | 2013-06-19 | 1 | -2/+2 |
* | * compile.c (rb_iseq_compile_node): fix location of a `trace' | ko1 | 2013-06-14 | 1 | -1/+1 |
* | * internal.h (numberof): Gathered from various files. | akr | 2013-06-07 | 1 | -1/+0 |
* | compile.c: not simple if keyword args | nobu | 2013-06-01 | 1 | -1/+2 |
* | * hash.c (rb_hash_tbl_raw), internal.h: added. | ko1 | 2013-05-26 | 1 | -1/+1 |
* | fix typos. Patch by k_takata. | ktsj | 2013-05-19 | 1 | -2/+2 |
* | compile.c: forward kwrest | nobu | 2013-05-18 | 1 | -1/+1 |
* | * include/ruby/ruby.h: constify RBasic::klass and add | ko1 | 2013-05-13 | 1 | -1/+1 |
* | * *.c, parse.y, insns.def: use RARRAY_AREF/ASET macro | ko1 | 2013-05-13 | 1 | -5/+5 |
* | iseq: reduce array allocations for simple sequences | tmm1 | 2013-04-17 | 1 | -1/+1 |
* | compile.c: append keyword hash to splat | nobu | 2013-04-09 | 1 | -0/+5 |
* | compile.c: defined? with empty expression | nobu | 2013-04-05 | 1 | -1/+6 |
* | required keyword arguments | nobu | 2013-03-12 | 1 | -6/+23 |
* | compile.c: zsuper keyword args | nobu | 2013-03-07 | 1 | -0/+16 |
* | compile.c: nd_line(node) | nobu | 2013-03-07 | 1 | -404/+407 |
* | compile.c: calc in int | nobu | 2013-03-07 | 1 | -7/+8 |
* | * compile.c (iseq_compile_each): remove redundant trace(line) | ko1 | 2013-02-28 | 1 | -0/+9 |
* | compile.c: no keyword check if kw_rest | nobu | 2013-02-23 | 1 | -1/+0 |
* | * compile.c (compile_array_): modify wrong optimization. | ko1 | 2013-01-09 | 1 | -0/+5 |
* | compile.c: adjust indent | nobu | 2013-01-08 | 1 | -1/+1 |