aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [ruby/fiddle] Bump versionSutou Kouhei2022-10-181-1/+1
* fiddle: use the old rb_ary_tmp_new() aliasNobuyoshi Nakada2022-10-181-1/+1
* [rubygems/rubygems] Bundler: github DSL has used https protocol over gitTakuya Noguchi2022-10-1830-31/+31
* Merge RubyGems/Bundler masterHiroshi SHIBATA2022-10-1845-687/+613
* [rubygems/rubygems] TestGemSecuritySigner#test_sign: Correct the expectation ...Jarek Prokop2022-10-181-6/+6
* [rubygems/rubygems] TestGemSecurity#test_class_re_sign: Correct signature alg...Jarek Prokop2022-10-181-1/+1
* [rubygems/rubygems] Set Subject Key Identifier in test to correspond to the n...Jarek Prokop2022-10-181-4/+4
* [rubygems/rubygems] Materialize platforms strictly on Windows tooDavid Rodríguez2022-10-181-2/+5
* [rubygems/rubygems] Remove unnecessary receiverDavid Rodríguez2022-10-181-1/+1
* [rubygems/rubygems] Remove unnecessary genericDavid Rodríguez2022-10-181-1/+0
* [rubygems/rubygems] Fix bad spec wordingDavid Rodríguez2022-10-181-1/+1
* [rubygems/rubygems] Extract matcher for slow perf specDavid Rodríguez2022-10-182-7/+13
* [rubygems/rubygems] Simplify fetching spec group dependenciesDavid Rodríguez2022-10-181-4/+1
* [rubygems/rubygems] Simplify SpecGroup creationDavid Rodríguez2022-10-183-14/+11
* [rubygems/rubygems] Inline helper methodDavid Rodríguez2022-10-181-8/+3
* [rubygems/rubygems] Use `flat_map`David Rodríguez2022-10-181-4/+2
* [rubygems/rubygems] Remove one more `expand_dependencies` callDavid Rodríguez2022-10-181-2/+2
* [rubygems/rubygems] Remove now unnecessary parameter to `expand_dependencies`David Rodríguez2022-10-181-4/+3
* [rubygems/rubygems] Remove another `expand_dependencies` instanceDavid Rodríguez2022-10-181-3/+2
* [rubygems/rubygems] Remove another unnecessary dependency expansionDavid Rodríguez2022-10-181-1/+1
* [rubygems/rubygems] Avoid unnecessary dependency expansionDavid Rodríguez2022-10-181-2/+1
* [rubygems/rubygems] Remove unused parameter to `SharedHelpers.pretty_dependency`David Rodríguez2022-10-183-5/+4
* [rubygems/rubygems] Remove dead codeDavid Rodríguez2022-10-181-12/+1
* [ruby/irb] Assert lvars_code doesn't include \nTakashi Kokubun2022-10-181-3/+3
* [ruby/irb] Always use local variables in current context to parse code (https...tomoya ishida2022-10-189-28/+109
* [ruby/irb] Fix code terminated check with heredoc and backtick (https://githu...tomoya ishida2022-10-182-6/+58
* ruby/ruby-commit-hook has been renamed [ci skip]Takashi Kokubun2022-10-172-2/+2
* sync_default_gems.rb: fix links to GitHub issuesNobuyoshi Nakada2022-10-181-3/+6
* [Bug #19042] Fix Dir.glob brace with '/'Hiroshi Shirosaki2022-10-182-1/+15
* Try --x-use-aria2 for better retries (#6574)Takashi Kokubun2022-10-171-1/+1
* Simplified rb_obj_copy_ivar implementationJemma Issroff2022-10-171-24/+8
* Fix an outdated notification messageTakashi Kokubun2022-10-171-1/+1
* [ruby/irb] Remove unnecessary coloring support checkst00122022-10-171-30/+17
* YJIT: Allow --yjit-dump-disasm to dump into a file (#6552)Takashi Kokubun2022-10-174-29/+40
* YJIT: Interleave inline and outlined code blocks (#6460)Takashi Kokubun2022-10-179-161/+378
* Make mjit_cont sharable with YJIT (#6556)Takashi Kokubun2022-10-1710-126/+159
* YJIT: Do not call `mprotect` when `mem_size` is zero (#6563)Tatsuya Kawano2022-10-171-0/+5
* YJIT: call free_block to cleanup block when out of memoryAlan Wu2022-10-172-5/+4
* Adjust indents [ci skip]Nobuyoshi Nakada2022-10-181-12/+12
* thread_sync.c: Clarify and document the behavior of timeout == 0Jean Boussier2022-10-174-24/+42
* [ruby/openssl] add document-method for BN#mod_inverseBen Toews2022-10-171-0/+1
* [ruby/openssl] add BN#mod_sqrtBen Toews2022-10-172-0/+14
* [ruby/openssl] define BIGNUM_2cr macro for BN function that takes context andBen Toews2022-10-171-12/+15
* Respect `USE_COMMON_RANDOM` macro by a command line option [ci skip]Nobuyoshi Nakada2022-10-171-3/+7
* Fix debug messages [ci skip]Nobuyoshi Nakada2022-10-171-2/+5
* Fix possible use of undefined macros on very old macOS [ci skip]Nobuyoshi Nakada2022-10-173-7/+13
* Update default gems list at 6166fa612cf798930863c7cca23dc9 [ci skip]git2022-10-171-0/+1
* [ruby/openssl] Call out insecure PKCS #1 v1.5 default padding for RSABart de Water2022-10-171-4/+8
* [ruby/openssl] Use default `IO#timeout` if possible.Samuel Williams2022-10-171-4/+5
* [ruby/openssl] Add support to SSL_CTX_set_keylog_callbackChristophe De La Fuente2022-10-172-1/+133