summaryrefslogtreecommitdiff
path: root/lib/rubygems/resolver
AgeCommit message (Expand)Author
6 days[ruby/rubygems] Performance optimisationsColby Swandale
6 days[ruby/rubygems] Fix transitive prerelease filtering and clean up resolver int...Colby Swandale
6 days[ruby/rubygems] Optimize PubGrub resolver performanceColby Swandale
6 days[ruby/rubygems] Add extended explanations for platform and Ruby version hintsColby Swandale
6 days[ruby/rubygems] Remove dead Molinillo-era error classes and simplify Dependen...Colby Swandale
6 days[ruby/rubygems] Simplify DependencyResolutionError by removing PubGrubFailure...Colby Swandale
6 days[ruby/rubygems] Replace Molinillo with PubGrub for dependency resolutionMatt Larraz
6 days[ruby/rubygems] Limit compact index dependency parser to split on first colonHiroshi SHIBATA
2026-03-09[ruby/rubygems] Unify Compact Index API naming.Josef Šimánek
2025-08-18[rubygems/rubygems] Use spaces around optional parameter valuesDavid Rodríguez
2025-05-21[rubygems/rubygems] Copy prerelease attribute to dependency resolver setsNathan Ladd
2025-04-01[rubygems/rubygems] Let compact index response parser consistently return a m...David Rodríguez
2024-12-05[rubygems/rubygems] Stop storing executable names in ivarsSamuel Giddins
2024-11-26[rubygems/rubygems] More aggressive `Performance/FlatMap` cop configurationDavid Rodríguez
2024-10-02[rubygems/rubygems] Fix error in one source when fetching dependency APIs cle...David Rodríguez
2024-09-11[rubygems/rubygems] Fix `bundle exec rake install` failing when local gem has...David Rodríguez
2024-09-06[rubygems/rubygems] Fix `gem install does-not-exist` being super slowDavid Rodríguez
2024-03-25[rubygems/rubygems] Fix resolver bug where ActivationRequest objects were not...David Rodriguez
2024-01-30[rubygems/rubygems] Rename molinillo wrapper file to vendored_molinillo.rbHiroshi SHIBATA
2024-01-30Move molinillo under the vendor directoryHiroshi SHIBATA
2024-01-29Vendor uri gem in RubyGemsDavid Rodríguez
2023-12-15[rubygems/rubygems] Refactor vendoring to allow validating vendoring is repro...Samuel Giddins
2023-10-08[rubygems/rubygems] Reduce allocations when parsing compact indexSamuel Giddins
2023-10-03[rubygems/rubygems] Fix invalid links in documentation. - wrap ENV variables ...Josef Šimánek
2023-07-24[rubygems/rubygems] Avoid unnecessary network requests for local gemDavid Rodríguez
2023-06-15[rubygems/rubygems] auto-correct Style/YodaConditionHiroshi SHIBATA
2023-04-07[rubygems/rubygems] util/rubocop -A --only Style/FormatStringHiroshi SHIBATA
2023-04-06[rubygems/rubygems] util/rubocop -A --only Style/LineEndConcatenationHiroshi SHIBATA
2023-03-23util/rubocop -A --only Layout/EmptyLineAfterMagicCommentHiroshi SHIBATA
2023-03-23util/rubocop -A --only Style/FrozenStringLiteralCommentHiroshi SHIBATA
2023-03-23[rubygems/rubygems] util/rubocop -A --only Style/NextHiroshi SHIBATA
2023-03-17util/rubocop -A --only Style/SymbolProcHiroshi SHIBATA
2023-03-17[rubygems/rubygems] util/rubocop -A --only Style/RedundantBeginHiroshi SHIBATA
2023-03-17[rubygems/rubygems] util/rubocop -A --only Style/SelfAssignmentHiroshi SHIBATA
2023-03-17[rubygems/rubygems] util/rubocop -A --only Style/RedundantInterpolationHiroshi SHIBATA
2023-03-17[rubygems/rubygems] util/rubocop -A --only Style/ClassCheckHiroshi SHIBATA
2023-03-17[rubygems/rubygems] util/rubocop -A --only Style/ParallelAssignmentHiroshi SHIBATA
2023-03-17[rubygems/rubygems] util/rubocop -A --only Layout/MultilineMethodCallBraceLayoutHiroshi SHIBATA
2023-01-10Merge RubyGems and Bundler masterHiroshi SHIBATA
2022-12-11[rubygems/rubygems] Bump Molinillo and tsortDavid Rodríguez
2022-12-08[rubygems/rubygems] Avoid deprecated Gem::Platform.match in Gem::Resolver::In...Benoit Daloze
2022-08-09Merge rubygems/bundler HEAD.Hiroshi SHIBATA
2022-08-03[rubygems/rubygems] fix platform matching for index specsIlya Dyakonov
2022-07-22RubyGems: Enable Style/StringLiterals copTakuya Noguchi
2022-01-06[rubygems/rubygems] Fix `gem install <non-existent-gem> --force` crashDavid Rodríguez
2021-10-29[rubygems/rubygems] Vendor tsort into rubygemsFrederik Dudzik
2021-09-22[rubygems/rubygems] Avoid loading URI unnecessarily when activating gemsDavid Rodríguez
2021-08-31[rubygems/rubygems] Refactor Ruby platform priority condition to its own methodDaniel Niknam
2021-08-31[rubygems/rubygems] Pick the last founded gems when fetching metadataDaniel Niknam
2021-08-31[rubygems/rubygems] Prefer `require_relative` to `require` for internal requiresDavid Rodríguez