summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-11Remove SHARED_GC job from compilers.ymlPeter Zhu
2024-07-11[ruby/logger] Add reraise_write_errors keyword argument to Logger and LogDeviceJeremy Evans
2024-07-11Rename gc/gc_impl.c to gc/default.cPeter Zhu
2024-07-11Move gc_impl.c to gc/gc_impl.cPeter Zhu
2024-07-11IBM864 single-byte transcoding (#10518)Jeremy Daer
2024-07-11Update bundled gems list as of 2024-07-10git
2024-07-11Do not warn about extra `format` argument when passed as keywordsJean Boussier
2024-07-11[ruby/open-uri] document max_redirects optionJoão Pinheiro
2024-07-11[ruby/open-uri] apply default max_redirectsJoão Pinheiro
2024-07-11Enumerable#all?: Stop optimizing when a given block is not optimizableYusuke Endoh
2024-07-11Bump ruby/setup-ruby from 1.186.0 to 1.187.0dependabot[bot]
2024-07-11[rubygems/rubygems] fix s3 source configuration issueDmitriy Ivliev
2024-07-11[ruby/net-http] implement talking SSL to the proxy tooEvgeni Golov
2024-07-11[ruby/net-http] Add ability to configure default settings for new connectionsfatkodima
2024-07-11[ruby/net-http] test_https.rb - fix test_session_reuse_but_expireMSP-Greg
2024-07-11[ruby/net-http] net/http.rb - derive SSL_IVNAMES from SSL_ATTRIBUTESMSP-Greg
2024-07-11Removed WEBrick and that testsHiroshi SHIBATA
2024-07-10Avoid a hash allocation when keyword splatting empty hash when calling ruby2_...Jeremy Evans
2024-07-10* append newline at EOF. [ci skip]git
2024-07-10[ruby/net-http] Commented out unfinished chunked testHiroshi SHIBATA
2024-07-10[ruby/net-http] Removed needless warningHiroshi SHIBATA
2024-07-10[ruby/net-http] Split POST test because new dummy server can't handle continu...Hiroshi SHIBATA
2024-07-10[ruby/net-http] Write log after server start, not handling requestHiroshi SHIBATA
2024-07-10[ruby/net-http] Split test class because TCPServer couldn't accept localhost ...Hiroshi SHIBATA
2024-07-10[ruby/net-http] Support chunked data and fixed test failure with multipart/fo...Hiroshi SHIBATA
2024-07-10[ruby/net-http] Removed server-side log testHiroshi SHIBATA
2024-07-10[ruby/net-http] Fix wrong hostname with test_max_version testHiroshi SHIBATA
2024-07-10[ruby/net-http] Rewrite WEBrick server with TCPServer and OpenSSL::SSL::SSLSe...Hiroshi SHIBATA
2024-07-10Eliminate array allocations for single splat followed by mutable keywordsJeremy Evans
2024-07-10YJIT: increase context cache size to 1024 (#10983)Maxime Chevalier-Boisvert
2024-07-10Revert all changes to dln.c, dmydln.c, dln.h for the shared GCPeter Zhu
2024-07-10Allow miniruby to load shared GCPeter Zhu
2024-07-10Use absolute path for shared_gc_dirPeter Zhu
2024-07-10[rubygems/rubygems] Fix another strange error when running `bundle add` in fr...David Rodríguez
2024-07-10[rubygems/rubygems] Fix strange error when running `bundle add` with frozen m...David Rodríguez
2024-07-10Use rb_block_call2 for some Enumerable methodsYusuke Endoh
2024-07-10Add rb_block_call2, a flexible variant of rb_block_callYusuke Endoh
2024-07-10GC_DEBUG is always defined卜部昌平
2024-07-10rb_source_location_cstr is banned in this file卜部昌平
2024-07-10rb_gc_obj_slot_size is banned in this file卜部昌平
2024-07-10Bump ruby/setup-ruby from 1.185.0 to 1.186.0dependabot[bot]
2024-07-09Don't shrink array in `ary_make_shared`eileencodes
2024-07-09Fix grammar of ruby_shared_gc.m4Peter Zhu
2024-07-09[rubygems/rubygems] Fix generic platform gems getting incorrectly removed whe...David Rodríguez
2024-07-09[rubygems/rubygems] Refactor selecting specs from a SpecSetDavid Rodríguez
2024-07-09[rubygems/rubygems] Resolve all platforms directlyDavid Rodríguez
2024-07-09[rubygems/rubygems] Don't memoize sorted_spec_namesDavid Rodríguez
2024-07-09[rubygems/rubygems] Instantiate `Resolver::SpecGroup` with explicit priorityDavid Rodríguez
2024-07-09[rubygems/rubygems] Let resolver consider unique specs from the beginningDavid Rodríguez
2024-07-09[rubygems/rubygems] Fix spec to also pass outside of LinuxDavid Rodríguez