aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* eval_error.c: concat directlynobu2018-01-071-10/+4
* test_exception.rb: fix messagenobu2018-01-071-2/+2
* eval_error.c: renamed an argumentnobu2018-01-071-8/+8
* io.c: rb_stderr_to_original_pnobu2018-01-071-3/+9
* Added bundler for `test-bundled-gems` dependency.hsbt2018-01-071-1/+1
* prelude.rb: eliminate a private constantnobu2018-01-071-6/+5
* extmk.rb: exclude recursivelynobu2018-01-071-3/+7
* * 2018-01-07svn2018-01-071-1/+1
* doc/NEWS-2.5.0: Fix the description of backtrace format changemrkn2018-01-071-2/+2
* Revert "net/protocol: use binary string buffers"normal2018-01-061-5/+5
* net/ftp: fix FrozenError in BufferedSocketnormal2018-01-062-1/+7
* net/protocol: use binary string buffersnormal2018-01-061-5/+5
* test_process.rb: skip not-found groupsnobu2018-01-061-1/+6
* string.c: out-of-bounds accessnobu2018-01-061-1/+2
* Update Status Codekazu2018-01-061-11/+15
* Add 103 Early Hintskazu2018-01-061-0/+4
* Specify frozen_string_literal: truekazu2018-01-061-1/+1
* io.c: clear Strings we create for IO.copy_streamnormal2018-01-051-2/+5
* zlib: reduce garbage on gzip writes (deflate)normal2018-01-051-11/+47
* Extend timeout of test_clear_unreachable_keyword_argsnaruse2018-01-051-1/+1
* Show how many seconds it timeoutsnaruse2018-01-051-1/+1
* 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