aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* test_ftp.rb: extend timeout for --jit-wait testingk0kubun2018-11-081-1/+1
* ext/socket/init.c (wait_connectable): bail out early on some errorsnormal2018-11-081-1/+20
* refine parse_ratnobu2018-11-082-25/+43
* compile.c: compile error than rb_bug [ci skip]nobu2018-11-081-4/+11
* st.c: suppress integer overlow warningsshyouhei2018-11-081-0/+1
* NEWS: Add `RubyVM::AST.of` to NEWS [ci skip]yui-knk2018-11-081-0/+3
* compile.c: unreachable than rb_bug [ci skip]nobu2018-11-081-1/+1
* test/rdoc/minitest_helper.rb: suppress bundler errork0kubun2018-11-081-1/+2
* Following up r65583. Removed VCR files when retrieving code from upstream.hsbt2018-11-071-0/+1
* Clear CC_WRAPPER in other than the toplevelnobu2018-11-072-0/+5
* Dir.children is available since Feature #11302. FileUtils useshsbt2018-11-071-2/+1
* * 2018-11-08svn2018-11-071-1/+1
* Expand MJIT_CC on mswin toonobu2018-11-071-0/+4
* Convert MJIT_CC to Windows path on msys toonobu2018-11-071-2/+2
* * expand tabs. [ci skip]svn2018-11-071-1/+1
* Add cast to suppress warnings on Solaris [ci skip]nobu2018-11-072-3/+3
* `+` sign in the path of ruby needs to be escapednobu2018-11-073-8/+8
* Generalize r65594nobu2018-11-071-2/+4
* clean mjit_build_dir.dylib.dSYM directory on macOSnobu2018-11-071-1/+1
* * expand tabs.svn2018-11-071-6/+6
* Rename get/setinlinecache to opt_get/opt_setinlinecachemame2018-11-073-9/+9
* mjit_worker.c: stop expanding already-absolute MJIT_CCk0kubun2018-11-071-12/+5
* vm_backtrace.c: pos can be zeroshyouhei2018-11-072-2/+13
* insns.def: forgot add cast [ci skip]shyouhei2018-11-071-1/+1
* ruby-runner.c: enable MJIT_SEARCH_BUILD_DIR only if no relative loadingnobu2018-11-072-2/+7
* insns.def: avoid integer overflowshyouhei2018-11-071-6/+6
* test_process.rb: avoid test failure by r65588k0kubun2018-11-071-0/+1
* .travis.yml: UNALIGNED_WORD_ACCESS=0 for UBSANshyouhei2018-11-071-1/+1
* string.c: this assumption is false [ci skip]shyouhei2018-11-071-1/+1
* Fix call-seq [ci skip]kazu2018-11-071-1/+1
* suppress GCC warning about unknown sanitizersshyouhei2018-11-072-3/+11
* blacklist UBSAN's unsigned integer overflowshyouhei2018-11-073-2/+9
* ruby-runner.c: enable MJIT_SEARCH_BUILD_DIRnobu2018-11-072-0/+10
* mjit_build_dir: separate MJIT_BUILD_DIRnobu2018-11-073-4/+29
* Fix build_os:host_os pairnobu2018-11-061-1/+1
* * 2018-11-07svn2018-11-061-1/+1
* Revert "thread.c (rb_wait_for_single_fd): no point initializing pollfd.revents"mame2018-11-061-0/+3
* Removed VCR cassettes files for reducing package size.hsbt2018-11-06329-2319/+0
* Expand MJIT_CC in configurenobu2018-11-062-8/+11
* workaround C++ism in ASAN header shyouhei2018-11-061-0/+4
* * expand tabs.svn2018-11-061-1/+1
* cont.c: direct use of rb_thread_tshyouhei2018-11-063-5/+4
* adopt sanitizer APIshyouhei2018-11-065-5/+104
* mjit.c: don't use mutex before checking availabilityk0kubun2018-11-061-7/+9
* mjit_worker.c: don't use _one for nowk0kubun2018-11-061-1/+1
* Makefile.in: do not expand MJIT_CC if cross compilingnobu2018-11-061-2/+5
* mjit_worker.c: strictly control MJIT copy jobk0kubun2018-11-062-16/+26
* Makefile.in: convert MJIT_CC to Windows pathnobu2018-11-061-1/+3
* Fix TracePoint for nested iseq loaded from binary [Bug#14702]ko12018-11-062-10/+70
* Revert "mjit_build_dir: separate MJIT_BUILD_DIR"nobu2018-11-063-23/+4