summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-11-28[ruby/prism] Implicit rest nodesKevin Newton
2023-11-28[ruby/irb] Change show_source tests into integration testsPeter Zhu
2023-11-28[ruby/irb] This enhancement allows a user to add the -s flag if theypaulreece
2023-11-28[ruby/irb] Rescue errors from main.to_s/inspect when formattingKasumi Hanazuki
2023-11-28[ruby/prism] Move DATA parsing into its own parse result fieldKevin Newton
2023-11-27[ruby/rdoc] [DOC] Slightly decorate `em` and `strong`Nobuyoshi Nakada
2023-11-27[ruby/rdoc] Place a space between certain character class letters onlyNobuyoshi Nakada
2023-11-27[ruby/irb] Hide debugger hint after the input is submittedStan Lo
2023-11-27Opaque Etags for compact index requestsJosef Šimánek
2023-11-27[rubygems/rubygems] Don't remember `--jobs` flagDavid Rodríguez
2023-11-27[rubygems/rubygems] Fix advice in `bundle install --system` deprecationDavid Rodríguez
2023-11-27[rubygems/rubygems] Keep a single copy of the remembered flag deprecation mes...David Rodríguez
2023-11-27[rubygems/rubygems] Avoid some unnecessary quotes in remember flag deprecatio...David Rodríguez
2023-11-27[rubygems/rubygems] Simplify remembered flags deprecation messageDavid Rodríguez
2023-11-26[rubygems/rubygems] Add missing --prefer-local to Synopsis in bundle-install....Olle Jonsson
2023-11-26[rubygems/rubygems] Reduce allocations when installing gems with bundlerSamuel Giddins
2023-11-26[ruby/irb] Display aliases in help messageStan Lo
2023-11-26[ruby/irb] Support disabling pagerStan Lo
2023-11-25[ruby/resolv] Support a :use_ipv6 option to Resolv#initializeJeremy Evans
2023-11-25[ruby/irb] Fix exception(backtrace=nil) prints nothingtomoya ishida
2023-11-25[ruby/resolv] Support a :raise_timeout_errors option to raise timeouts as Res...Jeremy Evans
2023-11-24[ruby/resolv] Fix the fallback from UDP to TCP due to message truncationJeremy Evans
2023-11-24[rubygems/rubygems] Fix typo missing doMau Magnaguagno
2023-11-24[rubygems/rubygems] Prefer String#each_line in Gem::CommandMau Magnaguagno
2023-11-24[ruby/resolv] Catch EPROTONOSUPPORT as a sign of no IPv6 as wellKJ Tsanaktsidis
2023-11-24[ruby/resolv] Implement dohpath SvcParamKasumi Hanazuki
2023-11-24[ruby/resolv] Implement SVCB and HTTPS RRsKasumi Hanazuki
2023-11-23[rubygems/rubygems] Don't require 'json' unless it's actually neededEric Mueller
2023-11-23[rubygems/rubygems] Add --json bundle-outdated flag to produce json-parseable...Eric Mueller
2023-11-23[rubygems/rubygems] Factor group-filtering to a private method to reduce repe...Eric Mueller
2023-11-23[ruby/irb] Handle handle_exception's exceptiontomoya ishida
2023-11-23[ruby/irb] Hint debugger command in irb:rdbg sessionStan Lo
2023-11-23[ruby/irb] Fix failure of more command with -R optionhogelog
2023-11-22[ruby/irb] Require prism >= 0.18.0 (MatchWriteNode#targets andtomoya ishida
2023-11-22[ruby/prism] Add new doc to gemspecKevin Newton
2023-11-22[ruby/prism] Add `CP949` encodingheyogrady
2023-11-22[rubygems/rubygems] Fix universal lockfiles regressionDavid Rodriguez
2023-11-22[ruby/prism] Move CallNode#name field between receiver and argumentsBenoit Daloze
2023-11-22[ruby/irb] Rescue Exception, ignore warning in completiontomoya ishida
2023-11-22[ruby/resolv] IPv6: update to_s method to be RFC5952 compliantJohn Bond
2023-11-21[ruby/open3] [DOC] Open3 doc (https://github.com/ruby/open3/pull/21)Burdette Lamar
2023-11-21[rubygems/rubygems] Fix invalid platform removal missing adjacent platformsBo Anderson
2023-11-21[ruby/prism] Update to v0.18.0Kevin Newton
2023-11-21[ruby/prism] Fix constant path full name when parent is not aVinicius Stock
2023-11-21[ruby/prism] Warning for ENDs in methodsHaldun Bayhantopcu
2023-11-21[ruby/irb] Bump version to 1.9.1tomoya ishida
2023-11-20Rename the big5-hkscs stuff to something more generic and add UAO sharing com...Ryan Garver
2023-11-21[ruby/irb] Enable Setting Completer Type through `IRB_COMPLETOR`ima1zumi
2023-11-20[ruby/prism] Add character APIs for locationsKevin Newton
2023-11-19[ruby/open3] [DOC] RDoc for Open3Burdette Lamar