aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Removed useless implementation testsNobuyoshi Nakada2020-05-171-113/+14
* Removed PRNG implementation details from the testNobuyoshi Nakada2020-05-171-135/+79
* * 2020-05-17 [ci skip]git2020-05-171-1/+1
* Added --test-order=nosort optionNobuyoshi Nakada2020-05-172-3/+8
* Defer initializationNobuyoshi Nakada2020-05-162-16/+29
* Fallback to built-in UTF-8 for minirubyNobuyoshi Nakada2020-05-161-1/+1
* leakchecker.rb: show test nameNobuyoshi Nakada2020-05-161-1/+1
* [ci skip] Enhanced rdoc for String.new (#3067)Burdette Lamar2020-05-151-15/+88
* [ci skip] Rdoc enhancements for Array (#3063)Burdette Lamar2020-05-152-84/+226
* * 2020-05-16 [ci skip]git2020-05-161-1/+1
* [CI skip] Enhance rdoc intro for Hash (#3056)Burdette Lamar2020-05-152-69/+240
* Fix a typo [ci skip]Kazuhiro NISHIYAMA2020-05-151-1/+1
* Fixed argument forwarding in reserved word method [Bug #16854]Nobuyoshi Nakada2020-05-152-5/+7
* fix for multi-run test.Koichi Sasada2020-05-151-6/+9
* Move `test/scheduler` -> `test/fiber` [Bug #16892][ruby-core:98366].Samuel Williams2020-05-158-0/+0
* Merge pull request #3047 from mame/suppress-backtraceYusuke Endoh2020-05-155-12/+35
* * 2020-05-15 [ci skip]git2020-05-151-1/+1
* test/scheduler: suppress warningsYusuke Endoh2020-05-152-4/+2
* Endless method definition including `rescue` modifierNobuyoshi Nakada2020-05-142-2/+40
* Removed trailing spaces [ci skip]Nobuyoshi Nakada2020-05-143-5/+5
* Thread scheduler for light weight concurrency.Samuel Williams2020-05-1428-305/+1014
* extlibs.rb: fixed Downloader.cache_file call and return valueNobuyoshi Nakada2020-05-141-1/+1
* Constified code_loc_genNobuyoshi Nakada2020-05-141-1/+1
* Restore class variable setting for testsaycabta2020-05-142-0/+44
* Initialize Reline callbacks when test suit startsaycabta2020-05-141-0/+6
* Reline callbacks can take nilaycabta2020-05-141-5/+5
* Delete inner text buffer after testsaycabta2020-05-141-0/+1
* Restore Readline.completion_case_fold in testaycabta2020-05-141-0/+3
* clean-up .bundle directory in bundled_appHiroshi SHIBATA2020-05-141-2/+2
* Use the gemspec in build_dir directlyHiroshi SHIBATA2020-05-142-5/+6
* * 2020-05-14 [ci skip]git2020-05-141-1/+1
* ext/json/parser/prereq.mk: remove type-limit warning if char is unsignedYusuke Endoh2020-05-142-2/+3
* [ruby/openssl] Ruby/OpenSSL 2.2.0Kazuki Yamaguchi2020-05-131-1/+1
* [ruby/openssl] ssl: temporarily remove SSLContext#add_certificate_chain_fileKazuki Yamaguchi2020-05-132-44/+0
* [ruby/openssl] pkey: add PKey#inspect and #oidKazuki Yamaguchi2020-05-132-0/+66
* [ruby/openssl] Fix signing example to not use Digest instanceBart de Water2020-05-131-4/+2
* [ruby/openssl] Look up cipher by name instead of constantBart de Water2020-05-132-24/+8
* [ruby/openssl] Remove 'mapping between Digest class and sn/ln'Bart de Water2020-05-131-37/+0
* [ruby/openssl] Look up digest by name instead of constantBart de Water2020-05-1331-171/+161
* [ruby/openssl] Add Marshal support to PKey objectsBart de Water2020-05-138-23/+85
* Stop always inlining not-optimized get/setivarTakashi Kokubun2020-05-121-3/+0
* ext/bigdecimal/bigdecimal.c, ext/date/date_core.c: undef NDEBUGYusuke Endoh2020-05-132-0/+2
* ext/openssl/ossl.h: Remove a variable that is used only in assertYusuke Endoh2020-05-131-2/+1
* ext/fiddle/extconf.rb: Fix the condition of libffi <= 3.1Yusuke Endoh2020-05-131-1/+1
* Document that #hash is not called for certain core classes [ci skip]Jeremy Evans2020-05-121-0/+3
* Do not try ffi_closure_alloc if libffi is <= 3.1Yusuke Endoh2020-05-131-0/+1
* Bump version to use RSpec 3.8+Hiroshi SHIBATA2020-05-131-1/+1
* Skip the examples for bundle exec with gem installationHiroshi SHIBATA2020-05-132-7/+7
* Marked the some examples that are not working with the ruby repositoryHiroshi SHIBATA2020-05-131-3/+3
* Use relative path in ruby core repositoryHiroshi SHIBATA2020-05-131-1/+1