summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-01fix to work with the case default issue is usedNARUSE, Yui
2023-02-01Fix a typoNobuyoshi Nakada
2023-02-01Suppress an unused-function warningNobuyoshi Nakada
2023-02-01Reject VS2022 compiler versions with the known bugsNobuyoshi Nakada
2023-02-01Bump ruby/setup-ruby from 1.133.0 to 1.134.0dependabot[bot]
2023-02-01Bump actions/cache from 3.2.2 to 3.2.4dependabot[bot]
2023-02-01Extract body rules from endless method definitionsNobuyoshi Nakada
2023-02-01Bump github/codeql-action from 2.1.37 to 2.2.1dependabot[bot]
2023-02-01Bump actions/upload-artifact from 3.1.1 to 3.1.2dependabot[bot]
2023-02-01Bump actions/checkout from 3.2.0 to 3.3.0dependabot[bot]
2023-01-31Document BUNDLED_GEMS in make testTakashi Kokubun
2023-01-31YJIT: Handle splat with opt more fully (#7209)Jimmy Miller
2023-01-31[ruby/net-http] Redirection revisionBurdetteLamar
2023-01-31Update yjit.mdMaxime Chevalier-Boisvert
2023-01-31Remove rb_hash_ar_table_pPeter Zhu
2023-01-31Remove rb_hash_st_tablePeter Zhu
2023-01-31Remove rb_hash_ar_tablePeter Zhu
2023-01-31YJIT: Fix BorrowMutError on BOP invalidation (#7212)Takashi Kokubun
2023-01-31YJIT: Group unimplemented method types togetherAlan Wu
2023-01-31Make sure RUBY_YJIT_ENABLE only enables YJIT for truthy values (#7208)Maxime Chevalier-Boisvert
2023-01-31Disable broken last_files_match_only for nowTakashi Kokubun
2023-01-31Update yjit.mdMaxime Chevalier-Boisvert
2023-01-31YJIT: Implement codegen for Kernel#block_given? (#7202)Takashi Kokubun
2023-01-31Test VM_CHECK_MODE on GitHub Actions (#7204)Takashi Kokubun
2023-01-31Copying GC support for EXIVARKunshan Wang
2023-01-31[ruby/net-http] [DOC] Enhanced RDoc for Net::HTTPBurdette Lamar
2023-01-31Silence dozens of useless warnings from `nm` on macOSNobuyoshi Nakada
2023-01-30Fix a broken matrix (#7207)Takashi Kokubun
2023-01-30Use matrix.entry for the Ubuntu workflow (#7205)Takashi Kokubun
2023-01-31[ruby/openssl] [DOC] Remove repeated example from DigestMau Magnaguagno
2023-01-31Manually merged https://github.com/ruby/net-http/pull/106Hiroshi SHIBATA
2023-01-31Initial move to SnakeYAML EngineCharles Oliver Nutter
2023-01-31[ruby/psych] Update for stricter 1.2 syntaxCharles Oliver Nutter
2023-01-31Add quotes to backport fieldNARUSE, Yui
2023-01-31Merge RubyGems/Bundler master.Hiroshi SHIBATA
2023-01-31[rubygems/rubygems] Allow disabling RubyGems require decorationsDavid Rodríguez
2023-01-31[rubygems/rubygems] Don't load Bundler from RubyGems testsDavid Rodríguez
2023-01-31[rubygems/rubygems] Add test for old lockfile with new ruby versionMike Dalessio
2023-01-31[rubygems/rubygems] Fix issue with extensions not compiling properly using in...Tim Bates
2023-01-31[ruby/reline] Splat is always an ArrayÉtienne Barrié
2023-01-30* expand tabs. [ci skip]git
2023-01-30file.c: add some endif labels where appropriateEric Wong
2023-01-31mkconfig: Map `includedir` only for system rubyNobuyoshi Nakada
2023-01-30Avoid using a weird syntax for documentationTakashi Kokubun
2023-01-30Avoid leaving an uneeded commentTakashi Kokubun
2023-01-30YJIT: Add splat optimized_send (#7167)Jimmy Miller
2023-01-30YJIT: Initial implementation of splat with optional params (#7166)Jimmy Miller
2023-01-30Remove dead code in shapes.c and shapes.hPeter Zhu
2023-01-30YJIT: Fix BorrowMutError on GC.compact (#7176)Takashi Kokubun
2023-01-30YJIT: Skip defer_compilation for fixnums if possible (#7168)Takashi Kokubun