aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Unmask the some of examples with ruby_repo labelHiroshi SHIBATA2020-05-132-2/+2
* Skip the example to use rake commandHiroshi SHIBATA2020-05-131-1/+1
* skip lockfile_spec.rb:33 because it cleanup the .bundle repoHiroshi SHIBATA2020-05-131-1/+1
* Resolved the file path of gemspec for ruby core repositoryHiroshi SHIBATA2020-05-132-1/+5
* Bump version to use Rake 13 in bundler examplesHiroshi SHIBATA2020-05-131-1/+1
* Added test_gems.rb for setup dependenciesHiroshi SHIBATA2020-05-133-1/+57
* Partly reverted bundler.gemspec for ruby core testingHiroshi SHIBATA2020-05-131-6/+3
* Update the bundler version with master branchHiroshi SHIBATA2020-05-13226-3747/+4601
* * 2020-05-13 [ci skip]git2020-05-131-1/+1
* ext/fiddle/extconf.rb: check if ffi_closure_alloc is availableYusuke Endoh2020-05-131-0/+2
* Build auxiliary program files earlyNobuyoshi Nakada2020-05-122-5/+5
* builtin_binary.inc: should be updated even if no changes [ci skip]Nobuyoshi Nakada2020-05-121-1/+1
* Added String#split benchmark for empty regexpNobuyoshi Nakada2020-05-121-0/+4
* Optimize String#splitNobuyoshi Nakada2020-05-122-31/+68
* test/lib/jit_support.rb: Let JIT tests skip on centos8Yusuke Endoh2020-05-121-0/+2