summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-30[ruby/irb] Prevent the completion from crashing if rdoc is missingAleksandar Ivanov
2021-03-29Add more tests for defined? with method callsJeremy Evans
2021-03-29Make defined? cache the results of method callsJeremy Evans
2021-03-29[ruby/optparse] bump up to 0.1.1Nobuyoshi Nakada
2021-03-29[ruby/optparse] Fixed error message of unparsed non-optionNobuyoshi Nakada
2021-03-29[ruby/optparse] Completion scripts themselves are not executableNobuyoshi Nakada
2021-03-29[ruby/optparse] Exclude unnecessary files from the packageNobuyoshi Nakada
2021-03-29[ruby/optparse] Change *opts to *params, to avoid confusionBurdetteLamar
2021-03-29[ruby/optparse] Add OptionParser#require_exact accessorJeremy Evans
2021-03-29[ruby/optparse] Use ZDOTDIR env var to locate .zshrcMartin Rey
2021-03-29sync_default_gems.rb: ignore COPYING file [ci skip]Nobuyoshi Nakada
2021-03-29sync_default_gems.rb: IO#puts prints a newline between each argument [ci skip]Nobuyoshi Nakada
2021-03-29[DOC] Improve an example of Array#count comparison [ci skip]Nobuyoshi Nakada
2021-03-29fiber context update for Mac OS.David CARLIER
2021-03-29[ruby/irb] Always add input method when calling Irb.new in testsaycabta
2021-03-29* 2021-03-29 [ci skip]git
2021-03-28[Doc] Fix Array#count comparing strategyKenichi Kamiya
2021-03-28[ruby/io-console] bump up to 0.5.9Nobuyoshi Nakada
2021-03-28sync_default_gems.rb: remove un-committed files [ci skip]Nobuyoshi Nakada
2021-03-28sync_default_gems.rb: search the last merge more strictly [ci skip]Nobuyoshi Nakada
2021-03-28sync_default_gems.rb: escape filter command [ci skip]Nobuyoshi Nakada
2021-03-28sync_default_gems.rb: message when no commits [ci skip]Nobuyoshi Nakada
2021-03-28Force recycle intermediate collection in Hash#transform_keys! [Bug #17735]Kenichi Kamiya
2021-03-28[ruby/pathname] Fix segfault of Pathname#splitKenichi Kamiya
2021-03-28[ruby/pathname] Support Ruby 3.0Hiroshi SHIBATA
2021-03-28sync_default_gems.rb: preserve Co-Authored-By:Nobuyoshi Nakada
2021-03-28Hide an intermediate arrayNobuyoshi Nakada
2021-03-28Clear an intermediate hash [Bug #17735]Nobuyoshi Nakada
2021-03-28Keep non evaluated keys in `Hash#transform_keys!` [Bug #17735]Kenichi Kamiya
2021-03-28Remove unneeded rb_ident_hash_new function declarationS-H-GAMELINKS
2021-03-28* 2021-03-28 [ci skip]git
2021-03-28Fix segmentation fault when `Module#name` returns non string value [Bug #17754]Kenichi Kamiya
2021-03-27Update to ruby/spec@fd6edddBenoit Daloze
2021-03-27Update to ruby/mspec@d1adf59Benoit Daloze
2021-03-27[Doc] Update regex engine to Onigumo in doc/extension.* [ci skip]Kenichi Kamiya
2021-03-27Add rb_exc_exception functionS.H
2021-03-27Fix Enumerable#tally with some arguments pattern [Feature #17744]Kenichi Kamiya
2021-03-27* 2021-03-27 [ci skip]git
2021-03-27No codesign in testsNobuyoshi Nakada
2021-03-26Enumerable#tally with the resulting hash [Feature #17744]Nobuyoshi Nakada
2021-03-26[ruby/erb] Version 2.2.3Takashi Kokubun
2021-03-26[ruby/erb] Clarify supported ruby versions in gemspecKenichi Kamiya
2021-03-26* 2021-03-26 [ci skip]git
2021-03-26Stop downloading Unicode files twiceNobuyoshi Nakada
2021-03-25[ruby/irb] Cache completion files to requireaycabta
2021-03-25Use XRUBY to expand path instead of platform dependentKazuhiro NISHIYAMA
2021-03-25Generate encoding header before enc.mkNobuyoshi Nakada
2021-03-25Keep unicode_normalize/tables.rb as-isNobuyoshi Nakada
2021-03-25Fix test-bundler-parallel errors when out-of-place buildKazuhiro NISHIYAMA
2021-03-24Change heap walking to be safe for object allocationPeter Zhu