aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ast.c: fix callsnobu2018-06-082-3/+31
* [Docs] Improve documentation of String#linesnobu2018-06-081-2/+8
* common.mk: dependency of node_name.incnobu2018-06-081-0/+3
* Removed needless extension for require.hsbt2018-06-082-2/+2
* th is nilusa2018-06-081-2/+2
* * 2018-06-08svn2018-06-071-1/+1
* node.c: Fix format of NODE_OP_ASGN1 and NODE_OP_ASGN2yui-knk2018-06-071-2/+2
* ast.c: refine AST#childrennobu2018-06-072-37/+87
* ast.c: adjust indentnobu2018-06-071-1/+2
* ast.c: Fix to raise `SyntaxError`yui-knk2018-06-072-4/+31
* Promote Matrix to default gems.hsbt2018-06-073-3/+23
* Fix typos [ci skip]kazu2018-06-071-1/+1
* Promote OpenStruct to default gems.hsbt2018-06-073-3/+24
* skip write_timeout test on Windowsnaruse2018-06-071-5/+5
* Some platforms immediately returns from Socket#writeusa2018-06-071-3/+3
* iseq.h (struct iseq_compile_data): remove cached_const fieldnormal2018-06-071-1/+0
* * 2018-06-07svn2018-06-061-1/+1
* rb_vm_insn_addr2insn: use st to perform addr2insn mappingnormal2018-06-064-16/+28
* mjit.c: unify wording between comments and variablesk0kubun2018-06-061-14/+14
* math.c: adjust cbrtnobu2018-06-062-1/+9
* Use `Net::HTTPClientException` instead of `Net::HTTPServerException`naruse2018-06-061-1/+1
* Add Net::HTTPClientException [Bug #14688]naruse2018-06-063-1/+14
* fix r63587naruse2018-06-061-18/+18
* fix r63587 with temporal patch to pass the tests. please re-fix it.ko12018-06-061-1/+1
* Introduce write_timeout to Net::HTTP [Feature #13396]naruse2018-06-065-5/+169
* ast.c: Change tabs to spacesyui-knk2018-06-061-124/+124
* test/io/console/test_io_console.rb: fix for systems where PTY is not definednormal2018-06-061-5/+4
* test/lib/jit_support.rb: spelling: s/skiped/skipped/normal2018-06-051-1/+1
* test/io/console/test_io_console.rb: ignore TTOU on FreeBSDnormal2018-06-051-0/+16
* encoding.c: remove rb_gc_mark_encodingsnormal2018-06-053-9/+0
* test/dtrace/helper.rb: support systemtap in dtrace testsnormal2018-06-051-6/+80
* test/dtrace: enable Tracepoint for function callsnormal2018-06-052-4/+6
* test/dtrace/test_method_cache.rb: avoid spewing too muchnormal2018-06-051-1/+1
* test/dtrace/test_array_create.rb: require line numbernormal2018-06-051-1/+1
* test/dtrace/helper: fix check for minirubynormal2018-06-051-4/+5
* io.c: fix compilation when IOV_MAX is not definednormal2018-06-051-1/+11
* gc.c: reduce parameters for gc_start and garbage_collectnormal2018-06-051-31/+47
* * 2018-06-06svn2018-06-051-1/+1
* gc.c: reduce #ifdefs around GC_ENABLE_*normal2018-06-051-17/+8
* include/ruby/missing.h: defined(__cplusplus) before using __cplusplusngoto2018-06-051-2/+2
* `int isnan(double)` is a POSIXismshyouhei2018-06-051-0/+6
* test_ast.rb: Add test cases of heredoc columnsyui-knk2018-06-051-0/+12
* gc.c: zero check for malloc_limit_max to initializationnormal2018-06-051-2/+4
* Move a test fileyui-knk2018-06-051-1/+1
* * 2018-06-05svn2018-06-041-1/+1
* String#uminus dedupes unconditionallynormal2018-06-042-14/+8
* * 2018-06-04svn2018-06-031-1/+1
* benchmark/driver.rb: add CPU time measurement targetsnormal2018-06-031-3/+9
* * properties.svn2018-06-030-0/+0
* Add TracePoint#parametersmame2018-06-035-4/+115