summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-14Constified code_loc_genNobuyoshi Nakada
2020-05-14Restore class variable setting for testsaycabta
2020-05-14Initialize Reline callbacks when test suit startsaycabta
2020-05-14Reline callbacks can take nilaycabta
2020-05-14Delete inner text buffer after testsaycabta
2020-05-14Restore Readline.completion_case_fold in testaycabta
2020-05-14clean-up .bundle directory in bundled_appHiroshi SHIBATA
2020-05-14Use the gemspec in build_dir directlyHiroshi SHIBATA
2020-05-14* 2020-05-14 [ci skip]git
2020-05-14ext/json/parser/prereq.mk: remove type-limit warning if char is unsignedYusuke Endoh
2020-05-13[ruby/openssl] Ruby/OpenSSL 2.2.0Kazuki Yamaguchi
2020-05-13[ruby/openssl] ssl: temporarily remove SSLContext#add_certificate_chain_fileKazuki Yamaguchi
2020-05-13[ruby/openssl] pkey: add PKey#inspect and #oidKazuki Yamaguchi
2020-05-13[ruby/openssl] Fix signing example to not use Digest instanceBart de Water
2020-05-13[ruby/openssl] Look up cipher by name instead of constantBart de Water
2020-05-13[ruby/openssl] Remove 'mapping between Digest class and sn/ln'Bart de Water
2020-05-13[ruby/openssl] Look up digest by name instead of constantBart de Water
2020-05-13[ruby/openssl] Add Marshal support to PKey objectsBart de Water
2020-05-12Stop always inlining not-optimized get/setivarTakashi Kokubun
2020-05-13ext/bigdecimal/bigdecimal.c, ext/date/date_core.c: undef NDEBUGYusuke Endoh
2020-05-13ext/openssl/ossl.h: Remove a variable that is used only in assertYusuke Endoh
2020-05-13ext/fiddle/extconf.rb: Fix the condition of libffi <= 3.1Yusuke Endoh
2020-05-12Document that #hash is not called for certain core classes [ci skip]Jeremy Evans
2020-05-13Do not try ffi_closure_alloc if libffi is <= 3.1Yusuke Endoh
2020-05-13Bump version to use RSpec 3.8+Hiroshi SHIBATA
2020-05-13Skip the examples for bundle exec with gem installationHiroshi SHIBATA
2020-05-13Marked the some examples that are not working with the ruby repositoryHiroshi SHIBATA
2020-05-13Use relative path in ruby core repositoryHiroshi SHIBATA
2020-05-13Unmask the some of examples with ruby_repo labelHiroshi SHIBATA
2020-05-13Skip the example to use rake commandHiroshi SHIBATA
2020-05-13skip lockfile_spec.rb:33 because it cleanup the .bundle repoHiroshi SHIBATA
2020-05-13Resolved the file path of gemspec for ruby core repositoryHiroshi SHIBATA
2020-05-13Bump version to use Rake 13 in bundler examplesHiroshi SHIBATA
2020-05-13Added test_gems.rb for setup dependenciesHiroshi SHIBATA
2020-05-13Partly reverted bundler.gemspec for ruby core testingHiroshi SHIBATA
2020-05-13Update the bundler version with master branchHiroshi SHIBATA
2020-05-13* 2020-05-13 [ci skip]git
2020-05-13ext/fiddle/extconf.rb: check if ffi_closure_alloc is availableYusuke Endoh
2020-05-12Build auxiliary program files earlyNobuyoshi Nakada
2020-05-12builtin_binary.inc: should be updated even if no changes [ci skip]Nobuyoshi Nakada
2020-05-12Added String#split benchmark for empty regexpNobuyoshi Nakada
2020-05-12Optimize String#splitNobuyoshi Nakada
2020-05-12test/lib/jit_support.rb: Let JIT tests skip on centos8Yusuke Endoh
2020-05-12.github: use actions/checkout@v2 again卜部昌平
2020-05-12Revert "Sync did_you_mean"Nobuyoshi Nakada
2020-05-12fiddle: share the same config toolsNobuyoshi Nakada
2020-05-12extlibs.rb: links in extracted directoryNobuyoshi Nakada
2020-05-12extlibs.rb: added variable referencesNobuyoshi Nakada
2020-05-12Add missing `,`Kazuhiro NISHIYAMA
2020-05-12Expose SSLContext#extra_chain_cert in Net::HTTPStephen Touset