summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-09-17[ruby/openssl] Add AuthTagError exception for AEAD authenticationSamuel Williams
2025-09-17[ruby/openssl] c_rehash: fix hash_name output for small hashesOrgad Shaneh
2025-09-17Revert "Already git 2.32 is expected in doc/contributing/building_ruby.md"Nobuyoshi Nakada
2025-09-17[ruby/openssl] Revert "pkey: stop retrying after non-retryable error from OSS...Kazuki Yamaguchi
2025-09-17vcs.rb: Drop support for ruby older than 2.6Nobuyoshi Nakada
2025-09-17Revert "Handle `uninitialized constant JSON::GenericObject` at ruby/ruby."Hiroshi SHIBATA
2025-09-17[rubygems/rubygems] Stop trying to remove every file on extractionAaron Patterson
2025-09-17[rubygems/rubygems] Finalize `bundle install --binstubs` removalDavid Rodríguez
2025-09-17[rubygems/rubygems] Fix grammar in `bundle install --binstubs` removal messageDavid Rodríguez
2025-09-17[rubygems/rubygems] Move `bundle install --binstubs` deprecation to cli.rbDavid Rodríguez
2025-09-17[rubygems/rubygems] Make `bundle remove --install` raise an errorDavid Rodríguez
2025-09-17Skip `TestSyncWithCommits` on other than particular platformsNobuyoshi Nakada
2025-09-17Already git 2.32 is expected in doc/contributing/building_ruby.mdNobuyoshi Nakada
2025-09-17Fix git version comparisonNobuyoshi Nakada
2025-09-17sync_default_gems.rb: Set git configurations for EOL code of logsNobuyoshi Nakada
2025-09-16ZJIT: Remove unused countersTakashi Kokubun
2025-09-17[ruby/erb] [DOC] More on bindingsBurdette Lamar
2025-09-16ZJIT: Debug mechanism to verify leafness for `gen_prepare_call_with_gc` (#14553)André Luiz Tiago Soares
2025-09-16ZJIT: Print local names in FrameState (#14571)Max Bernstein
2025-09-16[ruby/erb] [DOC] Enhanced doc for ERB.resultBurdette Lamar
2025-09-16[ruby/erb] [DOC] Improve section 'In Brief' in ERB class docBurdette Lamar
2025-09-16[ruby/erb] [DOC] Enhanced doc for ERB.versionBurdette Lamar
2025-09-16[ruby/erb] [DOC] Fix typos (https://github.com/ruby/erb/pull/70)Burdette Lamar
2025-09-16Check git version on mswinNobuyoshi Nakada
2025-09-16Don't export rb_imemo_newPeter Zhu
2025-09-16Suppress verification messagesNobuyoshi Nakada
2025-09-16Reject git command that does not accept `-C` optionNobuyoshi Nakada
2025-09-16Expect `git -C <path>` to workNobuyoshi Nakada
2025-09-16Add a macro to manage the condition of no-inline version rb_current_ecJun Aruga
2025-09-16[ruby/json] Better handle missing ostructÉtienne Barrié
2025-09-16[rubygems/rubygems] Remove aggregate source mentionsDavid Rodríguez
2025-09-16[rubygems/rubygems] Completely remove multisources supportDavid Rodríguez
2025-09-16[rubygems/rubygems] Simplify an edge case of not adding lower bound requirementsDavid Rodríguez
2025-09-16[rubygems/rubygems] Multisource checks are only relevant when there's a lockfileDavid Rodríguez
2025-09-16[rubygems/rubygems] Handle locked sources more simillarly to locked specsDavid Rodríguez
2025-09-16[rubygems/rubygems] Use `IO.copy_stream` with IO object directlyAaron Patterson
2025-09-16[rubygems/rubygems] Remove `allow_offline_install` settingDavid Rodríguez
2025-09-16[rubygems/rubygems] Complete rubocop flags and settings removalDavid Rodríguez
2025-09-16[rubygems/rubygems] Fix `--no-rubocop` deprecation messageDavid Rodríguez
2025-09-16[rubygems/rubygems] Fix `rubocop` config removal messageDavid Rodríguez
2025-09-16[rubygems/rubygems] Pass the file size to IO.copy_streamAaron Patterson
2025-09-16[rubygems/rubygems] Use File#chmod rather than FileUtils.chmodAaron Patterson
2025-09-16Fix a function name typo in the description [ci skip]Nobuyoshi Nakada
2025-09-16CI: Strip CAPI extensions before cachingNobuyoshi Nakada
2025-09-16CI: Save CAPI extensions if the cache not foundNobuyoshi Nakada
2025-09-16CI: Re-enable Ubuntu arm with CAPI checkNobuyoshi Nakada
2025-09-15ZJIT: Revert VM_CALL_ARGS_SPLAT and VM_CALL_KWARG support (#14565)Takashi Kokubun
2025-09-15ZJIT: Support compiling block args (#14537)Takashi Kokubun
2025-09-15Remove next field and unused method from tmpbufJohn Hawthorn
2025-09-15[ruby/erb] [DOC] More on class ERBBurdette Lamar