summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-08[ruby/open-uri] Removed needless setup and teardown, tmpdir variablesHiroshi SHIBATA
2024-07-08[ruby/open-uri] Extract FTP tests from test_open-uri.rbHiroshi SHIBATA
2024-07-08[ruby/open-uri] Extract HTTP Proxy tests from test_open-uri.rbHiroshi SHIBATA
2024-07-08Bump actions/upload-artifact from 4.3.3 to 4.3.4dependabot[bot]
2024-07-08Bump ruby/setup-ruby from 1.184.0 to 1.185.0dependabot[bot]
2024-07-08Move the file location of launchable.rbNaoto Ono
2024-07-08Integrate Launchable into make btestNaoto Ono
2024-07-07Also export CC for dtrace's benefit as wellKJ Tsanaktsidis
2024-07-07Do not define SHSTK feature for amd64 Context.SKJ Tsanaktsidis
2024-07-07Ensure CFLAGS are passed to probes.o generationKJ Tsanaktsidis
2024-07-07Revert autoconf macros defining RUBY_AARCH64_{BTI|PAC}_ENABLEDKJ Tsanaktsidis
2024-07-07Remove $(ASFLAGS) from build system and assemble with $(CFLAGS) insteadKJ Tsanaktsidis
2024-07-07[DOC] Fix typo `with` -> `wish`cdfzo
2024-07-06Update default gems list at abaa1b913d6ac15ab1cb6c639a9b8b [ci skip]git
2024-07-06[ruby/irb] Bump version to v1.14.0Stan Lo
2024-07-06Raise a TypeError for Thread#thread_variable{?,_get} for non-symbolJeremy Evans
2024-07-05[DOC] yjit.md: Markdown fixes for RDocAlan Wu
2024-07-05Update GitHub actions for shared GCPeter Zhu
2024-07-05Change external GC to use directory at configurePeter Zhu
2024-07-05Revert "Load external GC using command line argument"Peter Zhu
2024-07-05[ruby/irb] Return only commands when completing help command'sStan Lo
2024-07-05Fix flaky test_stat_heap_allPeter Zhu
2024-07-05VM barrier needs to store GC rootKoichi Sasada
2024-07-05[rubygems/rubygems] Restrict generic `arm` to only match 32-bit armなつき
2024-07-04Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0dependabot[bot]
2024-07-05Use macos-14 instead of macos-arm-ossHiroshi SHIBATA
2024-07-05[rubygems/rubygems] Use preferred add_dependency instead of add_runtime_depen...Jerome Dalbert
2024-07-04Fix RUBY_FREE_AT_EXIT with ASANPeter Zhu
2024-07-04[rubygems/rubygems] Handle OpenSSL::SSL::SSLError in local https serverHiroshi SHIBATA
2024-07-04[rubygems/rubygems] Align code styles with rubocop and others.Hiroshi SHIBATA
2024-07-04[rubygems/rubygems] Correctly handling fetcher leakHiroshi SHIBATA
2024-07-04[rubygems/rubygems] Removed needless variableHiroshi SHIBATA
2024-07-04[rubygems/rubygems] YAML is always enabledHiroshi SHIBATA
2024-07-04[rubygems/rubygems] Removed unused gzip codeHiroshi SHIBATA
2024-07-04[rubygems/rubygems] Rewrite WEBrick server with TCPServer and ProxyHiroshi SHIBATA
2024-07-04[rubygems/rubygems] Rewrite WEBrick server with TCPServer and OpenSSL::SSL::S...Hiroshi SHIBATA
2024-07-04[rubygems/rubygems] Cleanup needless code from HTTP/HTTPS testsHiroshi SHIBATA
2024-07-04[rubygems/rubygems] Split HTTP tests and HTTPS testsHiroshi SHIBATA
2024-07-04[rubygems/rubygems] Extract tests with local HTTP/HTTPS server from TestGemRe...Hiroshi SHIBATA
2024-07-04[rubygems/rubygems] Extract tests with S3 resources from TestGemRemoteFetcherHiroshi SHIBATA
2024-07-04Fix the return value of `Integer#downto` called with a blockNobuyoshi Nakada
2024-07-03Bump ruby/setup-ruby from 1.183.0 to 1.184.0dependabot[bot]
2024-07-04Use `__CET__` macro to enable IBT support. (#11081)Vít Ondruch
2024-07-03YJIT: Remove done TODO, fix indentAlan Wu
2024-07-03[DOC] Doc for Integer#floor (#11077)Burdette Lamar
2024-07-03Move Array#map to RubyAaron Patterson
2024-07-03Remove unused gc_raw_obj_info_basicPeter Zhu
2024-07-03Remove unused obj_info_basicPeter Zhu
2024-07-03Fix ASAN buildsPeter Zhu
2024-07-03Move Array#select to RubyAaron Patterson