summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-23[rubygems/rubygems] Bundler: avoid use of "can not" in spec literalsTakuya Noguchi
2022-08-23[rubygems/rubygems] Bundler: update the link suggested on error with the new oneTakuya Noguchi
2022-08-23Ubuntu 18.04 in GHA is deprecated from Aug 8,2022Hiroshi SHIBATA
2022-08-23omit all assertions at TestIO_Console#test_intr when running with FreeBSDHiroshi SHIBATA
2022-08-22Fix an inconsistent include guard macroTakashi Kokubun
2022-08-23Use rbs HEAD for https://github.com/ruby/rbs/pull/1090Hiroshi SHIBATA
2022-08-23Merge rubygems/bundler HEADHiroshi SHIBATA
2022-08-23[rubygems/rubygems] Fix conservative update downgrading top level gemsDavid Rodríguez
2022-08-23[rubygems/rubygems] Refactor building metadata dependenciesDavid Rodríguez
2022-08-23[rubygems/rubygems] Make `compact_index_api_missing` server more strictDavid Rodríguez
2022-08-23[rubygems/rubygems] Remove unnecessary mixin inclusionDavid Rodríguez
2022-08-23[rubygems/rubygems] Centralize loading `Bundler::MatchPlatform` mixinDavid Rodríguez
2022-08-23[DOC] Remove extra page-dir prefixNobuyoshi Nakada
2022-08-23[rubygems/rubygems] Implement extra rules for libc versioningDavid Rodríguez
2022-08-23[rubygems/rubygems] Fix `gem install` still choosing musl incorrectlyDavid Rodríguez
2022-08-23[rubygems/rubygems] Remove unnecessary variablesDavid Rodríguez
2022-08-23[rubygems/rubygems] Handle non-gnu libc on linux platforms in RubyGemsDavid Rodríguez
2022-08-23[rubygems/rubygems] Test platform parsing stabilityLoic Nageleisen
2022-08-23[rubygems/rubygems] Test platform's version-ness consistentlyLoic Nageleisen
2022-08-23[rubygems/rubygems] Bump rb-sysdependabot[bot]
2022-08-22[DOC] Addition to section 'Related Methods' (#6271)Burdette Lamar
2022-08-23[rubygems/rubygems] Bump rb-sys in /test/rubygems/test_gem_ext_cargo_builder/...dependabot[bot]
2022-08-23* 2022-08-23 [ci skip]git
2022-08-22[DOC] Enhanced RDoc for Time (#6267)Burdette Lamar
2022-08-22[DOC] Fix a type [ci skip]Nobuyoshi Nakada
2022-08-22[DOC] Remove extra page-dir prefixNobuyoshi Nakada
2022-08-22Reuse `nonlocal_var` patternsS.H
2022-08-22Ignore `.document` only commits [ci skip]Nobuyoshi Nakada
2022-08-22Show the exact version of cl.exe [ci skip]Nobuyoshi Nakada
2022-08-22[Bug #18937] Coerce non-Numeric into Complex at comparisonsNobuyoshi Nakada
2022-08-22Adjust space-width for help messageHiroshi SHIBATA
2022-08-22Added help entry for test-bundler-parallelHiroshi SHIBATA
2022-08-22NEWS.md: sort [ci skip]Kazuhiro NISHIYAMA
2022-08-22Added syntax_suggest entry to NEWSHiroshi SHIBATA
2022-08-22[ruby/fileutils] Fix mkdir_p hanging on Windows when trying to create a file ...David Rodríguez
2022-08-21Remove mjit_exec benchmarksTakashi Kokubun
2022-08-21Rename mjit_compile.c to mjit_compiler.cTakashi Kokubun
2022-08-22* 2022-08-22 [ci skip]git
2022-08-21[DOC] Enhanced RDoc for Time (#6255)Burdette Lamar
2022-08-21Check the room including the space to fillNobuyoshi Nakada
2022-08-21Add invalid hexadecimal float testsNobuyoshi Nakada
2022-08-21[rubygems/rubygems] Fix edge case where `bundler/inline` unintentionally skip...David Rodríguez
2022-08-21[rubygems/rubygems] Fix `bundle platform` crash when there's a lockfile with ...David Rodríguez
2022-08-21Use `rb_fork` to suppress deprecated-declarations warningsNobuyoshi Nakada
2022-08-20Fix a typo [ci skip]Takashi Kokubun
2022-08-20Drop mswin support of MJIT (#6265)Takashi Kokubun
2022-08-21* 2022-08-21 [ci skip]git
2022-08-20Execute MJIT in a forked Ruby process (#6264)Takashi Kokubun
2022-08-20Consider resolved-through-zsuper methods equal for compatibilityBenoit Daloze
2022-08-20Make Object#method and Module#instance_method not skip ZSUPER methodsJeremy Evans