summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-11-30[PRISM] Consolidate SJIS encodingsKevin Newton
2023-11-30[rubygems/rubygems] Only show "Defaulting to user installation" message when ...Ellen Marie Dash
2023-11-30[ruby/irb] Page evaluation result's outputStan Lo
2023-11-30[ruby/prism] Fix lex_compat for `<<HEREDOC # comment` at EOFMartin Emde
2023-11-30[rubygems/rubygems] Allow auto-install to install missing git gemsSamuel Giddins
2023-11-30Manually sync with https://github.com/ruby/open3/pull/22 and related PRsHiroshi SHIBATA
2023-11-29[rubygems/rubygems] Avoid re-compiling static regexp in a loopSamuel Giddins
2023-11-29[ruby/prism] Add MacJapanese encodingMatt Boldt
2023-11-29[ruby/irb] Use gem repl_type_completor, remove type_completiontomoya ishida
2023-11-29[ruby/prism] added CP950 encodingDhaval
2023-11-29[rubygems/rubygems] update Magnus library in Rust extension gem templateMichael Go
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