summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-12Remove unused function declarationsS-H-GAMELINKS
2020-12-11Lock GC while searching the best iseqTakashi Kokubun
2020-12-12[DOC] Process::Status.wait return nil if no child processes [ci skip]Nobuyoshi Nakada
2020-12-12trap on non-main ractorKoichi Sasada
2020-12-12fix lambda's warning and testsKoichi Sasada
2020-12-12fix ivar with shareable objects issueKoichi Sasada
2020-12-12Let Fiber#raise work with transferring fibersnicholas a. evans
2020-12-12* 2020-12-12 [ci skip]git
2020-12-12Remove unused link [ci skip]Kazuhiro NISHIYAMA
2020-12-11Strip trailing spaces [ci skip]Nobuyoshi Nakada
2020-12-11[ruby/reline] Fix breaking to input Emoji with ZWJ.ima1zumi
2020-12-11RDoc states that Process::Status.wait returns nil if cannot waitNobuyoshi Nakada
2020-12-11[DOC] Fixed the RDoc location of Process::Status.wait [ci skip]Nobuyoshi Nakada
2020-12-10Allow an MJIT worker to show a backtrace on SEGVTakashi Kokubun
2020-12-10Save a core file from bootstraptestTakashi Kokubun
2020-12-11Removed needless gemspec of webrickHiroshi SHIBATA
2020-12-11Bump webrick-1.7.0 for version management with ruby/webrick.Hiroshi SHIBATA
2020-12-11[DOC] Moved RDoc of abort [ci skip]Nobuyoshi Nakada
2020-12-11addr2line.c: support debuglink by build_idYusuke Endoh
2020-12-11Link zlib always if availableYusuke Endoh
2020-12-11Exclude parenthesized function declarations such as NORETURNNobuyoshi Nakada
2020-12-11show deprecation warning correctly for lambda(&b)Koichi Sasada
2020-12-11add RUNOPT and RUNOPT0 for dev rules.Koichi Sasada
2020-12-11Remove unimplemented parameter from commentMasaki Matsushita
2020-12-11revert da3bca513f437b05b3953c3712ff48621fc5e008Koichi Sasada
2020-12-11Import fiddle-1.0.4 (#3860)Kenta Murata
2020-12-10Unfortunately getinstancevariable was still not leafTakashi Kokubun
2020-12-10Reintroduce the fix againTakashi Kokubun
2020-12-10Fix the path properlyTakashi Kokubun
2020-12-10Try fixing the -I positionTakashi Kokubun
2020-12-10Make ruby -We the same as ruby -W -eJeremy Evans
2020-12-10Make getinstancevariable a leaf instructionJeremy Evans
2020-12-10Remove the uninitialized instance variable verbose mode warningJeremy Evans
2020-12-10Actions mingw - add tool/test for WEBrick in spec tests (#3882)MSP-Greg
2020-12-11Show C backtrace appropriately at core dump for GCC 8 or laterYusuke Endoh
2020-12-11* 2020-12-11 [ci skip]git
2020-12-11Suppress a "clobbered" warning by gcc on macOSNobuyoshi Nakada
2020-12-10Fix a link [ci skip]Kazuhiro NISHIYAMA
2020-12-10include/ruby/memory_view.h: fix the return type of rb_memory_view_prepare_ite...Kenta Murata
2020-12-10include/ruby/memory_view.h: fix typoKenta Murata
2020-12-10Use `abort(message)` instead of `puts` and `exit`Kazuhiro NISHIYAMA
2020-12-10Add connect_timeout to TCPSocketMasaki Matsushita
2020-12-10Fixed the test failures called WEBrick.new directlyHiroshi SHIBATA
2020-12-10ObjectSpace._id2ref should not support unshareableKoichi Sasada
2020-12-10remove bz2NARUSE, Yui
2020-12-10Unpoison freelist to chainNobuyoshi Nakada
2020-12-10Right size literal regular expression buffers on compileLourens Naudé
2020-12-10Added help message for gem i webrick in rdocHiroshi SHIBATA
2020-12-10Added help message for gem i webrick in gem server commandHiroshi SHIBATA
2020-12-10Completely removed webrickHiroshi SHIBATA