aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add branch coverage for while and until statementsmame2017-09-142-0/+27
* Add branch coverage for if statementmame2017-09-144-4/+132
* ext/coverage/coverage.c: Fix the condition for non-experimental modemame2017-09-141-1/+1
* [EXPERIMENTAL] Extend the API of `Coverage.start` and `result`mame2017-09-141-8/+76
* Update gemspec for gem released versions.hsbt2017-09-149-61/+102
* remove an unused variable (sometimes it fails test).ko12017-09-141-1/+0
* Add a new instruction `trace2` for hooking with custom datamame2017-09-143-20/+48
* test_rubyoptions.rb: keep paths if necessarynobu2017-09-131-5/+7
* * 2017-09-14svn2017-09-131-1/+1
* LIBPATHENV on Windowsnobu2017-09-132-1/+3
* test/win32ole/test_word.rb: word quit without confirmation dialog to save suke2017-09-131-2/+7
* Random.urandom raises RuntimeError instead of returning nilkazu2017-09-131-1/+1
* Removed needless magic-comment for encodings.hsbt2017-09-135-5/+0
* Fixup r59856. Added workaround for JRuby.hsbt2017-09-131-2/+8
* Added executable to bundler template.hsbt2017-09-131-0/+0
* Fix a typo.hsbt2017-09-131-1/+1
* Use mutable strings for mutation tests.ko12017-09-123-4/+4
* * 2017-09-13svn2017-09-121-1/+1
* cont.c: update comment to match r59776 [ci skip]normal2017-09-121-1/+1
* Random.urandom raises an exception instead of returning nil when failedmame2017-09-121-1/+2
* openssl: merge test fixes from upstream, part 2rhe2017-09-122-0/+2
* Partly reverted r59845.hsbt2017-09-121-2/+2
* output some strings without quotesnaruse2017-09-121-11/+25
* Merge fiddle-1.0.0.beta2 from upstream.hsbt2017-09-1224-33/+33
* Add *.gemspec to .editorconfig [ci skip]kazu2017-09-121-0/+4
* Sort properties in .editorconfig [ci skip]kazu2017-09-121-4/+4
* Fix problem when open in emacs [ci skip]kazu2017-09-121-2/+2
* Fixed copy option for bundler synchsbt2017-09-121-1/+1
* Merge csv-0.1.0 from upstream.hsbt2017-09-122-15/+17
* Fixed install error with rdoc.gemspechsbt2017-09-121-1/+7
* * properties.svn2017-09-120-0/+0
* * remove trailing spaces.svn2017-09-123-109/+109
* Merge rdoc-6.0.0.beta2 from upstream.hsbt2017-09-1223-3216/+1461
* console.c: set winsize on Windowsnobu2017-09-112-9/+19
* * 2017-09-12svn2017-09-111-1/+1
* test_io_console.rb: test_set_winsize_consolenobu2017-09-111-27/+35
* lib/securerandom.rb: test one byte to determine urandom or opensslmame2017-09-111-5/+1
* Backport test_realworld_default_gem test from Rubygems-2.6.13.hsbt2017-09-111-0/+17
* Follow latest VM changesnaruse2017-09-111-8/+29
* suppress unused argument warningnaruse2017-09-111-1/+1
* Remove commented out code of URI::HTTP.new.hsbt2017-09-111-24/+0
* Remove commented out code of SecureRandom.random_number.hsbt2017-09-111-47/+0
* Fixed unterminated backquote for bundler sync task.hsbt2017-09-111-1/+1
* Update bundled gems.hsbt2017-09-111-1/+1
* Added [Feature #12733] to NEWS entry.hsbt2017-09-111-0/+4
* store ec instead of thread in rb_context_t.ko12017-09-105-92/+108
* avoid false positive on fiber_verify().ko12017-09-101-1/+6
* clear `stack_end`.ko12017-09-101-4/+2
* compile.c: pop coverage tracenobu2017-09-102-1/+12
* cont.c: fix typo [ci skip]nobu2017-09-101-1/+1