summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-28[rubygems/rubygems] Avoid duplicated generation of APISpecification objectsYusuke Endoh
2020-09-28[rubygems/rubygems] Eval defaults with frozen_string_literal: trueJean Boussier
2020-09-28[rubygems/rubygems] Remove last remaining line of output from `gem update --s...Ellen Marie Dash
2020-09-28[rubygems/rubygems] Add test for "gem update --system --silent"Ellen Marie Dash
2020-09-28[rubygems/rubygems] Have "gem update --system" pass through the --silent flag.Ellen Marie Dash
2020-09-28[rubygems/rubygems] Added Ruby version for oldest supported version of rubygemsHiroshi SHIBATA
2020-09-28Disallow downgrades to too old versionsDavid Rodríguez
2020-09-28[rubygems/rubygems] Add --dryrun to the deprecated options when showing the h...bronzdoc
2020-09-28[rubygems/rubygems] We don't need shortucts for a deprecated flagbronzdoc
2020-09-28[rubygems/rubygems] Deprecate --dryrunbronzdoc
2020-09-28[rubygems/rubygems] Make --dry-run flag consistent across rubygems commandsbronzdoc
2020-09-28Added `--platform` option to `build` commandNobuyoshi Nakada
2020-09-28Do not use clang on cygwinNobuyoshi Nakada
2020-09-28sprintf.c: Removed conflicting definitionNobuyoshi Nakada
2020-09-28thread_win32.c: native_mutex_trylock is not used right nowNobuyoshi Nakada
2020-09-28* 2020-09-28 [ci skip]git
2020-09-27Revert the first diff of "Use Tempfile.create instead of Tempfile.open in tes...Benoit Daloze
2020-09-27Remove outdated comment [ci skip]Kazuhiro NISHIYAMA
2020-09-27fix typo [ci skip]Koichi Sasada
2020-09-27ext/socket/ipsocket.c: prevent "warning: unused variable 'resolv_timeout'"Yusuke Endoh
2020-09-27Fix a typo [ci skip]Kazuhiro NISHIYAMA
2020-09-27Add links to the tickets [ci skip]Kazuhiro NISHIYAMA
2020-09-27* 2020-09-27 [ci skip]git
2020-09-26Fix `ENV.except`'s docsbogdanvlviv
2020-09-26Use Tempfile.create instead of Tempfile.open in test_io.rbBenoit Daloze
2020-09-26update-depsNARUSE, Yui
2020-09-26fix typo [Bug #17194]NARUSE, Yui
2020-09-25Fibers should update themselves on compactionAaron Patterson
2020-09-25Enhanced RDoc for String#succ (#3590)Burdette Lamar
2020-09-25Return nil when argument to ObjectSpace.internal_class_of is T_IMEMOAlan Wu
2020-09-26ext/readline/depend: update-deps --fixKenta Murata
2020-09-26RBIMPL_ALIGNAS: reorder #ifdef blocks卜部昌平
2020-09-26* 2020-09-26 [ci skip]git
2020-09-26test/net/smtp/test_smtp.rb: Stop io leaksYusuke Endoh
2020-09-25memory_view.c: prevent "warning: instance variable __memory_view__ not initia...Kenta Murata
2020-09-25test/ruby/test_enumerator.rb: check the deprecation warningYusuke Endoh
2020-09-25test/ruby/test_memory_view.rb: prevent "assigned but unused variable - members"Yusuke Endoh
2020-09-25test/ruby/test_enumerator.rb: remove capture_io that is no longer neededYusuke Endoh
2020-09-25t/json/json_common_interface_test.rb: fix wrong indentationYusuke Endoh
2020-09-25freeze all Range objects.v3_0_0_preview1Koichi Sasada
2020-09-25[ruby/readline-ext] Remove unnecessary header files from dependaycabta
2020-09-25memory_view.h: brush up the description in the commentKenta Murata
2020-09-25NEWS.md: Add memory view entryKenta Murata
2020-09-25prohibi method call by defined_method in other racotrsKoichi Sasada
2020-09-25Buffer protocol proposal (#3261)Kenta Murata
2020-09-25Extract assert assertion to assert_include and assert_not_include.Hiroshi SHIBATA
2020-09-25Update dependenciesKazuhiro NISHIYAMA
2020-09-25Add check_dependencies workflowKazuhiro NISHIYAMA
2020-09-25assert_true is not provided by test-unitHiroshi SHIBATA
2020-09-25Fix pure parser with unclosed arrays / objects [Fix #314]Marc-Andre Lafortune