aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* parse.y: Remove duplicated nd_loc setyui-knk2018-01-081-2/+0
* parse.y: Embed simple wrapper functions for NEW_NODEsmame2018-01-081-46/+16
* parse.y: Make NULL_LOC to be internalyui-knk2018-01-081-1/+1
* parse.y: Remove unneeded wrapper functions for NEW_NODEsmame2018-01-081-267/+99
* parse.y: set bison's first_loc.lineno to nd_line by defaultmame2018-01-081-189/+69
* parse.y: make all NEW_NODE macros receive locationmame2018-01-082-368/+304
* zlib: reduce garbage on Zlib::GzipReader#readpartialnormal2018-01-081-43/+64
* open-uri: clear string after bufferingnormal2018-01-081-0/+1
* net/protocol: read directly into rbuf if it's emptynormal2018-01-081-1/+3
* net/protocol: use binary string buffersnormal2018-01-081-5/+5
* Speedup `block.call` [Feature #14330]ko12018-01-077-6/+128
* lib/scanf.rb: [DOC] fix typosstomar2018-01-071-7/+7
* * 2018-01-08svn2018-01-071-1/+1
* doc/NEWS-2.5.0: improve languagestomar2018-01-071-1/+1
* node.c: fix SEGV of `->(a:){}` when --dump=parsetreemame2018-01-071-2/+7
* parse.y: do not overwrite case_body positionnobu2018-01-071-1/+1
* parse.y: set case_body line position to argsnobu2018-01-071-0/+1
* parse.y: removed unused macro new_command_callnobu2018-01-071-1/+0
* parse.y: nd_line of new_qcallnobu2018-01-072-19/+46
* eval_error.c: reset in each linenobu2018-01-072-7/+27
* 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