aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* NEWS: clarify item about built-in thread cachenormal2018-05-301-1/+2
* Workaround for old LibreSSLnobu2018-05-301-0/+3
* object.c: Add a new alias `then` to `Kernel#yield_self`; [Feature #14594]matz2018-05-302-1/+8
* * 2018-05-30svn2018-05-291-1/+1
* fake.rb: fix RUBY_DESCRIPTION for MJITnobu2018-05-291-2/+4
* fake.rb: fix RUBY_DESCRIPTION for MJITnobu2018-05-292-7/+6
* spec/ruby: revert r63503 and r63508nobu2018-05-292-18/+3
* mjit_compile.c: drop catch table handlingk0kubun2018-05-291-6/+2
* Unused macro and fieldyui-knk2018-05-292-8/+0
* Unused macroyui-knk2018-05-292-7/+0
* Unused macroyui-knk2018-05-292-7/+0
* NEWS: add item about built-in thread cachenormal2018-05-291-0/+2
* Unused macroyui-knk2018-05-292-8/+0
* time.rb: fix parsing time zone in iso8601nobu2018-05-282-1/+2
* * 2018-05-29svn2018-05-281-1/+1
* time.rb: fix parsing time zone in iso8601nobu2018-05-282-1/+2
* Unused macro and fieldyui-knk2018-05-282-7/+0
* * 2018-05-28svn2018-05-281-1/+1
* Merge etc gemspec from github repository.hsbt2018-05-281-3/+1
* Specs must keep working on older versions and other implementationseregon2018-05-272-2/+2
* jit_support.rb: debug check_support stderrk0kubun2018-05-271-1/+5
* st.c: remove redundant export declarationk0kubun2018-05-271-1/+1
* * 2018-05-27svn2018-05-271-1/+1
* jit_support.rb: cahce JIT support checkk0kubun2018-05-271-12/+21
* spec/ruby: fix RUBY_DESCRIPTION check with JIT enabledk0kubun2018-05-242-3/+18
* test_rubyoptions.rb: RbConfig::CONFIG['cppflags'] can be nilk0kubun2018-05-241-1/+1
* test_rubyoptions.rb: allow passing test_verbosek0kubun2018-05-241-1/+5
* mjit.c: use remove_file in clean_so_file toonobu2018-05-241-4/+3
* thread_pthread.c: avoid reading th pointer for thread cachenormal2018-05-241-4/+4
* thread_pthread.c: enable thread cache by defaultnormal2018-05-231-2/+11
* 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