summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-28Bump actions/checkout from 3.4.0 to 3.5.0dependabot[bot]
2023-03-28Ripper: Add keyword options to `assert_parse_files`Nobuyoshi Nakada
2023-03-28Use 3 way merge for merger.rbNARUSE, Yui
2023-03-28[rubygems/rubygems] Partly revertedHiroshi SHIBATA
2023-03-28Use URI-0.12.1Hiroshi SHIBATA
2023-03-28Onboard Rubocop Naming/MemoizedInstanceVariableName rule to RubyGems.Josef Šimánek
2023-03-28[rubygems/rubygems] Bump rb-sysdependabot[bot]
2023-03-28[rubygems/rubygems] Use double-quotes instead of single-quotes in warningsHiroshi SHIBATA
2023-03-28[rubygems/rubygems] Onboard Rubocop Naming/MemoizedInstanceVariableName rule ...Josef Šimánek
2023-03-28[rubygems/rubygems] Fix installing plugins in frozen modeDavid Rodríguez
2023-03-28[rubygems/rubygems] Fix incorrect removal of "ruby" platform from lockfileDavid Rodríguez
2023-03-28[rubygems/rubygems] Fix unnecessary downgrade of top level dependency when un...David Rodríguez
2023-03-28[rubygems/rubygems] Also set min locked requirements when not unlockingDavid Rodríguez
2023-03-28Update rbs's commit hash to avoid test failure on pathname (#7596)Masataka Pocke Kuwabara
2023-03-27RJIT: Optimize definedivar using shapesTakashi Kokubun
2023-03-28Bump github/codeql-action from 2.2.8 to 2.2.9dependabot[bot]
2023-03-28Update default gems list at 120d8d0ae2d6db4756f6d10ebff562 [ci skip]git
2023-03-28[ruby/uri] Bump version to 0.12.1Hiroshi SHIBATA
2023-03-28[ruby/uri] Fix quadratic backtracking on invalid URINobuyoshi Nakada
2023-03-28[ruby/uri] Test for quadratic backtracking on invalid URINobuyoshi Nakada
2023-03-28RBS: Pathname#taint and Pathname#untaint are removedNobuyoshi Nakada
2023-03-28Consider prereleases regardless of whether lockedMichael Siegfried
2023-03-28[rubygems/rubygems] Rewrite GemVersionPromoter specsMichael Siegfried
2023-03-27Update default gems list at ec14b381c13bf672249999213b22c6 [ci skip]git
2023-03-27[ruby/reline] Bump version to 0.3.3ima1zumi
2023-03-27[ruby/reline] Fix cursor position overruntomoya ishida
2023-03-27Allow user defined SIZE_POOL_COUNTPeter Zhu
2023-03-27[rubygems/rubygems] Use append_cflags instead of directly append for CFLAGSHiroshi SHIBATA
2023-03-27Use gemspec that keeps original dependenciesHiroshi SHIBATA
2023-03-27[ruby/pathname] Remove taint/untaint methods because they should be removed s...Hiroshi SHIBATA
2023-03-27Revert an accidentally sync.Hiroshi SHIBATA
2023-03-27[ruby/open3] Removed to load jit_support.rbHiroshi SHIBATA
2023-03-26RJIT: Implement leaf builtin callTakashi Kokubun
2023-03-26RJIT: Store caller sp after stack overflow checkTakashi Kokubun
2023-03-26RJIT: Implement attr_writerTakashi Kokubun
2023-03-26Historical timezones of Lisbon in tzdata are unstableNobuyoshi Nakada
2023-03-26[Bug #19175] p_kw without a sub pattern should be `assignable'Kazuki Tsujimoto
2023-03-26[Bug #19175] p_rest should be `assignable'Kazuki Tsujimoto
2023-03-25Skip test_europe_lisbon on macOSTakashi Kokubun
2023-03-25RJIT: Put a guard for splat w/ var-arg cfuncTakashi Kokubun
2023-03-25RJIT: Scope down send_iseq_complex_has_block exitTakashi Kokubun
2023-03-25RJIT: Fix jit_array_ptrTakashi Kokubun
2023-03-25[ruby/reline] Fix split_by_width to retain color sequencestomoya ishida
2023-03-25RJIT: Support optional params on splatTakashi Kokubun
2023-03-25RJIT: Remove send_iseq_complex_splat exitTakashi Kokubun
2023-03-25RJIT: Support splat for cfuncTakashi Kokubun
2023-03-25RJIT: Initial support of splatTakashi Kokubun
2023-03-25Fix incorrect usage of `rb_fiber_scheduler_io_(p)(read|write)`. (#7593)Samuel Williams
2023-03-25[rubygems/rubygems] Generate native gems with `-fvisibility=hidden`Jean Boussier
2023-03-24Fix Dir.for_fd call-seqJeremy Evans