aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * vm_method.c: added documentation of protected/private methods.hsbt2015-10-303-13/+39
* variable.c: rb_class_ivar_setnobu2015-10-304-7/+11
* test_object.rb: add more checksnobu2015-10-301-4/+6
* variable.c (generic_ivar_remove): return original valuenormal2015-10-303-8/+27
* test_gc.rb: fix failure messagenobu2015-10-301-3/+3
* show child and parent signal masknaruse2015-10-301-2/+13
* use spawn's option to shorten the codenaruse2015-10-301-16/+6
* variable.c (rb_st_insert_id_and_value): reduce argsnormal2015-10-304-8/+16
* * gems/bundled_gems: update latest gems.hsbt2015-10-302-2/+7
* * lib/rubygems: Update to RubyGems HEAD(60d7972).hsbt2015-10-3014-23/+110
* * insns.def (getinlinecache/setinlinecache): compare ic->ic_cref andko12015-10-294-3/+36
* * vm_insnhelper.c (vm_env_cref): make it inline for performance.ko12015-10-292-4/+11
* use NULL instead of 0ko12015-10-291-1/+1
* * insns.def: nobody set ic->ic_value.value to Qundef.ko12015-10-292-3/+5
* * vm.c: add ifndef guard for VM_CHECK_MODE.ko12015-10-292-0/+6
* * vm_insnhelper.c (vm_check_frame_detail): should require me forko12015-10-292-2/+11
* * 2015-10-30svn2015-10-291-2/+2
* show signal mask on solarisnaruse2015-10-291-0/+1
* revert experimental changes related to Solaris CInaruse2015-10-292-6/+2
* ENC_ASSERTnobu2015-10-291-4/+3
* * test/ruby/test_io.rb (ruby): check the existence of the constant instead ofusa2015-10-291-1/+1
* indentnobu2015-10-292-6/+6
* fix a typo [ci skip]kazu2015-10-291-1/+1
* * gc.c (gc_mark_ptr): specify NOINLINE so that gc_mark() can returnko12015-10-292-0/+7
* * encoding.c (rb_enc_check_str): add for performance.ko12015-10-294-30/+97
* * internal.h: export rb_wb_(un)protected_newobj_of()ko12015-10-292-3/+8
* gc.c: separate event hook call from newobj_initnobu2015-10-291-6/+5
* * gc.c (rb_imemo_new): should not pass FL_WB_PROTECTED flag.ko12015-10-292-1/+11
* * gc.c: introduce rb_wb_unprotected_newobj_of() andko12015-10-294-19/+57
* gc.c: fix UNLIKELY usagenobu2015-10-291-3/+3
* * gc.c: add rb_objspace::flags::has_hook to represent hook availability.ko12015-10-292-7/+25
* vm_insnhelper.c: use enum and fix typonobu2015-10-292-13/+20
* vm_core.h: move forward declarationsnobu2015-10-292-6/+9
* Makefile.in: prefix RUBY in probes.hnobu2015-10-291-1/+1
* RUBY_DTRACE_CREATE_HOOKnobu2015-10-298-45/+48
* * gc.c (gc_mark_ptr): remove debug code for #11244.ko12015-10-292-11/+4
* vm.c: ruby_th_dtrace_setupnobu2015-10-292-49/+63
* revert r52336 (commit miss)ko12015-10-296-33/+26
* * gc.c (gc_mark_ptr): remove debug code for #11244.ko12015-10-296-26/+33
* variable.c: reduce heap usage for autoload_data_inormal2015-10-292-30/+42
* wait until it escape handle_interrupt blocknaruse2015-10-291-2/+2
* ChangeLog: fix commit message for r52332 [ci skip]normal2015-10-291-1/+8
* variable.c: additional locking around autoloadnormal2015-10-282-20/+88
* increase timeout (with full GC)naruse2015-10-282-3/+4
* thread may leak if assert fails before join is finishednaruse2015-10-281-2/+3
* * test/rubygems/test_gem_commands_server_command.rbngoto2015-10-282-2/+11
* revert r52312 because the failure does not always occur on Solarisngoto2015-10-281-5/+2
* * 2015-10-29svn2015-10-281-2/+2
* experimentally add GC.start before spawnnaruse2015-10-281-0/+1
* * probes_helper.h (RUBY_DTRACE_HOOK): add RB_GC_GUARD, though paranoic.ngoto2015-10-282-0/+6