aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* extend timeout to 15 seconds for ARMv8 environmentnaruse2018-01-051-1/+1
* Speedup `Proc#call` [Feature #14318]ko12018-01-052-23/+20
* parse.y: Use nd_set_loc instead of direct modification to nd_locmame2018-01-051-4/+4
* parse.y: Remove unneeded codemame2018-01-051-1/+0
* parse.y: make method_add_block accept locationmame2018-01-051-35/+18
* * 2018-01-06svn2018-01-051-1/+1
* node_h (NEW_DEFN): remove unused argumentmame2018-01-052-2/+2
* compile.c: fix stack consistency errornobu2018-01-052-0/+14
* compile.c: remove more unreachable chunknobu2018-01-051-8/+30
* marshal.c: allow marshalling keyword_init structk0kubun2018-01-054-12/+40
* node.c: factor out the part of operator output into F_OPERATORmame2018-01-051-21/+15
* node.c: remove unused macro F_OPTIONmame2018-01-051-2/+0
* node.c (NODE_OP_CDECL): fix a typo bug.mame2018-01-051-1/+1
* zlib: remove redundant rb_obj_revealnormal2018-01-051-1/+0
* tool/rbinstall.rb: allow owner to have write permissionsnormal2018-01-051-1/+1
* node.h: remove NODE_PRELUDEmame2018-01-057-77/+14
* make rb_iseq_new* accept rb_ast_body_t instead of NODE*mame2018-01-058-24/+31
* node.h: define rb_ast_body_t and restructure rb_ast_tmame2018-01-058-17/+20
* node.c: constify NODE* arguments in node.cmame2018-01-052-6/+6
* * insns.def (invokeblock): `calling->recv` is not used.ko12018-01-051-1/+1
* Try to fix Travis CI configuration.hsbt2018-01-051-1/+2
* parse.y: refactor out ast generation code of two rb_parser_compile_*mame2018-01-051-17/+12
* check array for zsuper. [Bug #14279]ko12018-01-052-0/+18
* net/protocol: optimize large read casenormal2018-01-051-1/+6
* Refactor ISEQ_TYPE_DEFINED_GUARD outmame2018-01-053-15/+10
* * 2018-01-05svn2018-01-051-1/+1
* compile.c: refactoring of defined? exception handlermame2018-01-051-7/+12
* test/ruby/test_io.rb: relax RLIMIT_NPROC for invocation of rubymame2018-01-041-1/+1
* node.h: add NODE_ONCE instead of reuse of NODE_SCOPEmame2018-01-045-5/+17
* suppress warnings for long string literalsshyouhei2018-01-041-1/+6
* define NO_LONG_LONG appropriatelyshyouhei2018-01-041-0/+2
* ULL suffix is a C99ismshyouhei2018-01-041-4/+15
* ULL suffix is a C99ismshyouhei2018-01-041-7/+1
* iseq.c: Refactor out rb_iseq_new_ifunc from rb_iseq_new_with_optmame2018-01-044-13/+57
* iseq.c (rb_iseq_new_with_opt): handle the case where node is imemo_funcmame2018-01-041-1/+3
* insns_info.inc.tmpl: share large tablesenobu2018-01-042-10/+19
* insns_info.inc: position independentnobu2018-01-041-12/+8
* Fix doc typo in Symbol#to_proc [Fix GH-1785]nobu2018-01-041-1/+1
* compile.c: next labelnobu2018-01-041-3/+7
* test_iseq_load.rb: set locationnobu2018-01-041-11/+22
* * 2018-01-04svn2018-01-031-1/+1
* compile.c: fix disasm dumpnobu2018-01-031-2/+5
* compile.c: label spnobu2018-01-031-1/+2
* dln.c: dln_incompatible_library_pnobu2018-01-031-5/+3
* dln.c: xmalloc_mismatch_p with dlopennobu2018-01-031-1/+3
* delete extra #undef [ci skip]shyouhei2018-01-031-1/+0
* variable.c: fix autoload stack space regressionnormal2018-01-021-7/+6
* thread_pthread.c: use container_ofnormal2018-01-021-2/+1
* * 2018-01-03svn2018-01-021-1/+1
* check an existence of block.ko12018-01-022-2/+5