summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-04-06[ruby/reline] Continue processing even if terminfo database couldn'tMari Imaizumi
2024-04-05[ruby/prism] Bump to v0.25.0Kevin Newton
2024-04-05[ruby/irb] Filter backtrace before format in handle_exceptionJoshua Broughton
2024-04-05[ruby/reline] Thread safe readlinetomoya ishida
2024-04-05[ruby/reline] Always call finalize and depreptomoya ishida
2024-04-04[ruby/prism] Fix up some comments in the parser compilerKevin Newton
2024-04-04[ruby/reline] Handle INT signal correctly, remove handle_clearedtomoya ishida
2024-04-04[ruby/reline] Fix audoindent including "\v", escape "\v" fortomoya ishida
2024-04-04[rubygems/rubygems] Allow to use String keys some of configurationHiroshi SHIBATA
2024-04-04[rubygems/rubygems] Re-order configuraiton keysHiroshi SHIBATA
2024-04-03Ignore warnings on the bundled gems repoHiroshi SHIBATA
2024-04-02Warn pstore for Ruby 3.5Hiroshi SHIBATA
2024-04-02[Feature #20345] Add `--target-rbconfig` option to mkmfYuta Saito
2024-04-02Warn ostruct for Ruby 3.5Hiroshi SHIBATA
2024-04-01[ruby/reline] Refactor completiontomoya ishida
2024-04-01[ruby/reline] Align completion menu itemstomoya ishida
2024-04-01[rubygems/rubygems] Improve error message when strict resolution filters out ...David Rodriguez
2024-04-01[rubygems/rubygems] Keep unfiltered versions separatelyDavid Rodriguez
2024-04-01[rubygems/rubygems] No need to check for root package every timeDavid Rodriguez
2024-04-01[rubygems/rubygems] No need for any version prioritization when building errorsDavid Rodriguez
2024-04-01[rubygems/rubygems] Make it look more like BasicPackageSourceDavid Rodriguez
2024-04-01[rubygems/rubygems] Let GemVersionPromoter sort in preferred order directlyDavid Rodriguez
2024-04-01[rubygems/rubygems] Update docsDavid Rodriguez
2024-04-01[rubygems/rubygems] Remove unnecessary filteringDavid Rodriguez
2024-04-01[rubygems/rubygems] No need to sort twice when filling versionsDavid Rodriguez
2024-04-01[rubygems/rubygems] Rename method for clarityDavid Rodriguez
2024-04-01[rubygems/rubygems] Fix typoDavid Rodriguez
2024-03-31[rubygems/rubygems] [commands/rebuild] Remove unused DATE_FORMAT constant.Ellen Marie Dash
2024-03-29[rubygems/rubygems] [gemspec_helpers] Fix Rubocop warning.Ellen Marie Dash
2024-03-29[rubygems/rubygems] [build, rebuild] Split common find_gemspec() out to Gemsp...Ellen Marie Dash
2024-03-29[rubygems/rubygems] Improve formatting of "gem rebuild --help" output.Ellen Marie Dash
2024-03-29[rubygems/rubygems] [rebuild] If --diff is not passed and a rebuild fails, su...Ellen Marie Dash
2024-03-29[rubygems/rubygems] [rebuild_command] Bail early if the RubyGems version does...Ellen Marie Dash
2024-03-29[rubygems/rubygems] [rebuild_command] Use Gem.* helpers.Ellen Marie Dash
2024-03-29[rubygems/rubygems] [rebuild_command] Clean up help text.Ellen Marie Dash
2024-03-29[rubygems/rubygems] [rebuild_command] Use temporary directory instead of the ...Ellen Marie Dash
2024-03-29[rubygems/rubygems] [rebuild_command] Add --diff flag to try using diffoscope.Ellen Marie Dash
2024-03-29[rubygems/rubygems] [rebuild_command] Avoid leaking files.Ellen Marie Dash
2024-03-29[rubygems/rubygems] Add "gem rebuild" command.Ellen Marie Dash
2024-03-28[ruby/prism] CLI -x flagKevin Newton
2024-03-28Allow FormatError to take either String or Gem for sourceJake Zimmerman
2024-03-28Use www.rfc-editor.org for RFC text.Hiroshi SHIBATA
2024-03-27[rubygems/rubygems] Allow installing plugins from path via CLICody Cutrer
2024-03-27Update vendored resolv to 0.4.0Hiroshi SHIBATA
2024-03-26[ruby/prism] Freeze internal parts, againKevin Newton
2024-03-26[ruby/irb] Fix a typo (https://github.com/ruby/irb/pull/912)Hiroshi SHIBATA
2024-03-25[rubygems/rubygems] Fix resolver bug where ActivationRequest objects were not...David Rodriguez
2024-03-25[rubygems/rubygems] Improve validation of `bundle plugin install` optionsCody Cutrer
2024-03-25[ruby/prism] Fix incorrect paring when using invalid regexp optionsKoichi ITO
2024-03-25[ruby/prism] Use Sexp#line_max not Sexp#max_lineJustin Collins