aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fixing some minimal formating on enum.c examplesnobu2018-02-131-11/+11
* st.c: retry operations if rebuiltnormal2018-02-131-73/+185
* variable.c: flags at autoloadingnobu2018-02-132-11/+78
* vm_insnhelper.c: rb_autoloading_value flagnobu2018-02-133-3/+2
* revert r62392usa2018-02-132-78/+11
* variable.c: flags at autoloadingnobu2018-02-132-11/+78
* process.c (try_with_sh): fix the wrong number of argumentsmame2018-02-131-1/+1
* xmalloc never returns NULLkazu2018-02-131-2/+1
* * 2018-02-13svn2018-02-121-1/+1
* vm_insnhelper.c: inline array aref with integerk0kubun2018-02-123-12/+23
* insns.def: remove unnecessary sp motionk0kubun2018-02-121-2/+0
* use <<- instead of <<~ for older baserubynobu2018-02-121-1/+1
* Makefile.in: drop obsoleted debug outputk0kubun2018-02-121-1/+0
* _mjit_compile_insn_body.erb: refactork0kubun2018-02-123-24/+44
* _mjit_compile_insn_line.erb: carve out macro expansionk0kubun2018-02-123-45/+56
* mjit.c: print JIT failurek0kubun2018-02-122-6/+12
* test_jit.rb: prettify script in messagek0kubun2018-02-121-1/+6
* test_jit.rb: explicitly skip for unsupported onesk0kubun2018-02-121-2/+6
* no --jit-ccnobu2018-02-122-30/+0
* test_jit.rb: split test_compile_insnsnobu2018-02-121-192/+270
* * 2018-02-12svn2018-02-121-1/+1
* mjit_compile.c: fix invalid suffix on MinGWk0kubun2018-02-121-2/+2
* Makefile.in: prevent from building `"",` macrok0kubun2018-02-111-5/+5
* Makefile.in: debug mjit_config.h againk0kubun2018-02-111-0/+1
* Makefile.in: use "%s"nobu2018-02-111-12/+12
* Makefile.in: use printfk0kubun2018-02-111-12/+12
* Makefile.in: define macro in one linek0kubun2018-02-111-19/+18
* mjit_config.h: moved backslashs outside quotesnobu2018-02-111-12/+12
* mjit.c: some flags are no longer for GCCk0kubun2018-02-111-15/+2
* _mjit_compile_send.erb: resolve warnings on clangk0kubun2018-02-111-2/+2
* Makefile.in: add output to debug rubycik0kubun2018-02-111-0/+1
* win32/Makefile.sub: fix typo, missing commanobu2018-02-111-1/+1
* mjit.c: alwasy -fPIC flag to gccnobu2018-02-111-4/+7
* appveyor.yml: finish notification testk0kubun2018-02-111-1/+2
* appveyor.yml: encrypt config with ruby's accountk0kubun2018-02-111-1/+1
* mjit_config.h: include trailing comma for empty listnobu2018-02-113-30/+23
* .travis.yml: resurrect notification to #commitsk0kubun2018-02-111-1/+2
* appveyor.yml: send AppVeyor slack notificationk0kubun2018-02-111-0/+6
* .travis.yml: send notification to #alertsk0kubun2018-02-111-1/+1
* NEWS: note about --jit [ci skip]k0kubun2018-02-111-0/+2
* common.mk: add comments about r62355 [ci skip]k0kubun2018-02-112-0/+3
* mjit_config.h: more macrosnobu2018-02-113-81/+99
* common.mk: define MJIT_HEADER earlierk0kubun2018-02-112-2/+2
* _mjit_compile_insn.erb: comment_idnobu2018-02-112-1/+32
* _mjit_compile_{insn,send}.erb: suppress warningsnobu2018-02-112-5/+5
* Makefile.sub: cpp out for older VCnobu2018-02-111-0/+8
* _mjit_compile_send.erb: PRI_SERIALT_PREFIXnobu2018-02-112-1/+5
* insns.def: cache nil constnobu2018-02-103-9/+20
* * 2018-02-11svn2018-02-101-1/+1
* test_jit.rb: cover most insn compilationsk0kubun2018-02-101-3/+344