aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add case equality arity to Enumerable#all?, any?, none? and one?,marcandre2017-12-101-0/+18
* test_process.rb (test_maxgroups): add assertionsnobu2017-12-091-1/+6
* test_file_exhaustive.rb: get rid of failuresnobu2017-12-081-3/+0
* test_file_exhaustive.rb: test_utime_symlinkfilenobu2017-12-081-0/+1
* test_file_exhaustive.rb: fix arguments ordernobu2017-12-081-5/+5
* remove unnecessary read_timeout.shugo2017-12-061-7/+0
* `Integer#pow(b)` accepts numerickazu2017-12-061-0/+4
* test_syntax.rb: Add a test case for `not()`yui-knk2017-12-051-0/+4
* ext/coverage/coverage.c: method coverage has column info. of method def.mame2017-12-051-18/+18
* Revamp method coverage to support define_methodmame2017-12-051-4/+109
* Remove unnecessary read_timeout.shugo2017-12-051-5/+1
* bignum.c, numeric.c: add Integer#pow(b, m)mrkn2017-12-041-0/+14
* revert r60999usa2017-12-041-6/+0
* give a change to determine to rotate the log or notusa2017-12-031-0/+6
* Add test for Bug::String.buf_newnaruse2017-12-031-0/+6
* Modules should not have subclasses.shugo2017-12-021-0/+19
* string.c: fix rb_external_str_new_with_encnobu2017-12-021-0/+11
* Append "//" if empty host for file or postgres URInaruse2017-12-011-0/+4
* Merge psych-3.0.0.hsbt2017-12-012-14/+7
* Make Module#{define|alias|undef|remove}_method public [#14133]marcandre2017-11-291-3/+7
* Make Module#attr{accessor|reader|writer|} public [#14132]marcandre2017-11-291-0/+12
* test_workspace.rb: prefer using skipk0kubun2017-11-291-10/+10
* file.c: File.lutimenobu2017-11-291-0/+30
* * remove trailing spaces.svn2017-11-291-3/+3
* Unused module refinement shouldn't break method search.shugo2017-11-291-0/+26
* strscan.c: add MatchData-like methodsnobu2017-11-291-0/+22
* Merge rubygems-2.7.3.hsbt2017-11-285-5/+145
* Merge rdoc-6.0.0.beta4 from upstream.hsbt2017-11-2780-171/+309
* Merge psych-3.0.0.beta4 from upstream.hsbt2017-11-275-5/+108
* Ignore failures related to threading.ko12017-11-271-3/+10
* openssl: sync with 2475d94517b4rhe2017-11-261-9/+6
* leakchecker.rb: no conversionnobu2017-11-261-1/+5
* openssl: import v2.1.0.beta2rhe2017-11-2512-13/+358
* openssl: revert changes in SSLContext#{min,max}_version= in r60310rhe2017-11-251-2/+2
* test_workspace.rb: skip test failing on windowsk0kubun2017-11-241-8/+10
* Fix TOCTTOU and avoid to read existing unreadable filekazu2017-11-241-0/+13
* Fix typos [ci skip]kazu2017-11-241-3/+3
* test/irb/test_workspace.rb: fix SCRIPT_LINES__nobu2017-11-241-1/+1
* parse.y: refactor list literalsnobu2017-11-241-0/+16
* test_parser_events.rb: results of list literalsnobu2017-11-242-4/+34
* irb.rb: show source around binding.irb on startk0kubun2017-11-241-0/+78
* io.c: read BOM only for readingnobu2017-11-231-0/+14
* ripper.y: fix word list eventsnobu2017-11-231-9/+18
* fix test_erb.rb [GH-1763]nobu2017-11-211-0/+2
* test/ruby/bug-13526.rb: should wait until all threads are stoppederegon2017-11-211-1/+1
* lib/matrix: Add hadamard_product/entrywise_product.marcandre2017-11-201-0/+14
* lib/matrix: Add Matrix{.|#}combinemarcandre2017-11-201-0/+17
* lib/matrix: accept vectors in {h|v}stackmarcandre2017-11-201-0/+4
* lib/matrix: Add explicit coercion #to_matrixmarcandre2017-11-202-0/+8
* test/ruby/bug-13526.rb: Fix to actually refer to an existing fileeregon2017-11-191-2/+4