summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-06-15Deprecate `Gem::Util.silent_system`David Rodríguez
2020-06-15Replace `Gem::Util.silent_system` with better toolsDavid Rodríguez
2020-06-15Remove modelines for consistencyDavid Rodríguez
2020-06-15Remove random codeDavid Rodríguez
2020-06-15Use space inside block braces everywhereDavid Rodríguez
2020-06-15Fix ruby-head failing testsDavid Rodríguez
2020-06-15Revert "Revert "[rubygems/rubygems] Remove unneeded global teardown""David Rodríguez
2020-06-15Use filesystem encoding in do_GET of filehandlerKazuhiro NISHIYAMA
2020-06-12Revert "[ruby/fileutils] Make verbose output go to stdout instead of stderr"Nobuyoshi Nakada
2020-06-12[ruby/fileutils] Fix #install with "X" mode optionNobuyoshi Nakada
2020-06-12[ruby/fileutils] Make verbose output go to stdout instead of stderrJeremy Evans
2020-06-11Make mutating the result of SortedSet#to_a not affect the setJeremy Evans
2020-06-11Revert encoding to `::Encoding::UTF_8` if `fu_windows?`Kazuhiro NISHIYAMA
2020-06-11Fix error in `remove_entry`Kazuhiro NISHIYAMA
2020-06-11[ruby/logger] Mention `File::Null` in Logger#new documentMasataka Pocke Kuwabara
2020-06-11[ruby/logger] Mention behavior when logdev is a nil in the documentMasataka Pocke Kuwabara
2020-06-11[ruby/logger] Let Logger#reopen not raise on nil log devicesLourens Naudé
2020-06-11[ruby/logger] Let File::NULL ("/dev/null", "NUL" etc.) be considered a nil lo...Lourens Naudé
2020-06-11[ruby/matrix] Drop to Ruby 2.4 and 2.5Hiroshi SHIBATA
2020-06-11[ruby/webrick] Fix httpd error in CJK directoryKazuhiro NISHIYAMA
2020-06-11[ruby/webrick] Extract creation of Net::HTTP in httpproxyJohn W Higgins
2020-06-11Drop to Ruby 2.4Hiroshi SHIBATA
2020-06-11[ruby/net-imap] Drop to Ruby 2.4Hiroshi SHIBATA
2020-06-11[ruby/delegate] Fixed superclass missmatchHiroshi SHIBATA
2020-06-09the default gems couldn't use ruby2_keywords gem.Hiroshi SHIBATA
2020-06-09Added ruby2_keywords for Ruby 2.6 and 2.5Hiroshi SHIBATA
2020-06-09[ruby/singleton] Remove unnecessaray spacetaki
2020-06-06Remove experimental feaures and related code completelyYuki Nishijima
2020-06-06Sync did_you_meanYuki Nishijima
2020-06-05Update docs in net/http.rbKir Shatrov
2020-06-05[rubygems/rubygems] Use LoadError#path to figure out the argument passed to '...Yuki Nishijima
2020-06-05[rubygems/rubygems] Only run optional validations in packaging contextsDavid Rodríguez
2020-06-05[rubygems/rubygems] Split validations into required and optionalDavid Rodríguez
2020-06-05[rubygems/rubygems] Mention that some validations only warnDavid Rodríguez
2020-06-05[rubygems/rubygems] Reword `validate` method headerDavid Rodríguez
2020-06-05[rubygems/rubygems] Reuse `error` helperDavid Rodríguez
2020-06-05[rubygems/rubygems] Move docs to a better placeDavid Rodríguez
2020-06-05[rubygems/rubygems] Deprecate some methods that are only there for compatibilityDavid Rodríguez
2020-06-05Enable rubocop-performance StartWith copOlle Jonsson
2020-06-05[rubygems/rubygems] Respect files loaded from default gems before rubygemsDavid Rodríguez
2020-06-05[rubygems/rubygems] Remove direct reference to PRDavid Rodríguez
2020-06-05[rubygems/rubygems] Fix `$LOADED_FEATURES` cache sometimes not respectedDavid Rodríguez
2020-06-05[rubygems/rubygems] Extract a local outside the loopDavid Rodríguez
2020-06-05[rubygems/rubygems] Refactor `Gem.load_path_insert_index`David Rodríguez
2020-06-05[rubygems/rubygems] Fix performance regression in `require`David Rodríguez
2020-06-05Fix `ruby setup.rb` warningsDavid Rodríguez
2020-06-05[rubygems/rubygems] Require ext only in validate_extension, mention gemspec i...Josef Šimánek
2020-06-05[rubygems/rubygems] Add build warning when rake based extension is present, b...Josef Šimánek
2020-06-05[rubygems/rubygems] Prefer start_with? and end_with? over regex.Olle Jonsson
2020-06-05[rubygems/rubygems] Fix template cleanup as wellDavid Rodríguez