summaryrefslogtreecommitdiff
path: root/spec/ruby/core/enumerable/detect_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/enumerable/detect_spec.rb')
0 files changed, 0 insertions, 0 deletions
0500'>2020-12-19Add documentation for Ractor (#3895)Victor Shepelev Notes: Merged-By: marcandre <github@marc-andre.ca> 2020-06-20Make Integer#zero? a separated method and builtin (#3226)Takashi Kokubun A prerequisite to fix https://bugs.ruby-lang.org/issues/15589 with JIT. This commit alone doesn't make a significant difference yet, but I thought this commit should be committed independently. This method override was discussed in [Misc #16961]. Notes: Merged-By: k0kubun <takashikkbn@gmail.com> 2020-04-06Moved `Dir.open` and `Dir#initialize` to dir.rbNobuyoshi Nakada Notes: Merged: https://github.com/ruby/ruby/pull/3006 2020-03-17support builtin for Kernel#cloneS.H Notes: Merged: https://github.com/ruby/ruby/pull/2954 Merged-By: nobu <nobu@ruby-lang.org> 2020-02-12Add array.rb to .documentS-H-GAMELINKS Notes: Merged: https://github.com/ruby/ruby/pull/2904 2020-01-15NEWS.md: converted from NEWSYusuke Endoh and NEWS is deleted 2019-12-24Added warning.rb to .documentNobuyoshi Nakada 2019-11-08Rubified the APIs of pack.cYusuke Endoh Notes: Merged: https://github.com/ruby/ruby/pull/2659 2019-11-08use builtins for GC.Koichi Sasada Define a part of GC in gc.rb. 2019-11-08Define IO#read/write_nonblock with builtins.Koichi Sasada IO#read/write_nonblock methods are defined in prelude.rb with special private method __read/write_nonblock to reduce keyword parameters overhead. We can move them into io.rb with builtin functions. 2019-11-08use builtin for RubyVM::AbstractSyntaxTree.Koichi Sasada Define RubyVM::AbstractSyntaxTree in ast.rb with __builtin functions. Notes: Merged: https://github.com/ruby/ruby/pull/2655 2019-11-08use builtin for TracePoint.Koichi Sasada Define TracePoint in trace_point.rb and use __builtin_ syntax. Notes: Merged: https://github.com/ruby/ruby/pull/2655 2018-12-01Include LEGAL in .document [ci skip]nobu git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66119 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 2018-04-12[DOC] Add win32/README.win32 to .documentkazu see https://github.com/ruby/docs.ruby-lang.org/issues/56 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63139 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 2018-04-10Try to fix some broken linkskazu see https://github.com/ruby/docs.ruby-lang.org/issues/56 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63131 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 2017-09-01Exclude Changelog files from documentation.hsbt Patch from larskanis (Lars Kanis). [Misc #13704][ruby-core:81878] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59713 b2dd03c8-39d4-4d8f-98ff-823fe69b080e 2017-04-23Document parse.y instead of ext/ripper/ripper.cnobu git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58457 b2dd03c8-39d4-4d8f-98ff-823fe69b080e