aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* benchmark/bm_*erb*: fix for --measure=size/peak in driver.rbnormal2018-05-232-24/+22
* * 2018-05-24svn2018-05-231-1/+1
* ext/pty/pty.c: I_FIND before I_PUSH if possiblengoto2018-05-231-6/+21
* remove VM_ENV_DATA_INDEX_ENV_PROC.ko12018-05-234-32/+16
* internal.h: export ruby_sized_* for systems w/o malloc_usable_sizenormal2018-05-231-0/+2
* test_jit.rb: propagate suspicious stderrk0kubun2018-05-221-4/+16
* * 2018-05-23svn2018-05-221-1/+1
* mjit.c: show error message on remove failurek0kubun2018-05-221-4/+13
* rename temporary dummy targetusa2018-05-221-1/+1
* export rb_hash_bulk_insertnaruse2018-05-222-3/+2
* string.c: MAYBE_UNUSED to suppress warnings for `old`normal2018-05-221-2/+2
* gc.c: use RUBY_DEFAULT_FREE instead of open-coded constantnormal2018-05-221-1/+1
* string.c: size hints for free and realloc callsnormal2018-05-221-8/+13
* parse.y: use ruby_sized_xfree and SIZED_REALLOC_Nnormal2018-05-221-7/+7
* load.c: use ruby_sized_xfree for calloc-ed RArray VALUEnormal2018-05-211-1/+1
* * 2018-05-22svn2018-05-211-1/+1
* array.c: use ruby_sized_free and SIZED_REALLOC_Nnormal2018-05-211-2/+2
* mjit.h: skip accessing mjit_opts if JIT-edk0kubun2018-05-211-6/+3
* mention about `goruby` target in helpusa2018-05-211-0/+1
* now can do `make goruby`usa2018-05-211-1/+4
* ruby.c: localize a variablenobu2018-05-211-9/+9
* ruby.c: runtime_libruby_pathnobu2018-05-211-49/+51
* added `f` for 1 byte FizzBuzz because Hexagony has such featureusa2018-05-211-0/+5
* explicit cast to void* required for %pshyouhei2018-05-211-4/+4
* goruby build was brokenusa2018-05-201-2/+2
* should propagate V to sub makeusa2018-05-201-0/+1
* goruby build was brokenusa2018-05-203-1/+7
* * 2018-05-21svn2018-05-201-1/+1
* get rid of unused variable warning.usa2018-05-201-1/+1
* iseq.c: Fix segfault when debug is not 0yui-knk2018-05-191-4/+10
* vm_core.h: Remove duplicate declarationyui-knk2018-05-191-1/+0
* * 2018-05-19svn2018-05-191-1/+1
* fileutils.rb: split fu_windows?nobu2018-05-191-6/+5
* Revert "gc.c: use monotonic counters for objspace_malloc_increase"normal2018-05-181-49/+20
* gc.c: use monotonic counters for objspace_malloc_increasenormal2018-05-181-20/+49
* thread.c (rb_wait_for_single_fd): do not leak EINTR on timeoutnormal2018-05-181-18/+33
* Merge RubyGems 2.7.7hsbt2018-05-1829-60/+161
* tool: fixed shadowing variablesnobu2018-05-183-5/+5
* tool: removed unused variablesnobu2018-05-1810-26/+16
* redmine-backporter.rb: suppress a warning [ci skip]nobu2018-05-181-1/+1
* parse.y: relax literal in condition warningsnobu2018-05-181-0/+4
* * 2018-05-18svn2018-05-171-1/+1
* _mjit_compile_send.erb: disable attr_reader inlinek0kubun2018-05-171-14/+0
* rb_parser_printf declarationnobu2018-05-172-2/+2
* range.c: === by cover?nobu2018-05-174-7/+41
* http_proxy setting should respect both parent domain and subdomainnaruse2018-05-172-5/+16
* vm_trace: implement postponed_jobs as st_tablenormal2018-05-172-47/+18
* vm_trace: remove rb_postponed_job_t->flagsnormal2018-05-171-2/+1
* vm_trace.c: spelling fix: PJRR_SUCESS => PJRR_SUCCESSnormal2018-05-171-4/+4
* thread: reduce GET_THREAD callsnormal2018-05-163-23/+23