aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* eagerly initialize ivar table when index is small enoughAaron Patterson2020-11-094-20/+50
* `fe80` should be case insensitive tooKazuhiro NISHIYAMA2020-11-092-2/+5
* Removed needless require for 'enumerator'Hiroshi SHIBATA2020-11-091-1/+0
* * 2020-11-09 [ci skip]git2020-11-091-1/+1
* Fix TestFiberMutex#test_condition_variable assertionBenoit Daloze2020-11-081-5/+3
* test/resolv/test_dns.rb: suppress "assigned but unused variable"Yusuke Endoh2020-11-081-1/+1
* Support s390 IPv6 link local addressesJeremy Evans2020-11-071-1/+1
* Urgent notification pipe has same lifetime as scheduler.Samuel Williams2020-11-081-11/+10
* Defer `kernel_sleep` to `block` to avoid exiting the event loop when duration...Samuel Williams2020-11-081-6/+1
* Tidy up book keeping for `thread->keeping_mutexes`.Samuel Williams2020-11-081-18/+35
* Don't try to resume blocked fiber on dead thread.Samuel Williams2020-11-081-5/+5
* `Fiber.new(blocking: false)` is now the default.Samuel Williams2020-11-081-1/+1
* Add support for IPv6 link local addresses to resolvJeremy Evans2020-11-072-1/+45
* * 2020-11-08 [ci skip]git2020-11-081-1/+1
* Remove sender/message_id pair after response received in resolvJeremy Evans2020-11-072-1/+114
* Fix indentationKazuki Tsujimoto2020-11-071-187/+187
* Fix and remove spec testing undefined behaviorKazuki Tsujimoto2020-11-071-34/+8
* Update dependenciesSamuel Williams2020-11-071-0/+24
* Rename to `Fiber#set_scheduler`.Samuel Williams2020-11-0717-133/+157
* * 2020-11-07 [ci skip]git2020-11-071-1/+1
* Add docs for some C extension GC APIsAlan Wu2020-11-061-4/+28
* Added dependency for net-protocolHiroshi SHIBATA2020-11-065-0/+10
* a part of T_DATA object can Ractor#sendKoichi Sasada2020-11-061-0/+26
* Update TypeProf to 0.4.2Yusuke Endoh2020-11-061-1/+1
* gc_rest can change the total pages, so we need to do that firstAaron Patterson2020-11-051-2/+2
* add asserts to find crashAaron Patterson2020-11-051-3/+3
* Refactor verification methodAaron Patterson2020-11-052-54/+38
* take VM lock when mutating the heapAaron Patterson2020-11-051-19/+27
* * 2020-11-06 [ci skip]git2020-11-061-1/+1
* Update RBS & TypeProf (#3732)Soutaro Matsumoto2020-11-061-2/+2
* Revert "Prefer #send over #__send__ when it is clear there is no possible con...NARUSE, Yui2020-11-055-8/+8
* Add description __send__ is saferNARUSE, Yui2020-11-051-2/+4
* Promote un.rb to the default gems. It's preparation for 3.0.0-preview2.Hiroshi SHIBATA2020-11-053-3/+26
* Prefer #send over #__send__ when it is clear there is no possible conflictBenoit Daloze2020-11-055-8/+8
* [ruby/ostruct] Update versionMarc-Andre Lafortune2020-11-041-1/+1
* [ruby/ostruct] Restore `ostruct` docMarc-Andre Lafortune2020-11-041-3/+3
* Revert "Make `marshal_load` public"Marc-Andre Lafortune2020-11-042-2/+1
* * 2020-11-05 [ci skip]git2020-11-051-1/+1
* Simplify setting instance variablesAaron Patterson2020-11-041-24/+15
* ensure T_OBJECT objects have internals initializedAaron Patterson2020-11-041-1/+5
* Suppress a warningKazuhiro NISHIYAMA2020-11-041-2/+2
* Bundle TypeProf 0.4.0Yusuke Endoh2020-11-041-1/+1
* use httpsHiroshi SHIBATA2020-11-041-1/+1
* .travis.yml: delete x86_64卜部昌平2020-11-041-1/+0
* .travis.yml: delete sanitizer tests卜部昌平2020-11-041-44/+0
* .github/workflows/baseruby.yml: add卜部昌平2020-11-042-8/+47
* Update NEWS for Array methods changeJeremy Evans2020-11-031-0/+19
* Make Array methods return Array instances instead of subclass instancesJeremy Evans2020-11-036-95/+171
* * 2020-11-04 [ci skip]git2020-11-041-1/+1
* Rightward assignment is replaced by one-line pattern matchingKazuki Tsujimoto2020-11-042-17/+0