aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use receiver #name rather than #inspect to build NameError messageJean Boussier2020-05-261-0/+30
* Thread scheduler for light weight concurrency.Samuel Williams2020-05-142-4/+4
* Fix a typo [ci skip]Kazuhiro NISHIYAMA2020-05-091-1/+1
* Update to ruby/spec@032ee74Benoit Daloze2020-05-03263-922/+922
* Show unreserved bits onlyNobuyoshi Nakada2020-05-032-11/+18
* spec/ruby/core/process/clock_getres_spec.rb: lax the resolution limitYusuke Endoh2020-05-031-4/+4
* DO NOT CORRUPT TYPE FLAGSNobuyoshi Nakada2020-05-031-8/+11
* Fixed missing `should`Nobuyoshi Nakada2020-05-031-1/+1
* append newline at EOF [ci skip]Nobuyoshi Nakada2020-05-021-1/+1
* Command failed to run just failsNobuyoshi Nakada2020-05-021-1/+1