aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo [ci skip]nobu2018-11-111-1/+1
* Use friendlier terminology in leaf helpersnobu2018-11-111-6/+6
* Make some functions to be staticyui-knk2018-11-111-7/+7
* Use friendlier terminology in rubysocket.h commentnobu2018-11-111-1/+1
* Revert "Use friendlier terminology in rubysocket.h comment"nobu2018-11-111-1/+1
* Use friendlier terminology in rubysocket.h commentnobu2018-11-111-1/+1
* Make rubygems follow the upstream of psychnobu2018-11-113-37/+37
* Revert "Merge psych from upstream."mame2018-11-102-32/+32
* * 2018-11-11svn2018-11-101-1/+1
* Merge psych from upstream.hsbt2018-11-102-32/+32
* Constified ruby_sourcefilenobu2018-11-101-1/+1
* AST.of -e scriptnobu2018-11-102-0/+10
* Parse the source in SCRIPT_LINES__ as arraynobu2018-11-103-8/+57
* Check the argument before creating a parsernobu2018-11-101-29/+22
* Parse the source in SCRIPT_LINES__ if possiblenobu2018-11-101-2/+21
* Fix potential NULL pointer access [ci skip]nobu2018-11-101-1/+2
* * 2018-11-10svn2018-11-091-1/+1
* thread_pthread.c (rb_sigwait_sleep): add note about spurious wakeupnormal2018-11-091-0/+3
* 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