aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Omit checks for C89 standard or laterNobuyoshi Nakada2020-12-123-81/+9
* Add some JIT options to MJIT ActionsTakashi Kokubun2020-12-111-1/+1
* Added parentheses to silence sizeof-array-div warnings [Bug #17385]Nobuyoshi Nakada2020-12-121-1/+1
* Remove unused function declarationsS-H-GAMELINKS2020-12-121-4/+0
* Lock GC while searching the best iseqTakashi Kokubun2020-12-111-1/+11
* [DOC] Process::Status.wait return nil if no child processes [ci skip]Nobuyoshi Nakada2020-12-121-3/+3
* trap on non-main ractorKoichi Sasada2020-12-123-0/+28
* fix lambda's warning and testsKoichi Sasada2020-12-122-16/+28
* fix ivar with shareable objects issueKoichi Sasada2020-12-124-42/+105
* Let Fiber#raise work with transferring fibersnicholas a. evans2020-12-123-4/+58
* * 2020-12-12 [ci skip]git2020-12-121-1/+1
* Remove unused link [ci skip]Kazuhiro NISHIYAMA2020-12-121-1/+0
* Strip trailing spaces [ci skip]Nobuyoshi Nakada2020-12-112-2/+2
* [ruby/reline] Fix breaking to input Emoji with ZWJ.ima1zumi2020-12-112-0/+67
* RDoc states that Process::Status.wait returns nil if cannot waitNobuyoshi Nakada2020-12-112-25/+20
* [DOC] Fixed the RDoc location of Process::Status.wait [ci skip]Nobuyoshi Nakada2020-12-111-36/+37
* Allow an MJIT worker to show a backtrace on SEGVTakashi Kokubun2020-12-101-1/+2
* Save a core file from bootstraptestTakashi Kokubun2020-12-101-1/+12
* Removed needless gemspec of webrickHiroshi SHIBATA2020-12-111-76/+0
* Bump webrick-1.7.0 for version management with ruby/webrick.Hiroshi SHIBATA2020-12-111-1/+1
* [DOC] Moved RDoc of abort [ci skip]Nobuyoshi Nakada2020-12-111-11/+12
* addr2line.c: support debuglink by build_idYusuke Endoh2020-12-111-3/+59
* Link zlib always if availableYusuke Endoh2020-12-111-3/+1
* Exclude parenthesized function declarations such as NORETURNNobuyoshi Nakada2020-12-111-1/+1
* show deprecation warning correctly for lambda(&b)Koichi Sasada2020-12-112-3/+50
* add RUNOPT and RUNOPT0 for dev rules.Koichi Sasada2020-12-111-6/+6
* Remove unimplemented parameter from commentMasaki Matsushita2020-12-111-2/+1
* revert da3bca513f437b05b3953c3712ff48621fc5e008Koichi Sasada2020-12-112-60/+13
* Import fiddle-1.0.4 (#3860)Kenta Murata2020-12-1123-252/+1816
* Unfortunately getinstancevariable was still not leafTakashi Kokubun2020-12-101-0/+2
* Reintroduce the fix againTakashi Kokubun2020-12-101-1/+1
* Fix the path properlyTakashi Kokubun2020-12-101-1/+1
* Try fixing the -I positionTakashi Kokubun2020-12-101-1/+1
* Make ruby -We the same as ruby -W -eJeremy Evans2020-12-102-2/+4
* Make getinstancevariable a leaf instructionJeremy Evans2020-12-101-2/+0
* Remove the uninitialized instance variable verbose mode warningJeremy Evans2020-12-107-24/+12
* Actions mingw - add tool/test for WEBrick in spec tests (#3882)MSP-Greg2020-12-101-1/+1
* Show C backtrace appropriately at core dump for GCC 8 or laterYusuke Endoh2020-12-111-0/+1
* * 2020-12-11 [ci skip]git2020-12-111-1/+1
* Suppress a "clobbered" warning by gcc on macOSNobuyoshi Nakada2020-12-111-4/+4
* Fix a link [ci skip]Kazuhiro NISHIYAMA2020-12-101-0/+1
* include/ruby/memory_view.h: fix the return type of rb_memory_view_prepare_ite...Kenta Murata2020-12-101-1/+1
* include/ruby/memory_view.h: fix typoKenta Murata2020-12-101-1/+1
* Use `abort(message)` instead of `puts` and `exit`Kazuhiro NISHIYAMA2020-12-104-8/+4
* Add connect_timeout to TCPSocketMasaki Matsushita2020-12-1010-20/+48
* Fixed the test failures called WEBrick.new directlyHiroshi SHIBATA2020-12-101-5/+5
* ObjectSpace._id2ref should not support unshareableKoichi Sasada2020-12-102-1/+22
* remove bz2NARUSE, Yui2020-12-101-7/+1
* Unpoison freelist to chainNobuyoshi Nakada2020-12-101-0/+1
* Right size literal regular expression buffers on compileLourens Naudé2020-12-101-0/+20