summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-27[rubygems/rubygems] Remove the warning for not defining a gem server sourceDaniel Niknam
2021-07-27[rubygems/rubygems] Refactor Bundler::Dsl#check_rubygems_source_safety to imp...Daniel Niknam
2021-07-27[rubygems/rubygems] Deprecate Gemfile without an explicit global sourceDaniel Niknam
2021-07-27[rubygems/rubygems] Explicitly define a global source for testsDaniel Niknam
2021-07-27[rubygems/rubygems] Implement Bundler::SourceList#implicit_global_source?Daniel Niknam
2021-07-27[rubygems/rubygems] Implement Bundler::Source::Rubygems#no_remotes?Daniel Niknam
2021-07-27[rubygems/rubygems] Lazily load shellwordsDavid Rodríguez
2021-07-27[rubygems/rubygems] Rubygems doesn't need to load the `base64` libraryDavid Rodríguez
2021-07-27[rubygems/rubygems] Rubygems doesn't need to load the `resolv` libraryDavid Rodríguez
2021-07-27[rubygems/rubygems] Lazily load `shellwords` libraryDavid Rodríguez
2021-07-27[rubygems/rubygems] The `--quiet` should still display warningsDavid Rodríguez
2021-07-27[rubygems/rubygems] Make `--quiet` spec independent on the specific warningDavid Rodríguez
2021-07-27[rubygems/rubygems] Check requirements classesNobuyoshi Nakada
2021-07-27[rubygems/rubygems] Remove all `syck` traces from `rubygems`David Rodríguez
2021-07-27[rubygems/rubygems] Remove `gem install` hint when installing a gem failsDavid Rodríguez
2021-07-27[rubygems/rubygems] Show a backtrace in case gem installation failsDavid Rodríguez
2021-07-27[rubygems/rubygems] Fix bundler binstub version selectionDavid Rodríguez
2021-07-27[rubygems/rubygems] Remove LoadError message in regards to requiring a relati...Daniel Niknam
2021-07-27[rubygems/rubygems] Fix interrupt handling in Bundler workersAndrew Haines
2021-07-26rb_iterate is no longer used in ruby/specBenoit Daloze
2021-07-26Prepend DebugSystem to VCS class onlyNobuyoshi Nakada
2021-07-26Ignore 7z unless availableNobuyoshi Nakada
2021-07-26* 2021-07-26 [ci skip]git
2021-07-25Distinguish signal and timeout [Bug #16608]Nobuyoshi Nakada
2021-07-25Update bundled_gemsKazuhiro NISHIYAMA
2021-07-25* 2021-07-25 [ci skip]git
2021-07-24Sort feature index arrays by the priority of file types [Bug #15856]Nobuyoshi Nakada
2021-07-24* 2021-07-24 [ci skip]git
2021-07-24Escape unprintable chars only, without surrounding quotesNobuyoshi Nakada
2021-07-23[NEWS] added [Feature #17798] [ci skip]Nobuyoshi Nakada
2021-07-23[NEWS] adjusted formats [ci skip]Nobuyoshi Nakada
2021-07-23Suppress exception message in finalizer [Feature #17798]Nobuyoshi Nakada
2021-07-23Show exception in finalizer [Feature #17798]Nobuyoshi Nakada
2021-07-23Access rb_execution_context_t::errinfo directlyNobuyoshi Nakada
2021-07-23Use rb_equalNobuyoshi Nakada
2021-07-23Finalizers no longer store the safe levelNobuyoshi Nakada
2021-07-23* 2021-07-23 [ci skip]git
2021-07-23[ruby/irb] Fix #256manga_osyo
2021-07-22Don't recompute the heap pagePeter Zhu
2021-07-22Don't set flags in finalize_listPeter Zhu
2021-07-22Sort out quad_t related macrosNobuyoshi Nakada
2021-07-22Remove unneeded function declarationsS.H
2021-07-22[DOC] Fixed the description of regexp alternations [ci skip]Ulysses Zhan
2021-07-22Refactor rb_proc_call_with_block functionS-H-GAMELINKS
2021-07-22Refactor sym_each_i functionS-H-GAMELINKS
2021-07-22Remove useless castsNobuyoshi Nakada
2021-07-22Cast to size_t instead of intNobuyoshi Nakada
2021-07-21Change GC verification to walk all pagesPeter Zhu
2021-07-22* 2021-07-22 [ci skip]git
2021-07-21Fix interpolated heredoceileencodes