summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-10-02* 2020-10-02 [ci skip]git
2020-10-01Fix a use-after-free bug reported by ASANAaron Patterson
2020-10-01Don't use `th->scheduler` directly because it's not always valid to do so.Samuel Williams
2020-10-01Refined assertions for better failure messagesNobuyoshi Nakada
2020-10-01strip trailing spaces [ci skip]Nobuyoshi Nakada
2020-10-01Added a fallback returnNobuyoshi Nakada
2020-10-01rb_thread_scheduler is no longer usedNobuyoshi Nakada
2020-10-01break around function definition [ci skip]Nobuyoshi Nakada
2020-10-01spec/ruby/core/process/spawn_spec.rb: skip a test on AndroidYusuke Endoh
2020-10-01Add links to the tickets [ci skip]Kazuhiro NISHIYAMA
2020-10-01Rework `rb_ec_scheduler_finalize` to ensure exceptions are printed.Samuel Williams