summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-02* 2020-11-02 [ci skip]git
2020-11-02suppport Ractor.send(move: true) for more detaKoichi Sasada
2020-11-01Use the suppress_warning helper instead of doing it manuallyKazuki Tsujimoto
2020-11-01Suppress "One-line pattern matching is experimental" warningKazuki Tsujimoto
2020-11-01Fix Rubyspec (ruby-2.7) failuresKazuki Tsujimoto
2020-11-01Change NODE layout for pattern matchingKazuki Tsujimoto
2020-11-01ext/socket/rubysocket.h: avoid the conflict of T_DATA definition in AIXRei Odaira
2020-11-01use one-line pattern matching for warning testsKoichi Sasada
2020-11-01* 2020-11-01 [ci skip]git
2020-11-01Pattern matching is no longer experimentalKazuki Tsujimoto
2020-10-31Revert "Use adjusted sp on `iseq_set_sequence()`" and "Delay `remove_unreacha...wanabe
2020-10-31[DOC] standard_library.rdoc: tweaked to make style consistentNobuyoshi Nakada
2020-10-31Removed unused variableNobuyoshi Nakada
2020-10-31Use adjusted sp on `iseq_set_sequence()`wanabe
2020-10-31Delay `remove_unreachable_chunk()` after `iseq_set_sequence()`wanabe
2020-10-30Add warning for str_new_static functionsAlan Wu
2020-10-30Move variable closer to usageAlan Wu
2020-10-30Tweak return of `Ractor#close`, add docMarc-Andre Lafortune
2020-10-31* 2020-10-31 [ci skip]git
2020-10-31Ractor's "will" doesn't need copying.Koichi Sasada
2020-10-30Promote debug.rb to default gems.Hiroshi SHIBATA
2020-10-30add a test of define_method with shareable Proc.Koichi Sasada
2020-10-30sync vm->waiting_fds correctly.Koichi Sasada
2020-10-30Promote win32ole to default gems.Hiroshi SHIBATA
2020-10-30Fix a typo [ci skip]Kazuhiro NISHIYAMA
2020-10-30strip trailing spaces [ci skip]Nobuyoshi Nakada
2020-10-30Ractor.make_shareable(a_proc)Koichi Sasada
2020-10-30* 2020-10-30 [ci skip]git
2020-10-29Make ENV.replace handle multiple environ entries with the same keyJeremy Evans
2020-10-29check isolated Proc more strictlyKoichi Sasada
2020-10-29An ellipsis (...) can only be placed at the beginningNobuyoshi Nakada
2020-10-28Use public allocators for creating new T_OBJECT objectsAaron Patterson
2020-10-28Objects are born embedded, so we don't need to check ivprAaron Patterson
2020-10-28Fix error in update-deps due to tab/space differenceJeremy Evans
2020-10-28Add Thread.ignore_deadlock accessorJeremy Evans
2020-10-28Remove another unnecessary testAaron Patterson
2020-10-28Remove unnecessary conditionalAaron Patterson
2020-10-28If an object isn't embedded it will have an ivptrAaron Patterson
2020-10-29* 2020-10-29 [ci skip]git
2020-10-28`dest` is always embedded so we can remove this checkAaron Patterson
2020-10-28compile.c: separate compile_builtin_function_call (#3711)Kenta Murata
2020-10-28Added benchmark of vm_send by variable [ci skip]Nobuyoshi Nakada
2020-10-28* 2020-10-28 [ci skip]git
2020-10-28test/ruby/test_rational.rb: Prevent "assigned but unused variable"Yusuke Endoh
2020-10-27Revert "Fixed typo"Nobuyoshi Nakada
2020-10-27Fixed typoHiroshi SHIBATA
2020-10-27Separate `send` into `public_send` and `__send__`Nobuyoshi Nakada
2020-10-27Removed unused environment variableNobuyoshi Nakada
2020-10-27[DOC] more precise description of "**" in Dir.glob pattern [ci skip]Nobuyoshi Nakada
2020-10-26Revert assert for debugging on CIAlan Wu