aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * .gitignore: ignored only simplecov.hsbt2014-09-113-1/+23
* * include/ruby/ruby.h, gc.c: add new internal eventsko12014-09-113-1/+64
* * ChangeLog: use ascii characterhsbt2014-09-111-1/+1
* lib/benchmark.rb: remove CLOCK_MONOTONIC_RAW supportnormal2014-09-112-3/+6
* test_object.rb: add assertionsnobu2014-09-111-0/+3
* add reference to the ticket.ko12014-09-111-0/+1
* * include/ruby/ruby.h: freeze nil/true/false.ko12014-09-116-24/+34
* * 2014-09-11svn2014-09-111-2/+2
* * lib/rdoc.rb, lib/rdoc, test/rdoc: Update to RDoc 4.2.0.alpha(21b241a)hsbt2014-09-118-5/+55
* variable.c (rb_ivar_set): remove unnecessary checknormal2014-09-101-3/+0
* * compile.c (rb_vm_addr2insn): rename to rb_vm_insn_addr2insnko12014-09-102-4/+10
* test_date.rb: nonsense assertionnobu2014-09-101-1/+0
* gc.c: preserve encodingnobu2014-09-102-2/+7
* compile.c: remove useless castnobu2014-09-101-1/+1
* variable.c: check index overflownobu2014-09-102-1/+5
* pack.c: no nil.taintnobu2014-09-101-1/+1
* * test/ruby/test_gc.rb: fix condition.ko12014-09-102-2/+6
* rb_call_info_t: shrink to 96 bytes from 104 bytes on 64-bitnormal2014-09-106-24/+40
* compile: translate iseq in-placenormal2014-09-106-30/+90
* * remove trailing spaces.svn2014-09-101-1/+1
* time.c: DATA_PTR is never NULLnormal2014-09-102-9/+9
* * common.mk (encs enc trans libencs libenc libtrans): force to runusa2014-09-102-1/+7
* * gc.c (gc_stat): update rdoc.ko12014-09-102-20/+30
* * gc.c (gc_stat_internal): rename:ko12014-09-102-10/+19
* * gc.c (gc_stat_internal): rename `heap_used' to `heap_allocated_pages'.ko12014-09-103-3/+23
* * gc.c (gc_stat_internal): rename:ko12014-09-102-35/+44
* * gc.c (gc_stat_internal): support:ko12014-09-102-0/+17
* * test/ruby/test_gc.rb: catch up last fix.ko12014-09-102-4/+8
* * gc.c (objspace_total_slot): rename objspace_available_slots.ko12014-09-102-14/+31
* * gc.c: refactoring for RGENGC_PROFILE > 0.ko12014-09-092-74/+61
* * 2014-09-10svn2014-09-091-2/+2
* * gc.c (init_mark_stack): MEMZERO() receive type as 2nd argument insteadnagachika2014-09-092-1/+7
* s/stressfull/stressful/gkazu2014-09-092-13/+13
* * ext/win32ole/sample/excel2.rb: remove some commented-out code.suke2014-09-092-5/+7
* fix a typo [ci skip]kazu2014-09-091-1/+1
* fix typos [ci skip]kazu2014-09-091-3/+3
* GC.stat key namenobu2014-09-092-4/+4
* * gc.c: rename rb_objspace_t::marked_objects to marked_slots.ko12014-09-092-12/+28
* * gc.c: renameko12014-09-092-19/+30
* * gc.c (gc_stat_internal): fix symbol namesko12014-09-092-7/+19
* * gc.c (rb_objspace_t::heap_pages): rename field names:ko12014-09-093-67/+85
* gc.c: fix typosnobu2014-09-091-3/+3
* * gc.c: continue layout changing.ko12014-09-092-12/+24
* * gc.c: fix layout of rb_objsapce_t to improve cache locality.ko12014-09-092-5/+15
* * gc.c: move rb_objspace_t::flags::gc_stressfull after during_gcko12014-09-092-11/+25
* * gc.c: add rb_objspace_t::flags::gc_stressfull andko12014-09-092-19/+43
* * gc.c: remvoe ruby_disable_gc_stress and add ruby_disable_gcko12014-09-093-17/+28
* * gc.c: rename gc_stat entries and check stat transition.ko12014-09-092-9/+27
* * gc.c (gc_sweep_rest): remove wrong modification of during_gc flag.ko12014-09-092-1/+4
* * gc.c (rb_objspace_t::profile): reduce padding.nobu2014-09-091-1/+1