summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-14[ruby/reline] Fix a misparameter of RubyLex#set_input inHASUMI Hitoshi
2022-12-13[ci skip] Fix Doxygen for ROBJECT MacroMatt Valentine-House
2022-12-14socket.rb - don't load io/wait (#6922)MSP-Greg
2022-12-13[ruby/date] Implement Date#deconstruct_keys and DateTime#deconstruct_keyszverok
2022-12-13Update default gems list at a1dba60b5bec6b25e8262640228e19 [ci skip]git
2022-12-13[ruby/irb] Version 1.6.1Takashi Kokubun
2022-12-13fix indentation: gc_compact_destination_poolMatt Valentine-House
2022-12-13YJIT: Change the default mem size to 64MiB (#6912)Takashi Kokubun
2022-12-13[ruby/openssl] [DOC] Remove duplicate docNobuyoshi Nakada
2022-12-13We should apply https://github.com/ruby/openssl/pull/576 instead of them:Hiroshi SHIBATA
2022-12-13[ruby/openssl] Fixes OPENSSL_LIBRARY_VERSION description onHenrique Bontempo
2022-12-13[ruby/openssl] Enable HKDF support for LibreSSL 3.6 and laterTheo Buehler
2022-12-13[ruby/openssl] Allow empty string to OpenSSL::Cipher#updateYusuke Nakamura
2022-12-13[ruby/openssl] Use EVP_Digest{Sign,Verify} when availableTheo Buehler
2022-12-13[ruby/openssl] Use SHA256 instead of SHA1 where needed in tests.Jarek Prokop
2022-12-13[Bug #19195] Allow optional newlines before closing parenthesisNobuyoshi Nakada
2022-12-13Skip calling f.read for `overwrite: true`-only casesTakashi Kokubun
2022-12-13Make sure f.read is not called twiceTakashi Kokubun
2022-12-12Avoid overwriting revision.h when .git doesn't exist (#6915)Takashi Kokubun
2022-12-13Merge RubyGems/Bundler masterHiroshi SHIBATA
2022-12-13[rubygems/rubygems] Use better matcherDavid Rodríguez
2022-12-12[rubygems/rubygems] Bump rb-sys in /test/rubygems/test_gem_ext_cargo_builder/...dependabot[bot]
2022-12-12Fix parens on LIKELY in basic operatorsJohn Hawthorn
2022-12-13Don't leave backup file aroundDavid Rodríguez
2022-12-12[ruby/irb] Group show_doc tests and update the expectationStan Lo
2022-12-12YJIT: Generate debug info in release builds (#6910)Alan Wu
2022-12-12Make it so YJIT is no longer marked as experimental (#6909)Maxime Chevalier-Boisvert
2022-12-12[rubygems/rubygems] Bump rb-sysdependabot[bot]
2022-12-12[ruby/net-http] [DOC] Enhanced RDoc for HTTPHeaderBurdette Lamar
2022-12-12[ruby/irb] `show_doc` command should take non-string argument tooStan Lo
2022-12-12YJIT: Implement opt_newarray_max instruction (#6893)Takashi Kokubun
2022-12-12[DOC] Fix format in ObjectSpace.dump_allPeter Zhu
2022-12-12[DOC] Fix format for ObjectSpace.dump_shapesPeter Zhu
2022-12-12[DOC] Fix call-seq for ObjectSpace methodsPeter Zhu
2022-12-12[DOC] Fix typo in docs for ObjectSpace.dump_allPeter Zhu
2022-12-12[DOC] Fix indentation for ObjectSpace.dump_allPeter Zhu
2022-12-12[DOC] Don't document private methods in objspacePeter Zhu
2022-12-12Display error messages outside the groups so can be found quicklyNobuyoshi Nakada
2022-12-12Fix positional argument color [ci skip]Nobuyoshi Nakada
2022-12-12outdate-bundled-gems.rb: check for gemspec files for extensionsNobuyoshi Nakada
2022-12-12outdate-bundled-gems.rb: remove unused optionNobuyoshi Nakada
2022-12-12Prevent potential buffer overflow on enclenYusuke Endoh
2022-12-12[rubygems/rubygems] Prefer RbConfig::CONFIG['EXEEXT'] over hardcorded '.exe'Nobuyoshi Nakada
2022-12-12Make absent operator work at the end of the input stringYusuke Endoh
2022-12-12[DOC] NEWS about [Feature #19104]Nobuyoshi Nakada
2022-12-12Merge RubyGems/Bundler masterHiroshi SHIBATA
2022-12-11[ruby/net-http] [DOC] Enhanced RDoc for Net::HTTPBurdette Lamar
2022-12-11[DOC] Correct Array#compact! descriptionJonathan Lim
2022-12-11Skip Cirrus checks for [DOC] commitsAlan Wu
2022-12-11[DOC] Improve Random::Formatter docszverok