summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-10-29Handle all formatting configs potentially being `nil`.Jean Boussier
2024-10-26Normalize lockfile platformsDavid Rodríguez
2024-10-25[ruby/rdoc] Remove details markers in HTML documentsNobuyoshi Nakada
2024-10-24[ruby/reline] nonprinting_start and nonprinting_end should betomoya ishida
2024-10-24append completion_append_character only when continous completion is … (#764)Wu
2024-10-24[rubygems/rubygems] [SpecFetcher] Change < to <= like it should be.Ellen Marie Dash
2024-10-24[ruby/error_highlight] Rename the `ErrorHighlight::DefaultFormatter` setting ...Guilherme Carreiro
2024-10-23[ruby/rdoc] Red-based darkfish color schemeStan Lo
2024-10-23[rubygems/rubygems] [SpecFetcher] Avoid unneeded string allocation.Ellen Marie Dash
2024-10-23[rubygems/rubygems] [SpecFetcher] Bail before calling available_specs()Ellen Marie Dash
2024-10-23[rubygems/rubygems] Replace .map{...}.compact with .filter_map {...}Ellen Marie Dash
2024-10-23[rubygems/rubygems] Add another bail-early condition to suggest_gems_from_nam...Ellen Marie Dash
2024-10-23[rubygems/rubygems] Optimize when suggest_gems_from_name finds an exact match.Ellen Marie Dash
2024-10-23[rubygems/rubygems] Document suggest_gems_from_name()Ellen Marie Dash
2024-10-23[rubygems/rubygems] [suggest_gems_from_name] Bail early if the value is guara...Ellen Marie Dash
2024-10-23[rubygems/rubygems] Print a proper error when there's a previous empty instal...David Rodríguez
2024-10-23[rubygems/rubygems] Improve Bundler errors when trying to install to a protec...David Rodríguez
2024-10-23[rubygems/rubygems] Improve `Bundler::GenericSystemCall` error messageDavid Rodríguez
2024-10-23[rubygems/rubygems] Consistently use `:create` action when creating directoriesDavid Rodríguez
2024-10-23[rubygems/rubygems] Fix running `bundler` (with a final `r`) in a `bundle exe...David Rodríguez
2024-10-23[rubygems/rubygems] Do what the comment says, it's simplerDavid Rodríguez
2024-10-23[rubygems/rubygems] Remove the need for some bundler monkeypatchesDavid Rodríguez
2024-10-23Clarify bundler inline’s `install` parameterJerome Dalbert
2024-10-23[ruby/ipaddr] Drop support for Ruby 2.3Taketo Takashima
2024-10-23[ruby/error_highlight] Adjust truncation, add opt-out mechanism, rename metho...Guilherme Carreiro
2024-10-23[ruby/error_highlight] Handle very long lines with errors in the middle of th...Guilherme Carreiro
2024-10-23[ruby/error_highlight] Handle very long linesGuilherme Carreiro
2024-10-22[rubygems/rubygems] Remove patches for old TruffleRuby versionsDavid Rodríguez
2024-10-22[ruby/reline] Use IO's encoding instead of Encoding.default_externalWu
2024-10-22Perform an actual access check in Dir.tmpdir for writabilityKJ Tsanaktsidis
2024-10-19[ruby/ipaddr] Bump the version to 1.2.7Akinori MUSHA
2024-10-19[ruby/ipaddr] Use string interpolation instead of format()Akinori MUSHA
2024-10-18[ruby/irb] Suppress "literal string will be frozen in the future"Tsutomu Katsube
2024-10-18[ruby/irb] Always use alternate sceen on alt-dtomoya ishida
2024-10-18[rubygems/rubygems] Add `bundle add --quiet` optionJerome Dalbert
2024-10-18[ruby/ipaddr] Use string interpolation instead of format()Akinori MUSHA
2024-10-18[ruby/ipaddr] Added to_json/as_json methodTaketo Takashima
2024-10-18[rubygems/rubygems] Clarify `bundle install --quiet` documentationJerome Dalbert
2024-10-18[ruby/syntax_suggest] Bump up 2.0.1Hiroshi SHIBATA
2024-10-18[ruby/syntax_suggest] Removed empty commentHiroshi SHIBATA
2024-10-17[ruby/rdoc] feature: Render mixed-in methods and constants withMike Dalessio
2024-10-17Optimize Ext::Generator::State#configureJean Boussier
2024-10-17[ruby/json] Convert Generator initialize and configure method into RubyJean Boussier
2024-10-17[ruby/rdoc] Use scroll-margin-top on anchor targetsStan Lo
2024-10-17[ruby/rdoc] Add scroll-margin-top on all :target elementsMads Ohm Larsen
2024-10-17[rubygems/rubygems] Allow using `gemspec` DSL twice with same dependency and ...David Rodríguez
2024-10-16[rubygems/rubygems] Fix `bundle check` sometimes locking gems under the wrong...David Rodríguez
2024-10-16[rubygems/rubygems] Delay and refactor verification of changed sourcesDavid Rodríguez
2024-10-16[rubygems/rubygems] No reason for `Definition#sources` to be privateDavid Rodríguez
2024-10-16[rubygems/rubygems] Lock definition directlyDavid Rodríguez