aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Enhanced RDoc for String#insert (#3643)Burdette Lamar2020-10-081-13/+13
* Expose assert, assert_respond_to and assert_not_respond_to for default gems.Hiroshi SHIBATA2020-10-082-72/+72
* Promote prettyprint to default gemsHiroshi SHIBATA2020-10-084-3/+27
* Promote pp to default gemsHiroshi SHIBATA2020-10-084-3/+27
* * 2020-10-08 [ci skip]git2020-10-081-1/+1
* Add missing WB for iseqAaron Patterson2020-10-071-0/+1
* Revert "Don't export rb_callable_receiver"Nobuyoshi Nakada2020-10-071-2/+0
* Prevent objects from moving while iterating the heapAaron Patterson2020-10-061-6/+8
* Don't export rb_callable_receiverChris Seaton2020-10-061-0/+2
* Use proc_binding rather than rb_funcallChris Seaton2020-10-061-1/+2
* Make `marshal_load` publicAaron Patterson2020-10-061-0/+1
* [lib/ostruct] Fix Marshal loadingMarc-Andre Lafortune2020-10-062-4/+7
* * 2020-10-07 [ci skip]git2020-10-071-1/+1
* No longer need libtoolNobuyoshi Nakada2020-10-061-7/+0
* Appended a newline to suppress newline-eof warningNobuyoshi Nakada2020-10-061-1/+1
* include/ruby/memory_view.h: annotate functions卜部昌平2020-10-061-0/+5
* rb_memory_view_is_contiguous: convert into an inline function卜部昌平2020-10-061-4/+14
* STRUCT_ALIGNOF: use RUBY_ALIGNOF卜部昌平2020-10-062-4/+2
* memory_view.h: use bool卜部昌平2020-10-062-15/+15
* RB_RANDOM_DATA_INIT_PARENT: convert into an inline function卜部昌平2020-10-061-3/+12
* rb_rand_if: convert into an inline function卜部昌平2020-10-061-3/+12
* include/ruby/random.h: eliminate extern "C"卜部昌平2020-10-061-17/+2
* Use $GITHUB_ENV instead of set-envKazuhiro NISHIYAMA2020-10-065-6/+6
* Remove unused commit_infoKazuhiro NISHIYAMA2020-10-067-31/+0
* Moved rb_callable_receiver internalNobuyoshi Nakada2020-10-063-4/+7
* Add missing fileutils requireDavid Rodríguez2020-10-061-1/+4
* * 2020-10-06 [ci skip]git2020-10-061-1/+1
* [ruby/tempfile] Improve the documentation for Tempfile.create and recommend T...Benoit Daloze2020-10-051-15/+34
* Fix traditional Ring example in Actor-modelSvyatoslav Kryukov2020-10-051-1/+1
* Remove system method for E2E testing because depends on ruby commandaycabta2020-10-051-54/+75
* Put an empty line before the original URLNobuyoshi Nakada2020-10-051-1/+1
* * 2020-10-05 [ci skip]git2020-10-051-1/+1
* Show stdout and stderr when history tests failaycabta2020-10-051-32/+31
* * 2020-10-04 [ci skip]git2020-10-041-1/+1
* Adjusted default gems pathsNobuyoshi Nakada2020-10-041-7/+7
* add NULL check.Koichi Sasada2020-10-031-1/+3
* Update example to handle keywords passed to Warning.warnBenoit Daloze2020-10-031-2/+2
* Added the room for builtin inline prefixNobuyoshi Nakada2020-10-031-2/+3
* Check builtin inline function index overflowNobuyoshi Nakada2020-10-031-2/+5
* mark regex internal to string scannerAaron Patterson2020-10-021-1/+3
* Fix assert_ruby_status usage in 174ae0f5775cc7af7d197963a8f87b7d1972c268Kazuhiro NISHIYAMA2020-10-031-1/+1
* Improve docs of the Warning moduleBenoit Daloze2020-10-021-5/+26
* Remove known use-after-poison bugNobuyoshi Nakada2020-10-032-82/+4
* * 2020-10-03 [ci skip]git2020-10-031-1/+1
* Fix ObjectSpace.dump(obj, output: :stdout)Kazuhiro NISHIYAMA2020-10-032-9/+20
* Hoisted out ensure_cmp which checks the comparison succeededNobuyoshi Nakada2020-10-021-9/+13
* Update marshal.rdocGwitr2020-10-021-1/+1
* Ensure that the comparison succeeded [Bug #17205]Nobuyoshi Nakada2020-10-022-1/+24
* Update the thread's self / wrapper addressAaron Patterson2020-10-011-0/+2
* Put same frozen Range literal if possibleKoichi Sasada2020-10-021-2/+2