summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-05make rb_iseq_new* accept rb_ast_body_t instead of NODE*mame
2018-01-05node.h: define rb_ast_body_t and restructure rb_ast_tmame
2018-01-05node.c: constify NODE* arguments in node.cmame
2018-01-05* insns.def (invokeblock): `calling->recv` is not used.ko1
2018-01-05Try to fix Travis CI configuration.hsbt
2018-01-05parse.y: refactor out ast generation code of two rb_parser_compile_*mame
2018-01-05check array for zsuper. [Bug #14279]ko1
2018-01-05net/protocol: optimize large read casenormal
2018-01-05Refactor ISEQ_TYPE_DEFINED_GUARD outmame
2018-01-05* 2018-01-05svn
2018-01-05compile.c: refactoring of defined? exception handlermame
2018-01-04test/ruby/test_io.rb: relax RLIMIT_NPROC for invocation of rubymame
2018-01-04node.h: add NODE_ONCE instead of reuse of NODE_SCOPEmame
2018-01-04suppress warnings for long string literalsshyouhei
2018-01-04define NO_LONG_LONG appropriatelyshyouhei
2018-01-04ULL suffix is a C99ismshyouhei
2018-01-04ULL suffix is a C99ismshyouhei
2018-01-04iseq.c: Refactor out rb_iseq_new_ifunc from rb_iseq_new_with_optmame
2018-01-04iseq.c (rb_iseq_new_with_opt): handle the case where node is imemo_funcmame
2018-01-04insns_info.inc.tmpl: share large tablesenobu
2018-01-04insns_info.inc: position independentnobu
2018-01-04Fix doc typo in Symbol#to_proc [Fix GH-1785]nobu
2018-01-04compile.c: next labelnobu
2018-01-04test_iseq_load.rb: set locationnobu
2018-01-03* 2018-01-04svn
2018-01-03compile.c: fix disasm dumpnobu
2018-01-03compile.c: label spnobu
2018-01-03dln.c: dln_incompatible_library_pnobu
2018-01-03dln.c: xmalloc_mismatch_p with dlopennobu
2018-01-03delete extra #undef [ci skip]shyouhei
2018-01-02variable.c: fix autoload stack space regressionnormal
2018-01-02thread_pthread.c: use container_ofnormal
2018-01-02* 2018-01-03svn
2018-01-02check an existence of block.ko1
2018-01-02include missing headershyouhei
2018-01-02fix SEGV inspecting uninitialized objectsshyouhei
2018-01-02fix SEGV inspecting already freed objectsshyouhei
2018-01-02fix uninitialized variableshyouhei
2018-01-02fix SEGV touching uninitialized local variableshyouhei
2018-01-02fix SEGV touching uninitialized memoryshyouhei
2018-01-02fix SEGV touching uninitialized memoryshyouhei
2018-01-02fix SEGV touching uninitialized memoryshyouhei
2018-01-02fix SEGV touching uninitialized memoryshyouhei
2018-01-02fix memory leak (FOUND BY A COMPILER WARNING)shyouhei
2018-01-02offsetof(type, foo.bar) is (arguably) a GCCismshyouhei
2018-01-02comparing function pointer versus void* is a GCCismshyouhei
2018-01-02label as lvalue is a GCCismshyouhei
2018-01-02statement experssion is a GCCismshyouhei
2018-01-02enum value grater than int is a GCCismshyouhei
2018-01-02_Static_assert is a C11ismshyouhei