aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* ext/socket/rubysocket.h: avoid the conflict of T_DATA definition in AIXRei Odaira2020-11-011-1/+1
* use one-line pattern matching for warning testsKoichi Sasada2020-11-013-7/+5
* * 2020-11-01 [ci skip]git2020-11-011-2/+2
* Pattern matching is no longer experimentalKazuki Tsujimoto2020-11-014-64/+46
* Revert "Use adjusted sp on `iseq_set_sequence()`" and "Delay `remove_unreacha...wanabe2020-10-311-43/+18
* [DOC] standard_library.rdoc: tweaked to make style consistentNobuyoshi Nakada2020-10-311-1/+1
* Removed unused variableNobuyoshi Nakada2020-10-311-1/+0
* Use adjusted sp on `iseq_set_sequence()`wanabe2020-10-311-10/+8
* Delay `remove_unreachable_chunk()` after `iseq_set_sequence()`wanabe2020-10-311-8/+36
* Add warning for str_new_static functionsAlan Wu2020-10-301-3/+8
* Move variable closer to usageAlan Wu2020-10-301-1/+1
* Tweak return of `Ractor#close`, add docMarc-Andre Lafortune2020-10-301-0/+5
* * 2020-10-31 [ci skip]git2020-10-311-1/+1
* Ractor's "will" doesn't need copying.Koichi Sasada2020-10-312-35/+67
* Promote debug.rb to default gems.Hiroshi SHIBATA2020-10-303-3/+25
* add a test of define_method with shareable Proc.Koichi Sasada2020-10-301-0/+11
* sync vm->waiting_fds correctly.Koichi Sasada2020-10-301-1/+7
* Promote win32ole to default gems.Hiroshi SHIBATA2020-10-303-3/+24
* Fix a typo [ci skip]Kazuhiro NISHIYAMA2020-10-301-1/+1
* strip trailing spaces [ci skip]Nobuyoshi Nakada2020-10-302-2/+2
* Ractor.make_shareable(a_proc)Koichi Sasada2020-10-305-21/+157
* * 2020-10-30 [ci skip]git2020-10-301-1/+1
* Make ENV.replace handle multiple environ entries with the same keyJeremy Evans2020-10-291-1/+4