summaryrefslogtreecommitdiff
path: root/spec/ruby
AgeCommit message (Expand)Author
2020-09-30Update to ruby/spec@681e8cfBenoit Daloze
2020-09-30Update to ruby/spec@9277d27Benoit Daloze
2020-09-28Add rb_category_warn{,ing} for warning messages with categoriesJeremy Evans
2020-09-28Clarify spec description for Hash#{each,each_pair}Benoit Daloze
2020-09-25freeze all Range objects.v3_0_0_preview1Koichi Sasada
2020-09-25should not check taint flag on rubyspec.Koichi Sasada
2020-09-25Disable deprecation warning by the default [Feature #16345]Nobuyoshi Nakada
2020-09-22Revert "Prevent SystemStackError when calling super in module with activated ...Jeremy Evans
2020-09-21Make Thread#join always convert its argument, as before 70f08f1eedBenoit Daloze
2020-09-21Fix Thread leak in Thread#join specsBenoit Daloze
2020-09-21Make `Thread#join` non-blocking.Samuel Williams
2020-09-17Update to ruby/spec@e829fb0Benoit Daloze
2020-09-16Warn on a finalizer that captures the object to be finalizedChris Seaton
2020-09-152.8 -> 3.0 in specsBenoit Daloze
2020-09-15Interpolated strings are no longer frozen with frozen-string-literal: trueBenoit Daloze
2020-09-14[ruby/ostruct] Fix dup/cloneMarc-Andre Lafortune
2020-09-14[ruby/ostruct] method_missing is privateMarc-Andre Lafortune
2020-09-14Make Mutex per-Fiber instead of per-ThreadBenoit Daloze
2020-09-09Revert the related commits about `Tempfile.open` change.Hiroshi SHIBATA
2020-09-02Fix constant names set using const_set on a singleton classMarc-Andre Lafortune
2020-08-31Deprecate iterator? methodNobuyoshi Nakada
2020-08-31Thread.exclusive: delete卜部昌平
2020-08-29Adapt specs for the new Tempfile.open with block behaviorBenoit Daloze
2020-08-29Fix warnings related to new Socket.gethostby* deprecationsBenoit Daloze
2020-08-28Update to ruby/spec@335eb9bBenoit Daloze
2020-08-28States Time.at expects rational-like argument to respond to #to_intNobuyoshi Nakada
2020-08-22do not test --version卜部昌平
2020-08-06[Feature #16513] TracePoint#inspect returns "... file:line" (#3391)Nguyễn Quang Minh
2020-07-29Fix arity of Hash#to_proc [Bug #12671]Benoit Daloze
2020-07-28Use https instead of httpKazuhiro NISHIYAMA
2020-07-28Do not assume all compilers accept same flags as gccNobuyoshi Nakada
2020-07-27Update to ruby/spec@07164daBenoit Daloze
2020-07-22Switch reserved for numbered parameter warning to SyntaxErrorJeremy Evans
2020-07-20Make StringIO encoding fixedNobuyoshi Nakada
2020-07-15RBasci::flags (VALUE) doesn't match int.Koichi Sasada
2020-07-12Fixed yday and wday with timezone [Bug #17024]Nobuyoshi Nakada
2020-06-29Avoid deprecated OpenSSL::Digest constantsBart de Water
2020-06-27Update to ruby/spec@6c466d4Benoit Daloze
2020-06-27Update to ruby/spec@b6b7752Benoit Daloze
2020-06-19Implement Proc#== and #eql?Jeremy Evans
2020-06-18Dup splat array in certain cases where there is a block argumentJeremy Evans
2020-06-13Suppress warnings [Feature #15973]Nobuyoshi Nakada
2020-06-11Refined ioctl error descriptionNobuyoshi Nakada
2020-06-10Make proc/Proc.new without block an error instead of warningJeremy Evans
2020-06-10ENV.delete should return the result of block on non-existing keyNobuyoshi Nakada
2020-06-06Fix build failuresYuki Nishijima
2020-06-03Ensure origins for all included, prepended, and refined modulesJeremy Evans
2020-06-03Quarantine specs which fail frequently with CHECK_LEAKS=trueBenoit Daloze
2020-06-02Add a spec for the new NoMethodError display of the receiverJean Boussier
2020-06-01Make sure rb_enc_str_new_static() is used when enc is NULLBenoit Daloze