summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2015-11-02variable.c (rb_global_tbl): convert to id_tablenormal
2015-11-02* parse.y (NO_QCALL): fix type mismatch of operands that causesngoto
2015-11-02parse.y: lbracketnobu
2015-11-01* id_table.c (mix_id_table_insert): do not touch list duringko1
2015-11-01iseq.c (iseq_memsize): account for rb_call_cache entriesnormal
2015-11-01parse.y: invalid symbolnobu
2015-10-31* test/openssl/test_pair.rb: skipped tests if openssl doesn't supporthsbt
2015-10-31remove extraneous spacenobu
2015-10-31revert r52402ko1
2015-10-31* vm_insnhelper.c (vm_search_super_method): do not touch `ci' here.ko1
2015-10-31eval_error.c: Fix a format of `NameError#message`nobu
2015-10-30fix a typo [ci skip]kazu
2015-10-30* gems/bundled_gems: update to power_assert 0.2.5.ktsj
2015-10-30* gc.c (newobj_slowpath): do not need to use flags hack (commit miss).ko1
2015-10-30* gc.c (heap_get_freeobj_from_next_freepage): not so UNLIKELY.ko1
2015-10-30* gc.c (newobj_slowpath): reduce 1 parameter to use only registersko1
2015-10-30* test/ruby/test_call.rb: added test for safe navigation operator.hsbt
2015-10-30* ChangeLog: fix wrong commit name.hsbt
2015-10-30* vm_method.c: added documentation of protected/private methods.hsbt
2015-10-30variable.c: rb_class_ivar_setnobu
2015-10-30variable.c (generic_ivar_remove): return original valuenormal
2015-10-30variable.c (rb_st_insert_id_and_value): reduce argsnormal
2015-10-30* gems/bundled_gems: update latest gems.hsbt
2015-10-30* lib/rubygems: Update to RubyGems HEAD(60d7972).hsbt
2015-10-29* insns.def (getinlinecache/setinlinecache): compare ic->ic_cref andko1
2015-10-29* vm_insnhelper.c (vm_env_cref): make it inline for performance.ko1
2015-10-29* insns.def: nobody set ic->ic_value.value to Qundef.ko1
2015-10-29* vm.c: add ifndef guard for VM_CHECK_MODE.ko1
2015-10-29* vm_insnhelper.c (vm_check_frame_detail): should require me forko1
2015-10-29indentnobu
2015-10-29fix a typo [ci skip]kazu
2015-10-29* gc.c (gc_mark_ptr): specify NOINLINE so that gc_mark() can returnko1
2015-10-29* encoding.c (rb_enc_check_str): add for performance.ko1
2015-10-29* internal.h: export rb_wb_(un)protected_newobj_of()ko1
2015-10-29* gc.c (rb_imemo_new): should not pass FL_WB_PROTECTED flag.ko1
2015-10-29* gc.c: introduce rb_wb_unprotected_newobj_of() andko1
2015-10-29* gc.c: add rb_objspace::flags::has_hook to represent hook availability.ko1
2015-10-29vm_core.h: move forward declarationsnobu
2015-10-29* gc.c (gc_mark_ptr): remove debug code for #11244.ko1
2015-10-29revert r52336 (commit miss)ko1
2015-10-29* gc.c (gc_mark_ptr): remove debug code for #11244.ko1
2015-10-29variable.c: reduce heap usage for autoload_data_inormal
2015-10-29ChangeLog: fix commit message for r52332 [ci skip]normal
2015-10-28variable.c: additional locking around autoloadnormal
2015-10-28* test/rubygems/test_gem_commands_server_command.rbngoto
2015-10-28* probes_helper.h (RUBY_DTRACE_HOOK): add RB_GC_GUARD, though paranoic.ngoto
2015-10-28error.c: receiver in NameErrornobu
2015-10-28NameError#receiver of uninitialized constantnobu
2015-10-28error.c: rb_name_err_newnobu
2015-10-28parse.y: fix op_assign typenobu