summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-07io.c: rb_stderr_to_original_pnobu
2018-01-07Added bundler for `test-bundled-gems` dependency.hsbt
2018-01-07prelude.rb: eliminate a private constantnobu
2018-01-07extmk.rb: exclude recursivelynobu
2018-01-07* 2018-01-07svn
2018-01-07doc/NEWS-2.5.0: Fix the description of backtrace format changemrkn
2018-01-06Revert "net/protocol: use binary string buffers"normal
2018-01-06net/ftp: fix FrozenError in BufferedSocketnormal
2018-01-06net/protocol: use binary string buffersnormal
2018-01-06test_process.rb: skip not-found groupsnobu
2018-01-06string.c: out-of-bounds accessnobu
2018-01-06Update Status Codekazu
2018-01-06Add 103 Early Hintskazu
2018-01-06Specify frozen_string_literal: truekazu
2018-01-05io.c: clear Strings we create for IO.copy_streamnormal
2018-01-05zlib: reduce garbage on gzip writes (deflate)normal
2018-01-05Extend timeout of test_clear_unreachable_keyword_argsnaruse
2018-01-05Show how many seconds it timeoutsnaruse
2018-01-05extend timeout to 15 seconds for ARMv8 environmentnaruse
2018-01-05Speedup `Proc#call` [Feature #14318]ko1
2018-01-05parse.y: Use nd_set_loc instead of direct modification to nd_locmame
2018-01-05parse.y: Remove unneeded codemame
2018-01-05parse.y: make method_add_block accept locationmame
2018-01-05* 2018-01-06svn
2018-01-05node_h (NEW_DEFN): remove unused argumentmame
2018-01-05compile.c: fix stack consistency errornobu
2018-01-05compile.c: remove more unreachable chunknobu
2018-01-05marshal.c: allow marshalling keyword_init structk0kubun
2018-01-05node.c: factor out the part of operator output into F_OPERATORmame
2018-01-05node.c: remove unused macro F_OPTIONmame
2018-01-05node.c (NODE_OP_CDECL): fix a typo bug.mame
2018-01-05zlib: remove redundant rb_obj_revealnormal
2018-01-05tool/rbinstall.rb: allow owner to have write permissionsnormal
2018-01-05node.h: remove NODE_PRELUDEmame
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