aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ruby/tempfile] Bump version to 0.1.3Hiroshi SHIBATA2022-12-141-1/+1
* Pin syntax_suggest-1.0.1 manually because it mixed dead_end tagsHiroshi SHIBATA2022-12-141-0/+5
* Add `Regexp.linear_time?` (#6901)TSUYUSATO Kitsune2022-12-144-1/+59
* [ruby/reline] Fix a misparameter of RubyLex#set_input inHASUMI Hitoshi2022-12-141-2/+2
* [ci skip] Fix Doxygen for ROBJECT MacroMatt Valentine-House2022-12-131-2/+2
* socket.rb - don't load io/wait (#6922)MSP-Greg2022-12-141-1/+1
* [ruby/date] Implement Date#deconstruct_keys and DateTime#deconstruct_keyszverok2022-12-132-0/+176
* Update default gems list at a1dba60b5bec6b25e8262640228e19 [ci skip]git2022-12-131-1/+1
* [ruby/irb] Version 1.6.1Takashi Kokubun2022-12-131-2/+2
* fix indentation: gc_compact_destination_poolMatt Valentine-House2022-12-131-11/+11
* YJIT: Change the default mem size to 64MiB (#6912)Takashi Kokubun2022-12-133-3/+3
* [ruby/openssl] [DOC] Remove duplicate docNobuyoshi Nakada2022-12-131-6/+3
* We should apply https://github.com/ruby/openssl/pull/576 instead of them:Hiroshi SHIBATA2022-12-131-7/+0
* [ruby/openssl] Fixes OPENSSL_LIBRARY_VERSION description onHenrique Bontempo2022-12-131-3/+6
* [ruby/openssl] Enable HKDF support for LibreSSL 3.6 and laterTheo Buehler2022-12-131-3/+3
* [ruby/openssl] Allow empty string to OpenSSL::Cipher#updateYusuke Nakamura2022-12-132-8/+1
* [ruby/openssl] Use EVP_Digest{Sign,Verify} when availableTheo Buehler2022-12-131-2/+2
* [ruby/openssl] Use SHA256 instead of SHA1 where needed in tests.Jarek Prokop2022-12-138-40/+43
* [Bug #19195] Allow optional newlines before closing parenthesisNobuyoshi Nakada2022-12-132-1/+3
* Skip calling f.read for `overwrite: true`-only casesTakashi Kokubun2022-12-131-2/+4
* Make sure f.read is not called twiceTakashi Kokubun2022-12-131-2/+5
* Avoid overwriting revision.h when .git doesn't exist (#6915)Takashi Kokubun2022-12-122-4/+8
* Merge RubyGems/Bundler masterHiroshi SHIBATA2022-12-1320-465/+1537
* [rubygems/rubygems] Use better matcherDavid Rodríguez2022-12-131-1/+1
* [rubygems/rubygems] Bump rb-sys in /test/rubygems/test_gem_ext_cargo_builder/...dependabot[bot]2022-12-122-5/+5
* Fix parens on LIKELY in basic operatorsJohn Hawthorn2022-12-121-1/+1
* Don't leave backup file aroundDavid Rodríguez2022-12-131-1/+0
* [ruby/irb] Group show_doc tests and update the expectationStan Lo2022-12-121-32/+34
* YJIT: Generate debug info in release builds (#6910)Alan Wu2022-12-123-2/+5
* Make it so YJIT is no longer marked as experimental (#6909)Maxime Chevalier-Boisvert2022-12-124-6/+8
* [rubygems/rubygems] Bump rb-sysdependabot[bot]2022-12-122-5/+5
* [ruby/net-http] [DOC] Enhanced RDoc for HTTPHeaderBurdette Lamar2022-12-121-51/+106
* [ruby/irb] `show_doc` command should take non-string argument tooStan Lo2022-12-125-14/+20
* YJIT: Implement opt_newarray_max instruction (#6893)Takashi Kokubun2022-12-122-0/+42
* [DOC] Fix format in ObjectSpace.dump_allPeter Zhu2022-12-121-1/+1
* [DOC] Fix format for ObjectSpace.dump_shapesPeter Zhu2022-12-121-1/+1
* [DOC] Fix call-seq for ObjectSpace methodsPeter Zhu2022-12-121-17/+13
* [DOC] Fix typo in docs for ObjectSpace.dump_allPeter Zhu2022-12-121-1/+1
* [DOC] Fix indentation for ObjectSpace.dump_allPeter Zhu2022-12-121-32/+32
* [DOC] Don't document private methods in objspacePeter Zhu2022-12-122-0/+4
* Display error messages outside the groups so can be found quicklyNobuyoshi Nakada2022-12-121-5/+9
* Fix positional argument color [ci skip]Nobuyoshi Nakada2022-12-121-1/+1
* outdate-bundled-gems.rb: check for gemspec files for extensionsNobuyoshi Nakada2022-12-121-1/+3
* outdate-bundled-gems.rb: remove unused optionNobuyoshi Nakada2022-12-121-2/+0
* Prevent potential buffer overflow on enclenYusuke Endoh2022-12-121-1/+1
* [rubygems/rubygems] Prefer RbConfig::CONFIG['EXEEXT'] over hardcorded '.exe'Nobuyoshi Nakada2022-12-122-3/+3
* Make absent operator work at the end of the input stringYusuke Endoh2022-12-122-0/+8
* [DOC] NEWS about [Feature #19104]Nobuyoshi Nakada2022-12-121-0/+3
* Merge RubyGems/Bundler masterHiroshi SHIBATA2022-12-1258-556/+317
* [ruby/net-http] [DOC] Enhanced RDoc for Net::HTTPBurdette Lamar2022-12-111-62/+192