aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [rubygems/rubygems] update Magnus library in Rust extension gem templateMichael Go2023-11-291-1/+1
* [ruby/prism] Implicit rest nodesKevin Newton2023-11-281-1/+1
* [ruby/irb] Change show_source tests into integration testsPeter Zhu2023-11-281-0/+2
* [ruby/irb] This enhancement allows a user to add the -s flag if theypaulreece2023-11-282-8/+33
* [ruby/irb] Rescue errors from main.to_s/inspect when formattingKasumi Hanazuki2023-11-281-2/+4
* [ruby/prism] Move DATA parsing into its own parse result fieldKevin Newton2023-11-283-18/+15
* [ruby/rdoc] [DOC] Slightly decorate `em` and `strong`Nobuyoshi Nakada2023-11-271-0/+11
* [ruby/rdoc] Place a space between certain character class letters onlyNobuyoshi Nakada2023-11-273-2/+10
* [ruby/irb] Hide debugger hint after the input is submittedStan Lo2023-11-271-1/+1
* Opaque Etags for compact index requestsJosef Šimánek2023-11-276-100/+288
* [rubygems/rubygems] Don't remember `--jobs` flagDavid Rodríguez2023-11-271-1/+19
* [rubygems/rubygems] Fix advice in `bundle install --system` deprecationDavid Rodríguez2023-11-271-1/+3
* [rubygems/rubygems] Keep a single copy of the remembered flag deprecation mes...David Rodríguez2023-11-271-7/+7
* [rubygems/rubygems] Avoid some unnecessary quotes in remember flag deprecatio...David Rodríguez2023-11-271-1/+2
* [rubygems/rubygems] Simplify remembered flags deprecation messageDavid Rodríguez2023-11-271-1/+1
* [rubygems/rubygems] Add missing --prefer-local to Synopsis in bundle-install....Olle Jonsson2023-11-2630-30/+31
* [rubygems/rubygems] Reduce allocations when installing gems with bundlerSamuel Giddins2023-11-261-4/+9
* [ruby/irb] Display aliases in help messageStan Lo2023-11-263-5/+19
* [ruby/irb] Support disabling pagerStan Lo2023-11-263-1/+5
* [ruby/resolv] Support a :use_ipv6 option to Resolv#initializeJeremy Evans2023-11-251-2/+15
* [ruby/irb] Fix exception(backtrace=nil) prints nothingtomoya ishida2023-11-251-35/+32
* [ruby/resolv] Support a :raise_timeout_errors option to raise timeouts as Res...Jeremy Evans2023-11-251-0/+6
* [ruby/resolv] Fix the fallback from UDP to TCP due to message truncationJeremy Evans2023-11-241-2/+4
* [rubygems/rubygems] Fix typo missing doMau Magnaguagno2023-11-241-1/+1
* [rubygems/rubygems] Prefer String#each_line in Gem::CommandMau Magnaguagno2023-11-241-4/+4
* [ruby/resolv] Catch EPROTONOSUPPORT as a sign of no IPv6 as wellKJ Tsanaktsidis2023-11-241-1/+1
* [ruby/resolv] Implement dohpath SvcParamKasumi Hanazuki2023-11-241-0/+29
* [ruby/resolv] Implement SVCB and HTTPS RRsKasumi Hanazuki2023-11-241-0/+429
* [rubygems/rubygems] Don't require 'json' unless it's actually neededEric Mueller2023-11-231-2/+1
* [rubygems/rubygems] Add --json bundle-outdated flag to produce json-parseable...Eric Mueller2023-11-232-4/+45
* [rubygems/rubygems] Factor group-filtering to a private method to reduce repe...Eric Mueller2023-11-231-16/+16
* [ruby/irb] Handle handle_exception's exceptiontomoya ishida2023-11-231-1/+8
* [ruby/irb] Hint debugger command in irb:rdbg sessionStan Lo2023-11-231-0/+18
* [ruby/irb] Fix failure of more command with -R optionhogelog2023-11-231-1/+1
* [ruby/irb] Require prism >= 0.18.0 (MatchWriteNode#targets andtomoya ishida2023-11-222-19/+31
* [ruby/prism] Add new doc to gemspecKevin Newton2023-11-221-0/+1
* [ruby/prism] Add `CP949` encodingheyogrady2023-11-221-0/+1
* [rubygems/rubygems] Fix universal lockfiles regressionDavid Rodriguez2023-11-223-4/+6
* [ruby/prism] Move CallNode#name field between receiver and argumentsBenoit Daloze2023-11-221-1/+1
* [ruby/irb] Rescue Exception, ignore warning in completiontomoya ishida2023-11-221-3/+9
* [ruby/resolv] IPv6: update to_s method to be RFC5952 compliantJohn Bond2023-11-221-5/+1
* [ruby/open3] [DOC] Open3 doc (https://github.com/ruby/open3/pull/21)Burdette Lamar2023-11-211-106/+170
* [rubygems/rubygems] Fix invalid platform removal missing adjacent platformsBo Anderson2023-11-211-1/+1
* [ruby/prism] Update to v0.18.0Kevin Newton2023-11-211-1/+1
* [ruby/prism] Fix constant path full name when parent is not aVinicius Stock2023-11-211-0/+12
* [ruby/prism] Warning for ENDs in methodsHaldun Bayhantopcu2023-11-211-1/+1
* [ruby/irb] Bump version to 1.9.1tomoya ishida2023-11-211-2/+2
* Rename the big5-hkscs stuff to something more generic and add UAO sharing com...Ryan Garver2023-11-201-1/+0
* [ruby/irb] Enable Setting Completer Type through `IRB_COMPLETOR`ima1zumi2023-11-211-1/+1
* [ruby/prism] Add character APIs for locationsKevin Newton2023-11-202-13/+47