summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-04-14[ruby/irb] Allow defining custom commands in IRBStan Lo
2024-04-14[ruby/reline] Support `menu-complete-backward` command for upwardMichael J. Giarlo
2024-04-12[ruby/prism] Fix parser translation's heredoc whitespace calculationStan Lo
2024-04-12[rubygems/rubygems] `bundle add --glob` continued- quote glob value invocatio...David Marshall
2024-04-12[rubygems/rubygems] bundler CLI option for add gem --glob=David Marshall
2024-04-12[ruby/irb] Pass statements to Context#evaluateStan Lo
2024-04-11[rubygems/rubygems] Fix installing plugins via relative pathsCody Cutrer
2024-04-11[ruby/prism] Add Location#chopKevin Newton
2024-04-10[ruby/irb] Add a workaround to make IRB work with debug's testsStan Lo
2024-04-10[ruby/irb] Centralize rstrip callsStan Lo
2024-04-10[ruby/irb] Command implementation not by methodtomoya ishida
2024-04-10[ruby/ipaddr] Added IPAddr#wildcard_maskTaketo Takashima
2024-04-09[ruby/reline] Bump version to 0.5.1Mari Imaizumi
2024-04-08[ruby/tmpdir] Display the offending parent path in the exceptionNobuyoshi Nakada
2024-04-08Fix error when default gem is loaded from `-r` optionMasataka Pocke Kuwabara
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