summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-20Only marked objects should be considered movableAaron Patterson
2020-05-21* 2020-05-21 [ci skip]git
2020-05-20Use a pinning list for keeping objects alive during assembly.Aaron Patterson
2020-05-20add static modifer for rb_hash_fetch_values funcS-H-GAMELINKS
2020-05-20pure_parser.rb: get rid of an error at localed messagesNobuyoshi Nakada
2020-05-20Use __bultin_assume() from clang-7Koichi Sasada
2020-05-20* 2020-05-20 [ci skip]git
2020-05-19Include wchar.h before wrapping memchrNobuyoshi Nakada
2020-05-19Ignore exceptions when closing data connections [Bug #16780]Shugo Maeda
2020-05-19add static modifier to rb_ary_aref2 funcS-H-GAMELINKS
2020-05-19Make builtin loader sources by RipperNobuyoshi Nakada
2020-05-18Allow references stored in the VM stack to moveAaron Patterson
2020-05-19* 2020-05-19 [ci skip]git
2020-05-19Skip some tests if extracted from tarball (again)Kazuhiro NISHIYAMA
2020-05-18Skip some tests if extracted from tarball (again)Kazuhiro NISHIYAMA
2020-05-18Fixed RDoc formatting [ci skip]Nobuyoshi Nakada
2020-05-18Fix a typo [ci skip]Kazuhiro NISHIYAMA
2020-05-17Simplify maybe_special_const_class_pTakashi Kokubun
2020-05-17Reduce code size for rb_class_ofTakashi Kokubun
2020-05-18Document how to enable USDT method entry/exit tracepointsAvdi Grimm
2020-05-17Mark some JIT-ed functions as COLDFUNCTakashi Kokubun
2020-05-18Prefer dedicated enum over intNobuyoshi Nakada
2020-05-18* 2020-05-18 [ci skip]git
2020-05-18built-in method call must not have a receiverNobuyoshi Nakada
2020-05-17Fix typos [ci skip]Kazuhiro NISHIYAMA
2020-05-17[ruby/reline] Add a test of autowrap for yamatanoorotiaycabta
2020-05-17[ruby/reline] Remove unnecessary TODO commnetaycabta
2020-05-17[ruby/reline] If history-size isn't numeric, it should be 500aycabta
2020-05-17[ruby/irb] Version 1.2.4aycabta
2020-05-17Removed useless implementation testsNobuyoshi Nakada
2020-05-17Removed PRNG implementation details from the testNobuyoshi Nakada
2020-05-17* 2020-05-17 [ci skip]git
2020-05-17Added --test-order=nosort optionNobuyoshi Nakada
2020-05-16Defer initializationNobuyoshi Nakada
2020-05-16Fallback to built-in UTF-8 for minirubyNobuyoshi Nakada
2020-05-16leakchecker.rb: show test nameNobuyoshi Nakada
2020-05-15[ci skip] Enhanced rdoc for String.new (#3067)Burdette Lamar
2020-05-15[ci skip] Rdoc enhancements for Array (#3063)Burdette Lamar
2020-05-16* 2020-05-16 [ci skip]git
2020-05-15 [CI skip] Enhance rdoc intro for Hash (#3056)Burdette Lamar
2020-05-15Fix a typo [ci skip]Kazuhiro NISHIYAMA
2020-05-15Fixed argument forwarding in reserved word method [Bug #16854]Nobuyoshi Nakada
2020-05-15fix for multi-run test.Koichi Sasada
2020-05-15Move `test/scheduler` -> `test/fiber` [Bug #16892][ruby-core:98366].Samuel Williams
2020-05-15Merge pull request #3047 from mame/suppress-backtraceYusuke Endoh
2020-05-15* 2020-05-15 [ci skip]git
2020-05-15test/scheduler: suppress warningsYusuke Endoh
2020-05-14Endless method definition including `rescue` modifierNobuyoshi Nakada
2020-05-14Removed trailing spaces [ci skip]Nobuyoshi Nakada
2020-05-14Thread scheduler for light weight concurrency.Samuel Williams