summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-08Promote pp to default gemsHiroshi SHIBATA
2020-10-08* 2020-10-08 [ci skip]git
2020-10-07Add missing WB for iseqAaron Patterson
2020-10-07Revert "Don't export rb_callable_receiver"Nobuyoshi Nakada
2020-10-06Prevent objects from moving while iterating the heapAaron Patterson
2020-10-06Don't export rb_callable_receiverChris Seaton
2020-10-06Use proc_binding rather than rb_funcallChris Seaton
2020-10-06Make `marshal_load` publicAaron Patterson
2020-10-06[lib/ostruct] Fix Marshal loadingMarc-Andre Lafortune
2020-10-07* 2020-10-07 [ci skip]git
2020-10-06No longer need libtoolNobuyoshi Nakada
2020-10-06Appended a newline to suppress newline-eof warningNobuyoshi Nakada
2020-10-06include/ruby/memory_view.h: annotate functions卜部昌平
2020-10-06rb_memory_view_is_contiguous: convert into an inline function卜部昌平
2020-10-06STRUCT_ALIGNOF: use RUBY_ALIGNOF卜部昌平
2020-10-06memory_view.h: use bool卜部昌平
2020-10-06RB_RANDOM_DATA_INIT_PARENT: convert into an inline function卜部昌平
2020-10-06rb_rand_if: convert into an inline function卜部昌平
2020-10-06include/ruby/random.h: eliminate extern "C"卜部昌平
2020-10-06Use $GITHUB_ENV instead of set-envKazuhiro NISHIYAMA
2020-10-06Remove unused commit_infoKazuhiro NISHIYAMA
2020-10-06Moved rb_callable_receiver internalNobuyoshi Nakada
2020-10-06Add missing fileutils requireDavid Rodríguez
2020-10-06* 2020-10-06 [ci skip]git
2020-10-05[ruby/tempfile] Improve the documentation for Tempfile.create and recommend T...Benoit Daloze
2020-10-05Fix traditional Ring example in Actor-modelSvyatoslav Kryukov
2020-10-05Remove system method for E2E testing because depends on ruby commandaycabta
2020-10-05Put an empty line before the original URLNobuyoshi Nakada
2020-10-05* 2020-10-05 [ci skip]git
2020-10-05Show stdout and stderr when history tests failaycabta
2020-10-04* 2020-10-04 [ci skip]git
2020-10-04Adjusted default gems pathsNobuyoshi Nakada
2020-10-03add NULL check.Koichi Sasada
2020-10-03Update example to handle keywords passed to Warning.warnBenoit Daloze
2020-10-03Added the room for builtin inline prefixNobuyoshi Nakada
2020-10-03Check builtin inline function index overflowNobuyoshi Nakada
2020-10-02mark regex internal to string scannerAaron Patterson
2020-10-03Fix assert_ruby_status usage in 174ae0f5775cc7af7d197963a8f87b7d1972c268Kazuhiro NISHIYAMA
2020-10-02Improve docs of the Warning moduleBenoit Daloze
2020-10-03Remove known use-after-poison bugNobuyoshi Nakada
2020-10-03* 2020-10-03 [ci skip]git
2020-10-03Fix ObjectSpace.dump(obj, output: :stdout)Kazuhiro NISHIYAMA
2020-10-02Hoisted out ensure_cmp which checks the comparison succeededNobuyoshi Nakada
2020-10-02Update marshal.rdocGwitr
2020-10-02Ensure that the comparison succeeded [Bug #17205]Nobuyoshi Nakada
2020-10-01Update the thread's self / wrapper addressAaron Patterson
2020-10-02Put same frozen Range literal if possibleKoichi Sasada
2020-10-02Removed meaningless system dependent testsNobuyoshi Nakada
2020-10-02memory_view.c: Use ssize_t for ndim in memory_view (#3615)Kenta Murata
2020-10-01Make minor improvements to supereileencodes