aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* parse.y: Make consistent with the terms about code ranges and locationsmame2018-01-084-409/+409
* parse.y (remove_duplicate_keys): Remove a not used argumentyui-knk2018-01-081-2/+2
* parse.y: Factor out code fragments that merges two code rangesmame2018-01-082-32/+20
* parse.y (block_append_gen): Remove a not used argumentyui-knk2018-01-081-23/+19
* parse.y: Use nd_loc of head and tailyui-knk2018-01-081-2/+2
* parse.y: Fix the lineno of nd_set_lineyui-knk2018-01-081-15/+15
* net/http: clear compressed chunk after decompressionnormal2018-01-081-0/+1
* Update minitest-5.11.1hsbt2018-01-081-1/+1
* parse.y: Remove dispose_stringmame2018-01-083-21/+0
* vm_insnhelper.c: vm_invoke_block_opt_callnobu2018-01-081-14/+11
* vm.c: respect redefinition of Proc#callnobu2018-01-083-4/+34
* Add parens [ci skip]kazu2018-01-081-1/+1
* node.c: show newline node marknobu2018-01-081-2/+5
* parse.y: Use last_loc.lineno instead of ruby_sourcelinemame2018-01-081-7/+7
* parse.y: Remove `$<num>$ = ruby_sourceline` hacksmame2018-01-081-119/+47
* compile.c: compile_case2 branchnobu2018-01-081-2/+5
* parse.y: constified NULL_LOCnobu2018-01-081-1/+1
* doc/NEWS-2.5.0: Time.at is a class methodmrkn2018-01-081-1/+1
* parse.y: Factor out special handling of a short-cut operator idmame2018-01-081-21/+9
* 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