aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby
Commit message (Expand)AuthorAgeFilesLines
* freeze all Range objects.v3_0_0_preview1Koichi Sasada2020-09-252-3/+8
* should not check taint flag on rubyspec.Koichi Sasada2020-09-252-2/+6
* Disable deprecation warning by the default [Feature #16345]Nobuyoshi Nakada2020-09-257-32/+48
* Revert "Prevent SystemStackError when calling super in module with activated ...Jeremy Evans2020-09-221-59/+20
* Make Thread#join always convert its argument, as before 70f08f1eedBenoit Daloze2020-09-211-3/+2
* Fix Thread leak in Thread#join specsBenoit Daloze2020-09-211-1/+2
* Make `Thread#join` non-blocking.Samuel Williams2020-09-211-0/+5
* Update to ruby/spec@e829fb0Benoit Daloze2020-09-1727-134/+296
* Warn on a finalizer that captures the object to be finalizedChris Seaton2020-09-161-12/+116
* 2.8 -> 3.0 in specsBenoit Daloze2020-09-15147-201/+199
* Interpolated strings are no longer frozen with frozen-string-literal: trueBenoit Daloze2020-09-151-0/+17
* [ruby/ostruct] Fix dup/cloneMarc-Andre Lafortune2020-09-141-0/+2
* [ruby/ostruct] method_missing is privateMarc-Andre Lafortune2020-09-141-26/+3
* Make Mutex per-Fiber instead of per-ThreadBenoit Daloze2020-09-141-0/+12
* Revert the related commits about `Tempfile.open` change.Hiroshi SHIBATA2020-09-091-25/+3
* Fix constant names set using const_set on a singleton classMarc-Andre Lafortune2020-09-023-12/+42
* Deprecate iterator? methodNobuyoshi Nakada2020-08-311-6/+8
* Thread.exclusive: delete卜部昌平2020-08-311-32/+34
* Adapt specs for the new Tempfile.open with block behaviorBenoit Daloze2020-08-291-3/+25
* Fix warnings related to new Socket.gethostby* deprecationsBenoit Daloze2020-08-292-18/+18
* Update to ruby/spec@335eb9bBenoit Daloze2020-08-2822-344/+556
* States Time.at expects rational-like argument to respond to #to_intNobuyoshi Nakada2020-08-281-0/+6
* do not test --version卜部昌平2020-08-221-3/+9
* [Feature #16513] TracePoint#inspect returns "... file:line" (#3391)Nguyễn Quang Minh2020-08-062-3/+106
* Fix arity of Hash#to_proc [Bug #12671]Benoit Daloze2020-07-291-0/+4
* Use https instead of httpKazuhiro NISHIYAMA2020-07-283-6/+6
* Do not assume all compilers accept same flags as gccNobuyoshi Nakada2020-07-281-1/+1
* Update to ruby/spec@07164daBenoit Daloze2020-07-2738-44/+733
* Switch reserved for numbered parameter warning to SyntaxErrorJeremy Evans2020-07-221-10/+29
* Make StringIO encoding fixedNobuyoshi Nakada2020-07-202-3/+3
* RBasci::flags (VALUE) doesn't match int.Koichi Sasada2020-07-151-6/+17
* Fixed yday and wday with timezone [Bug #17024]Nobuyoshi Nakada2020-07-121-0/+4
* Avoid deprecated OpenSSL::Digest constantsBart de Water2020-06-292-2/+2
* Update to ruby/spec@6c466d4Benoit Daloze2020-06-271-1/+1
* Update to ruby/spec@b6b7752Benoit Daloze2020-06-2735-55/+651
* Implement Proc#== and #eql?Jeremy Evans2020-06-193-9/+21
* Dup splat array in certain cases where there is a block argumentJeremy Evans2020-06-181-9/+27
* Suppress warnings [Feature #15973]Nobuyoshi Nakada2020-06-134-6/+6
* Refined ioctl error descriptionNobuyoshi Nakada2020-06-111-2/+2
* Make proc/Proc.new without block an error instead of warningJeremy Evans2020-06-102-2/+2
* ENV.delete should return the result of block on non-existing keyNobuyoshi Nakada2020-06-101-0/+7
* Fix build failuresYuki Nishijima2020-06-061-2/+2
* Ensure origins for all included, prepended, and refined modulesJeremy Evans2020-06-031-11/+28
* Quarantine specs which fail frequently with CHECK_LEAKS=trueBenoit Daloze2020-06-031-0/+2
* Add a spec for the new NoMethodError display of the receiverJean Boussier2020-06-021-0/+18
* Make sure rb_enc_str_new_static() is used when enc is NULLBenoit Daloze2020-06-011-2/+7
* Update to ruby/spec@4e486faBenoit Daloze2020-05-3146-99/+634
* Fix error raised by Net::HTTPResponse#inflater if the block raisesBenoit Daloze2020-05-311-0/+67
* Fix spec description for Net::HTTP.getBenoit Daloze2020-05-311-1/+1
* spec: add wsl guardYusuke Endoh2020-05-301-1/+1