aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 2021-06-17 [ci skip]git2021-06-171-1/+1
* * expand tabs. [ci skip]git2021-06-171-11/+11
* Enable frozen_string_literal in builtin_iseq_loadJohn Hawthorn2021-06-161-1/+14
* [ruby/net-protocol] Get rid of `__send__`Nobuyoshi Nakada2021-06-161-6/+5
* Fixed comments in cmd.exe script [ci skip]Nobuyoshi Nakada2021-06-161-2/+2
* Removed redundant NUM2IOCTLREQ definition [Bug #17759]Nobuyoshi Nakada2021-06-161-1/+0
* Configure ioctl request argument type [Bug #17759]Nobuyoshi Nakada2021-06-162-2/+32
* * 2021-06-16 [ci skip]git2021-06-161-1/+1
* Make ext directory before extinit.c when out-of-place buildNobuyoshi Nakada2021-06-161-0/+1
* Time#getlocal tests for [Feature #17544]Nobuyoshi Nakada2021-06-151-0/+10
* Convert initial contents before allocating queue bufferNobuyoshi Nakada2021-06-151-2/+4
* [ruby/ostruct] v0.4.0Marc-Andre Lafortune2021-06-151-1/+1
* [Bug #17880] Set leaf false on opt_setinlinecache (#4565)Eileen M. Uchitelle2021-06-142-0/+47
* [lib/ostruct] Fix YAML testMarc-Andre Lafortune2021-06-141-3/+3
* [lib/ostruct] Allow overriding of `block_given?`Marc-Andre Lafortune2021-06-142-3/+7
* * 2021-06-15 [ci skip]git2021-06-151-1/+1
* Suppress exception report in inner threadNobuyoshi Nakada2021-06-151-1/+3
* Close leaked file descriptorsNobuyoshi Nakada2021-06-152-0/+5
* [ruby/ostruct] bump upNobuyoshi Nakada2021-06-141-3/+3
* Suppress gcc11 clobbered warningNobuyoshi Nakada2021-06-141-1/+5
* Add fallback block to `OpenStruct#delete_field` (#1409)jfrazx2021-06-142-3/+20
* prefer cc/gcc over clang on solaris卜部昌平2021-06-141-1/+8
* Fixed method names in exception messagesNobuyoshi Nakada2021-06-141-4/+4
* Fix fiber scheduler address resolve solaris testsBruno Sutic2021-06-141-5/+2
* Revert "Suppress gcc11 clobbered warning"Samuel Williams2021-06-141-3/+1
* Wake up join list within thread EC context. (#4471)Samuel Williams2021-06-146-81/+167
* Removed no longer used variablesNobuyoshi Nakada2021-06-141-1/+0
* Pack values to preserveNobuyoshi Nakada2021-06-141-6/+8
* Suppress gcc11 clobbered warningNobuyoshi Nakada2021-06-141-1/+3
* Add scheduler hook `Addrinfo.getaddrinfo`. (#4375)Samuel Williams2021-06-149-278/+626
* time.c: Check if defined(RUBY_MSVCRT_VERSION) to build on SolarisYusuke Endoh2021-06-141-1/+1
* * 2021-06-14 [ci skip]git2021-06-141-1/+1
* parse.y: Fix the location of a target constant of OP_CDECLYusuke Endoh2021-06-141-1/+2
* Suppress array-parameter warnings by gcc 11Nobuyoshi Nakada2021-06-131-6/+6
* Added parentheses to silence sizeof-array-div warningsNobuyoshi Nakada2021-06-131-1/+1
* Removed duplicate includeNobuyoshi Nakada2021-06-131-1/+1
* Check if alternative malloc header can work in C++Nobuyoshi Nakada2021-06-131-0/+4
* * 2021-06-13 [ci skip]git2021-06-131-1/+1
* Refactor rb_block_call functionS.H2021-06-131-8/+3
* * 2021-06-12 [ci skip]git2021-06-121-1/+1
* cont.c: Replace "iff" with "if and only if"nagachika2021-06-121-1/+1
* * 2021-06-11 [ci skip]git2021-06-111-1/+1
* Crash more nicely when the VM isn't fully set upAaron Patterson2021-06-101-30/+32
* Finish GC before calling gc_set_initial_pagesPeter Zhu2021-06-101-0/+2
* Add missing dependenciesTakashi Kokubun2021-06-101-1/+2
* Cast jit_func for WindowsTakashi Kokubun2021-06-101-1/+1
* Avoid enqueueing the same ISeq twiceTakashi Kokubun2021-06-104-12/+23
* Freeze command line scriptNobuyoshi Nakada2021-06-101-0/+1
* Refactor gc_marks_start_heap to only configure heapPeter Zhu2021-06-091-10/+13
* * 2021-06-10 [ci skip]git2021-06-101-1/+1