aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* do not delete function declarations in case of non-sanitizing buildsshyouhei2018-11-061-1/+1
* annotate functions to blacklist MSANshyouhei2018-11-062-2/+6
* mjit_build_dir: separate MJIT_BUILD_DIRnobu2018-11-063-4/+23
* Makefile.in: make MJIT_CC_COMMON an absolute pathnobu2018-11-061-1/+1
* configure.ac: insert DLDSHAREDnobu2018-11-062-2/+4
* Fixed compile error introduced at r65558usa2018-11-061-1/+1
* .travis.yml: FIBER_USE_NATIVE=0shyouhei2018-11-061-0/+8
* gc.c: move ASAN check to configureshyouhei2018-11-064-10/+20
* .travis.yml: allow UBSAN to failshyouhei2018-11-061-0/+1
* .travis.yml: add cron-only buildsshyouhei2018-11-061-121/+227
* * expand tabs.svn2018-11-051-1/+1
* Don't set throw data as cause [Bug #15282]naruse2018-11-052-1/+7
* thread.c (rb_wait_for_single_fd): no point initializing pollfd.reventsnormal2018-11-051-3/+0
* * 2018-11-06svn2018-11-051-1/+1
* Relax MJIT_BUILD_DIR restrictionnobu2018-11-051-6/+11
* * expand tabs.svn2018-11-051-3/+3
* use `RSTRUCT_CONST_PTR` carefully.ko12018-11-051-11/+3
* Fix up r65505 [ci skip]kazu2018-11-0514-20/+20
* Sort in alphabetical order [ci skip]kazu2018-11-051-10/+10
* Fix a typo [ci skip]kazu2018-11-051-1/+1
* Respect explicitly given MJIT_CCnobu2018-11-051-1/+1
* Create MJIT header with strict permissionnobu2018-11-051-2/+4
* * expand tabs.svn2018-11-051-1/+1
* Implement `RubyVM::AST.of` [Feature #14836]yui-knk2018-11-057-7/+94
* More verbose message at unsafe headernobu2018-11-051-9/+12
* addr2line.c uses c99ismnaruse2018-11-041-0/+6
* Fix RubyGems extension build failure after r65470sorah2018-11-041-6/+12
* * 2018-11-05svn2018-11-041-1/+1
* Use symtab if there's no .dSYM filenaruse2018-11-041-21/+38
* Check MJIT_BUILD_DIR strictlynobu2018-11-041-2/+25
* MJIT_CC should not use CC_WRAPPERnobu2018-11-041-0/+1
* hash.c: [DOC] add docs for ENV.{filter,filter!}stomar2018-11-041-0/+8
* hash.c: [DOC] fix wrong cross-referencesstomar2018-11-041-3/+3
* hash.c: [DOC] add missing `block' in call-seq'sstomar2018-11-041-27/+27
* struct.c: [DOC] add docs for Struct#filterstomar2018-11-041-0/+4
* hash.c: [DOC] add docs for Hash#{filter,filter!}stomar2018-11-041-0/+8