aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* parse.y: no return in classnobu2017-11-162-7/+25
* Add a last location to branch coverageyui-knk2017-11-161-17/+17
* cleanup hook cleanup code.ko12017-11-161-3/+3
* remove rb_thread_t::event_hooks.ko12017-11-151-0/+71
* fix uninitialized memory reference.ko12017-11-151-0/+15
* parse.y: zero codepointsnobu2017-11-141-0/+6
* remove `trace` instruction. [Feature #14104]ko12017-11-141-14/+12
* compile.c: fixup r60727nobu2017-11-131-0/+14
* regexec.c: invalidate previously matched positionnobu2017-11-131-0/+3
* test_regexp.rb: test_absentnobu2017-11-131-0/+8
* envutil.rb: preserve RUBYLIBnobu2017-11-131-0/+5
* load.c: cwd encodingnobu2017-11-121-0/+12
* bin/erb: change template file encoding to UTF-8k0kubun2017-11-101-0/+6
* Do not define test method instead of skip when Calendar class is not defined.hsbt2017-11-104-17/+5
* TracePoint.new: raise ArgumentError when no block given [#14074]marcandre2017-11-091-0/+4
* fix backtrace on argment error.ko12017-11-091-0/+27
* fix peephole optimization.ko12017-11-091-0/+7
* disable GC.ko12017-11-071-4/+9
* enum.c: check argument firstnobu2017-11-052-1/+5
* test/ruby/test_lazy_enumerator.rb: test for [Bug #14082]nobu2017-11-051-0/+7
* Fix size on Enumerable#cycle when the size is 0 [Bug #14082].marcandre2017-11-051-0/+7
* ext/win32ole/lib/win32ole.rb (metods): rescue WIN32OLEQueryInterfaceError.suke2017-11-051-4/+9