summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-05-08[ruby/rubygems] Allow non-zero exit status in bundle config gemfile unset specHiroshi SHIBATA
2026-05-08[ruby/rubygems] Return exit status 1 only when the config value is nilShinichi Maeshima
2026-05-08[ruby/rubygems] Simplify the codeShinichi Maeshima
2026-05-08[ruby/rubygems] Make `bundle config get` return status 1 when the value is no...Shinichi Maeshima
2026-05-08[ruby/rubygems] Honor LazySpec overrides in SpecSet#complete_platformHiroshi SHIBATA
2026-05-08[ruby/rubygems] Move overrides off SpecSet onto LazySpecificationHiroshi SHIBATA
2026-05-08[ruby/rubygems] Avoid forcing a remote gemspec load when seeding LazySpec ove...Hiroshi SHIBATA
2026-05-08[ruby/rubygems] Preserve overrides when SpecSet self-derives a validation setHiroshi SHIBATA
2026-05-08[ruby/rubygems] Propagate overrides into Definition#resolve lockfile-reuse pathsHiroshi SHIBATA
2026-05-08[ruby/rubygems] Stop blanket-unlocking the lockfile on :all overridesHiroshi SHIBATA
2026-05-08[ruby/rubygems] Thread overrides explicitly instead of through a Bundler globalHiroshi SHIBATA
2026-05-08[ruby/rubygems] Document Phase 2 override DSL extensions in gemfile.5Hiroshi SHIBATA
2026-05-08[ruby/rubygems] Show active overrides when resolution failsHiroshi SHIBATA
2026-05-08[ruby/rubygems] Capture Gemfile source location for each overrideHiroshi SHIBATA
2026-05-08[ruby/rubygems] Cover install-time compatibility for metadata overridesHiroshi SHIBATA
2026-05-08[ruby/rubygems] Honor metadata overrides in MatchMetadataHiroshi SHIBATA
2026-05-08[ruby/rubygems] Cover :all target metadata-field override end-to-endHiroshi SHIBATA
2026-05-08[ruby/rubygems] Unlock every locked spec when an :all override is presentHiroshi SHIBATA
2026-05-08[ruby/rubygems] Fall back from per-gem lookup to an :all overrideHiroshi SHIBATA
2026-05-08[ruby/rubygems] Allow :all target for metadata-field overridesHiroshi SHIBATA
2026-05-08[ruby/rubygems] Cover required_ruby_version and required_rubygems_version ove...Hiroshi SHIBATA
2026-05-08[ruby/rubygems] Unlock direct deps too for metadata-field overridesHiroshi SHIBATA
2026-05-08[ruby/rubygems] Apply per-gem metadata overrides in ResolverHiroshi SHIBATA
2026-05-08[ruby/rubygems] Accept required_ruby_version and required_rubygems_version ov...Hiroshi SHIBATA
2026-05-08[ruby/rubygems] Assert that override directives never leak into the lockfileHiroshi SHIBATA
2026-05-08[ruby/rubygems] Validate override version requirement at Gemfile evaluation timeHiroshi SHIBATA
2026-05-08[ruby/rubygems] Consolidate Override lookup with Override.find_forHiroshi SHIBATA
2026-05-08[ruby/rubygems] Switch bundle add to use optimistic versioning by defaultJeremy Evans
2026-05-08Use macros for specific purposesNobuyoshi Nakada
2026-05-08Move conditional variable declarationsNobuyoshi Nakada
2026-05-08[ruby/rubygems] Fix bundle config gemfile unset behaviorAndrii Furmanets
2026-05-07[DOC] Improve docs for ObjectSpace.count_objects_sizePeter Zhu
2026-05-08Ruby::Box fix stale cached values for exception-related global variables ($! ...dak2
2026-05-08Update to ruby/spec@680fc69Benoit Daloze
2026-05-08Update to ruby/mspec@dffcdf7Benoit Daloze
2026-05-07Use rb_gc_get_ec in rb_gc_event_hookPeter Zhu
2026-05-07[ruby/prism] Use less `visit_token` in the ripper translatorEarlopain
2026-05-07ZJIT: Remove from `Invariants` on invalidationAlan Wu
2026-05-07[ruby/rubygems] Use Pathname#absolute?Nobuyoshi Nakada
2026-05-07Split test_freeze_inside_sort! and reduce comparator countSampo Kuokkanen
2026-05-07dir.c: fix dirent leak on glob_opendir realloc failureMikhail Dmitrichenko
2026-05-07fix: honor --disable-multiarch in configureDaisuke Fujimura (fd0)
2026-05-07Remove unused variable warning in imemo_fields_freeÉtienne Barrié
2026-05-07[ruby/rubygems] Mark transitive-only overrides as changed against the lockfileHiroshi SHIBATA
2026-05-07[ruby/rubygems] Document the override DSL in gemfile.5.ronnHiroshi SHIBATA
2026-05-07[ruby/rubygems] Add version: nil integration coverageHiroshi SHIBATA
2026-05-07[ruby/rubygems] Add :ignore_upper integration coverageHiroshi SHIBATA
2026-05-07[ruby/rubygems] Cover prerelease pin via overrideHiroshi SHIBATA
2026-05-07[ruby/rubygems] Mark overridden gems as changed against the existing lockfileHiroshi SHIBATA
2026-05-07[ruby/rubygems] Apply override at Definition level for direct dependenciesHiroshi SHIBATA