summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-02-27[ruby/irb] Add a comment about Rails' patch onStan Lo
2023-02-27[ruby/irb] Provide more useful message whenStan Lo
2023-02-27[ruby/reline] Fix wrong indent number in prompt. whole_lines hastomoya ishida
2023-02-27Prefer to use File.foreach instead of IO.foreachHiroshi SHIBATA
2023-02-27Prefer to use File.readlines instead of IO.readlinesHiroshi SHIBATA
2023-02-27[ruby/reline] Fix the cause of test_yamatanooroti randomly failingtomoya ishida
2023-02-27[ruby/tempfile] Fix inconsistency in doc of Tempfile.createSven Schwyn
2023-02-26[ruby/net-http] [DOC] Enhanced RDoc for Net::HTTPBurdette Lamar
2023-02-25[ruby/irb] Remove unused Structima1zumi
2023-02-24[ruby/net-http] [DOC] Enhanced RDoc for Net::HTTPBurdette Lamar
2023-02-24[ruby/set] Set#merge does not take keyword arguments as a HashAkinori MUSHA
2023-02-24[ruby/set] Set#merge takes many enumerable objects like Hash#merge! doesAkinori MUSHA
2023-02-23[ruby/net-http] [DOC] Enhanced RDoc for Net::HTTPBurdette Lamar
2023-02-23[rubygems/rubygems] make Bundler.load_marshal privateMercedes Bernard
2023-02-23[rubygems/rubygems] safe marshal gem specs when inflatingMercedes Bernard
2023-02-23[rubygems/rubygems] safe marshal gem versions when fetching Marshal.specs.4.8.gzMercedes Bernard
2023-02-22[ruby/net-http] [DOC] Enhanced RDoc for Net:HTTPBurdette Lamar
2023-02-22[rubygems/rubygems] Always join with a stringSamuel Giddins
2023-02-22[rubygems/rubygems] Only update env if var existsSamuel Giddins
2023-02-22[rubygems/rubygems] Fix resetting env in gem exec, and make sure it is set fo...Samuel Giddins
2023-02-22[rubygems/rubygems] Allow gem exec gemSamuel Giddins
2023-02-22[rubygems/rubygems] Remove platform option for gem execSamuel Giddins
2023-02-22[rubygems/rubygems] Ensure dependencies are updated by default when running g...Samuel Giddins
2023-02-22[rubygems/rubygems] Add gem exec descriptionSamuel Giddins
2023-02-22[rubygems/rubygems] Add specs for gem execSamuel Giddins
2023-02-22[rubygems/rubygems] Add gem exec commandSamuel Giddins
2023-02-21[ruby/rdoc] Fix RDoc::Parser::Ruby not being documentedÉtienne Barrié
2023-02-21[ruby/csv] Use https links instead of httpVivek Bharath Akupatni
2023-02-21[ruby/csv] Remove unused @double_quote_character from ParserMau Magnaguagno
2023-02-21Merge rubygems/bundler masterHiroshi SHIBATA
2023-02-21[rubygems/rubygems] Give a better message when Gemfile branch does not existDavid Rodríguez
2023-02-21[rubygems/rubygems] Update pub_grubJohn Hawthorn
2023-02-21[rubygems/rubygems] Sync with pub_grub main branchDavid Rodríguez
2023-02-21[rubygems/rubygems] Restore better error message when locked ref does not existDavid Rodríguez
2023-02-21[rubygems/rubygems] [DOC] Update the link to OpenSource.orgNobuyoshi Nakada
2023-02-20[ruby/net-http] [DOC] Enhanced RDoc for Net::HTTPBurdette Lamar
2023-02-19[ruby/pstore] Remove (newly unneeded) remarks about aliasesBurdette Lamar
2023-02-19[ruby/fileutils] Remove (newly unneeded) remarks about aliasesBurdette Lamar
2023-02-18[ruby/irb] Remove unused context argument from Worksapce#evaluateStan Lo
2023-02-16[ruby/net-http] [DOC] Enhanced RDoc for Net::HTTPBurdette Lamar
2023-02-16[ruby/timeout] bump up 0.3.2Hiroshi SHIBATA
2023-02-15[ruby/timeout] Don't move the timer_thread when it's enclosedRick Blommers
2023-02-15[ruby/net-http] [DOC] Enhanced RDoc for Net::HTTP#getBurdette Lamar
2023-02-15[ruby/irb] Fix help-message (https://github.com/ruby/irb/pull/506)HASUMI Hitoshi
2023-02-15[DOC] remove redundant paragraph at set.rb (#6472)TJ
2023-02-14[ruby/net-http] [DOC] Enhanced RDoc for request headersBurdette Lamar
2023-02-13[ruby/net-http] Enhanced RDoc for CompressionBurdetteLamar
2023-02-12[ruby/irb] Fix colorize backtick symboltomoya ishida
2023-02-10[ruby/fileutils] Add mkdir_p to FileUtils.installSatadru Pramanik, DO, MPH, MEng
2023-02-10[ruby/logger] Add Logger#with_level{...} for block-scoped log level.Mike Perham