summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-09* 2022-04-09 [ci skip]git
2022-04-08Fix some RDoc links (#5778)Burdette Lamar
2022-04-08call `const_added` after `autoload`Koichi Sasada
2022-04-08sync `vm->constant_cache`Koichi Sasada
2022-04-07All-in-one RDoc for class String (#5777)Burdette Lamar
2022-04-08* 2022-04-08 [ci skip]git
2022-04-07Fix strict aliasing issueAlan Wu
2022-04-07[ruby/psych] Update autoconf files bundled with yaml-2.5Nobuyoshi Nakada
2022-04-07Get rid of type-punning pointer castsNobuyoshi Nakada
2022-04-07Get rid of type aliasingNobuyoshi Nakada
2022-04-07Suppress an unused functionNobuyoshi Nakada
2022-04-07Fix a typo [ci skip]Kazuhiro NISHIYAMA
2022-04-07Retrieve previously configured macros also other than `extensions`Nobuyoshi Nakada
2022-04-07Update `heap_pages_deferred_final` atomicallyNobuyoshi Nakada
2022-04-06Raise RuntimeError if Kernel#binding is called from a non-Ruby frameJeremy Evans
2022-04-07[DOC] Fix comment linksS-H-GAMELINKS
2022-04-07Install built gem extension binariesNobuyoshi Nakada
2022-04-07Obey spec file locations to rubygemsNobuyoshi Nakada
2022-04-07Move the target directory of bundled gems like as rubygemsNobuyoshi Nakada
2022-04-07Retrieve configured gems infoNobuyoshi Nakada
2022-04-07Bundled gems are expanded under `.bundle/gems` nowNobuyoshi Nakada
2022-04-07[DOC] Fix linux kernel commit linksS-H-GAMELINKS
2022-04-06Copyedit parallel test harness crash messageAlan Wu
2022-04-07[rubygems/rubygems] Set `@tempdir` as early as possibleDavid Rodríguez
2022-04-06Copyedit parallel test harness crash messageAlan Wu
2022-04-07* 2022-04-07 [ci skip]git
2022-04-06[DOC] Enhanced RDoc for string slices (#5769)Burdette Lamar
2022-04-06Update bundled gems list at 8197ae35f90aa1c260b5782c08827d [ci skip]git
2022-04-06Bundle RBS 2.3.2 (#5762)Soutaro Matsumoto
2022-04-06Fix a typo [ci skip]Kazuhiro NISHIYAMA
2022-04-06[rubygems/rubygems] Use `ask_yes_no`Ashley Ellis Pierce
2022-04-06[rubygems/rubygems] Extract default_host methodAshley Ellis Pierce
2022-04-06[rubygems/rubygems] Use YAMLAshley Ellis Pierce
2022-04-06[rubygems/rubygems] Accomodate gem hosts without profile/me endpointAshley Ellis Pierce
2022-04-06[rubygems/rubygems] Update endpointAshley Ellis Pierce
2022-04-06[rubygems/rubygems] Remove whitespaceAshley Ellis Pierce
2022-04-06[rubygems/rubygems] Make changes <2.6 compatibleAshley Ellis Pierce
2022-04-06[rubygems/rubygems] Fix lintAshley Ellis Pierce
2022-04-06[rubygems/rubygems] Make mfa the defaultAshley Ellis Pierce
2022-04-06[rubygems/rubygems] Correct mfa level nameAshley Ellis Pierce
2022-04-06[rubygems/rubygems] Enable mfa on specific keys during gem signinAshley Ellis Pierce
2022-04-05RubyVM.stat constant cache metrics (#5766)Kevin Newton
2022-04-06* 2022-04-06 [ci skip]git
2022-04-05Document MakeMakefile#append_cflagsAlan Wu
2022-04-05Fix using anonymous block in method accepting explicit keywordsJeremy Evans
2022-04-05Load fake.rb at `BTESTRUBY`Nobuyoshi Nakada
2022-04-05Try to fix NoMethodError on slow environmentsKazuhiro NISHIYAMA
2022-04-05Give some tips on how to find the missing ruby2_keywordsBenoit Daloze
2022-04-05Add NEWS entry for Bug #18625 to help adding ruby2_keywords in the missing pl...Benoit Daloze
2022-04-05Use latest RSpec to get rspec-mocks ruby2_keywords fixBenoit Daloze