aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Get rid of setting SCRIPT_LINES__ by AST.parsenobu2018-11-093-6/+33
* Hoisted out rb_ast_parse_str and rb_ast_parse_filenobu2018-11-091-1/+16
* Remove unused default value of MJIT_CC [ci skip]kazu2018-11-091-1/+1
* addr2line.c: fix compilation for i386-darwinnobu2018-11-091-12/+23
* util.c: suppress warningsshyouhei2018-11-091-0/+2
* numeric.c: avoid division by zeroshyouhei2018-11-091-11/+43
* Rename `AST` module to `AbstractSyntaxTree`yui-knk2018-11-093-37/+37
* * expand tabs.svn2018-11-092-4/+4
* There is a path to use bmethod with ifunc.ko12018-11-092-6/+8
* * 2018-11-09svn2018-11-091-1/+1
* * expand tabs.svn2018-11-091-4/+4
* fix passing wrong `passed_bmethod_me`.ko12018-11-093-17/+26
* st.c: bin might be zeroshyouhei2018-11-081-1/+1
* * expand tabs.svn2018-11-081-1/+1
* gc.c: avoid integer overflow at process exitshyouhei2018-11-081-1/+1
* hash.c: +(-1) is a wrong ideashyouhei2018-11-081-1/+5
* vm_core.h: conform C90k0kubun2018-11-081-1/+1
* avoid (size_t)-- (2nd try)shyouhei2018-11-082-2/+7
* lib/rubygems/indexer.rb: suppress random test-all errork0kubun2018-11-081-1/+8
* initialize VM postponed_job first. [Bug #15288]ko12018-11-082-8/+3
* svn merge -r 65625:65623 .shyouhei2018-11-082-7/+2
* .travis.yml: simplify travis matrix descriptionk0kubun2018-11-081-1/+1
* st.c: fix comparison between signed and unsignedshyouhei2018-11-081-1/+1
* avoid (size_t)--shyouhei2018-11-082-2/+7
* * expand tabs.svn2018-11-081-3/+3
* separate Thread type (func or proc) explicitly.ko12018-11-084-70/+126
* st.c: straight-forward comparison of charactersshyouhei2018-11-081-10/+10
* 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