summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-29fake.rb: fix RUBY_DESCRIPTION for MJITnobu
2018-05-29spec/ruby: revert r63503 and r63508nobu
2018-05-29mjit_compile.c: drop catch table handlingk0kubun
2018-05-29Unused macro and fieldyui-knk
2018-05-29Unused macroyui-knk
2018-05-29Unused macroyui-knk
2018-05-29NEWS: add item about built-in thread cachenormal
2018-05-29Unused macroyui-knk
2018-05-28time.rb: fix parsing time zone in iso8601nobu
2018-05-28* 2018-05-29svn
2018-05-28time.rb: fix parsing time zone in iso8601nobu
2018-05-28Unused macro and fieldyui-knk
2018-05-28* 2018-05-28svn
2018-05-28Merge etc gemspec from github repository.hsbt
2018-05-27Specs must keep working on older versions and other implementationseregon
2018-05-27jit_support.rb: debug check_support stderrk0kubun
2018-05-27st.c: remove redundant export declarationk0kubun
2018-05-27* 2018-05-27svn
2018-05-27jit_support.rb: cahce JIT support checkk0kubun
2018-05-24spec/ruby: fix RUBY_DESCRIPTION check with JIT enabledk0kubun
2018-05-24test_rubyoptions.rb: RbConfig::CONFIG['cppflags'] can be nilk0kubun
2018-05-24test_rubyoptions.rb: allow passing test_verbosek0kubun
2018-05-24mjit.c: use remove_file in clean_so_file toonobu
2018-05-24thread_pthread.c: avoid reading th pointer for thread cachenormal
2018-05-23thread_pthread.c: enable thread cache by defaultnormal
2018-05-23benchmark/bm_*erb*: fix for --measure=size/peak in driver.rbnormal
2018-05-23* 2018-05-24svn
2018-05-23ext/pty/pty.c: I_FIND before I_PUSH if possiblengoto
2018-05-23remove VM_ENV_DATA_INDEX_ENV_PROC.ko1
2018-05-23internal.h: export ruby_sized_* for systems w/o malloc_usable_sizenormal
2018-05-22test_jit.rb: propagate suspicious stderrk0kubun
2018-05-22* 2018-05-23svn
2018-05-22mjit.c: show error message on remove failurek0kubun
2018-05-22rename temporary dummy targetusa
2018-05-22export rb_hash_bulk_insertnaruse
2018-05-22string.c: MAYBE_UNUSED to suppress warnings for `old`normal
2018-05-22gc.c: use RUBY_DEFAULT_FREE instead of open-coded constantnormal
2018-05-22string.c: size hints for free and realloc callsnormal
2018-05-22parse.y: use ruby_sized_xfree and SIZED_REALLOC_Nnormal
2018-05-21load.c: use ruby_sized_xfree for calloc-ed RArray VALUEnormal
2018-05-21* 2018-05-22svn
2018-05-21array.c: use ruby_sized_free and SIZED_REALLOC_Nnormal
2018-05-21mjit.h: skip accessing mjit_opts if JIT-edk0kubun
2018-05-21mention about `goruby` target in helpusa
2018-05-21now can do `make goruby`usa
2018-05-21ruby.c: localize a variablenobu
2018-05-21ruby.c: runtime_libruby_pathnobu
2018-05-21added `f` for 1 byte FizzBuzz because Hexagony has such featureusa
2018-05-21explicit cast to void* required for %pshyouhei
2018-05-20goruby build was brokenusa