aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* regparse.c: warn all duplicated ranges when debuggingnobu2018-10-151-4/+8
* .travis.yml: try `addons.apt.config.retries: true` as wellk0kubun2018-10-151-0/+2
* .travis.yml: try `addons.apt.update: true` for gcc-8k0kubun2018-10-151-0/+1
* detect clang++shyouhei2018-10-151-1/+1
* Pass cflags given to configure to mjitnobu2018-10-152-1/+3
* Moved hexdump macro before usednobu2018-10-141-24/+24
* Make local functions staticnobu2018-10-141-24/+45
* * 2018-10-15svn2018-10-141-1/+1
* Read debug_info to show inline functions in backtracenaruse2018-10-141-128/+1175
* _mjit_compile_ivar.erb: optimize setivar as wellk0kubun2018-10-143-3/+11
* _mjit_compile_getivar.erb: we may not say receiver [ci skip]k0kubun2018-10-141-1/+1
* vm_opts.h: share USE_IC_FOR_IVAR as OPT_IC_FOR_IVARk0kubun2018-10-144-15/+10
* _mjit_compile_getivar.erb: optimize IC-hit getivark0kubun2018-10-145-1/+71
* vm_insnhelper.c: remove obsoleted comment [ci skip]k0kubun2018-10-141-1/+0
* appveyor.yml: test open-uri separatelyk0kubun2018-10-141-2/+2
* NEWS: Hash#update! does not existstomar2018-10-131-1/+1
* hash.c: improve docs for Hash#{merge,merge!,update}stomar2018-10-131-41/+46
* string.c: [DOC] add example code for String#strip!stomar2018-10-131-0/+3
* string.c: small doc improvementstomar2018-10-131-1/+1
* array.c: fix rdoc syntaxstomar2018-10-131-3/+3
* * 2018-10-14svn2018-10-131-1/+1
* Define PRIdPTR etcnobu2018-10-133-0/+14
* Remove compile-time dependencies on ruby/version.hnobu2018-10-132-18/+3
* vm_insinhelper.c: prefer using inlinable functionk0kubun2018-10-131-1/+1
* vm_insnhelper.c: finish reverting r63333k0kubun2018-10-131-11/+7
* Add missing requirenobu2018-10-131-0/+1
* Prefer `rb_fstring_lit` over `rb_fstring_cstr`nobu2018-10-1313-39/+37
* Added comments to rb_setup_fake_str and rb_fstring_new [ci skip]nobu2018-10-131-0/+8
* * expand tabs.svn2018-10-131-3/+3
* addr2line.c: fix *printf type warnings on 32-bitnormal2018-10-131-7/+9
* tests: support Linux kernels with CONFIG_IPV6=nnormal2018-10-134-21/+29
* * properties.svn2018-10-130-0/+0
* use ADODB.Connection instead of Microsoft Internet Controls.suke2018-10-132-51/+55
* appveyor.yml: reorder jobsk0kubun2018-10-131-2/+2
* win32/win32.c: fix typo in comment [ci skip]k0kubun2018-10-131-1/+1
* kill_spec.rb: exclude spec unstable on MinGWk0kubun2018-10-131-13/+17
* win32/win32.c: I meant FindFreeChildSlot [ci skip]k0kubun2018-10-131-2/+2
* win32/win32.c: don't call FindChildSlot in MJITk0kubun2018-10-131-24/+26
* * properties.svn2018-10-130-0/+0
* remove Microsoft Internet Controlsuke2018-10-132-25/+63
* * expand tabs.svn2018-10-121-2/+2
* win32/win32.c: drop always-NULL psa parameterk0kubun2018-10-121-14/+10
* use assert_equal instead of assertsuke2018-10-121-10/+10
* enumerator.c: [DOC] small fixstomar2018-10-121-1/+1
* range.c: [DOC] improve docs for Range#cover?stomar2018-10-121-5/+6
* readline.c: improve docsstomar2018-10-121-2/+2
* process.c: [DOC] improve docs for Process.groupsstomar2018-10-121-3/+3
* vm.c: [DOC] small improvementsstomar2018-10-121-2/+2
* default gems: add missing comment in gemspecstomar2018-10-126-0/+6
* hash.c: improve docs for Hash#{size,length}stomar2018-10-121-4/+3