aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* test/ruby/test_gc_compact.rb: suppress "assigned but unused variable"Yusuke Endoh2020-11-031-1/+0
* Add links to the tickets [ci skip]Kazuhiro NISHIYAMA2020-11-031-0/+4
* Fix typo in the auto compact announcement [ci-skip]Luciano Sousa2020-11-021-1/+1
* * 2020-11-03 [ci skip]git2020-11-031-1/+1
* Add `GC.auto_compact= true/false` and `GC.auto_compact`Aaron Patterson2020-11-029-373/+807
* ripper: Invalid pragma value warningNobuyoshi Nakada2020-11-022-1/+7
* Compare boolean values for parser pragma locale-insensitivelyNobuyoshi Nakada2020-11-021-2/+2
* strip trailing spaces [ci skip]Nobuyoshi Nakada2020-11-021-1/+1
* Copy for Ractor.send() without marshal.Koichi Sasada2020-11-022-33/+80
* * 2020-11-02 [ci skip]git2020-11-021-1/+1
* suppport Ractor.send(move: true) for more detaKoichi Sasada2020-11-023-136/+371
* Use the suppress_warning helper instead of doing it manuallyKazuki Tsujimoto2020-11-011-4/+1
* Suppress "One-line pattern matching is experimental" warningKazuki Tsujimoto2020-11-011-4/+9
* Fix Rubyspec (ruby-2.7) failuresKazuki Tsujimoto2020-11-013-11/+41
* Change NODE layout for pattern matchingKazuki Tsujimoto2020-11-013-7/+11