summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2024-07-09[rubygems/rubygems] Minor Bundler spec improvementsDavid Rodríguez
2024-07-09[rubygems/rubygems] Bump rb-sysdependabot[bot]
2024-07-09[DOC] Doc for Float#ceil (#11125)Burdette Lamar
2024-07-09[DOC] Use backticks instead of HTML tagsPeter Zhu
2024-07-09[DOC] Fix granularity calculationPeter Zhu
2024-07-09[rubygems/rubygems] Test using latest rubiesDavid Rodríguez
2024-07-09[rubygems/rubygems] Suppress SSLError warning because it's only for debugging.Hiroshi SHIBATA
2024-07-09[ruby/open-uri] Try Windows tests againHiroshi SHIBATA
2024-07-09Removed duplicate server threadHiroshi SHIBATA
2024-07-09Reapply "Reverts related commits with https://github.com/ruby/open-uri/pull/37"Hiroshi SHIBATA
2024-07-09Use `File.write` instead of `Kernel#open`Nobuyoshi Nakada
2024-07-09fix last commitKoichi Sasada
2024-07-09`struct rb_thread_sched_waiting`Koichi Sasada
2024-07-08Add make target shared-gcPeter Zhu
2024-07-08YJIT: `dump-disasm`: Print comments and bytes in release buildsAlan Wu
2024-07-08Doc fixesBurdetteLamar
2024-07-08[rubygems/rubygems] Fix wrong version is commentDavid Rodríguez
2024-07-08[rubygems/rubygems] Backport binstub race condition fix to BundlerDavid Rodríguez
2024-07-08Rename rb_gc_impl_verify_internal_consistency to gc_verify_internal_consistencyPeter Zhu
2024-07-08Make rb_gc_impl_verify_internal_consistency staticPeter Zhu
2024-07-08Reverts related commits with https://github.com/ruby/open-uri/pull/37Hiroshi SHIBATA
2024-07-08Implement Hash.new(capacity:)Jean Boussier
2024-07-08Expand RJIT timeout to 60minHiroshi SHIBATA
2024-07-08Load net-http explicitly for SimpleHTTPProxyServerHiroshi SHIBATA
2024-07-08[ruby/tempfile] typofixHiroshi SHIBATA
2024-07-08Load socket explicitly for TCPServerHiroshi SHIBATA
2024-07-08Load OpenSSL on TestOpenURIUtils for with_httpsHiroshi SHIBATA
2024-07-08[rubygems/rubygems] Fix another race conditionDavid Rodríguez
2024-07-08[rubygems/rubygems] Properly protect writing binstubs with a file lockDavid Rodríguez
2024-07-08[rubygems/rubygems] Scope rescuing `Errno::ENOLCK` to just `File.open`David Rodríguez
2024-07-08[rubygems/rubygems] Add missing blank line after method documentationDavid Rodríguez
2024-07-08[rubygems/rubygems] Remove unnecessary FileUtils usageDavid Rodríguez
2024-07-08[ruby/open-uri] Don't use Base64 libraryHiroshi SHIBATA
2024-07-08[ruby/open-uri] Test with WindowsHiroshi SHIBATA
2024-07-08[ruby/open-uri] Move certificates under the TestOpenURIUtilsHiroshi SHIBATA
2024-07-08[ruby/open-uri] Load stringio with the correct filesHiroshi SHIBATA
2024-07-08[ruby/open-uri] Removed needless class definition and variablesHiroshi SHIBATA
2024-07-08[ruby/open-uri] Don't use URI libraryHiroshi SHIBATA
2024-07-08[ruby/open-uri] support CONNECT method for SimpleHTTPProxyHiroshi SHIBATA
2024-07-08[ruby/open-uri] Added SimpleHTTPSServer by TCPServer and OpenSSLHiroshi SHIBATA
2024-07-08[ruby/open-uri] Added SimpleHTTPProxyServer by TCPServerHiroshi SHIBATA
2024-07-08[ruby/open-uri] Extract SimpleHTTPServer and with_http to TestOpenURIUtils mo...Hiroshi SHIBATA
2024-07-08[ruby/open-uri] Added SimpleHTTPSServer by TCPServerHiroshi SHIBATA