summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-05-11Sync did_you_meanYuki Nishijima
2020-05-12Thread#backtrace may return nil [ci skip]Kazuhiro NISHIYAMA
2020-05-12Removed extra stringizationNobuyoshi Nakada
2020-05-12win32/mkexports.rb: do not export internal symbolsNobuyoshi Nakada
2020-05-12Some I/O in test doesn't have "position"aycabta
2020-05-12Also use pipe for input in testaycabta
2020-05-12numeric.c: optimize `float ** 2` case by fastpathYusuke Endoh
2020-05-12* 2020-05-12 [ci skip]git
2020-05-11Remove the 65 size limit for name_err_mesg_to_strJean Boussier
2020-05-11more on NULL versus functions卜部昌平
2020-05-11fix sunpro pragma卜部昌平
2020-05-11drop varargs.h support卜部昌平
2020-05-11rb_str_new: hoist RB_CONSTANT_P out of function卜部昌平
2020-05-11sed -i 's|ruby/impl|ruby/internal|'卜部昌平
2020-05-11mv include/ruby/{impl,internal}卜部昌平
2020-05-11spaces in comments [ci skip]卜部昌平
2020-05-11sed -i s/ruby3/rbimpl/g卜部昌平