summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-09vm_yield_setup_args: refactor use macro卜部昌平
2020-06-09vm_call_method: no call vm_cc_fill卜部昌平
2020-06-09vm_call_refined: no call vm_cc_fill卜部昌平
2020-06-09vm_call_zsuper: no call vm_cc_fill卜部昌平
2020-06-09vm_call_method_missing_body: on-stack call info卜部昌平
2020-06-09vm_call_symbol: on-stack call info卜部昌平
2020-06-09vm_call_alias: no call vm_cc_fill卜部昌平
2020-06-09rb_eql_opt: fully static call data卜部昌平
2020-06-09rb_vm_search_method_slowpath: skip vm_empty_cc卜部昌平
2020-06-09rb_equal_opt: fully static call data卜部昌平
2020-06-09vm_ci_markable: added卜部昌平
2020-06-09vm_search_method_fastpath: avoid rb_vm_empty_cc()卜部昌平
2020-06-09check_cfunc: add assertions卜部昌平
2020-06-08fix debugging outputAaron Patterson
2020-06-08Fix crashes in the peephole optimizer on OpenBSD/sparc64Jeremy Evans
2020-06-09* 2020-06-09 [ci skip]git
2020-06-09Avoid requiring "psych/versions"Yusuke Endoh
2020-06-08Fixed main dependencyNobuyoshi Nakada
2020-06-08Fixed test dependenciesNobuyoshi Nakada
2020-06-08Updated the benchmark-driver versionNobuyoshi Nakada
2020-06-08Defaulted benchmark output to markdown with comarisonNobuyoshi Nakada
2020-06-08* 2020-06-08 [ci skip]git
2020-06-07Enhanced Rdoc for Hash (#3187)Burdette Lamar
2020-06-07Differentiate `...` in lambda argumentsNobuyoshi Nakada
2020-06-07Fix `make benchmark` exampleRyuta Kamizono
2020-06-07docs: fix typoszTheory
2020-06-06Add leading arguments support to arguments forwardingJeremy Evans
2020-06-06Remove experimental feaures and related code completelyYuki Nishijima
2020-06-06Make test for no method error more reliableYuki Nishijima
2020-06-07* 2020-06-07 [ci skip]git
2020-06-06Fix build failuresYuki Nishijima
2020-06-06Sync did_you_meanYuki Nishijima
2020-06-06Hash marks in Makefile need to be escaped [Bug #16935]Nobuyoshi Nakada
2020-06-06* 2020-06-06 [ci skip]git
2020-06-06Run tests in more parallelNobuyoshi Nakada
2020-06-05Aligned test-bundler-parallel at the end of the test orderNobuyoshi Nakada
2020-06-05Try test-bundler-parallel in GitHub ActionsNobuyoshi Nakada
2020-06-05Fixup test-bundler-parallelNobuyoshi Nakada
2020-06-05Fixup 347127794e8041a1257b7241bbbdd9d0db2921a5Hiroshi SHIBATA
2020-06-05spec/bundler/support/parallel.rb is no longer used parallel_rspec.Hiroshi SHIBATA
2020-06-05[ruby/psych] Fixing compatibility with libyaml 0.2.5Aaron Patterson
2020-06-05[ruby/psych] Add LICENSE to the gemPo-Chuan Hsieh
2020-06-05[ruby/psych] Remove unnecessary version guard from versions.rbDavid Rodríguez
2020-06-05[ruby/psych] Fix ArgumentError with leading and trailing underscores in numbe...Mark Thorn
2020-06-05[ruby/psych] Fix gem installationDavid Rodríguez
2020-06-05[ruby/psych] Implement `freeze` option for Pysch.loadJean Boussier
2020-06-05[ruby/psych] Implement a freeze load optionJean Boussier
2020-06-05[ruby/psych] Refactor `symbolize_names`Jean Boussier
2020-06-05`local_address` may raise IOError in debug printKazuhiro NISHIYAMA
2020-06-05Add sockets to debug printKazuhiro NISHIYAMA