aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Narrowed down unaligned member access region in RB_OBJ_WRITENobuyoshi Nakada2020-12-131-2/+2
* Reintroduce `expr in pat` [Feature #17371]Kazuki Tsujimoto2020-12-134-15/+56
* Don't emit warning when the pattern of one-line pattern matching is just a va...Kazuki Tsujimoto2020-12-134-10/+19
* Allow dumping a core file on ActionsTakashi Kokubun2020-12-121-0/+1
* Dump a backtrace with gdbTakashi Kokubun2020-12-122-0/+2
* * 2020-12-13 [ci skip]git2020-12-131-1/+1
* Fixed RUBY_RM_RECURSIVE when autoconf met the required versionNobuyoshi Nakada2020-12-131-2/+2
* spec: suppress deprecations of "lambda(&proc_block)" patternYusuke Endoh2020-12-123-11/+21
* test/ruby/test_lambda.rb: prevent lambda(&proc_block) warningsYusuke Endoh2020-12-121-0/+6
* tool/mk_builtin_loader.rb: prevent "assigned but unused variable"Yusuke Endoh2020-12-121-2/+2
* Removed obsolete autoconf checksNobuyoshi Nakada2020-12-123-5/+3
* Signal handler type should be voidNobuyoshi Nakada2020-12-125-12/+9
* 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